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.

Request Samples

1

Response Samples

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}

Path Parameters

NameTypeRequiredDescription
podName
string
true

The name of the target pod.

Match pattern:
^[a-z0-9]([-a-z0-9]*[a-z0-9])?$

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No resource exists at the requested path.

Schema
502Bad Gateway

Bad Gateway. The ESP server was unable to complete the request.

Schema