Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Event

An event is an occurrence of something of interest on a managed instance, such as a kernel crash, software package update, or software source update.

Properties

compartmentId

compartmentId: string

The OCID of the compartment.

definedTags

definedTags: object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {@code {"Operations": {"CostCenter": "42"}}}

Type declaration

  • [key: string]: object
    • [key: string]: any

Optional eventDetails

eventDetails: undefined | string

Details of an event.

eventSummary

eventSummary: string

Summary of the event.

freeformTags

freeformTags: object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {@code {"Department": "Finance"}}

Type declaration

  • [key: string]: string

id

id: string

The OCID of the event.

Optional isManagedByAutonomousLinux

isManagedByAutonomousLinux: undefined | false | true

Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.

Optional lifecycleDetails

lifecycleDetails: undefined | string

Describes the current state of the event in more detail. For example, the message can provide actionable information for a resource in the 'FAILED' state.

lifecycleState

lifecycleState: LifecycleState

The current state of the event.

Optional resourceId

resourceId: undefined | string

The OCID of the managed instance or resource where the event occurred.

Optional systemDetails

systemDetails: model.SystemDetails

Optional systemTags

systemTags: undefined | object

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

timeCreated

timeCreated: Date

The date and time the Event was created, in the format defined by RFC 3339.

Example: {@code 2016-08-25T21:10:29.600Z}

Optional timeOccurred

timeOccurred: Date

The date and time that the event occurred.

Optional timeUpdated

timeUpdated: Date

The date and time that the event was updated (in RFC 3339 format). Example: {@code 2016-08-25T21:10:29.600Z}

type

type: string

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Event): object

getJsonObj

  • getJsonObj(obj: Event): object