Object description of attributes from your event.

Hierarchy

  • EventAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
aggregationKey?: string

Aggregation key of the event.

dateHappened?: number

POSIX timestamp of the event. Must be sent as an integer (no quotation marks). Limited to events no older than 18 hours.

deviceName?: string

A device name.

duration?: number

The duration between the triggering of the event and its recovery in nanoseconds.

eventObject?: string

The event title.

evt?: v2.Event

The metadata associated with a request.

hostname?: string

Host name to associate with the event. Any tags associated with the host are also applied to this event.

monitor?: v2.MonitorType

Attributes from the monitor that triggered the event.

monitorGroups?: string[]

List of groups referred to in the event.

monitorId?: number

ID of the monitor that triggered the event. When an event isn't related to a monitor, this field is empty.

priority?: v2.EventPriority

The priority of the event's monitor. For example, normal or low.

relatedEventId?: number

Related event ID.

service?: string

Service that triggered the event.

sourceTypeName?: string

The type of event being posted. For example, nagios, hudson, jenkins, my_apps, chef, puppet, git or bitbucket. The list of standard source attribute values is available here.

sourcecategory?: string

Identifier for the source of the event, such as a monitor alert, an externally-submitted event, or an integration.

If an alert event is enabled, its status is one of the following: failure, error, warning, info, success, user_update, recommendation, or snapshot.

tags?: string[]

A list of tags to apply to the event.

timestamp?: number

POSIX timestamp of your event in milliseconds.

title?: string

The event title.

Generated using TypeDoc