show extension-service request-response clients
Syntax
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.
Field Name |
Field Description |
---|---|
|
Client identifier. |
|
Address of the socket. |
|
Type of the client. |
|
The most recent login time of the remote procedure call (gRPC) client. This is when the authentication request was received for the channel. |
|
The number of channels. |
|
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
- show extension-service request-response clients detail
show extension-service request-response clients
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
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.