JobLogSummary¶
-
class
oci.data_catalog.models.
JobLogSummary
(**kwargs)¶ Bases:
object
A list of job execution logs. A job log is an audit log record inserted during the lifecycle of a job execution instance. There can be one or more logs for an execution instance.
Methods
__init__
(**kwargs)Initializes a new JobLogSummary object with values from keyword arguments. Attributes
job_execution_key
Gets the job_execution_key of this JobLogSummary. key
[Required] Gets the key of this JobLogSummary. log_message
Gets the log_message of this JobLogSummary. severity
Gets the severity of this JobLogSummary. time_created
Gets the time_created of this JobLogSummary. uri
Gets the uri of this JobLogSummary. -
__init__
(**kwargs)¶ Initializes a new JobLogSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this JobLogSummary.
- job_execution_key (str) – The value to assign to the job_execution_key property of this JobLogSummary.
- uri (str) – The value to assign to the uri property of this JobLogSummary.
- time_created (datetime) – The value to assign to the time_created property of this JobLogSummary.
- severity (str) – The value to assign to the severity property of this JobLogSummary.
- log_message (str) – The value to assign to the log_message property of this JobLogSummary.
-
job_execution_key
¶ Gets the job_execution_key of this JobLogSummary. The unique key of the parent job execution for which the log resource was created.
Returns: The job_execution_key of this JobLogSummary. Return type: str
-
key
¶ [Required] Gets the key of this JobLogSummary. Unique key of the job log that is immutable.
Returns: The key of this JobLogSummary. Return type: str
-
log_message
¶ Gets the log_message of this JobLogSummary. Message for this job log.
Returns: The log_message of this JobLogSummary. Return type: str
-
severity
¶ Gets the severity of this JobLogSummary. Severity level for this log.
Returns: The severity of this JobLogSummary. Return type: str
-
time_created
¶ Gets the time_created of this JobLogSummary. The date and time the job log was created, in the format defined by RFC3339. Example: 2019-03-25T21:10:29.600Z
Returns: The time_created of this JobLogSummary. Return type: datetime
-
uri
¶ Gets the uri of this JobLogSummary. URI to the job log instance in the API.
Returns: The uri of this JobLogSummary. Return type: str
-