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"
}
]
}