Get all tags of dashboards
GET/v1/grafana/api/dashboards/tags
Will return all tags for all dashboard. Please ensure to change the region in the URL to match your account's region.
Request
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
term string
Tag term.
count string
Tag count.
[
{
"term": "tag1",
"count": "count1"
}
]
Loading...