PaginatedResponseOfJobDetailsTO Data Type

Abstract Type
Properties
name data type constraints description
totalCount number required
list array of JobDetailsTO  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "totalCount" : 12345,
  "list" : [ {
    "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" : [ { }, { } ]
    },
    "jobDescription" : "...",
    "jobName" : "...",
    "createdBy" : "..."
  }, {
    "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" : [ { }, { } ]
    },
    "jobDescription" : "...",
    "jobName" : "...",
    "createdBy" : "..."
  } ]
}