Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

include
enum<string>[]

Comma-separated optional expansions. Supported value: GPU_AVAILABILITY, CPU_AVAILABILITY.

Data center catalog availability expansion.

Available options:
GPU_AVAILABILITY,
CPU_AVAILABILITY
Example:
regions
enum<string>[]

Comma-separated DataCenterRegion enum values. Values within this filter use OR semantics. Different filter families combine with AND.

Continental region containing the data center.

Available options:
NORTH_AMERICA,
SOUTH_AMERICA,
EUROPE,
ASIA,
MIDDLE_EAST,
AFRICA,
OCEANIA,
ANTARCTICA,
UNKNOWN
Example:
networkVolumeTypes
enum<string>[]

Comma-separated volume types. Supported values: STANDARD, HIGH_PERFORMANCE. Values within this filter use AND semantics; volumes=STANDARD,HIGH_PERFORMANCE requires both storage types. Different filter families combine with AND.

Data center network volume storage type.

Available options:
STANDARD,
HIGH_PERFORMANCE
Example:
compliance
enum<string>[]

Comma-separated Compliance enum values. Values within this filter use AND semantics; compliance=GDPR,SOC_2_TYPE_2 requires both certifications. Different filter families combine with AND.

Compliance certifications.

Available options:
GDPR,
ISO_IEC_27001,
ISO_14001,
PCI_DSS,
HITRUST,
SOC_1_TYPE_2,
SOC_2_TYPE_2,
SOC_3_TYPE_2,
ITAR,
FISMA_HIGH,
HIPAA,
RENEWABLE
Example:
globalNetwork
boolean

Filter by global networking support. true returns only data centers that support global networking; false only those that do not. Different filter families combine with AND.

Response

OK

dataCenters
object[]
required