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
- **`check`** name of the check, e.g. `datadog.agent.up`
19880
+
- **`check`** name of the check, for example `datadog.agent.up`
19879
19881
19880
-
- **`tags`** one or more quoted tags (comma-separated), or "*". e.g.: `.over("env:prod",
19881
-
"role:db")`; **`over`** cannot be blank.
19882
+
- **`tags`** one or more quoted tags (comma-separated), or "*". for example:
19883
+
`.over("env:prod", "role:db")`; **`over`** cannot be blank.
19882
19884
19883
19885
- **`count`** must be at greater than or equal to your max threshold (defined
19884
19886
in the `options`). It is limited to 100.
@@ -20229,8 +20231,8 @@ paths:
20229
20231
format: int64
20230
20232
type: integer
20231
20233
- description: 'String for sort order, composed of field and sort order separate
20232
-
by a comma, e.g. `name,asc`. Supported sort directions: `asc`, `desc`. Supported
20233
-
fields:
20234
+
by a comma, for example `name,asc`. Supported sort directions: `asc`, `desc`.
20235
+
Supported fields:
20234
20236
20235
20237
20236
20238
* `name`
@@ -20318,8 +20320,8 @@ paths:
20318
20320
format: int64
20319
20321
type: integer
20320
20322
- description: 'String for sort order, composed of field and sort order separate
20321
-
by a comma, e.g. `name,asc`. Supported sort directions: `asc`, `desc`. Supported
20322
-
fields:
20323
+
by a comma, for example `name,asc`. Supported sort directions: `asc`, `desc`.
20324
+
Supported fields:
20323
20325
20324
20326
20325
20327
* `name`
@@ -20422,7 +20424,7 @@ paths:
20422
20424
format: int64
20423
20425
type: integer
20424
20426
- description: Delete the monitor even if it's referenced by other resources
20425
-
(e.g. SLO, composite monitor).
20427
+
(for example SLO, composite monitor).
20426
20428
in: query
20427
20429
name: force
20428
20430
required: false
@@ -21999,7 +22001,7 @@ paths:
21999
22001
schema:
22000
22002
type: string
22001
22003
- description: Delete the monitor even if it's referenced by other resources
22002
-
(e.g. SLO, composite monitor).
22004
+
(for example SLO, composite monitor).
22003
22005
in: query
22004
22006
name: force
22005
22007
required: false
@@ -23702,7 +23704,7 @@ paths:
23702
23704
required: true
23703
23705
schema:
23704
23706
type: string
23705
-
- description: 'The source of the tags (e.g. chef, puppet).
23707
+
- description: 'The source of the tags (for example chef, puppet).
23706
23708
23707
23709
[Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).'
23708
23710
in: query
@@ -23853,7 +23855,7 @@ paths:
23853
23855
required: true
23854
23856
schema:
23855
23857
type: string
23856
-
- description: 'The source of the tags (e.g. chef, puppet).
23858
+
- description: 'The source of the tags (for example chef, puppet).
23857
23859
23858
23860
[Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value)'
23859
23861
in: query
@@ -25953,7 +25955,7 @@ paths:
25953
25955
variables:
25954
25956
site:
25955
25957
default: datadoghq.com
25956
-
description: The regional site for our customers.
25958
+
description: The regional site for Datadog customers.
25957
25959
enum:
25958
25960
- datadoghq.com
25959
25961
- us3.datadoghq.com
@@ -26111,7 +26113,7 @@ tags:
26111
26113
- description: "Pipelines and processors operate on incoming logs, parsing\nand transforming
26112
26114
them into structured attributes for easier querying.\n\n- See the [pipelines configuration
26113
26115
page](https://app.datadoghq.com/logs/pipelines)\n for a list of the pipelines
26114
-
and processors currently configured in our UI.\n\n- Additional API-related information
26116
+
and processors currently configured in web UI.\n\n- Additional API-related information
26115
26117
about processors can be found in the\n [processors documentation](https://docs.datadoghq.com/logs/log_configuration/processors/?tab=api#lookup-processor).\n\n-
26116
26118
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\nThese
26117
26119
endpoints are only available for admin users.\nMake sure to use an application
|**dateHappened**|**Long**| POSIX timestamp of the event. Must be sent as an integer (i.e. no quotes). Limited to events no older than 7 days.|[optional]|
10
+
|**dateHappened**|**Long**| POSIX timestamp of the event. Must be sent as an integer (that is no quotes). Limited to events no older than 7 days. |[optional]|
11
11
|**deviceName**|**String**| A device name. |[optional]|
12
12
|**host**|**String**| Host name to associate with the event. Any tags associated with the host are also applied to this event. |[optional]|
13
13
|**id**|**Long**| Integer ID of the event. |[optional][readonly]|
|**aggregationKey**|**String**| 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]|
10
10
|**alertType**|**EventAlertType**||[optional]|
11
-
|**dateHappened**|**Long**| POSIX timestamp of the event. Must be sent as an integer (i.e. no quotes). Limited to events no older than 7 days.|[optional]|
11
+
|**dateHappened**|**Long**| POSIX timestamp of the event. Must be sent as an integer (that is no quotes). Limited to events no older than 7 days. |[optional]|
12
12
|**deviceName**|**String**| A device name. |[optional]|
13
13
|**host**|**String**| Host name to associate with the event. Any tags associated with the host are also applied to this event. |[optional]|
14
14
|**id**|**Long**| Integer ID of the event. |[optional][readonly]|
15
15
|**payload**|**String**| Payload of the event. |[optional][readonly]|
16
16
|**priority**|**EventPriority**||[optional]|
17
-
|**relatedEventId**|**Long**| ID of the parent event. Must be sent as an integer (i.e. no quotes).|[optional]|
17
+
|**relatedEventId**|**Long**| ID of the parent event. Must be sent as an integer (that is no quotes). |[optional]|
18
18
|**sourceTypeName**|**String**| 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
19
|**tags**|**List<String>**| A list of tags to apply to the event. |[optional]|
20
20
|**text**|**String**| The 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. |
0 commit comments