List Pods

List Pods

Required Privileges : (This server version allows only Administrators on Root access group to login. These privileges are NOT relevant currently but will be applicable in later server versions.)

All the listed privileges are required -

Privileges Description
FEDERATED_LDAP_VIEW This privilege is required to read Pods.
Request
URI
GET
https://{api_host}//localhost/rest/federation/v1/pods
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "active_global_application_entitlements": [
            "01c42e80-d31e-4633-93c6-44ff8a5b1afe",
            "86ba95e0-9d59-4b1f-934e-2deba13fcecb"
        ],
        "active_global_desktop_entitlements": [
            "648d8fc5-94e5-438f-8524-8edb533c7de2",
            "50075a5b-6a68-4be5-b079-cff355945856"
        ],
        "cloud_managed": true,
        "description": "Pod Description.",
        "endpoints": [
            "716269b7-e43d-4874-877a-c5af36a11322",
            "d56671b5-42a6-490e-ab40-8373f839f2d3"
        ],
        "id": "28deeb70-97d5-409e-abb4-497196f1ee18",
        "local_pod": true,
        "name": "Cluster-CS-1",
        "site_id": "9a892821-8c3d-4e61-9d65-69dfec7b70dc"
    }
]

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