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

IAM Roles

The /accounts/amazon resource collection represents all IAM roles 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/accounts/amazon

IAM RolesCollection Representation

{

 "results": [

   {

     "regionType": "Global",

     "id": "d98f4d37-7874-4be1-9702-770078f5c9cd",

     "name": "Default Backup Restore",

     "description": "Default Backup Restore",

     "awsid": "537095521853",

     "IAMRole": {

       "parentAmazonAccountId": "e104ee10-5eec-4896-9324-e9e8210d9e61",

       "roleName": "pi-tw-SRazvodov-VeeamInstanceBackupRestoreAccessRo-1TN19YW8TZF4P",

       "isDefault": true

     },

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/accounts/amazon/d98f4d37-7874-4be1-9702-770078f5c9cd"

       },

       {

         "method": "PUT",

         "rel": "update",

         "href": "https://135.169.170.192:11005/api/v1/accounts/amazon/d98f4d37-7874-4be1-9702-770078f5c9cd"

       },

       {

         "method": "DELETE",

         "rel": "delete",

         "href": "https://135.169.170.192:11005/api/v1/accounts/amazon/d98f4d37-7874-4be1-9702-770078f5c9cd"

       }

     ]

   }

 ],

 "totalCount": 1,

 "_links": [

   {

     "method": "POST",

     "rel": "create",

     "href": "https://135.169.170.192:11005/api/v1/accounts/amazon"

   },

   {

     "method": "GET",

     "rel": "self",

     "href": "https://135.169.170.192:11005/api/v1/accounts/amazon"

   }

 ]

}

In This Section