Property | Type | Description |
---|
id | string($uuid) | System ID assigned to a backup policy in the Veeam Backup for Microsoft Azure REST API. |
priority | integer($int64) | Priority order number of the backup policy. |
excludedItemsCount | integer($int32) | Number of items excluded from the backup policy. |
snapshotStatus | array[string] | Status of the snapshot creation: Canceled, Canceling, Error, NeverExecuted, Pending, Running, RunningWithError, RunningWithWarning, Success, Warning. |
backupStatus | array[string] | Status of the most recent backup session: Canceled, Canceling, Error, NeverExecuted, Pending, Running, RunningWithError, RunningWithWarning, Success, Warning. |
nextExecutionTime | string($date-time) | Date and time of the next backup session. |
convertedWithLoss | boolean | Defines whether the schedule of the backup policy is impossible to convert to the new format. |
isBackupConfigured | boolean | Defines whether the policy settings to create image-level backups are configured. |
isScheduleConfigured | boolean | Defines whether the backup schedule is specified for the backup policy. |
_links | string | A list of methods and operations available for the backup policy in the Veeam Backup for Microsoft Azure REST API, and request URLs used to perform the operations. |
name | string | Name of the backup policy. |
description | string | Description of the backup policy. |
tenantId | string | Azure ID assigned to a tenant. |
retrySettings | RetrySettingsV2 | Retry settings configured for the backup policy. |
policyNotificationSettings | PolicyNotificationSettingsV2 | Notification settings configured for the backup policy. |
isEnabled | boolean | Defines whether the email notifications are enabled. |
backupType | array[string] | Specifies the type of the backup policy: AllSubscriptions, SelectedItems. |
snapshotSettings | SnapshotSettingsV2 | Cloud-native snapshot settings configured for the backup policy. |
dailySchedule | DailyScheduleV2 | Backup daily schedule settings configured for the backup policy. |
weeklySchedule | WeeklyScheduleV2 | Backup weekly schedule settings configured for the backup policy. |
monthlySchedule | MonthlyScheduleV2 | Backup monthly schedule settings configured for the backup policy. |
yearlySchedule | YearlyScheduleV2 | Backup yearly schedule settings configured for the backup policy. |