ProxyConfigurations
ProxyConfigurations
A paginated list of proxy configurations
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"name": "Proxy Sample Name",
"id": "string",
"description": "Configuration to connect to VC-1",
"authType": "string",
"username": "string",
"password": "string",
"token": "string",
"host": "sampleProxy.vmware.com",
"port": 0
}
]
}