Skip to main content

Compare dashboards

POST 

/v1/grafana/api/dashboards/calculate-diff

Compares two dashboard versions by calculating the JSON diff of them.

Request

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

successful query

Schema

    object

Loading...