Skip to main content
Version: latest

Retrieves a list of Azure regions

GET 

/v1/clouds/azure/regions

Retrieves a list of Azure regions

Request

Query Parameters

    cloudAccountUid string

    Uid for the specific Azure cloud account

    subscriptionId string

    SubscriptionId for which resources is requested

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    regions

    object[]

    required

  • Array [

  • displayNamestring

    Azure region displayname

    namestring

    Azure region name

    zones

    object[]

    List of zones associated to a particular Azure region

  • Array [

  • namestring

    Azure availability zone name

  • ]

  • ]

Loading...