/api/space/fabric-management/fabric-nodes/{id}

The following operation is supported on this resource:

  • GET - Get the details of a Fabric Node
GET /fabric-nodes/{id} Version 2

Get the details of a Fabric Node.

Sample Usage

GET /fabric-nodes/{id}


  • Parameters:
    Name Type URI Type Description Required
    id Integer Path ID Y
  • Sample Output XML:
    <fabric-node 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>
         <space-node-type>String</space-node-type>
         <device-connection-ip-v4>String</device-connection-ip-v4>
         <device-connection-ip-v6>String</device-connection-ip-v6>
         <status>String</status>
         <last-monitored-time>java.util.Date</last-monitored-time>
         <last-boot-time>java.sql.Date</last-boot-time>
         <cpu-percentage>String</cpu-percentage>
         <memory-percentage>String</memory-percentage>
         <swap-percentage>String</swap-percentage>
         <disk-percentage>String</disk-percentage>
         <app-logic>String</app-logic>
         <database>String</database>
         <load-balancer>String</load-balancer>
         <hardware-model>String</hardware-model>
         <software-version>String</software-version>
         <serial-number>String</serial-number>
         <cluster-member-ips>String</cluster-member-ips>
         <is-master-node>Boolean</is-master-node>
         <is-vip-node>Boolean</is-vip-node>
         <host-ip>String</host-ip>
         <special-node-type>String</special-node-type>
         <fabric-node-status href="/api/space/fabric-management/fabric-nodes/{id}/fabric-node-status"/>
    </fabric-node>

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

  • Access Control

    The following capabilities are required to access this API: ReadFabric