OSWorkflowContextDetails Data Type

Properties
name data type description
osAgent OSAgentDetails

Example

{
  "osAgent" : {
    "sshHost" : "...",
    "sshPort" : 12345,
    "credential" : {
      "guid" : "...",
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "KERBEROS"
    },
    "sshKeyPath" : "...",
    "backupCount" : 12345,
    "rules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "name" : "...",
    "type" : "APP",
    "backupUpToDate" : true,
    "restorable" : true,
    "lastSuccessfulBackupSize" : 12345,
    "lastSuccessfulFullBackupSize" : 12345,
    "description" : "...",
    "lastLoginDate" : 12345,
    "warningsPresent" : true,
    "status" : "WORKING",
    "lastSuccessfulFullBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "possibleActions" : [ "INVENTORY_SYNC", "WRITE" ],
    "lastSuccessfulIncBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nodeConfig" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "averageProgress" : 12345.0,
    "policy" : {
      "rules" : [ { }, { } ],
      "name" : "...",
      "autoAssignSettings" : { },
      "active" : true,
      "autoRemoveNonPresent" : true,
      "backupRetryCount" : 12345,
      "averageBackupSize" : 12345,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "priority" : 50,
      "dailyReportEnabled" : true,
      "mailingList" : { }
    },
    "lastChainMarkedForDeletion" : true,
    "enabledScheduledBackups" : true,
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "osType" : "WINDOWS",
    "lastBackup" : 1451649601000
  }
}