Skip to content

Commit 6bf8402

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove US1 Note for Create a Monitor Endpoint (#2388)
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 a3b2f1f commit 6bf8402

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:51.442741",
8-
"spec_repo_commit": "76697835"
7+
"regenerated": "2024-02-26 18:27:08.436817",
8+
"spec_repo_commit": "65e025be"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-02-23 18:04:51.459774",
13-
"spec_repo_commit": "76697835"
12+
"regenerated": "2024-02-26 18:27:08.452262",
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:

api/datadogV1/api_monitors.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func (a *MonitorsApi) CheckCanDeleteMonitor(ctx _context.Context, monitorIds []i
126126
// - database-monitoring: `database-monitoring alert`
127127
//
128128
// **Notes**:
129-
// - Synthetic monitors are created through the Synthetics API. See the [Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
129+
// - Synthetic monitors are created through the Synthetics API. See the [Synthetics API](https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
130130
// - Log monitors require an unscoped App Key.
131131
//
132132
// #### Query Types
@@ -277,8 +277,6 @@ func (a *MonitorsApi) CheckCanDeleteMonitor(ctx _context.Context, monitorIds []i
277277
// - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
278278
// - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
279279
// - `#` an integer or decimal number used to set the threshold.
280-
//
281-
// **NOTE** Database Monitoring monitors are in alpha on US1.
282280
func (a *MonitorsApi) CreateMonitor(ctx _context.Context, body Monitor) (Monitor, *_nethttp.Response, error) {
283281
var (
284282
localVarHTTPMethod = _nethttp.MethodPost

0 commit comments

Comments
 (0)