Skip to main content

Returns the OpenStack regions

GET 

https://api.spectrocloud.com/v1/clouds/openstack/regions

Returns the OpenStack regions

Request

Query Parameters

    cloudAccountUid string

    Uid for the specific OpenStack cloud account

Responses

(empty)

Schema

    domains

    object[]

    required

    List of OpenStack domains

  • Array [

  • descriptionstring

    Description is the description of the Domain

    idstring

    ID is the unique ID of the domain

    namestring

    Name is the name of the domain

  • ]

  • regions

    object[]

    required

    List of OpenStack regions

  • Array [

  • descriptionstring

    Description of OpenStack region

    idstring

    Id of OpenStack region

    parentRegionIdstring

    Parent region id of OpenStack region

  • ]

curl -L -X GET 'https://api.spectrocloud.com/v1/clouds/openstack/regions' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.spectrocloud.com
Parameters
— query