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.

Path Parameters

id
string
required

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:

Response

OK

id
string
required
Example:

"US-TX-3"

name
string
required
Example:

"US Texas 3"

region
enum<string>
required

Continental region containing the data center.

Available options:
NORTH_AMERICA,
SOUTH_AMERICA,
EUROPE,
ASIA,
MIDDLE_EAST,
AFRICA,
OCEANIA,
ANTARCTICA,
UNKNOWN
Example:

"EUROPE"

globalNetwork
boolean
required

Whether this data center supports global networking (private cross-datacenter pod-to-pod network).

Example:

true

networkVolumeTypes
enum<string>[]
required

Network volume tiers this DC supports. Empty = none.

Data center network volume storage type.

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

Compliance certifications held by this data center

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:
gpuAvailability
object[]

Per-GPU availability in this data center. Present only when requested with include=gpuAvailability.

cpuAvailability
object[]

Per-CPU availability in this data center. Present only when requested with include=cpuAvailability.