Operations and Methods
The following method-implemented operations are supported for the /accounts/amazon collection in the Veeam Backup for AWS REST API:
- (GET)/api/v1/accounts/amazon — retrieves resource representation of all IAM roles added to the Veeam Backup for AWS configuration database.
- (GET)/api/v1/accounts/amazon/{amazonAccountId} — retrieves representation of an IAM role with the specified ID.
- (POST)/api/v1/accounts/amazon — adds an IAM role to the Veeam Backup for AWS configuration database.
- (PUT)/api/v1/accounts/amazon/{amazonAccountId} — modifies an IAM role with the specified ID.
- (POST)/api/v1/accounts/amazon/validateName — checks whether an IAM role name is unique.
- (POST)/api/v1/accounts/amazon/{amazonAccountId}/rescan — starts infrastructure rescan for an IAM role with the specified ID.
- (POST)/api/v1/accounts/amazon/{amazonAccountId}/validateDelete — checks whether an IAM role with the specified ID can be removed.
- (DELETE)/api/v1/accounts/amazon/{amazonAccountId} — removes an IAM role with the specified ID from the Veeam Backup for AWS configuration database.
- (POST)/api/v1/accounts/amazon/export — exports to a file a list of IAM roles added to the Veeam Backup for AWS configuration database.