get-netconf-client-capabilities

Retrieves the session details, vendor details, IP details, time etc for all connected NETCONF clients.

Resource URIs

URI Description
<base_URI>/operations/get-netconf-client-capabilities Retrieves the vendor information of all the NETCONF clients.

Parameters

session-id
Displays the session ID of the NETCONF client session.
user-name
Displays the login name of the user for the NETCONF client session.
vendor
Displays the vendor name of the NETCONF client session.
product
Displays the product name of the NETCONF client session.
version
Displays the product version of the NETCONF client session.
identity
Displays the identity of the NETCONF client session.
host-ip
Displays the IP address of NETCONF client session.
time
Displays the login time of NETCONF client session.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/get-netconf-client-capabilities

<get-netconf-client-capabilities></get-netconf-client-capabilities>
<output xmlns='urn:brocade.com:mgmt:brocade-netconf-ext'>
  <session>
    <session-id>532</session-id>
    <user-name>admin</user-name>
    <vendor>BROCADE</vendor>
    <product>Network Advisor</product>
    <version>12.3.3 build 18</version>
    <identity>Administrator</identity>
    <af-type>IPV4</af-type>
    <host-ip>10.20.237.24</host-ip>
    <time>2015-01-12T11:02:42+00:00</time>
  </session>
</output>