JobDetailsTO Data Type

Abstract Type
Properties
name data type description
templateKey string
status string
successCount string
elapsedTime number
rootDataSourceType string
cliArguments string
sparkJob SparkJob
principal string
incompleteCount string
key string
sequence SequenceTO
jobSubmissionTime number
asset Asset
statusMsg string
templateName string
submittedBy string
supportedDataSources array of string
skippedCount string
agent Agent
jobDescription string
jobName string
createdBy string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "templateKey" : "...",
  "status" : "...",
  "successCount" : "...",
  "elapsedTime" : 12345,
  "rootDataSourceType" : "...",
  "cliArguments" : "...",
  "sparkJob" : {
    "message" : "...",
    "type" : "...",
    "state" : "..."
  },
  "principal" : "...",
  "incompleteCount" : "...",
  "key" : "...",
  "sequence" : {
    "name" : "...",
    "key" : "..."
  },
  "jobSubmissionTime" : 12345,
  "asset" : {
    "assetPaths" : [ "...", "..." ],
    "assetNames" : [ "...", "..." ],
    "assetType" : "...",
    "assetKeyList" : [ "...", "..." ]
  },
  "statusMsg" : "...",
  "templateName" : "...",
  "submittedBy" : "...",
  "supportedDataSources" : [ "...", "..." ],
  "skippedCount" : "...",
  "agent" : {
    "ipAddress" : "...",
    "metaConnected" : true,
    "connected" : true,
    "description" : "...",
    "lastSeen" : 12345,
    "token" : "...",
    "registered" : true,
    "name" : "...",
    "timeOfLastChange" : 12345,
    "timeOfCreation" : 12345,
    "key" : "...",
    "type" : "...",
    "restricted" : [ "...", "..." ],
    "viewAble" : [ "...", "..." ],
    "updateable" : [ "...", "..." ],
    "richDescription" : "...",
    "score" : 12345.0,
    "customProperties" : [ {
      "description" : "...",
      "value" : { },
      "facetAble" : true,
      "name" : "...",
      "type" : "...",
      "displayName" : "..."
    }, {
      "description" : "...",
      "value" : { },
      "facetAble" : true,
      "name" : "...",
      "type" : "...",
      "displayName" : "..."
    } ]
  },
  "jobDescription" : "...",
  "jobName" : "...",
  "createdBy" : "..."
}