Get Custom Datacenters

Get Custom Datacenters

Get custom datacenters

Request
URI
GET
https://{api_host}/suite-api/api/resources/customdatacenters
COPY
Query Parameters
integer
page
Optional
Constraints: default: 0

Page number from which data needs to be displayed (0-based)

integer
pageSize
Optional
Constraints: default: 1000

Expected number of entries per page


Authentication
This operation uses the following authentication methods.
Responses
200

Custom datacenters

Returns custom-datacenters of type(s) application/json
"{\n  \"pageInfo\" : {\n    \"totalCount\" : 3000,\n    \"page\" : 0,\n    \"pageSize\" : 1000\n  },\n  \"customDatacenters\" : [ {\n    \"id\" : \"962fc270-2f58-415c-8639-d2ec6fe77ee6\",\n    \"name\" : \"custom datacenter 1\",\n    \"description\" : \"custom datacenter 1 description\",\n    \"childResourceIds\" : [ \"5d99e1ce-18fe-4a3a-8198-a55bd62d8ade\", \"3f3c6198-8de1-43a9-ab22-111283b29e3f\" ]\n  }, {\n    \"id\" : \"58cfc23a-cf8d-4ed2-9033-b2298ca9e925\",\n    \"name\" : \"custom datacenter 2\",\n    \"description\" : \"custom datacenter 2 description\",\n    \"childResourceIds\" : [ \"4b1d6179-b84a-4279-8f84-7e416326f91f\", \"5c6b7f91-5cba-4624-b04e-ffd87f4807fa\" ]\n  } ]\n}"
object
pageInfo
Optional

Represents page information for a paged result

array of object
links
Optional

Collection of links

array of object
customDatacenters
Optional

Custom datacenters


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/resources/customdatacenters