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