Data class containing detailed information about backup policy for applications.
name | data type | constraints | description |
---|---|---|---|
rules | array of RuleDetails | ||
name | string | ||
active | boolean | required | |
backupRetryCount | number | required | |
guid | string | ||
apps | array of NameAndGuid | ||
priority | number | required | |
failRemainingBackupTasksExportThreshold | number | ||
failRemainingBackupTasksStoreThreshold | number | ||
dailyReportEnabled | boolean | required | |
mailingList | NameAndGuid | ||
disableCleanOldBackups | boolean | required |
Example
{ "rules" : [ { "guid" : "...", "name" : "...", "policy" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "schedules" : [ { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "guid" : "...", "name" : "..." } ], "vmCount" : 12345, "schedulesCount" : 12345, "position" : 12345, "active" : true, "removable" : true, "daysToKeepRetentionLock" : 12345 }, { "guid" : "...", "name" : "...", "policy" : { "guid" : "...", "name" : "..." }, "schedules" : [ { "guid" : "...", "name" : "..." }, { "guid" : "...", "name" : "..." } ], "vmCount" : 12345, "schedulesCount" : 12345, "position" : 12345, "active" : true, "removable" : true, "daysToKeepRetentionLock" : 12345 } ], "name" : "...", "active" : true, "backupRetryCount" : 12345, "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "apps" : [ { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "guid" : "...", "name" : "..." } ], "priority" : 50, "failRemainingBackupTasksExportThreshold" : 12345.0, "failRemainingBackupTasksStoreThreshold" : 12345.0, "dailyReportEnabled" : true, "mailingList" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "disableCleanOldBackups" : true }