SddcEndpoints
SddcEndpoints
A paginated list of SDDC endpoints
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"name": "SDDC Endpoint Sample Name",
"id": "string",
"endpoint": "string",
"proxyId": "string",
"targetUrl": "https://sampleVc.vmware.com/ui",
"proxy": {
"name": "string",
"id": "string"
},
"sddc": {
"name": "string",
"id": "string"
},
"isDefault": false
}
]
}