ApplicationWorkflowContextDetails Data Type

Properties
name data type description
appCmdExecConfig AppCmdExecConfigDetails

Example

{
  "appCmdExecConfig" : {
    "applications" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "name" : "...",
    "cmdArg" : [ "...", "..." ],
    "timeout" : 12345,
    "ignoredExitCodes" : "...",
    "cmdExecMethod" : "REMOTE_SSH",
    "stdErrorHandling" : "IGNORE_WITH_WARNING",
    "exportData" : true,
    "buildInType" : "INTERNAL_DB_BACKUP",
    "removeFilesAfterExport" : true,
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "sourceType" : "STREAM",
    "sourcePath" : "...",
    "appCmdExecConfigParams" : [ {
      "name" : "...",
      "showInUi" : true,
      "obligatory" : true,
      "defaultValue" : "...",
      "userFriendlyHint" : "...",
      "envVariables" : [ { }, { } ],
      "appCmdExecConfig" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
    }, {
      "name" : "...",
      "showInUi" : true,
      "obligatory" : true,
      "defaultValue" : "...",
      "userFriendlyHint" : "...",
      "envVariables" : [ { }, { } ],
      "appCmdExecConfig" : { },
      "guid" : "..."
    } ],
    "userModifiable" : true,
    "useNetcat" : true,
    "possibleActions" : [ "WRITE", "INVENTORY_SYNC" ],
    "instanceCount" : 12345
  }
}