Get Custom Datacenter

Get Custom Datacenter

Get custom datacenter by id

Request
URI
GET
https://{api_host}/suite-api/api/resources/customdatacenters/{id}
COPY
Path Parameters
string
id
Required

Custom datacenter id


Authentication
This operation uses the following authentication methods.
Responses
200

Custom datacenter

Returns custom-datacenter of type(s) application/json
"{\n  \"id\" : \"88be30b0-e80c-4a27-8f7a-e562eac62650\",\n  \"name\" : \"custom datacenter\",\n  \"description\" : \"custom datacenter description\",\n  \"childResourceIds\" : [ \"e08df6e6-8bde-41b9-8e71-17a1b6853d41\", \"77d76dd3-59d5-4b2c-8861-73a0c6ccec03\" ]\n}"
string As uuid As uuid
id
Optional

Identifier of custom datacenter

string
name
Required

Name of custom datacenter

string
description
Optional

Description of custom datacenter

array of string
childResourceIds
Required

Resource IDs included in custom datacenter


404

No custom datacenter is found with the specified id

Operation doesn't return any data structure

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