DataDog / datadogpy

The Datadog Python library
https://datadoghq.com/
Other
612 stars 302 forks source link

Fix SLO search #741

Closed Throckmortra closed 1 year ago

Throckmortra commented 1 year ago

Please expose SLO search api https://docs.datadoghq.com/api/latest/service-level-objectives/#search-for-slos

OR

Please fix the get_all api such that the library allows for using tag filters https://docs.datadoghq.com/api/latest/service-level-objectives/#get-all-slos

Currently the way the get_all query works is quite opaque and ignores all tag filtering

Throckmortra commented 1 year ago

https://github.com/DataDog/datadogpy/blob/master/datadog/api/service_level_objectives.py#L71

therve commented 1 year ago

Fixed in #744