List Pod Monitor Infos V1

List Pod Monitor Infos V1

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
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "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"
    }
]

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

409

Conflict | CPA not initialized for the pod

Operation doesn't return any data structure