Skip to main content
Version: latest

Retrieves a list of Azure subscription list for the specified account

GET 

/v1/clouds/azure/subscriptions

Returns list of Azure subscription list.

Request

Query Parameters

    cloudAccountUid stringrequired

    Uid for the specific Azure cloud account

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    subscriptionList

    object[]

  • Array [

  • authorizationSourcestring

    The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management

    displayNamestring

    The subscription display name

    statestring

    The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.

    subscriptionIdstring

    The subscription ID

  • ]

Loading...