Vcenterpatch

Vcenterpatch

Updates the vCenter details and triggers the vCenter data colletion

Request
URI
PATCH
https://{api_host}/lcm/api/v1/action/add/vc
COPY
Header Parameters
string
x-xenon-auth-token
Optional

Authorization Token (required if no authorization cookie)


Request Body

vCenter Details.

{
    "datacenterName": "BANGALORE_DATA_CENTER",
    "vCenterName": "lcm-vc.domain.local",
    "userName": "admin@localhost",
    "password": "VMware1!",
    "type": 3
}
Responses
200

Operation successful

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure