Retrieve all vaults
GET /azure/vsa/metadata/vaults
Retrieves all vaults.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
subscriptionId |
string |
query |
False |
|
cloudProviderAccountId |
string |
query |
False |
|
region |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
|
resourceGroup |
string |
True |
|
location |
string |
True |
|
vaultUri |
string |
True |
Example error response
{
"name": "string",
"resourceGroup": "string",
"location": "string",
"vaultUri": "string"
}