Compare dashboards
POST/v1/grafana/api/dashboards/calculate-diff
Compares two dashboard versions by calculating the JSON diff of them. Please ensure to change the region in the URL to match your account's region.
Request
- application/json
Body
base object
Object representing the base dashboard version.
dashboardId integer
version integer
new object
Object representing the new dashboard version
dashboardId integer
version integer
diffType string
the type of diff to return. Can be “json” or “basic”.
Responses
- 200
successful query
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...