Get Site

Get Site

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:///rest/federation/v1/sites/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SiteInfo of type(s) */*
{
    "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"
    ]
}
string
description
Optional

Detailed description of the site.

string
id
Optional

Unique ID representing the site.

string
name
Optional

Name of the site.

array of string
pods
Optional

Member pods for this site.


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