Operations and Methods
The following method-implemented operations are supported for the /amazonConnections collection in the Veeam Backup for AWS REST API:
- (POST)/api/v1/amazonConnections — adds an amazon connection to Veeam Backup for AWS.
- (GET)/api/v1/amazonConnections — retrieves resource representation of all amazon connections in Veeam Backup for AWS.
- (GET)/api/v1/amazonConnections/{amazonConnectionId} — retrieves representation of an amazon connection with the specified ID.
- (GET)/api/v1/amazonConnections/{amazonConnectionId}/cloudNetworks — retrieves representation of all VPSc of an amazon connection with the specified ID.
- (GET)/api/v1/amazonConnections/{amazonConnectionId}/cloudSubnetworks — retrieves representation of all subnets of an amazon connection with the specified ID.
- (GET)/api/v1/amazonConnections/{amazonConnectionId}/cloudSecurityGroups — retrieves representation of all security groups of an amazon connection with the specified ID.
- (GET)/api/v1/amazonConnections/{amazonConnectionId}/availabilityZones — retrieves representation of all Availability Zones in the AWS region of an amazon connection with the specified ID.
- (GET)/api/v1/amazonConnections/{amazonConnectionId}/validateS3endpoint — validates S3 endpoint of an amazon connection with the specified ID.
- (GET)/api/v1/amazonConnections/{amazonConnectionId}/cloudEncryptionKeys — retrieves representation of all encryption keys available for amazon connection with the specified ID.
- (GET)/api/v1/amazonConnections/{amazonConnectionId}/browseBucketFolders — retrieves representation of all Amazon S3 bucket folders created in the AWS region of an amazon connection with the specified ID.
- (DELETE)/api/v1/amazonConnections/{amazonConnectionId} — removes an amazon connection with the specified ID.