Update Pod Federation

Update Pod Federation

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_MANAGE This privilege is required to update the pod federation.
Request
URI
PUT
https://{api_host}//localhost/rest/federation/v1/cpa
COPY
Request Body

Pod Federation object to be updated.

CPAUpdateSpec of type(s) application/json
Required
{
    "name": "Horizon Cloud Pod Federation"
}
string
name
Required

Name of the pod federation.

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

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