ExternalEndpoints
ExternalEndpoints
A paginated list of external endpoints.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"name": "string",
"id": "urn:vcloud:externalEndpoint:vendor.name:1.0.0",
"version": "1.0.0",
"vendor": "VMware",
"enabled": false,
"description": "string",
"rootUrl": "https://externalHost"
}
]
}