name | data type | constraints | description |
---|---|---|---|
name | string | required, max size: 255, min size: 1 | |
preAccessCmdArgs | array of string | max size: 255, min size: 0 | |
postAccessCmdArgs | array of string | max size: 255, min size: 0 | |
projects | array of NameAndGuid | required | |
paths | array of string | required, max size: 2147483647, min size: 1 | |
nodeConfigs | array of NameAndGuid | ||
preAccessCmdExecEnabled | boolean | required | |
dedupDevice | string | ||
postAccessCmdExecEnabled | boolean | required | |
dedupMountPoint | string | ||
preAccessCmdExecTimeout | number | max: 86400000, min: 1000 | |
dedupWarningUsedSpacePercentage | number | required | |
postAccessCmdExecTimeout | number | max: 86400000, min: 1000 | |
spaceThreshold | number | required, max: 100, min: 0 | |
dedupEnabled | boolean | required | |
randomAccessEnabled | boolean | required | |
encryptionEnabled | boolean | required | |
visibleForAllVms | boolean | required | |
defaultBackupDestination | boolean | required | |
backupDestinationForCloud | boolean | required | |
description | string | max size: 4095, min size: 0 | |
initInfo | BackupDestinationInitInfoDTO | ||
daysToKeepRetentionLock | number | required, max: 3652, min: 0 |
Example
{ "name" : "...", "preAccessCmdArgs" : [ "...", "..." ], "postAccessCmdArgs" : [ "...", "..." ], "projects" : [ { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "guid" : "...", "name" : "..." } ], "paths" : [ "...", "..." ], "nodeConfigs" : [ { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "guid" : "...", "name" : "..." } ], "preAccessCmdExecEnabled" : true, "dedupDevice" : "...", "postAccessCmdExecEnabled" : true, "dedupMountPoint" : "...", "preAccessCmdExecTimeout" : 12345, "dedupWarningUsedSpacePercentage" : 12345, "postAccessCmdExecTimeout" : 12345, "spaceThreshold" : 12345, "dedupEnabled" : true, "randomAccessEnabled" : true, "encryptionEnabled" : true, "visibleForAllVms" : true, "defaultBackupDestination" : true, "backupDestinationForCloud" : true, "description" : "...", "initInfo" : { "node" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "backupDestination" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "initSuccessful" : true, "initError" : "...", "modificationTime" : 12345 }, "daysToKeepRetentionLock" : 12345 }