Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace KernelOopsEvent

Information about a Kernel Oops.

Properties

Optional compartmentId

compartmentId: undefined | string

OCI identifier of the compartement where the instance is

Optional content

content: model.EventContent

Optional count

count: undefined | number

Event occurrence count. Number of time the event has happen on the system. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional eventFingerprint

eventFingerprint: undefined | string

Unique ID used to group event with the same characteristics together. The list of such groups of event can be retrieved via /recurringEvents/{EventFingerprint}

Const eventType

eventType: string = "KERNEL_OOPS"

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

id

id: string

OCID identifier of the event

Optional instanceId

instanceId: undefined | string

OCI identifier of the instance where the event occurred

Optional reason

reason: undefined | string

reason of the crash

Optional summary

summary: undefined | string

human readable description of the event

Optional system

system: model.CrashEventSystemInformation

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Optional tenancyId

tenancyId: undefined | string

OCID identifier of the instance tenancy.

Optional timeFirstOccurred

timeFirstOccurred: Date

First occurrence time of the event

Optional timestamp

timestamp: Date

Time of the occurrence of the event

Optional vmcore

vmcore: model.KernelVmCoreInformation

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Event): object

getJsonObj

  • getJsonObj(obj: Event): object