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

Amazon S3 Buckets

The /buckets resource collection represents all Amazon S3 buckets to which IAM roles added to the Veeam Backup for AWS configuration database have permissions.

Collection URL

The resource collection is located at the following URL:

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

Amazon S3 BucketsCollection Representation

{

 "results": [

   {

     "id": "02741a4e-34d4-4809-8e99-560cfeb7f6d7",

     "name": "abor-frankfurt",

     "location": {

       "id": "b7ec414c-dff8-467a-8dd9-fa52e5d684f8",

       "name": "EU (Frankfurt) (eu-central-1)"

     },

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/buckets/02741a4e-34d4-4809-8e99-560cfeb7f6d7"

       },

       {

         "method": "GET",

         "rel": "Region",

         "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/regions/b7ec414c-dff8-467a-8dd9-fa52e5d684f8"

       }

     ]

   },

...

 {

     "id": "42f47353-26d1-4051-943b-713599213681",

     "name": "zdbucketcoldbedeleted",

     "location": {

       "id": "457658a7-3b87-4d1e-9734-1839937b54fc",

       "name": "EU (Paris) (eu-west-3)"

     },

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/buckets/42f47353-26d1-4051-943b-713599213681"

       },

       {

         "method": "GET",

         "rel": "Region",

         "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/regions/457658a7-3b87-4d1e-9734-1839937b54fc"

       }

     ]

   }

 ],

 "totalCount": 184,

 "_links": [

   {

     "method": "GET",

     "rel": "self",

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

   }

 ]

}

In This Section