Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace LogEntry

Contains the log content with the associated timestamp and ID. Each entry should be less than 1 MB size.

Properties

data

data: string

The log entry content.

id

id: string

UUID uniquely representing this logEntry. This is not an OCID related to any oracle resource.

Optional time

time: Date

Optional. The timestamp associated with the log entry. An RFC3339-formatted date-time string with milliseconds precision. If unspecified, defaults to PutLogsDetails.defaultlogentrytime.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: LogEntry): object

getJsonObj