Dashboard JSON model incomplete

Hello,

I’m looking to implement a plugin that print data contain into a JSON model
of a dashboard. I’ve read the doc and find some information at “https://grafana.com/docs/grafana/latest/reference/dashboard/
But when I’ve make a test dashboard and export his JSON model some
information are not present inside. For example the timepicker is represent only by:

  "timepicker": {
    "refresh_intervals": [
      "5s",
      "10s",
      "30s",
      "1m",
      "5m",
      "15m",
      "30m",
      "1h",
      "2h",
      "1d"
    ]
  }

But in the doc more information can be found as collapse, status, type…
I’ve find the JSON model of my dashboard in setting and JSON model.
If is possible where can I find the complete model or it’s just some data
That have been remove?
Thanks to you.

1 Like