NetBackupBackupDestinationRequest Data Type

Properties
name data type constraints description
name string required, max size: 255, min size: 1
preAccessCmdArgs array of string max size: 255, min size: 0
nbHome string required, max size: 255, min size: 1
postAccessCmdArgs array of string max size: 255, min size: 0
realExportPath string max size: 255, min size: 0
projects array of NameAndGuid required
policyName string max size: 255, min size: 1
nodeConfigs array of NameAndGuid  
scheduleName string max size: 255, min size: 1
preAccessCmdExecEnabled boolean required
postAccessCmdExecEnabled boolean required
clientName string max size: 255, min size: 0
preAccessCmdExecTimeout number max: 86400000, min: 1000
logFilesPath string max size: 512, min size: 0
postAccessCmdExecTimeout number max: 86400000, min: 1000
dedupEnabled 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" : [ "...", "..." ],
  "nbHome" : "...",
  "postAccessCmdArgs" : [ "...", "..." ],
  "realExportPath" : "...",
  "projects" : [ {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }, {
    "guid" : "...",
    "name" : "..."
  } ],
  "policyName" : "...",
  "nodeConfigs" : [ {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }, {
    "guid" : "...",
    "name" : "..."
  } ],
  "scheduleName" : "...",
  "preAccessCmdExecEnabled" : true,
  "postAccessCmdExecEnabled" : true,
  "clientName" : "...",
  "preAccessCmdExecTimeout" : 12345,
  "logFilesPath" : "...",
  "postAccessCmdExecTimeout" : 12345,
  "dedupEnabled" : 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
}