New Resources

The REST API 1.5-rev0 introduces new resource collections and operations that support new features released in the latest version of Veeam Backup for AWS.

New Resource Collections

The following new resource collections were introduced in the Veeam Backup for AWS REST API 1.5-rev0:

  • /dynamoDb — you can view and manage DynamoDB tables that reside in AWS Regions selected in the backup policy settings and can be protected by Veeam Backup for AWS.
  • /dynamoDb/policies — you can view and manage DynamoDB backup policies created in Veeam Backup for AWS.
  • /dynamoDb/restorePoints — you can view and manage restore points created for DynamoDB tables in Veeam Backup for AWS.
  • /immutability — you can view default generation settings used by Veeam Backup for AWS for backups composing the immutable backup chain.

New Operations

The following new operations were added to the existing resource collections in the Veeam Backup for AWS REST API 1.5-rev0:

  • POST /api/v1/rds/{rdsId}/deleteSnapshots — removes the whole snapshot chain of an RDS resource with the specified ID.
  • POST /api/v1/rds/{rdsId}/deleteBackups — removes the whole backup chain of an RDS resource with the specified ID.
  • POST /api/v1/rds/restorePoints/{restorePointId}/validateRestoreBackup — checks whether the restore operation of an RDS resource to a restore point with the specified ID is valid.
  • GET /api/v1/rds/restorePoints/{restorePointId}/databases — retrieves a list of all RDS databases that are protected by the restore point.