Skip to main content

Get the openstack regions for a given account

GET 

/v1/cloudaccounts/openstack/:uid/properties/regions

Get the openstack regions for a given account

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

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...