Create annotation
Create annotation
Body
application/json| Property | Type | Description |
|---|---|---|
datasets | string[]Required | array<string> of dataset names for which the annotation appears on charts |
description | string | Explanation of the event the annotation marks on the charts |
endTime | string<date-time> | End time of the annotation |
time | string<date-time> | Time the annotation marks on the charts. If you don't include this field, Axiom assigns the time of the API request to the annotation. |
title | string | Summary of the annotation that appears on the charts |
type | stringRequired | Type of the event marked by the annotation. Use only alphanumeric characters or hyphens. For example, "production-deployment". |
url | string | URL relevant for the event marked by the annotation. For example, link to GitHub pull request. |
Request
Try itRun this request against your Axiom organization
Credentials stay in this browser tab and are only sent to Axiom when you run the request.
Response
201Annotation| Property | Type | Description |
|---|---|---|
datasets | string[]Required | array<string> of dataset names for which the annotation appears on charts |
description | string | Explanation of the event the annotation marks on the charts |
endTime | string<date-time> | End time of the annotation |
id | stringRequired | |
time | string<date-time>Required | Time the annotation marks on the charts. If you don't include this field, Axiom assigns the time of the API request to the annotation. |
title | string | Summary of the annotation that appears on the charts |
type | stringRequired | Type of the event marked by the annotation. Use only alphanumeric characters or hyphens. For example, "production-deployment". |
url | string | URL relevant for the event marked by the annotation. For example, link to GitHub pull request. |