/api/space/fabric-management/fabric-jboss-reboot-details/{id}

The following operation is supported on this resource:

  • GET - Get the details of a Fabric Node JBoss reboot detail
GET /fabric-jboss-reboot-details/{id} Version 3

Get the details of a Fabric Node JBoss reboot detail.

Sample Usage

GET /fabric-jboss-reboot-details/{id}


  • Parameters:
    Name Type URI Type Description Required
    id Integer Path ID Y
  • Sample Output XML:
    <fabric-jboss-reboot-detail
         href="/api/space/fabric-management/fabric-jboss-reboot-details/{nodeId}" uri="/api/space/fabric-management/fabric-jboss-reboot-details/{id}">
         <node-id>Integer</node-id>
         <node-name>String</node-name>
         <last-restart-time>String</last-restart-time>
         <management-ip>String</management-ip>
         <management-ip-v6>String</management-ip-v6>
         <fabric-node href="/api/space/fabric-management/fabric-nodes/{id}">
               <id>Integer</id>
               <name>String</name>
         </fabric-node>
    </fabric-jboss-reboot-detail>

  • Sample Output JSON:
    {
       "fabric-jboss-reboot-detail": {
         "@href": "/api/space/fabric-management/fabric-jboss-reboot-details/{nodeId}",
         "@uri": "/api/space/fabric-management/fabric-jboss-reboot-details/{id}",
         "node-id": "Integer",
         "node-name": "String",
         "last-restart-time": "String",
         "management-ip": "String",
         "management-ip-v6": "String",
         "fabric-node": {
           "@href": "/api/space/fabric-management/fabric-nodes/{id}",
           "id": "Integer",
           "name": "String"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: ViewJbossRestartedTime