VCFInfraEndpoints
VCFInfraEndpoints
A paginated list of VCF Infra endpoint objects.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "urn:vcloud:vcfInfraEndpoint:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"hostName": "string",
"username": "string",
"password": "string",
"ipaddress": "string",
"certificate": "string",
"version": "string"
}
]
}