datadog-api-client-python
datadog-api-client-python copied to clipboard
Python client for the Datadog API
See [DataDog/datadog-api-spec#2516](https://github.com/DataDog/datadog-api-spec/pull/2516) Test branch [datadog-api-spec/test/alyssa.song/SEC-11100_notification_profiles_api](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/alyssa.song/SEC-11100_notification_profiles_api)
See [DataDog/datadog-api-spec#2790](https://github.com/DataDog/datadog-api-spec/pull/2790) Test branch [datadog-api-spec/test/pb/monitor-search](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/pb/monitor-search)
See [DataDog/datadog-api-spec#2785](https://github.com/DataDog/datadog-api-spec/pull/2785) Test branch [datadog-api-spec/test/matthew.hibbs/add-sort-attribute](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/matthew.hibbs/add-sort-attribute)
**Describe the bug** get_api_test() gets the synthetic api test when there are no wait steps involved in the Synthetic API test, but when we add a wait step it starts...
See [DataDog/datadog-api-spec#2752](https://github.com/DataDog/datadog-api-spec/pull/2752) Test branch [datadog-api-spec/test/hzhang-fix-update-role-test](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/hzhang-fix-update-role-test)
See [DataDog/datadog-api-spec#2787](https://github.com/DataDog/datadog-api-spec/pull/2787) Test branch [datadog-api-spec/test/malo.legoff/add-filters-to-create-request-attributes](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/malo.legoff/add-filters-to-create-request-attributes)
**Describe the bug** When trying to retrieve a dashboard by using the call `dashboards_api.get_dashboard(dashboard.get("id"))`, I get an error saying `datadog_api_client.v1.exceptions.ApiTypeError: Invalid type for variable 'x'. Required value type is int...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Currently the scope and monitor_tag arguments of the Downtime() function take lists that are converted to a scope that uses ALL of the key value pairs in the list. We...
Line 19 @ datadog_api_client/v1/model/synthetics_test_options_monitor_options.py specifies a maximum of 1440 renotify_interval. However, in the datadog GUI, things have been updated to allow custom entries of > 1440 (24 hours). A user...