Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove US1 Note for Create a Monitor Endpoint #1871

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading