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.
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
Availability
Added in 9.0.0
Vcf Infra Endpoints Operations
GET
Query Vcf Infra Endpoints
POST
Register VCF Infra Endpoints
GET
Get VCF Infra Endpoint
PUT
Update VCF Infra Endpoint
DELETE
Delete VCF Infra Endpoint
POST
Refresh Vcf Endpoint
POST
Rotate Service Accounts
POST
Rotate Api Key
GET
Get Vcf Infra Endpoint Password