You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**text** | **str** | The body of the event. Limited to 4000 characters. The text supports markdown. Use `msg_text` with the Datadog Ruby library. |
8
-
**title** | **str** | The event title. Limited to 100 characters. Use `msg_title` with the Datadog Ruby library. |
9
-
**aggregation_key** | **str** | An arbitrary string to use for aggregation. Limited to 100 characters. If you specify a key, all events using that key are grouped together in the Event Stream. | [optional]
**date_happened** | **int** | POSIX timestamp of the event. Must be sent as an integer (i.e. no quotes). Limited to events no older than 7 days. | [optional]
12
9
**device_name** | **str** | A device name. | [optional]
13
10
**host** | **str** | Host name to associate with the event. Any tags associated with the host are also applied to this event. | [optional]
14
11
**id** | **int** | Integer ID of the event. | [optional][readonly]
15
12
**payload** | **str** | Payload of the event. | [optional][readonly]
**related_event_id** | **int** | ID of the parent event. Must be sent as an integer (i.e. no quotes). | [optional]
18
14
**source_type_name** | **str** | The type of event being posted. Option examples include nagios, hudson, jenkins, my_apps, chef, puppet, git, bitbucket, etc. A complete list of source attribute values [available here](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value). | [optional]
19
15
**tags** | **[str]** | A list of tags to apply to the event. | [optional]
16
+
**text** | **str** | The body of the event. Limited to 4000 characters. The text supports markdown. Use `msg_text` with the Datadog Ruby library. | [optional]
17
+
**title** | **str** | The event title. Limited to 100 characters. Use `msg_title` with the Datadog Ruby library. | [optional]
20
18
**url** | **str** | URL of the event. | [optional][readonly]
21
19
22
20
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
aggregation_key (str): An arbitrary string to use for aggregation. Limited to 100 characters. If you specify a key, all events using that key are grouped together in the Event Stream.. [optional] # noqa: E501
date_happened (int): POSIX timestamp of the event. Must be sent as an integer (i.e. no quotes). Limited to events no older than 7 days.. [optional] # noqa: E501
181
169
device_name (str): A device name.. [optional] # noqa: E501
182
170
host (str): Host name to associate with the event. Any tags associated with the host are also applied to this event.. [optional] # noqa: E501
183
171
id (int): Integer ID of the event.. [optional] # noqa: E501
184
172
payload (str): Payload of the event.. [optional] # noqa: E501
185
173
priority (EventPriority): [optional] # noqa: E501
186
-
related_event_id (int): ID of the parent event. Must be sent as an integer (i.e. no quotes).. [optional] # noqa: E501
187
174
source_type_name (str): The type of event being posted. Option examples include nagios, hudson, jenkins, my_apps, chef, puppet, git, bitbucket, etc. A complete list of source attribute values [available here](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).. [optional] # noqa: E501
188
175
tags ([str]): A list of tags to apply to the event.. [optional] # noqa: E501
176
+
text (str): The body of the event. Limited to 4000 characters. The text supports markdown. Use `msg_text` with the Datadog Ruby library.. [optional] # noqa: E501
177
+
title (str): The event title. Limited to 100 characters. Use `msg_title` with the Datadog Ruby library.. [optional] # noqa: E501
189
178
url (str): URL of the event.. [optional] # noqa: E501
0 commit comments