v1

latestOpenAPI 3.0.32026-07-14314472448.6 KB
annotations

Create Annotation in Graphite format.

Creates an annotation by using Graphite-compatible event format. The when and data fields are optional. If when is not specified then the current time will be used as annotation’s timestamp. The tags field can also be in prior to Graphite 0.10.0 format (string with multiple tags being separated by a space).

post/annotations/graphite

Request body

datastring
{"stackTrail":"components:schemas:PostGraphiteAnnotationsCmd:properties:tags","oasType":"schema","type":"unknown"}
whatstring
wheninteger

Response

(empty)

idinteger required

ID Identifier of the created annotation.

messagestring required

Message Message of the created annotation.

Example response

{
  "id": 65
}