Datadog Dashboard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 15: | Line 15: | ||
=JSON Representation= | =JSON Representation= | ||
<font size=-1> | <font size=-1> | ||
{ | { | ||
"title": | |||
"description": | |||
"id": | |||
"is_read_only": true, | |||
"layout_type": "ordered", | |||
"reflow_type": "fixed", | |||
"widgets": [ | |||
] | |||
} | } | ||
</font> | </font> | ||
<font color=darkkhaki> | <font color=darkkhaki> | ||
Should I get rid of "id", isn't that unique and will be generated? | Should I get rid of "id", isn't that unique and will be generated? | ||
</font> | </font> |
Revision as of 21:49, 20 January 2022
External
Internal
Overview
Dashboard name:
Export
Gear wheel → Export Dashboard JSON
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?