Vidm

Vidm

Registers the provided Identity Manager(vIDM) details with the LCM. This action internally accepts the vIDM's certificate and registers the vIDM server as a trusted site

Request
URI
POST
https://{api_host}/lcm/api/v1/settings/add/vidm
COPY
Header Parameters
string
x-xenon-auth-token
Optional

Authorization Token (required if no authorization cookie)


Request Body

Identity Manager Details

{
    "hostname": "test-vidm-hostname.com",
    "adminUserName": "admin",
    "adminPassword": "VMware1!",
    "vidmCloudAdminGroup": "[email protected]"
}
Responses
200

Operation successful

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure