Optional
additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional
alertIf an alert event is enabled, set its type.
For example, error
, warning
, info
, success
, user_update
,
recommendation
, and snapshot
.
Optional
datePOSIX timestamp of the event. Must be sent as an integer (that is no quotes). Limited to events up to 18 hours in the past and two hours in the future.
Optional
deviceA device name.
Optional
hostHost name to associate with the event. Any tags associated with the host are also applied to this event.
Optional
idInteger ID of the event.
Optional
idHandling IDs as large 64-bit numbers can cause loss of accuracy issues with some programming languages. Instead, use the string representation of the Event ID to avoid losing accuracy.
Optional
payloadPayload of the event.
Optional
priorityThe priority of the event. For example, normal
or low
.
Optional
sourceThe type of event being posted. Option examples include nagios, hudson, jenkins, my_apps, chef, puppet, git, bitbucket, etc. The list of standard source attribute values available here.
Optional
tagsA list of tags to apply to the event.
Optional
textThe body of the event. Limited to 4000 characters. The text supports markdown.
To use markdown in the event text, start the text block with %%% \n
and end the text block with \n %%%
.
Use msg_text
with the Datadog Ruby library.
Optional
titleThe event title.
Optional
urlURL of the event.
Generated using TypeDoc
Object representing an event.