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

AWS Regions

The /regions resource collection represents all AWS regions available in the AWS account where the EC2 instance hosting Veeam Backup for AWS runs.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/cloudInfrastructure/regions

AWS RegionsCollection Representation

{

 "totalCount": 42,

 "results": [

   {

     "id": "226fd676-b501-445c-9f48-77b6f456b2f8",

     "name": "af-south-1",

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/regions/226fd676-b501-445c-9f48-77b6f456b2f8"

       },

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/regions/226fd676-b501-445c-9f48-77b6f456b2f8/zones"

       }

     ]

   },

...

],

 "_links": [

   {

     "method": "GET",

     "rel": "self",

     "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/regions"

   }

 ]

}

In This Section