Storage Location
Available endpoints:
Name | Method | Path |
---|---|---|
get | /v3/storage-location | |
get | /v3/storage-location/{id} |
List of Storage Locations
gethttps://api.cdn77.com/v3/storage-location
Responses
200 – List of locations returned.
// response
[
{
"id": "push-XX.cdn77.com",
"location": "Europe - Frankfurt"
}
]
Detail of Storage Location
gethttps://api.cdn77.com/v3/storage-location/{id}
Request parameters
idrequiredstring in path
Responses
200 – Detail of the given storage location returned.
// response
{
"id": "push-XX.cdn77.com",
"location": "Europe - Frankfurt"
}
404 – Storage location does not exist.