cURL
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" } ] }
Retrieves a list of IDC information that are not marked as hidden.
Successfully retrieved the list of IDCs.
The response is of type object.
object