Skip to main content

Returns the OpenStack regions

GET 

/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

  • ]

Loading...