Skip to content

Commit e335c12

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[monitors] Fix urls for group search (#1623)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent e0de2c4 commit e335c12

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"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"
99
},
1010
"v2": {
1111
"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"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26972,22 +26972,20 @@ paths:
2697226972
description: Search and filter your monitor groups details.
2697326973
operationId: SearchMonitorGroups
2697426974
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],
2697626976
use the query parameter value in the
2697726977

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].
2698226980

2698326981

2698426982
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"`.
2698626984

2698726985

26988-
[1]: https://app.datadoghq.com/monitors/manage
26986+
[1]: https://app.datadoghq.com/monitors/triggered
2698926987

26990-
[2]: /monitors/manage/#find-the-monitors'
26988+
[2]: /monitors/manage/#triggered-monitors'
2699126989
in: query
2699226990
name: query
2699326991
required: false

packages/datadog-api-client-v1/apis/MonitorsApi.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,14 +1251,13 @@ export interface MonitorsApiListMonitorsRequest {
12511251

12521252
export interface MonitorsApiSearchMonitorGroupsRequest {
12531253
/**
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].
12571256
*
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"`.
12591258
*
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
12621261
* @type string
12631262
*/
12641263
query?: string;

0 commit comments

Comments
 (0)