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

Python client for the Datadog API

Results 132 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...

stale
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