Skip to main content

Create annotations in Graphite format

POST 

/v1/grafana/api/annotations/graphite

Creates an annotation in the Grafana database by using Graphite-compatible event format.

Request

Body

    what string

    Graphite annotation.

    when integer

    Epoch datetime of the annotation in milliseconds. Optional. If when is not specified then the current time will be used as annotation’s timestamp..

    tags string[]

    Annotation tags. Can also be in prior to Graphite 0.10.0 format (string with multiple tags being separated by a space).

    data string

    Annotation Description.

Responses

successful query

Schema
    id integer

    ID.

    message string

    Confirmation message.

Loading...