Operations and Methods
The following method-implemented operations are supported for the /accounts/standard collection in the Veeam Backup for AWS REST API:
- (GET)/api/v1/accounts/standard — retrieves resource representation of all SMTP server credentials records added to the Veeam Backup for AWS configuration database.
- (GET)/api/v1/accounts/standard/{standardAccountId} — retrieves representation of an SMTP server credentials record with the specified ID.
- (POST)/api/v1/accounts/standard — adds a new SMTP server credentials record to the Veeam Backup for AWS configuration database.
- (PUT)/api/v1/accounts/standard/{standardAccountId} — modifies an SMTP server credentials record with the specified ID.
- (DELETE)/api/v1/accounts/standard/{standardAccountId} — removes an SMTP server credentials record with the specified ID from the Veeam Backup for AWS configuration database.
- (POST)/api/v1/accounts/standard/export — exports to a file a list of SMTP server credentials records added to the Veeam Backup for AWS configuration database.