/api/space/fabric-management/fabric-health-reports/{id}

The following operation is supported on this resource:

  • GET - Get Fabric Health Report by ID
GET /fabric-health-reports/{id} Version 3

Get Fabric Health Report by ID.

Sample Usage

GET /fabric-health-reports/{id}


  • Parameters:
    Name Type URI Type Description Required
    id Integer Path ID Y
  • Sample Output XML:
    <fabric-health-report
         href="/api/space/fabric-management/system-health-report/{id}" uri="/api/space/fabric-management/fabric-health-reports/{id}">
         <id>Integer</id>
         <process>String</process>
         <parameter>String</parameter>
         <problem-detected>Boolean</problem-detected>
         <last-updated-time>String</last-updated-time>
    </fabric-health-report>

  • Sample Output JSON:
    {
       "fabric-health-report" : {
         "@href" : "/api/space/fabric-management/system-health-report/{id}" ,
         "@uri" : "/api/space/fabric-management/fabric-health-reports/{id}" ,
         "id" : "Integer" ,
         "process" : "String" ,
         "parameter" : "String" ,
         "problem-detected" : "Boolean" ,
         "last-updated-time" : "String"
       }
    }

  • Access Control

    The following capabilities are required to access this API: ReadFabric