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

Azure Regions

The /regions resource collection represents all Azure regions available in the Azure account where the Azure VM hosting Veeam Backup for Microsoft Azure runs.

Collection URL

The resource collection is located at the following URL:

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

RegionsCollection Representation

{

 "offset": 0,

 "limit": 5,

 "totalCount": 39,

 "results": [

   {

     "id": "australiaeast",

     "name": "Australia East"

   },

   {

     "id": "australiasoutheast",

     "name": "Australia Southeast"

   },

   {

     "id": "brazilsouth",

     "name": "Brazil South"

   },

   {

     "id": "brazilsoutheast",

     "name": "Brazil Southeast"

   },

   {

     "id": "canadacentral",

     "name": "Canada Central"

   }

 ],

 "_links": {

   "self": {

     "href": "https://13.89.239.221:443/api/v3/cloudInfrastructure/regions?offset=0&limit=5&expand=None"

   },

   "next": {

     "href": "https://13.89.239.221:443/api/v3/cloudInfrastructure/regions?offset=5&limit=5&expand=None"

   }

 }

}

In This Section