ApplicationWorkflowContext Data Type

Properties
name data type constraints description
nonUsableFieldToPreventNullabilityOfTheEmbeddedObject number required
appCmdExecConfig AppCmdExecConfig  

Example

{
  "nonUsableFieldToPreventNullabilityOfTheEmbeddedObject" : 12345,
  "appCmdExecConfig" : {
    "guid" : "...",
    "ver" : 12345,
    "name" : "...",
    "cmdArg" : [ "...", "..." ],
    "applications" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nodeConfig" : { },
      "appBackupPolicy" : { },
      "appCmdExecConfig" : { },
      "envVariables" : [ { }, { } ],
      "auditEntityName" : "...",
      "backupPolicy" : { },
      "peProviderForSystemNotification" : { },
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "warningsPresent" : true,
      "buildInType" : "MSSQL_DB_BACKUP",
      "credential" : { },
      "averageProgress" : 12345.0,
      "lastChainMarkedForDeletion" : true,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastSuccessfulBackup" : { },
      "nameGuidAndType" : { },
      "present" : true,
      "snapshotMgmtPolicy" : { },
      "lastStoredSnapshot" : { },
      "lastStoredSnapshots" : [ { }, { } ],
      "typeDeletable" : true,
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "storageProviderIfPresent" : { },
      "cloud" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nodeConfig" : { },
      "appBackupPolicy" : { },
      "appCmdExecConfig" : { },
      "envVariables" : [ { }, { } ],
      "auditEntityName" : "...",
      "backupPolicy" : { },
      "peProviderForSystemNotification" : { },
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "STORAGE",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "warningsPresent" : true,
      "buildInType" : "INTERNAL_DB_BACKUP",
      "credential" : { },
      "averageProgress" : 12345.0,
      "lastChainMarkedForDeletion" : true,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastSuccessfulBackup" : { },
      "nameGuidAndType" : { },
      "present" : true,
      "snapshotMgmtPolicy" : { },
      "lastStoredSnapshot" : { },
      "lastStoredSnapshots" : [ { }, { } ],
      "typeDeletable" : true,
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "storageProviderIfPresent" : { },
      "cloud" : true
    } ],
    "appCmdExecConfigParams" : [ {
      "name" : "...",
      "defaultValue" : "...",
      "userFriendlyHint" : "...",
      "showInUi" : true,
      "obligatory" : true,
      "envVariables" : [ { }, { } ],
      "guid" : "...",
      "appCmdExecConfig" : { },
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "name" : "...",
      "defaultValue" : "...",
      "userFriendlyHint" : "...",
      "showInUi" : true,
      "obligatory" : true,
      "envVariables" : [ { }, { } ],
      "guid" : "...",
      "appCmdExecConfig" : { },
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "cmdExecMethod" : "NODE",
    "exportData" : true,
    "removeFilesAfterExport" : true,
    "sourceType" : "FILE",
    "sourcePath" : "...",
    "buildInType" : "DB2_BACKUP",
    "timeout" : 12345,
    "userModifiable" : true,
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "ignoredExitCodes" : "...",
    "stdErrorHandling" : "DONT_IGNORE",
    "auditEntityName" : "...",
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "useNetcat" : true
  }
}