You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling the list monitors method with options to filter by tags is not working. It returns an empty list. I have a couple of monitors with the "my-tag" tag, and I have already checked that these monitors are returned if I don't use filters, including the one with the tag.
Debug the DatadogAPIClient::V1::MonitorsAPI request.
Debugging the code at datadog_api_client-2.27.1/lib/datadog_api_client/v1/api/monitors_api.rb:557 shows that the information sent to the API is correct:
Describe the bug
Calling the list monitors method with options to filter by tags is not working. It returns an empty list. I have a couple of monitors with the "my-tag" tag, and I have already checked that these monitors are returned if I don't use filters, including the one with the tag.
To Reproduce
Steps to reproduce the behavior:
Debugging the code at
datadog_api_client-2.27.1/lib/datadog_api_client/v1/api/monitors_api.rb:557
shows that the information sent to the API is correct:However, it returns an empty list:
Expected behavior
It returns the list of monitors with the mentioned tag.
Screenshots
n/a
Environment and Versions (please complete the following information):
datadog_api_client-2.27.1
DatadogAPIClient::V1::MonitorsAPI
Additional context
The seems to be in the API itself https://api.datadoghq.eu/api/v1/monitor or maybe the query parameter to filter tags has a different name.
The text was updated successfully, but these errors were encountered: