Skip to content

Commit

Permalink
Remove US1 Note for Create a Monitor Endpoint (#1871)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Feb 26, 2024
1 parent d19984c commit df2d451
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-23 18:04:47.981830",
"spec_repo_commit": "76697835"
"regenerated": "2024-02-26 18:27:06.393279",
"spec_repo_commit": "65e025be"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-23 18:04:48.287269",
"spec_repo_commit": "76697835"
"regenerated": "2024-02-26 18:27:06.408833",
"spec_repo_commit": "65e025be"
}
}
}
7 changes: 2 additions & 5 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26751,7 +26751,7 @@ paths:
**Notes**:

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

- Log monitors require an unscoped App Key.
Expand Down Expand Up @@ -27058,10 +27058,7 @@ paths:

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

- `#` an integer or decimal number used to set the threshold.


**NOTE** Database Monitoring monitors are in alpha on US1.'
- `#` an integer or decimal number used to set the threshold.'
operationId: CreateMonitor
requestBody:
content:
Expand Down
4 changes: 1 addition & 3 deletions src/datadog_api_client/v1/api/monitors_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def create_monitor(
**Notes** :
* Synthetic monitors are created through the Synthetics API. See the [Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
* Synthetic monitors are created through the Synthetics API. See the `Synthetics API <https://docs.datadoghq.com/api/latest/synthetics/>`_ documentation for more information.
* Log monitors require an unscoped App Key.
**Query Types**
Expand Down Expand Up @@ -551,8 +551,6 @@ def create_monitor(
* ``operator`` ``<`` , ``<=`` , ``>`` , ``>=`` , ``==`` , or ``!=``.
* ``#`` an integer or decimal number used to set the threshold.
**NOTE** Database Monitoring monitors are in alpha on US1.
:param body: Create a monitor request body.
:type body: Monitor
:rtype: Monitor
Expand Down

0 comments on commit df2d451

Please sign in to comment.