Datadog Dashboard: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
"reflow_type": "fixed", | "reflow_type": "fixed", | ||
"widgets": [ | "widgets": [ | ||
{ | { <[[widget-JSON]]> }, | ||
... | ... | ||
] | ] |
Revision as of 22:27, 20 January 2022
External
Internal
Overview
Dashboard name:
Export
Gear wheel → Export Dashboard JSON
Concepts
Dashboard JSON Representation
{ "title": "description": "id": "is_read_only": true, "layout_type": "ordered", "reflow_type": "fixed", "widgets": [ { <widget-JSON> }, ... ] }
Should I get rid of "id", isn't that unique and will be generated?