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
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
subscriptionList
object[]
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
{
"subscriptionList": [
{
"authorizationSource": "string",
"displayName": "string",
"state": "string",
"subscriptionId": "string"
}
]
}
Loading...