List of data centers
Gethttps://api.cdn77.com/v3/cdn/{id}/datacentersRequest parameters
idinteger in pathrequired
Responses
List of datacenters for CDN Resource.
Response parameters
location_idstring, format UUIDv4ID of Location. More information in our Datacenter API documentation.
citystringcontinent_codestringWe recognize 8 continents specified with two letter Continent code.
Available values:
AF,AQ,AS,AU,EU,NA,OC,SAcountrystringDatacenter location country name.
country_isostringDatacenter location country ISO code.
is_enabledbooleanEnabled status of the datacenter location.
latitudenumberlongitudenumbertypestringData center location type: "full" for Super PoPs, "cache" for Embedded PoPs.
Available values:
cache,full
Example of the response
[
{
"location_id": "c647a283-3ec2-4cc7-85ab-95996b33e787",
"city": "Los Angeles",
"continent_code": "EU",
"country": "Germany",
"country_iso": "DE",
"is_enabled": true,
"latitude": 48.5833,
"longitude": 7.75,
"type": "full"
}
]