JobInstanceResponseDto Data Type

The Class JobInstanceResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
jobInstanceDto JobInstanceDto Contains job instance information.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "jobInstanceDto" : {
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "jobCategory" : "...",
    "code" : "...",
    "jobTemplate" : "...",
    "description" : "...",
    "followingJob" : "...",
    "updatedCode" : "...",
    "parameter" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "timerCode" : "...",
    "runOnNodes" : "...",
    "limitToSingleNode" : true,
    "verboseReport" : true,
    "jobSpeed" : "FAST"
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}