/api/space/fabric-management/fabric-health-reports

The following operation is supported on this resource:

  • GET - Get Fabric Health Report
GET /fabric-health-reports Version 3

Get Fabric Health Report.

Sample Usage

GET /fabric-health-reports


  • Sample Output XML:
    <fabric-health-reports total="Integer" uri="/api/space/fabric-management/fabric-health-reports">
         <fabric-health-report
               href="/api/space/fabric-management/fabric-health-reports/{id}" uri="/api/space/fabric-management/fabric-health-reports/{id}">
               <id>Integer</id>
               <process>String</process>
               <parameter>String</parameter>
               <problem-detected>Boolean</problem-detected>
         </fabric-health-report>
    </fabric-health-reports>

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

  • Access Control

    The following capabilities are required to access this API: DefaultRead