Get Pod Monitor Info V2

Get Pod Monitor Info V2

All the listed privileges are required -

Privileges Description
FEDERATED_LDAP_VIEW Caller should have permission to this privilege on any federation access group, to read pods.
Request
URI
GET
https://{api_host}//localhost/rest/monitor/v1/pods/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PodMonitorInfoV2 of type(s) */*
{
    "endpoints": [
        {
            "enabled": true,
            "id": "c5337d77-2bf1-4fa4-b027-c301114f2d1e",
            "last_updated_timestamp": 1582029025748,
            "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.


401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

409

Conflict | CPA not initialized for the pod

Operation doesn't return any data structure