Get Org Sddcs

Get Org Sddcs

Get a list of SDDCs that are in use by the specific CSP organization, across all instances.

This data is cached, to get the recent changes call the VCD instance directly.

Request
URI
GET
https://starfleet.api.eng.vmware.com//organizations/{organizationId}/sddcs
COPY
Path Parameters
string
organizationId
Required

URN ID of an Organization

Query Parameters
integer
page
Optional

Page to fetch, The first page is 1, so the effective offset will be ((page - 1) * pageSize).

integer
limit
Optional

limit

string
sortBy
Optional

The name of field to sort by

string
sort
Optional

The direction of sort

Possible values are : asc, desc,

Responses
200

OK

Returns SddcDetails of type(s) application/json
This response body class contains all of the following: Page , SddcDetails_allOf
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "valueType": "string",
    "values": [
        {
            "id": "string",
            "pvdcId": "string",
            "telemetryId": "string",
            "cspOrganization": "string",
            "directUrl": "string",
            "name": "string",
            "contentType": "string",
            "links": "string",
            "entityRef": "string",
            "instanceId": "string"
        }
    ]
}