Skip to main content
GET
/
api
/
v1
/
organizations
/
{organizationID}
/
regions
List regions
curl --request GET \
  --url https://compute.nks.europe-west4.nscale.com/api/v1/organizations/{organizationID}/regions \
  --header 'Authorization: Bearer <token>'
[
  {
    "metadata": {
      "id": "c7568e2d-f9ab-453d-9a3a-51375f78426b",
      "name": "uk-west-1",
      "description": "A top secret datacenter somewhere in the UK",
      "creationTime": "2023-07-31T10:45:45Z",
      "provisioningStatus": "provisioned",
      "healthStatus": "healthy"
    },
    "spec": {
      "type": "openstack",
      "features": {
        "physicalNetworks": true
      }
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.nscale.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Path Parameters

organizationID
string
required

The organization ID. A Kubernetes name. Must be a valid DNS containing only lower case characters, numbers or hyphens, start and end with a character or number, and be at most 63 characters in length.

Required string length: 1 - 63

Response

A list of regions.

metadata
object
required

Metadata required by all resource reads.

spec
object
required

Information about the region.