v1

latestOpenAPI 3.0.12026-07-227292131.4 KB
idcs

List all IDCs

Retrieves a list of IDC information that are not marked as hidden.

get/idcs

Response

Successfully retrieved the list of IDCs.

Example response

{
  "idcs": [
    {
      "idcId": "us-denver-1",
      "name": "Denver IDC-1",
      "country": "US",
      "countrySubdivision": "US-CO",
      "status": "available"
    }
  ]
}