GET
/
idcs
List all IDCs
curl --request GET \
  --url https://console.gmicloud.com/api/v1/idcs
{
  "idcs": [
    {
      "idcId": "tw-lab-1",
      "name": "TPKC",
      "country": "TW",
      "countrySubdivision": "TW-TPE",
      "status": "available"
    }
  ]
}

Response

Successfully retrieved the list of IDCs.

The response is of type object.