Update Vc Credentials

Update Vc Credentials

Update vcenter credentials to already onboarded environment
Authorized Roles : PROVIDER or ORG_ADMIN

Request
URI
PUT
https://{api_host}/provider/environments/{uuid}/update-vc-credentials
COPY
Path Parameters
string
uuid
Required

ID of the Environment


Request Body
UpdateVcCredentialsDto of type(s) application/json
Required
{
    "ssoCredentials": {
        "userName": "string",
        "password": "string"
    },
    "monitoringCredentials": {
        "userName": "string",
        "password": "string"
    }
}
ssoCredentials
Optional

ssoCredentials

monitoringCredentials
Optional

monitoringCredentials

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure