PodMonitorInfo

PodMonitorInfo
PodMonitorInfo

Monitoring information related to a pod.

JSON Example
{
    "endpoints": [
        {
            "enabled": true,
            "id": "c5337d77-2bf1-4fa4-b027-c301114f2d1e",
            "name": "connection-server1.example.com",
            "roundtrip_time": 1234,
            "status": "ONLINE",
            "url": "https://connection-server1.example.com:8742"
        }
    ],
    "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
    "name": "Cluster-SITE1-POD1",
    "site_id": "a5882e23-3bf4-1ba6-c128-e780004f2d1e"
}
endpoints
Optional

The list of pod endpoints within this pod. An endpoint is basically a connection server in that pod.

string
id
Optional

Unique ID of the pod.

string
name
Optional

Display name for the pod.

string
site_id
Optional

The Id of the site this pod belongs to.