Skip to main content
Version: latest

Retrieves a list of OpenStack azs for a particular account uid

GET 

/v1/clouds/openstack/azs

Retrieves a list of OpenStack azs for a particular account uid

Request

Query Parameters

    cloudAccountUid string

    Uid for the specific OpenStack cloud account

    project string

    project for which OpenStack azs are requested

    region string

    region for which OpenStack azs are requested

    domain string

    domain for which OpenStack azs are requested

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    azs

    object[]

    required

  • Array [

  • namestring

    Name of OpenStack az

  • ]

Loading...