List cloud regions

GET/v1/cloud_computing/regions

To show a list of available cloud regions, you need to send a GET request to the /v1/cloud_computing/regions endpoint. The request output can be customized by the query parameters.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

FieldDetails
per_page?
integer

Default: 20

Range: 1–100

The number of results [ 1 .. 100 ] displayed on a page. By default, 20 results are shown.

page?
integer

Default: 1

Min: 1

The number of a page (>= 1) that will be returned. By default, it's 1.

Response Body

application/json

curl -X GET "https://example.com/v1/cloud_computing/regions"
[]