@@ -29328,7 +29328,7 @@ paths:
29328
29328
- description: 'When specified, shows additional information about the group
29329
29329
states.
29330
29330
29331
- Choose one or more from `all`, `alert`, `warn`, and `no data` (`no%20data`) .'
29331
+ Choose one or more from `all`, `alert`, `warn`, and `no data`.'
29332
29332
in: query
29333
29333
name: group_states
29334
29334
required: false
@@ -29913,15 +29913,15 @@ paths:
29913
29913
- apiKeyAuth: []
29914
29914
appKeyAuth: []
29915
29915
- AuthZ:
29916
- - monitors_write
29916
+ - monitors_read
29917
29917
summary: Validate a monitor
29918
29918
tags:
29919
29919
- Monitors
29920
29920
x-codegen-request-body-name: body
29921
29921
x-permission:
29922
29922
operator: OR
29923
29923
permissions:
29924
- - monitors_write
29924
+ - monitors_read
29925
29925
/api/v1/monitor/{monitor_id}:
29926
29926
delete:
29927
29927
description: Delete the specified monitor
@@ -30214,15 +30214,15 @@ paths:
30214
30214
- apiKeyAuth: []
30215
30215
appKeyAuth: []
30216
30216
- AuthZ:
30217
- - monitors_write
30217
+ - monitors_read
30218
30218
summary: Validate an existing monitor
30219
30219
tags:
30220
30220
- Monitors
30221
30221
x-codegen-request-body-name: body
30222
30222
x-permission:
30223
30223
operator: OR
30224
30224
permissions:
30225
- - monitors_write
30225
+ - monitors_read
30226
30226
/api/v1/monthly_custom_reports:
30227
30227
get:
30228
30228
deprecated: true
@@ -36863,7 +36863,10 @@ tags:
36863
36863
36864
36864
scopes from alerting. Downtime settings, which can be scheduled with start and
36865
36865
36866
- end times, prevent all alerting related to specified Datadog tags.'
36866
+ end times, prevent all alerting related to specified Datadog tags.
36867
+
36868
+
36869
+ **Note:** `curl` commands require [url encoding](https://curl.se/docs/url-syntax.html).'
36867
36870
name: Downtimes
36868
36871
- description: 'The Event Management API allows you to programmatically post events
36869
36872
to the Events Explorer and fetch events from the Events Explorer. See the [Event
@@ -36940,7 +36943,10 @@ tags:
36940
36943
notifies your team when a defined threshold has exceeded.
36941
36944
36942
36945
36943
- For more information, see [Creating Monitors](https://docs.datadoghq.com/monitors/create/types/).'
36946
+ For more information, see [Creating Monitors](https://docs.datadoghq.com/monitors/create/types/).
36947
+
36948
+
36949
+ **Note:** `curl` commands require [url encoding](https://curl.se/docs/url-syntax.html).'
36944
36950
externalDocs:
36945
36951
description: Find out more at
36946
36952
url: https://docs.datadoghq.com/monitors/create/types/
0 commit comments