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