Avisi cloud logo
Cloud providers

List available cloud provider regions.

GET
/api/v1/orgs/{organisationSlug}/cloud-providers/{provider}/regions

Path Parameters

organisationSlug
Required
string

provider
Required
string

curl -X GET "http://localhost:8090/api/v1/orgs/string/cloud-providers/string/regions"

Request was successfully processed. The response body contains the requested data.

{
  "totalElements": 0,
  "totalPages": 0,
  "content": [
    {
      "id": 0,
      "provider": "string",
      "name": "string",
      "slug": "string",
      "available": true,
      "restricted": true,
      "createdAt": "2019-08-24T14:15:22Z",
      "modifiedAt": "2019-08-24T14:15:22Z"
    }
  ],
  "number": 0,
  "size": 0,
  "first": true,
  "last": true,
  "sort": [
    {
      "direction": "string",
      "nullHandling": "string",
      "ascending": true,
      "property": "string",
      "ignoreCase": true
    }
  ],
  "numberOfElements": 0,
  "pageable": {
    "offset": 0,
    "sort": [
      {
        "direction": "string",
        "nullHandling": "string",
        "ascending": true,
        "property": "string",
        "ignoreCase": true
      }
    ],
    "paged": true,
    "pageNumber": 0,
    "pageSize": 0,
    "unpaged": true
  },
  "empty": true
}