Skip to content

Commit 5ff8167

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove US1 Note for Create a Monitor Endpoint (#1523)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent d789c7c commit 5ff8167

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
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-02-23 18:04:53.691064",
8-
"spec_repo_commit": "76697835"
7+
"regenerated": "2024-02-26 18:27:09.460981",
8+
"spec_repo_commit": "65e025be"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-02-23 18:04:53.706750",
13-
"spec_repo_commit": "76697835"
12+
"regenerated": "2024-02-26 18:27:09.477057",
13+
"spec_repo_commit": "65e025be"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26751,7 +26751,7 @@ paths:
2675126751
**Notes**:
2675226752

2675326753
- Synthetic monitors are created through the Synthetics API. See the [Synthetics
26754-
API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for
26754+
API](https://docs.datadoghq.com/api/latest/synthetics/) documentation for
2675526755
more information.
2675626756

2675726757
- Log monitors require an unscoped App Key.
@@ -27058,10 +27058,7 @@ paths:
2705827058

2705927059
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
2706027060

27061-
- `#` an integer or decimal number used to set the threshold.
27062-
27063-
27064-
**NOTE** Database Monitoring monitors are in alpha on US1.'
27061+
- `#` an integer or decimal number used to set the threshold.'
2706527062
operationId: CreateMonitor
2706627063
requestBody:
2706727064
content:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ export class MonitorsApi {
14191419
* - database-monitoring: `database-monitoring alert`
14201420
*
14211421
* **Notes**:
1422-
* - Synthetic monitors are created through the Synthetics API. See the [Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
1422+
* - Synthetic monitors are created through the Synthetics API. See the [Synthetics API](https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
14231423
* - Log monitors require an unscoped App Key.
14241424
*
14251425
* #### Query Types
@@ -1570,8 +1570,6 @@ export class MonitorsApi {
15701570
* - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
15711571
* - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
15721572
* - `#` an integer or decimal number used to set the threshold.
1573-
*
1574-
* **NOTE** Database Monitoring monitors are in alpha on US1.
15751573
* @param param The request object
15761574
*/
15771575
public createMonitor(

0 commit comments

Comments
 (0)