@@ -21570,19 +21570,19 @@ paths:
21570
21570
Example: `"check".over(tags).last(count).by(group).count_by_status()`
21571
21571
21572
21572
21573
- - ** `check`** name of the check, for example `datadog.agent.up`
21573
+ - `check` name of the check, for example `datadog.agent.up`
21574
21574
21575
- - ** `tags`** one or more quoted tags (comma-separated), or "*". for example:
21576
- `.over("env:prod", " role:db")`; ** `over`** cannot be blank.
21575
+ - `tags` one or more quoted tags (comma-separated), or "*". for example: `.over("env:prod",
21576
+ " role:db")`; `over` cannot be blank.
21577
21577
21578
- - ** `count`** must be at greater than or equal to your max threshold (defined
21578
+ - `count` must be at greater than or equal to your max threshold (defined
21579
21579
in the `options`). It is limited to 100.
21580
21580
21581
21581
For example, if you''ve specified to notify on 1 critical, 3 ok, and 2 warn
21582
21582
statuses, `count` should be at least 3.
21583
21583
21584
- - ** `group`** must be specified for check monitors. Per-check grouping is
21585
- already explicitly known for some service checks.
21584
+ - `group` must be specified for check monitors. Per-check grouping is already
21585
+ explicitly known for some service checks.
21586
21586
21587
21587
For example, Postgres integration monitors are tagged by `db`, `host`, and
21588
21588
`port`, and Network monitors by `host`, `instance`, and `url`. See [Service
@@ -21597,28 +21597,28 @@ paths:
21597
21597
"string query"'').rollup("count").last("1h")"`
21598
21598
21599
21599
21600
- - ** `event`** , the event query string:
21600
+ - `event`, the event query string:
21601
21601
21602
- - ** `string_query`** free text query to match against event title and text.
21602
+ - `string_query` free text query to match against event title and text.
21603
21603
21604
- - ** `sources`** event sources (comma-separated).
21604
+ - `sources` event sources (comma-separated).
21605
21605
21606
- - ** `status`** event statuses (comma-separated). Valid options: error, warn,
21607
- and info.
21606
+ - `status` event statuses (comma-separated). Valid options: error, warn, and
21607
+ info.
21608
21608
21609
- - ** `priority`** event priorities (comma-separated). Valid options: low, normal,
21609
+ - `priority` event priorities (comma-separated). Valid options: low, normal,
21610
21610
all.
21611
21611
21612
- - ** `host`** event reporting host (comma-separated).
21612
+ - `host` event reporting host (comma-separated).
21613
21613
21614
- - ** `tags`** event tags (comma-separated).
21614
+ - `tags` event tags (comma-separated).
21615
21615
21616
- - ** `excluded_tags`** excluded event tags (comma-separated).
21616
+ - `excluded_tags` excluded event tags (comma-separated).
21617
21617
21618
- - ** `rollup`** the stats roll-up method. `count` is the only supported method
21618
+ - `rollup` the stats roll-up method. `count` is the only supported method
21619
21619
now.
21620
21620
21621
- - ** `last`** the timeframe to roll up the counts. Examples: 45m, 4h. Supported
21621
+ - `last` the timeframe to roll up the counts. Examples: 45m, 4h. Supported
21622
21622
timeframes: m, h and d. This value should not exceed 48 hours.
21623
21623
21624
21624
@@ -21633,19 +21633,18 @@ paths:
21633
21633
operator #`
21634
21634
21635
21635
21636
- - ** `query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21636
+ - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21637
21637
21638
- - **`rollup_method`** The stats roll-up method - supports `count`, `avg` and
21639
- `cardinality`.
21638
+ - `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
21640
21639
21641
- - ** `measure`** For `avg` and cardinality `rollup_method` - specify the measure
21640
+ - `measure` For `avg` and cardinality `rollup_method` - specify the measure
21642
21641
or the facet name you want to use.
21643
21642
21644
- - ** `time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21643
+ - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
21645
21644
21646
- - ** `operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21645
+ - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21647
21646
21648
- - ** `#`** an integer or decimal number used to set the threshold.
21647
+ - `#` an integer or decimal number used to set the threshold.
21649
21648
21650
21649
21651
21650
**Process Alert Query**
@@ -21655,19 +21654,19 @@ paths:
21655
21654
#`
21656
21655
21657
21656
21658
- - ** `search`** free text search string for querying processes.
21657
+ - `search` free text search string for querying processes.
21659
21658
21660
21659
Matching processes match results on the [Live Processes](https://docs.datadoghq.com/infrastructure/process/?tab=linuxwindows)
21661
21660
page.
21662
21661
21663
- - ** `tags`** one or more tags (comma-separated)
21662
+ - `tags` one or more tags (comma-separated)
21664
21663
21665
- - ** `timeframe`** the timeframe to roll up the counts. Examples: 10m, 4h.
21666
- Supported timeframes: s, m, h and d
21664
+ - `timeframe` the timeframe to roll up the counts. Examples: 10m, 4h. Supported
21665
+ timeframes: s, m, h and d
21667
21666
21668
- - ** `operator`** <, <=, >, >=, ==, or !=
21667
+ - `operator` <, <=, >, >=, ==, or !=
21669
21668
21670
- - ** `#`** an integer or decimal number used to set the threshold
21669
+ - `#` an integer or decimal number used to set the threshold
21671
21670
21672
21671
21673
21672
**Logs Alert Query**
@@ -21677,22 +21676,21 @@ paths:
21677
21676
operator #`
21678
21677
21679
21678
21680
- - ** `query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21679
+ - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21681
21680
21682
- - ** `index_name`** For multi-index organizations, the log index in which the
21683
- request is performed.
21681
+ - `index_name` For multi-index organizations, the log index in which the request
21682
+ is performed.
21684
21683
21685
- - **`rollup_method`** The stats roll-up method - supports `count`, `avg` and
21686
- `cardinality`.
21684
+ - `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
21687
21685
21688
- - ** `measure`** For `avg` and cardinality `rollup_method` - specify the measure
21686
+ - `measure` For `avg` and cardinality `rollup_method` - specify the measure
21689
21687
or the facet name you want to use.
21690
21688
21691
- - ** `time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21689
+ - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
21692
21690
21693
- - ** `operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21691
+ - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21694
21692
21695
- - ** `#`** an integer or decimal number used to set the threshold.
21693
+ - `#` an integer or decimal number used to set the threshold.
21696
21694
21697
21695
21698
21696
**Composite Query**
@@ -21702,16 +21700,16 @@ paths:
21702
21700
monitors
21703
21701
21704
21702
21705
- * ** `name`** [*required*, *default* = **dynamic, based on query**]: The name
21706
- of the alert.
21703
+ * `name` [*required*, *default* = **dynamic, based on query**]: The name of
21704
+ the alert.
21707
21705
21708
- * ** `message`** [*required*, *default* = **dynamic, based on query**]: A message
21706
+ * `message` [*required*, *default* = **dynamic, based on query**]: A message
21709
21707
to include with notifications for this monitor.
21710
21708
21711
21709
Email notifications can be sent to specific users by using the same ''@username''
21712
21710
notation as events.
21713
21711
21714
- * ** `tags`** [*optional*, *default* = **empty list**]: A list of tags to associate
21712
+ * `tags` [*optional*, *default* = **empty list**]: A list of tags to associate
21715
21713
with your monitor.
21716
21714
21717
21715
When getting all monitor details via the API, use the `monitor_tags` argument
@@ -21727,13 +21725,13 @@ paths:
21727
21725
Example: `error_budget("slo_id").over("time_window") operator #`
21728
21726
21729
21727
21730
- - ** `slo_id`** : The alphanumeric SLO ID of the SLO you are configuring the
21731
- alert for.
21728
+ - `slo_id`: The alphanumeric SLO ID of the SLO you are configuring the alert
21729
+ for.
21732
21730
21733
- - ** `time_window`** : The time window of the SLO target you wish to alert on.
21734
- Valid options: `7d`, `30d`, `90d`.
21731
+ - `time_window`: The time window of the SLO target you wish to alert on. Valid
21732
+ options: `7d`, `30d`, `90d`.
21735
21733
21736
- - ** `operator`** : `>=` or `>`
21734
+ - `operator`: `>=` or `>`
21737
21735
21738
21736
21739
21737
**Audit Alert Query**
@@ -21743,19 +21741,18 @@ paths:
21743
21741
operator #`
21744
21742
21745
21743
21746
- - ** `query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21744
+ - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21747
21745
21748
- - **`rollup_method`** The stats roll-up method - supports `count`, `avg` and
21749
- `cardinality`.
21746
+ - `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
21750
21747
21751
- - ** `measure`** For `avg` and cardinality `rollup_method` - specify the measure
21748
+ - `measure` For `avg` and cardinality `rollup_method` - specify the measure
21752
21749
or the facet name you want to use.
21753
21750
21754
- - ** `time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21751
+ - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
21755
21752
21756
- - ** `operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21753
+ - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21757
21754
21758
- - ** `#`** an integer or decimal number used to set the threshold.
21755
+ - `#` an integer or decimal number used to set the threshold.
21759
21756
21760
21757
21761
21758
**NOTE** Only available on US1-FED and in closed beta on US1, EU, US3, and
@@ -21769,19 +21766,19 @@ paths:
21769
21766
operator #`
21770
21767
21771
21768
21772
- - ** `query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21769
+ - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21773
21770
21774
- - ** `rollup_method`** The stats roll-up method - supports `count`, `avg`,
21775
- and `cardinality`.
21771
+ - `rollup_method` The stats roll-up method - supports `count`, `avg`, and
21772
+ `cardinality`.
21776
21773
21777
- - ** `measure`** For `avg` and cardinality `rollup_method` - specify the measure
21774
+ - `measure` For `avg` and cardinality `rollup_method` - specify the measure
21778
21775
or the facet name you want to use.
21779
21776
21780
- - ** `time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21777
+ - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
21781
21778
21782
- - ** `operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21779
+ - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21783
21780
21784
- - ** `#`** an integer or decimal number used to set the threshold.
21781
+ - `#` an integer or decimal number used to set the threshold.
21785
21782
21786
21783
21787
21784
**NOTE** CI Pipeline monitors are in alpha on US1, EU, US3 and US5.
@@ -21794,19 +21791,19 @@ paths:
21794
21791
operator #`
21795
21792
21796
21793
21797
- - ** `query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21794
+ - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21798
21795
21799
- - ** `rollup_method`** The stats roll-up method - supports `count`, `avg`,
21800
- and `cardinality`.
21796
+ - `rollup_method` The stats roll-up method - supports `count`, `avg`, and
21797
+ `cardinality`.
21801
21798
21802
- - ** `measure`** For `avg` and cardinality `rollup_method` - specify the measure
21799
+ - `measure` For `avg` and cardinality `rollup_method` - specify the measure
21803
21800
or the facet name you want to use.
21804
21801
21805
- - ** `time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21802
+ - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
21806
21803
21807
- - ** `operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21804
+ - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21808
21805
21809
- - ** `#`** an integer or decimal number used to set the threshold.
21806
+ - `#` an integer or decimal number used to set the threshold.
21810
21807
21811
21808
21812
21809
**NOTE** CI Test monitors are available only in closed beta on US1, EU, US3
@@ -21823,19 +21820,19 @@ paths:
21823
21820
measure]).last(time_window) operator #`
21824
21821
21825
21822
21826
- - ** `query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21823
+ - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21827
21824
21828
- - ** `rollup_method`** The stats roll-up method - supports `count`, `avg`,
21829
- and `cardinality`.
21825
+ - `rollup_method` The stats roll-up method - supports `count`, `avg`, and
21826
+ `cardinality`.
21830
21827
21831
- - ** `measure`** For `avg` and cardinality `rollup_method` - specify the measure
21828
+ - `measure` For `avg` and cardinality `rollup_method` - specify the measure
21832
21829
or the facet name you want to use.
21833
21830
21834
- - ** `time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21831
+ - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
21835
21832
21836
- - ** `operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21833
+ - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21837
21834
21838
- - ** `#`** an integer or decimal number used to set the threshold.'
21835
+ - `#` an integer or decimal number used to set the threshold.'
21839
21836
operationId: CreateMonitor
21840
21837
requestBody:
21841
21838
content:
0 commit comments