Skip to main content

Get Snapshot by Key

GET 

/v1/grafana/api/snapshots/:key/

Gets Snapshot by Key.

Request

Path Parameters

    key stringrequired

Responses

successful query

Schema
    meta object
    isSnapshot boolean
    type string
    canSave boolean
    canEdit boolean
    canStar boolean
    slug string
    expires string
    created string
    dashboard object

    Dashboard.

    editable boolean

    Whether the dashboard is editable.

    hideControls boolean

    Whether to hide controls.

    nav object[]

    Nav.

  • Array [
  • enable boolean

    Nav enabled or not.

    type string

    Nav type.

  • ]
  • rows object[]

    Rows.

    style string

    Style.

    tags undefined[]

    Tags.

    templating object

    Templating.

    list undefined[]

    List.

    time object

    Time.

    timezone string

    Time zone.

    title string

    Title.

    version integer

    Dashboard version.

Loading...