GET
/
storage
/
provisioning
/
v1
/
location
curl --request GET \
  --url https://api.gcore.com/storage/provisioning/v1/location \
  --header 'APIKey: <api-key>'
[
  {
    "address": "<string>",
    "allow_for_new_storage": "deny",
    "id": 123,
    "name": "s-ed1 / s-ws1 / ams / sin / fra / mia / etc.",
    "type": "<string>"
  }
]

Authorizations

APIKey
string
header
required

API key for authentication.

Response

200
application/json

clientLocationRes

The response is of type object[].