Get Tenant Env Vcenter Password

Get Tenant Env Vcenter Password

Endpoint to get environment vcenter credentials
Authorized Roles : PROVIDER or ORG_ADMIN

Request
URI
GET
https://{api_host}/provider/environments/{id}/vcenter-credentials
COPY
Path Parameters
string
id
Required

ID of the environment


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VcenterCredentialsDTO of type(s) application/vnd.vmware.dms-v1+json
{
    "vcDmsUserPassword": "string",
    "vcDmsROUserPassword": "string"
}
string
vcDmsUserPassword
Optional

vcDmsUserPassword

string
vcDmsROUserPassword
Optional

vcDmsROUserPassword


400

Bad Request

Operation doesn't return any data structure