Retrieve Azure subscriptions
Contributors
Suggest changes
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/azure/subscription
Retrieves a list of Azure subscriptions for a particular account.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
x-agent-id |
string |
header |
True |
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
subscription |
array[subscription] |
False |
Example response
{
"subscription": [
{
"name": "string",
"id": "string"
}
]
}
Definitions
See Definitions
subscription
Name | Type | Required | Description |
---|---|---|---|
name |
string |
False |
|
id |
string |
False |