Changelog

This section describes the latest changes and features introduced in the Veeam Plug-in for AWS REST API 1.9-rev0. To use this version of the REST API specification, when performing an operation, specify the 1.9-rev0 value in the x-api-version header of an HTTP request. For more information on Veeam Plug-in for AWS REST API versioning, see Versioning.

NOTE

Starting from version 11, the Veeam Backup for AWS User Guide is part of the Veeam Backup & Replication User Guide. That is why references to Veeam Backup for AWS in this REST API Reference were replaced by Veeam Plug-in for AWS or backup appliance, depending on context.

Resource Changes

The topic provides information on operation, parameter and schema changes made in the Veeam Plug-in for AWS REST API 1.9-rev0.

Schema Changes

The following changes in the REST API schemas were made:

  • Repository schema:

    • Added the repositoryType required property that indicates whether the resource is a backup repository or a storage vault.
    • Added the storageVaultDetails optional property that returns the vault ID, name, IAM role ARN, S3 bucket ARN and read-only status.
  • RepositoryType schema:

    • Added the new BackupRepository and StorageVault enum values.
  • StorageVaultDetails schema:

    • Added the new vaultId, vaultName, vaultIamRoleArn, bucketArn, isReadOnly and readOnlyReason properties.
  • RepositoryEncryptionType schema:

    • Added the new Disabled, Password and KMS enum values.
  • RdsRestorePoint schema:

    • Added the storageClass optional property that indicates the storage class of the backup repository storing this restore point.
  • BottlenecksOverviewResult schema:

    • Added the dataDiskIsOptimal required property that indicates whether there is enough available space on the data volume of the backup appliance.
  • ExtendedSessionType schema:

    • Added the SlaOnTimeEmailReport enum value.
  • ConfigurationBackupRestorePointCountersModel schema:

    • Added the veeamVaultRepositoriesCount optional property that indicates the number of storage vaults added to the backup appliance.