This is an archive version of the document. To get the most up-to-date information, see the current version.

Azure Key Vault

The /cloudInfrastructure/keyVaults resource collection represents a list of Azure Key Vaults available to Veeam Backup for Microsoft Azure.

Collection URL

The resource collection is located at the following URL:

https://<hostname>/api/v3/cloudInfrastructure/keyVaults

Azure Key VaultCollection Representation

{

 "offset": 0,

 "limit": 200,

 "totalCount": 38,

 "results": [

   {

     "id": "zs6q48j3dxgufeuda89wy4hwu6yg6wrnt7zoko3b1by3in6yyk3y",

     "name": "AzKeyVault",

     "subscriptionId": "280921a2-220d-45c9-92dd-82b6d5a3a78f",

     "_links": {

       "self": {

         "href": "https://51.11.247.127/api/v3/cloudInfrastructure/keyVaults/zs6q48j3dxgufeuda89wy4hwu6yg6wrnt7zoko3b1by3in6yyk3y"

       }

     }

   },

   {

     "id": "1a57j7w9a6hhgnz6995pxfin9czp6ukr5d3it9bhoy6hp3crwy4o",

     "name": "AzureKeyVault",

     "subscriptionId": "280921a2-220d-45c9-92dd-82b6d5a3a78f",

     "_links": {

       "self": {

         "href": "https://51.11.247.127/api/v3/cloudInfrastructure/keyVaults/1a57j7w9a6hhgnz6995pxfin9czp6ukr5d3it9bhoy6hp3crwy4o"

       }

     }

   }

 ],

 "_links": {

   "self": {

     "href": "https://51.11.247.127/api/v3/cloudInfrastructure/keyVaults?offset=0&limit=200"

   }

 }

}