List regions
Query parameters
Filter regions by display name. Case-insensitive exact match.
Filter regions by display name. Case-insensitive exact match.
Limit the number of returned regions. Falls back to default of 100 if not specified. Limited by max limit value of 1000
Limit the number of returned regions. Falls back to default of 100 if not specified. Limited by max limit value of 1000
Offset value is used to exclude the first set of records from the result
Offset value is used to exclude the first set of records from the result
Order by field and direction.
If defined then return only regions that support given product.
If true, null available_volume_type is replaced with a list of available volume types.
If true, null available_volume_type is replaced with a list of available volume types.
Response
OK
Example response
{
"count": 1,
"results": [
{
"available_volume_types": [
"standard",
"ssd_hiiops",
"cold"
],
"coordinates": {
"latitude": "41.40338",
"longitude": "2.17403"
},
"country": "LU",
"created_at": "2019-12-31T23:59:59Z",
"created_on": "2019-12-31T23:59:59Z",
"ddos_endpoint_id": 3,
"display_name": "Luxembourg",
"external_network_id": "c843c3e6-ef4d-4b92-8db2-e16ac05c5650",
"file_share_types": [
"standard",
"vast"
],
"has_ai": true,
"has_ai_gpu": true,
"has_ddos": true,
"has_k8s": true,
"has_kvm": true,
"id": 1,
"keystone_id": 1,
"keystone_name": "ED-9",
"metrics_database_id": 1,
"slug": "luxembourg-1",
"vlan_physical_network": "br-ex"
}
]
}