Datadog Dashboard: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
Gear wheel → Export Dashboard JSON | Gear wheel → Export Dashboard JSON | ||
=Concepts= | =Concepts= | ||
==Dashboard JSON Representation== | |||
<font size=-1> | |||
{ | |||
"title": | |||
"description": | |||
"id": | |||
"is_read_only": true, | |||
"layout_type": "ordered", | |||
"reflow_type": "fixed", | |||
"widgets": [ | |||
{ | |||
} | |||
] | |||
} | |||
</font> | |||
<font color=darkkhaki> | |||
Should I get rid of "id", isn't that unique and will be generated? | |||
</font> | |||
==Widget== | ==Widget== | ||
{{External|https://docs.datadoghq.com/dashboards/graphing_json/widget_json/}} | {{External|https://docs.datadoghq.com/dashboards/graphing_json/widget_json/}} | ||
===Widget JSON Representation=== |
Revision as of 22:19, 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": [ { } ] }
Should I get rid of "id", isn't that unique and will be generated?