Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

show extension-service request-response clients

date_range 29-Mar-24

Syntax

content_copy zoom_out_map
show extension-service request-response clients (detail | brief)

Description

Display the status of the request-response clients connected to the device.

Options

client-id

The client identifier.

brief

(Default) Display a summary of the information.

detail

Display detailed information.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show extension-service request-response clients command.

Table 1: show extension-service request-response clients Output Fields

Field Name

Field Description

Client ID

Client identifier.

Socket Address

Address of the socket.

Client Type

Type of the client.

Client Login Time

The most recent login time of the remote procedure call (gRPC) client. This is when the authentication request was received for the channel.

Channel Count

The number of channels.

User Name

The user name for which the session was authenticated in a gRPC session. If authentication is not required, this field displays as “No User.” This helps you identify which users have requested programmable operations.

Sample Output

show extension-service request-response clients

content_copy zoom_out_map
user@device> show extension-service request-response clients

Client ID                      Socket Address                Client Type Client Login Time Channel Count
ipv6:::ffff:10.209.0.224:45888 ipv6:::ffff:10.209.0.224:45888 gRPC       2020-02-24 04:08:11 UTC    1

unix::20               unix::20                           gRPC             2020-02-23 15:23:47 UTC  	1

show extension-service request-response clients detail

content_copy zoom_out_map
user@device> show extension-service request-response clients detail
Channel information:
  Client ID: ipv6:::ffff:10.209.0.224:45888
  Socket Address: ipv6:::ffff:10.209.0.224:45888
  Client Type: gRPC
  Client Login Time : 2020-02-24 04:08:11 UTC
  Channel Count: 1

    Channel target: unix:/var/run/japi_mgd-api
    Channel status: GRPC_CHANNEL_READY
    User Name: root

Channel information:
  Client ID: unix::20
  Socket Address: unix::20
  Client Type: gRPC
  Client Login Time : 2020-02-23 15:23:47 UTC
  Channel Count: 1

    Channel target: unix:/var/run/japi_na-grpcd
    Channel status: GRPC_CHANNEL_READY
    User Name: No User

Release Information

Command introduced before Junos OS Release 18.2R1.

Client Login Time and User Name output fields introduced in Junos OS Release 20.4R1.

footer-navigation