Get Sddc Proxies

Get Sddc Proxies

Gets a paged list of SDDC proxies for a tenant.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/sddcProxies
COPY
Query Parameters
string
filter
Optional

Filter for a query. FIQL format.

string
sortAsc
Optional

Field to use for ascending sort

string
sortDesc
Optional

Field to use for descending sort

integer
page
Required

Page to fetch, zero offset.

integer
pageSize
Required

Results per page to fetch.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SddcProxies of type(s) application/json;version=37.1
This response body class contains all of the following: Page , InlineSddcProxies1
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "name": "SDDC Proxy Sample Name",
            "id": "string",
            "sddcId": "urn:vcloud:sddc:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "enabled": false,
            "tenantVisible": false,
            "targetHost": "sampleVc.vmware.com",
            "active": false,
            "token": "string",
            "defaultProxy": false,
            "parentProxyId": "urn:vcloud:sddcProxy:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "uiUrl": "https://sampleVc.vmware.com"
        }
    ]
}