The details of a job log entry associated with a particular asset. Data returned by getAssetJobLogs.
Syntax
Name | Type | Description |
---|---|---|
jobHandle | xsd:string | Job handle. |
jobName | xsd:string | Job Name. |
logMessage | xsd:string | Message in the job log. logMessage response field is localized based on authHeader locale field. |
logType | xsd:string | Type of job in the log entry. |
submitUserEmail | xsd:string | email of user who submitted the job. |
logDate | xsd:dateTime | Job date. |
auxArray | types:JobLogDetailArray | Array of auxiliary job log messages for each job log. |