datadog-api-client-python
datadog-api-client-python copied to clipboard
Python client for the Datadog API
Cleanup from a team rename that already went into effect in Workday. The new team has the same members as the old one, plus managers: https://github.com/orgs/DataDog/teams/integrations-tools-and-libraries https://github.com/orgs/DataDog/teams/api-clients Also updates `baklava`...
See [DataDog/datadog-api-spec#2727](https://github.com/DataDog/datadog-api-spec/pull/2727) Test branch [datadog-api-spec/test/tim.chaplin/rename-api-clients-codeowners](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/tim.chaplin/rename-api-clients-codeowners)
See [DataDog/datadog-api-spec#2728](https://github.com/DataDog/datadog-api-spec/pull/2728) Test branch [datadog-api-spec/test/docs7176/add-postman-links](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/docs7176/add-postman-links)
**Describe the bug** Summary: Script which fetches all dashboards in the loop exits with an error, when rate limit runs out, even though `enable_retry` option is turned on. According to...
Hi I am trying to use the Datadog Api. I already have the Datadog dashboard in that we have few widgets which was created to show the trace count query....
See [DataDog/datadog-api-spec#2683](https://github.com/DataDog/datadog-api-spec/pull/2683) Test branch [datadog-api-spec/test/update-incident-app-api-documentation-with-teams-metadata-details](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/update-incident-app-api-documentation-with-teams-metadata-details)
See [DataDog/datadog-api-spec#2638](https://github.com/DataDog/datadog-api-spec/pull/2638) Test branch [datadog-api-spec/test/hzhang/fix-okta-update-test](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/hzhang/fix-okta-update-test)
See [DataDog/datadog-api-spec#2591](https://github.com/DataDog/datadog-api-spec/pull/2591) Test branch [datadog-api-spec/test/hzhang/make-synthetics-tests-consecutive](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/hzhang/make-synthetics-tests-consecutive)
**Describe the bug** Setting `host` in the `Configuration` ctor causes credentials to be sent in the clear. **To Reproduce** Take this example: ```python import os from datadog_api_client import ApiClient, Configuration...
**Describe the bug** This API is just not great. I needed to write a script to just find & replace one Slack channel that was our notifications on monitors to...