cURL
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" } ] }
Retrieves a list of IDC information that are not marked as hidden.
Successfully retrieved the list of IDCs.
A list of IDCs.
Show child attributes