I am trying to make use of the new annotations feature in influx (Chronograf Adds Annotations, Smarter Dashboard Loading, Improved TICKscript Support, and More | InfluxData). Specifically I’m trying to find if there is any documentation about an api to add annotations programatically not using the chronograf web ui.
I’ve poked around the github issue (https://github.com/influxdata/chronograf/pull/2846), reviewed the documentation at InfluxDB HTTP API reference | InfluxDB OSS 1.5 Documentation and tried to capture the api call that chronograf makes using browser debug tools but haven’t found anything.
Can anyone point me to some documentation?
Thanks.