Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace JobLog

Job log details. A job log is an audit log record inserted during the lifecycle of a job execution instance.

Properties

Optional createdById

createdById: undefined | string

OCID of the user who created the log record for this job. Usually the executor of the job instance.

Optional jobExecutionKey

jobExecutionKey: undefined | string

The unique key of the parent job execution for which the log resource was created.

key

key: string

Unique key of the job log that is immutable.

Optional logMessage

logMessage: undefined | string

Message for this job log.

Optional severity

severity: undefined | string

Severity level for this log.

Optional timeCreated

timeCreated: Date

The date and time the job log was created, in the format defined by RFC3339. Example: {@code 2019-03-25T21:10:29.600Z}

Optional timeUpdated

timeUpdated: Date

Job log update time. An RFC3339 formatted datetime string.

Optional updatedById

updatedById: undefined | string

OCID of the user who created the log record for this job. Usually the executor of the job instance.

Optional uri

uri: undefined | string

URI to the job log instance in the API.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: JobLog): object

getJsonObj

  • getJsonObj(obj: JobLog): object