ApplicationUpdate Data Type

The class used for updating information about the application registered in vProtect.

Properties
name data type constraints description
name string required, max size: 255, min size: 1
appBackupPolicy NameAndGuid  
appCmdExecConfig NameAndGuid  
nodeConfig NameAndGuid required
sshHost string max size: 255, min size: 0
sshPort string max size: 255, min size: 0
sshUser string max size: 255, min size: 0
sshKeyPath string max size: 1024, min size: 0
credential NameAndGuid  

Example

{
  "name" : "...",
  "appBackupPolicy" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "appCmdExecConfig" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "nodeConfig" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "sshHost" : "...",
  "sshPort" : "...",
  "sshUser" : "...",
  "sshKeyPath" : "...",
  "credential" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }
}