Proxies
Proxies
A paginated list of proxies
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"name": "Proxy Sample Name",
"id": "string",
"parent": {
"name": "string",
"id": "string"
},
"proxyType": "string",
"enabled": false,
"tenantVisible": false,
"active": false,
"token": "string",
"parentProxy": {
"name": "string",
"id": "string"
},
"targetHost": "sampleVc.vmware.com",
"uiUrl": "https://sampleVc.vmware.com"
}
]
}