/api/space/fabric-management/high-cpu-usages/{id}

The following operation is supported on this resource:

  • GET - Get detail of fabric nodes Extended Periods of High CPU Utilization
GET /high-cpu-usages/{id} Version 3

Get detail of fabric nodes Extended Periods of High CPU Utilization.

Sample Usage

GET /high-cpu-usages/{id}


  • Parameters:
    Name Type URI Type Description Required
    id Integer Path ID Y
  • Sample Output XML:
    <high-cpu-usage href="/api/space/fabric-management/high-cpu-usages/{id}"
         total="Integer" uri="/api/space/fabric-management/high-cpu-usages/{id}">
         <id>Integer</id>
         <node-name>String</node-name>
         <node-ip>String</node-ip>
         <node-ipv6>String</node-ipv6>
         <average-cpu-utilization>Double</average-cpu-utilization>
         <start-time>String</start-time>
         <end-time>String</end-time>
         <duration>Long</duration>
         <fabric-node href="/api/space/fabric-management/fabric-nodes/{id}">
               <id>Integer</id>
               <name>String</name>
         </fabric-node>
    </high-cpu-usage>

  • Sample Output JSON:
    {
       "high-cpu-usage": {
         "@href": "/api/space/fabric-management/high-cpu-usages/{id}",
         "@total": "Integer",
         "@uri": "/api/space/fabric-management/high-cpu-usages/{id}",
         "id": "Integer",
         "node-name": "String",
         "node-ip": "String",
         "node-ipv6": "String",
         "average-cpu-utilization": "Double",
         "start-time": "String",
         "end-time": "String",
         "duration": "Long",
         "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: ViewHighCpuUsage