Description
Note:
If you have a feature request, you should contact support so the request can be properly tracked.
Is your feature request related to a problem? Please describe.
It is annoying to automatically and idempotently create DataDog dashboards using this package. To do this, it is useful to be able to set a unique identifier (in this case, using a tag such as id:testDashboard
) and then query by that tag at a later time in order to perform updates.
Describe the solution you'd like
I'd like to be able to query a dashboard by tags, similar to Get all monitor details
A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, host:host0.
Describe alternatives you've considered
Querying all dashboards in a paginated way and checking the tags of each until the desired one is found.