File tree Expand file tree Collapse file tree 3 files changed +15
-18
lines changed
packages/datadog-api-client-v1/apis Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-05-29 11:05:30.245471 ",
8
- "spec_repo_commit": "6cd5686a "
7
+ "regenerated": "2024-05-29 12:19:39.295098 ",
8
+ "spec_repo_commit": "5a618bf5 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-05-29 11:05:30.263690 ",
13
- "spec_repo_commit": "6cd5686a "
12
+ "regenerated": "2024-05-29 12:19:39.312822 ",
13
+ "spec_repo_commit": "5a618bf5 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -26972,22 +26972,20 @@ paths:
26972
26972
description: Search and filter your monitor groups details.
26973
26973
operationId: SearchMonitorGroups
26974
26974
parameters:
26975
- - description: 'After entering a search query in your [Manage Monitor page][1]
26975
+ - description: 'After entering a search query on the [Triggered Monitors page][1],
26976
26976
use the query parameter value in the
26977
26977
26978
- URL of the page as value for this parameter. Consult the dedicated [manage
26979
- monitor documentation][2]
26980
-
26981
- page to learn more.
26978
+ URL of the page as a value for this parameter. For more information, see
26979
+ the [Manage Monitors documentation][2].
26982
26980
26983
26981
26984
26982
The query can contain any number of space-separated monitor attributes,
26985
- for instance `query="type:metric status :alert"`.
26983
+ for instance: `query="type:metric group_status :alert"`.
26986
26984
26987
26985
26988
- [1]: https://app.datadoghq.com/monitors/manage
26986
+ [1]: https://app.datadoghq.com/monitors/triggered
26989
26987
26990
- [2]: /monitors/manage/#find-the -monitors'
26988
+ [2]: /monitors/manage/#triggered -monitors'
26991
26989
in: query
26992
26990
name: query
26993
26991
required: false
Original file line number Diff line number Diff line change @@ -1251,14 +1251,13 @@ export interface MonitorsApiListMonitorsRequest {
1251
1251
1252
1252
export interface MonitorsApiSearchMonitorGroupsRequest {
1253
1253
/**
1254
- * After entering a search query in your [Manage Monitor page][1] use the query parameter value in the
1255
- * URL of the page as value for this parameter. Consult the dedicated [manage monitor documentation][2]
1256
- * page to learn more.
1254
+ * After entering a search query on the [Triggered Monitors page][1], use the query parameter value in the
1255
+ * URL of the page as a value for this parameter. For more information, see the [Manage Monitors documentation][2].
1257
1256
*
1258
- * The query can contain any number of space-separated monitor attributes, for instance `query="type:metric status :alert"`.
1257
+ * The query can contain any number of space-separated monitor attributes, for instance: `query="type:metric group_status :alert"`.
1259
1258
*
1260
- * [1]: https://app.datadoghq.com/monitors/manage
1261
- * [2]: /monitors/manage/#find-the -monitors
1259
+ * [1]: https://app.datadoghq.com/monitors/triggered
1260
+ * [2]: /monitors/manage/#triggered -monitors
1262
1261
* @type string
1263
1262
*/
1264
1263
query ?: string ;
You can’t perform that action at this time.
0 commit comments