/api/space/fabric-management/fabric-nodes

The following operation is supported on this resource:

  • GET - Get all fabric nodes
GET /fabric-nodes Version 2

Get all fabric nodes.

Sample Usage

GET /fabric-nodes


  • Sample Output XML:
    <fabric-nodes total="Integer" uri="/api/space/fabric-management/fabric-nodes">
         <fabric-node href="/api/space/fabric-management/fabric-nodes/{id}" uri="/api/space/fabric-management/fabric-nodes/{id}">
               <id>Integer</id>
               <name>String</name>
               <management-ip-v4>String</management-ip-v4>
               <management-ip-v6>String</management-ip-v6>
               <node-type>String</node-type>
               <software-version>String</software-version>
               <device-connection-ip-v4>String</device-connection-ip-v4>
               <device-connection-ip-v6>String</device-connection-ip-v6>
               <last-boot-time>java.sql.Date</last-boot-time>
               <last-monitored-time>java.util.Date</last-monitored-time>
               <space-node-type>String</space-node-type>
               <status>String</status>
               <app-logic>String</app-logic>
               <database>String</database>
               <load-balancer>String</load-balancer>
               <host-ip>String</host-ip>
               <cpu-percentage>String</cpu-percentage>
               <memory-percentage>String</memory-percentage>
               <swap-percentage>String</swap-percentage>
               <disk-percentage>String</disk-percentage>
               <special-node-type>String</special-node-type>
         </fabric-node>
    </fabric-nodes>

  • Sample Output JSON:
    {
       "fabric-nodes" : {
         "@total" : "Integer" ,
         "@uri" : "/api/space/fabric-management/fabric-nodes" ,
         "fabric-node" : {
           "@href" : "/api/space/fabric-management/fabric-nodes/{id}" ,
           "@uri" : "/api/space/fabric-management/fabric-nodes/{id}" ,
           "id" : "Integer" ,
           "name" : "String" ,
           "management-ip-v4" : "String" ,
           "management-ip-v6" : "String" ,
           "node-type" : "String" ,
           "software-version" : "String" ,
           "device-connection-ip-v4" : "String" ,
           "device-connection-ip-v6" : "String" ,
           "last-boot-time" : "java.sql.Date" ,
           "last-monitored-time" : "java.util.Date" ,
           "space-node-type" : "String" ,
           "status" : "String" ,
           "app-logic" : "String" ,
           "database" : "String" ,
           "load-balancer" : "String" ,
           "host-ip" : "String" ,
           "cpu-percentage" : "String" ,
           "memory-percentage" : "String" ,
           "swap-percentage" : "String" ,
           "disk-percentage" : "String" ,
           "special-node-type" : "String"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead