/api/space/fabric-management/hprof-files/{id}

The following operation is supported on this resource:

  • GET - Get detail of HPROF file for Fabric Node
GET /hprof-files/{id} Version 3

Get detail of HPROF file for Fabric Node.

Sample Usage

GET /hprof-files/{id}


  • Parameters:
    Name Type URI Type Description Required
    id Integer Path ID Y
  • Sample Output XML:
    <fabric-hprof-file href="/api/space/fabric-management/hprof-files/{id}" uri="/api/space/fabric-management/hprof-files/{id}">
         <id>Integer</id>
         <file-path>String</file-path>
         <node-host-name>String</node-host-name>
         <node-name>String</node-name>
         <created-time>String</created-time>
         <management-ip>String</management-ip>
         <management-ipv6>String</management-ipv6>
         <fabric-node href="/api/space/fabric-management/fabric-nodes/{id}">
               <id>Integer</id>
               <name>String</name>
         </fabric-node>
    </fabric-hprof-file>

  • Sample Output JSON:
    {
       "fabric-hprof-file": {
         "@href": "/api/space/fabric-management/hprof-files/{id}",
         "@uri": "/api/space/fabric-management/hprof-files/{id}",
         "id": "Integer",
         "file-path": "String",
         "node-host-name": "String",
         "node-name": "String",
         "created-time": "String",
         "management-ip": "String",
         "management-ipv6": "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: ViewHprofFiles