Get a snapshot of the health status
get/pod/globalHealth/{podName}
Returns a snapshot of the health status for the ESP project on the given pod.
1{2 "TimerDemo_Project": {3 "name": "TimerDemo_Project",4 "nameValuePairs": {5 "connector_cur_rate__cq1/Source/source_generator": "0.40",6 "connector_state__cq1/Source/source_generator": "running",7 "project_state": "running"8 }9 },10 "_meta_": {11 "name": "_meta_",12 "nameValuePairs": {13 "project_state": "running"14 }15 }16}
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 404 | Not Found | No resource exists at the requested path. | Schema | |
| 502 | Bad Gateway | Bad Gateway. The ESP server was unable to complete the request. | Schema |