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

per_page?integer

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

Range1 <= value <= 100
Default20
page?integer

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

Range1 <= value
Default1

Response Body

application/json

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