{ "opencollection": "1.0.0", "info": { "name": "Service Fabric Management Applications Cluster API", "version": "9.1" }, "items": [ { "info": { "name": "Cluster", "type": "folder" }, "items": [ { "info": { "name": "Get Cluster Health", "type": "http" }, "http": { "method": "GET", "url": "http://{cluster_endpoint}:19080/$/GetClusterHealth", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Service Fabric API version" }, { "name": "NodesHealthStateFilter", "value": "", "type": "query", "description": "Health state filter for nodes (0=Default, 1=Ok, 2=Warning, 4=Error, 65535=All)" }, { "name": "ApplicationsHealthStateFilter", "value": "", "type": "query", "description": "Health state filter for applications" } ] }, "docs": "Returns the health state of the Service Fabric cluster including nodes, applications, and system services." } ] } ], "bundled": true }