Skip to main content
GET
/
idcs
List all IDCs
curl --request GET \
  --url https://console.gmicloud.ai/api/v1/idcs
{
  "idcs": [
    {
      "idcId": "us-denver-1",
      "name": "Denver IDC-1",
      "country": "US",
      "countrySubdivision": "US-CO",
      "status": "available"
    }
  ]
}

Response

Successfully retrieved the list of IDCs.

idcs
object[]
required

A list of IDCs.