From 36e2bd34b2f8be110881519f0266aed3c04a75f8 Mon Sep 17 00:00:00 2001 From: Isabel Matwawana Date: Tue, 9 Dec 2025 15:30:41 -0500 Subject: [PATCH] Added new page sections --- .../view-dashboard-json-model/index.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/sources/visualizations/dashboards/build-dashboards/view-dashboard-json-model/index.md b/docs/sources/visualizations/dashboards/build-dashboards/view-dashboard-json-model/index.md index e9066a27044..cf8f9be153a 100644 --- a/docs/sources/visualizations/dashboards/build-dashboards/view-dashboard-json-model/index.md +++ b/docs/sources/visualizations/dashboards/build-dashboards/view-dashboard-json-model/index.md @@ -17,6 +17,7 @@ keywords: - documentation - json - model + - schema v2 labels: products: - cloud @@ -37,6 +38,12 @@ refs: A dashboard in Grafana is represented by a JSON object, which stores metadata of its dashboard. Dashboard metadata includes dashboard properties, metadata from panels, template variables, panel queries, etc. +## Difference between Resource v1, Resource v2, and Classic + +blah blah blah + +## View JSON + To view the JSON of a dashboard: 1. Click **Edit** in the top-right corner of the dashboard. @@ -44,7 +51,7 @@ To view the JSON of a dashboard: 1. Go to the **JSON Model** tab. 1. When you've finished viewing the JSON, click **Back to dashboard** and **Exit edit**. -## JSON fields +## JSON Classic fields {#json-fields} When a user creates a new dashboard, a new dashboard JSON object is initialized with the following fields: @@ -278,3 +285,11 @@ Usage of the above mentioned fields in the templating section is explained below | **refresh** | configures when to refresh a variable | | **regex** | extracts part of a series name or metric node segment | | **type** | type of variable, i.e. `custom`, `query` or `interval` | + +## JSON Resourve v1 + +tbd + +## JSON Schema v2 + +Go to swagger kids \ No newline at end of file