Get Vcf Infra Endpoint Password

Get Vcf Infra Endpoint Password
Get the password for a VCF infra endpoint.

Retrieve the password for a registered VCF infra endpoint.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/vcfInfraEndpoints/{id}/password
COPY
Path Parameters
string
id
Required

The id of the VCF InfraEndpoint.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VCFInfraEndpointPassword of type(s) application/json;version=9.1.0
{
    "password": "string"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/vcfInfraEndpoints/{id}/password