go-datadog-api
go-datadog-api copied to clipboard
A Go implementation of the Datadog API.
This can be important for features that require examining each of the groups in the monitor. I only want to fetch one monitor and all its group states. The default...
Changed the response struct of SLO's history API. The SLO's history API response seems to be different from the documentation and actual response. Documentation: https://docs.datadoghq.com/api/v1/service-level-objectives/#get-an-slos-history: Maybe the documentation is also...
From the [Datadog API reference](https://docs.datadoghq.com/api#search-metrics): `The prefix host: is also supported for the query to seach over host names, but it is deprecated, use the host search endpoint instead.` This...
Add Support organizations. Ref: https://docs.datadoghq.com/ja/api/v1/organizations/
This is basically a combination of the apparently abandoned #198 and #195 with some additional cleanup and added tests. The goal is fixing #192. With the fixes in place I...
Add Support for Monitor Search, see https://docs.datadoghq.com/api/v1/monitors/#monitors-search Note: OverallStateModified is not a string when using the monitors/search but an int
documentation : https://docs.datadoghq.com/api/?lang=bash#send-logs-over-http create function like `SendLog`
It would be great to be able to manage roles in Terraform. As a first step this SDK would need to be updated to allow the API requests related to...
Implement @bkabrda suggestion from #203 to add support for querying unaggregated query param
Hi, According to https://docs.datadoghq.com/dashboards/widgets/log_stream/ _logset_ parameter has been deprecated and _indexes_ should be used. I have updated the relevant struct and PR is on the way.