/api/space/fabric-management/node-device-management-sessions

The following operation is supported on this resource:

  • GET - Get all Fabric node device management sessions
GET /node-device-management-sessions Version 3

Get all Fabric node device management sessions.

Sample Usage

GET /node-device-management-sessions


  • Sample Output XML:
    <fabric-node-device-management-sessions total="Integer" uri="/api/space/fabric-management/node-device-management-sessions">
         <fabric-node-device-management-session
               href="/api/space/fabric-management/node-device-management-sessions/{id}" uri="/api/space/fabric-management/node-device-management-sessions/{id}">
               <id>Integer</id>
               <ip-v4>String</ip-v4>
               <ip-v6>String</ip-v6>
               <host>String</host>
               <status>String</status>
               <no-of-devices>Integer</no-of-devices>
               <no-of-devices-console-count>Integer</no-of-devices-console-count>
               <last-update-time>String</last-update-time>
         </fabric-node-device-management-session>
    </fabric-node-device-management-sessions>

  • Sample Output JSON:
    {
       "fabric-node-device-management-sessions" : {
         "@total" : "Integer" ,
         "@uri" : "/api/space/fabric-management/node-device-management-sessions" ,
         "fabric-node-device-management-session" : {
           "@href" :
           "/api/space/fabric-management/node-device-management-sessions/{id}" ,
           "@uri" : "/api/space/fabric-management/node-device-management-sessions/{id}"
           ,
           "id" : "Integer" ,
           "ip-v4" : "String" ,
           "ip-v6" : "String" ,
           "host" : "String" ,
           "status" : "String" ,
           "no-of-devices" : "Integer" ,
           "no-of-devices-console-count" : "Integer" ,
           "last-update-time" : "String"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: ViewManagementSessions