List Sites

List Sites

All the listed privileges are required -

Privileges Description
FEDERATED_LDAP_VIEW Caller should have permission to this privilege on any federated access group, to perform this operation.
Request
URI
GET
https://{api_host}/rest/federation/v1/sites
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "description": "This is US site",
        "id": "a219420d-4799-4517-8f78-39c74c7c4efc",
        "name": "US Site",
        "pods": [
            "c617fd51-e118-4cae-970c-54a7144aaadc",
            "bbd1b4a2-d9ad-4ff0-aa4f-5626acdf590c"
        ]
    }
]

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