Get VCF Infra Endpoint
Get the registered VCF infra endpoint in VCFA.
Retrieve the registered VCF infra endpoint in VCFA.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/vcfInfraEndpoints/{id}
COPY
Path Parameters
string
id
Required
id of the VCF InfraEndpoint
Responses
200
OK
Returns
VCFInfraEndpoint
of type(s)
application/json;version=9.1.0
{
"id": "urn:vcloud:vcfInfraEndpoint:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"hostName": "string",
"username": "string",
"password": "string",
"ipaddress": "string",
"certificate": "string",
"version": "string"
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/vcfInfraEndpoints/{id}
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