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

S3 Repositories

The /repositories resource collection represents S3 repositories added to the Veeam Backup for AWS configuration database.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/repositories

S3 RepositoriesCollection Representation

{

 "totalCount": 1,

 "results": [

   {

     "id": "a7bcabe6-91f7-40ca-ad73-915d43a8e86b",

     "name": "Repository 01",

     "description": "Repository for Dept-01",

     "amazonAccountId": "757efdd7-128e-470c-90b6-1b274dbf502f",

     "amazonStorageFolder": "dept-1-rs",

     "amazonBucketId": "0dab1d93-ac17-482b-88a7-a56bebbb2b2e",

     "hint": "775",

     "enableEncryption": true,

     "_embedded": {

       "amazonAccount": "S3 Access Role",

       "amazonAccountLink": {

         "method": "GET",

         "rel": "AmazonAccount",

         "href": "https://135.169.170.192:11005/api/v1/accounts/amazon/757efdd7-128e-470c-90b6-1b274dbf502f"

       },

       "region": "us-east-1",

       "regionLink": {

         "method": "GET",

         "rel": "Region",

         "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/regions/a78f0156-7e78-4585-86ec-5cc590409def"

       },

       "bucket": "dept-1-1",

       "bucketLink": {

         "method": "GET",

         "rel": "Bucket",

         "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/buckets/0dab1d93-ac17-482b-88a7-a56bebbb2b2e"

       }

     },

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/repositories/a7bcabe6-91f7-40ca-ad73-915d43a8e86b"

       },

       {

         "method": "PUT",

         "rel": "update",

         "href": "https://135.169.170.192:11005/api/v1/repositories/a7bcabe6-91f7-40ca-ad73-915d43a8e86b"

       },

       {

         "method": "DELETE",

         "rel": "delete",

         "href": "https://135.169.170.192:11005/api/v1/repositories/a7bcabe6-91f7-40ca-ad73-915d43a8e86b"

       },

       {

         "method": "POST",

         "rel": "rescan",

         "href": "https://135.169.170.192:11005/api/v1/repositories/a7bcabe6-91f7-40ca-ad73-915d43a8e86b/rescan"

       }

     ]

  }

 ],

 "_links": [

   {

     "method": "POST",

     "rel": "create",

     "href": "https://135.169.170.192:11005/api/v1/repositories"

   },

   {

     "method": "GET",

     "rel": "self",

     "href": "https://135.169.170.192:11005/api/v1/repositories"

   }

 ]

}

In This Section