datadog-api-client-python icon indicating copy to clipboard operation
datadog-api-client-python copied to clipboard

Python client for the Datadog API

Results 186 datadog-api-client-python issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. when I run test in https://github.com/DataDog/datadog-api-client-python/blob/master/examples/v2/metrics/QueryTimeseriesData.py ``` """ Query timeseries data across multiple products returns "OK" response...

kind/bug

**Describe the bug** get_downtime API does not return the list Impacted Monitors. It always return `None` ``` from datadog_api_client.v2.api.downtimes_api import DowntimesApi api_response = datadog_downtimes_api.get_downtime( downtime_id=downtime_id, include='monitor' # include='created_by,monitor' ) print(api_response)...

stale
kind/bug

See [DataDog/datadog-api-spec#4583](https://github.com/DataDog/datadog-api-spec/pull/4583) Test branch [datadog-api-spec/test/sync-forwarder-specs/1a1b151dfdb5d1ef2dab761211e93eed](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/sync-forwarder-specs/1a1b151dfdb5d1ef2dab761211e93eed)

changelog/Added

See [DataDog/datadog-api-spec#4581](https://github.com/DataDog/datadog-api-spec/pull/4581) Test branch [datadog-api-spec/test/dinu.wijetunga/generate_lrq_go_schema_3](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/dinu.wijetunga/generate_lrq_go_schema_3)

changelog/no-changelog

See [DataDog/datadog-api-spec#4595](https://github.com/DataDog/datadog-api-spec/pull/4595) Test branch [datadog-api-spec/test/fix-dupe-cassettes](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/fix-dupe-cassettes)

changelog/no-changelog

See [DataDog/datadog-api-spec#4568](https://github.com/DataDog/datadog-api-spec/pull/4568) Test branch [datadog-api-spec/test/shaneyuandd/notif-rule-scope](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/shaneyuandd/notif-rule-scope)

changelog/Added

See [DataDog/datadog-api-spec#4450](https://github.com/DataDog/datadog-api-spec/pull/4450) Test branch [datadog-api-spec/test/op-2.11.0](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/op-2.11.0)

changelog/Added
stale

See [DataDog/datadog-api-spec#4585](https://github.com/DataDog/datadog-api-spec/pull/4585) Test branch [datadog-api-spec/test/lateef/RQ-7043-Add-incident-management-to-Api-Spec](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/lateef/RQ-7043-Add-incident-management-to-Api-Spec)

changelog/Added

See [DataDog/datadog-api-spec#4551](https://github.com/DataDog/datadog-api-spec/pull/4551) Test branch [datadog-api-spec/test/kevin.pombo/MA-6791-monitor-assets-openapi](https://github.com/DataDog/datadog-api-client-python/compare/datadog-api-spec/test/kevin.pombo/MA-6791-monitor-assets-openapi)

changelog/Added

Currently datadog-api-client pins aiosonic==0.15.1 The current version is aiosonic 0.24.0 It was pinned for a reason related to onecache that no longer applies

kind/bug