name | data type | constraints | description |
---|---|---|---|
guid | string | ||
name | string | ||
entityCount | number | required | |
rules | array of BackupRuleForBackupListRecord |
Example
{ "guid" : "...", "name" : "...", "entityCount" : 12345, "rules" : [ { "guid" : "...", "name" : "...", "markedForDeletion" : true, "position" : 12345, "ruleBackupDestinations" : [ { "backupDestination" : { }, "roleType" : "SECONDARY" }, { "backupDestination" : { }, "roleType" : "SECONDARY" } ] }, { "guid" : "...", "name" : "...", "markedForDeletion" : true, "position" : 12345, "ruleBackupDestinations" : [ { "backupDestination" : { }, "roleType" : "PRIMARY" }, { "backupDestination" : { }, "roleType" : "SECONDARY" } ] } ] }