name | data type | constraints | description |
---|---|---|---|
mountedBackup | NameAndGuid | required | |
randomAccess | boolean | required | |
nbdDevice | string | max size: 16, min size: 0 | |
path | string | required, max size: 2147483647, min size: 1 | |
backupFile | NameAndGuid |
Example
{ "mountedBackup" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "randomAccess" : true, "nbdDevice" : "...", "path" : "...", "backupFile" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" } }