Skip to main content

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

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