Operations and Methods
The following method-implemented operations are supported for the /settings collection in the Veeam Backup for AWS REST API:
- (GET)/api/v1/settings/serviceAccount — retrieves an IAM Role used by Veeam Backup for AWS to launch worker instances.
- (PUT)/api/v1/settings/serviceAccount — changes an IAM Role used by Veeam Backup for AWS to launch worker instances.
- (GET)/api/v1/settings/regions — retrieves collection representation of all Availability Zones and AWS regions where Veeam Backup for AWS launches worker instances.
- (GET)/api/v1/settings/regions/{regionId} — retrieves representation of network settings configured for an Availability Zone with the specified ID.
- (POST)/api/v1/settings/regions — configures network settings for an Availability Zone where worker instances will be launched.
- (PUT)/api/v1/settings/regions/{regionId} — modifies network settings configured for an Availability Zone with the specified ID.
- (DELETE)/api/v1/settings/regions/{regionId} — removes an Availability Zone with the specified ID from the list of AWS regions where worker instances can be launched.