name | data type | description |
---|---|---|
protectedEntities | array of NameGuidAndType | |
osTaskOptions | OSTaskOptions |
Example
{ "protectedEntities" : [ { "type" : { "name" : "ENUM_NAME", "description" : "Enum description" }, "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "type" : { "name" : "...", "description" : "..." }, "guid" : "...", "name" : "..." } ], "osTaskOptions" : { "forceFullBackup" : true, "discardMetadataDatabase" : true, "pointInTime" : 12345, "includeInRestore" : [ "...", "..." ], "restorePath" : "...", "restoreMode" : "OVERWRITE_ALWAYS", "destinationAgentGuid" : "...", "restoreWithOriginalPath" : true, "deleted" : true } }