Datadog Dashboard: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
   "reflow_type": "fixed",
   "reflow_type": "fixed",
   "widgets": [
   "widgets": [
    {
    }
   ]
   ]
  }
  }

Revision as of 22:14, 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?