Skip to main content

Get home dashboard

GET 

/v1/grafana/api/dashboards/home

Will return the home dashboard. Please ensure to change the region in the URL to match your account's region.

Request

Responses

success

Schema
    dashboard object

    The complete dashboard model, id = null to create a new dashboard.

    editable boolean
    hideControls integer
    nav object
    enable boolean
    type string
    style string
    tags object
    tag string
    templating object
    list string[]
    time object
    timezone string
    title string
    version integer
    meta object

    The complete dashboard model, id = null to create a new dashboard.

    isHome boolean
    canSave boolean
    canEdit boolean
    canStar boolean
    url string
    expires string
    created string
Loading...