Datadog Dashboard: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
=Concepts=
=Concepts=
==Dashboard JSON Representation==
==Dashboard JSON Representation==
{{External|https://docs.datadoghq.com/dashboards/graphing_json/}}
<font size=-1>
<font size=-1>
  {
  {

Revision as of 22:30, 20 January 2022

External

Internal

Overview

Dashboard name:

Export

Gear wheel → Export Dashboard JSON

Concepts

Dashboard JSON Representation

https://docs.datadoghq.com/dashboards/graphing_json/

{
  "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?

Widget

https://docs.datadoghq.com/dashboards/graphing_json/widget_json/

Widget JSON Representation

{
}