Deprecated HTTP API

Deprecated HTTP API

Version 1.0 of OpenTSDB included a rudimentary HTTP API that allowed for querying data, suggesting metric or tag names and a means of accessing static files. The 1.0 API has been carried over to 2.0 for backwards compatibility though most of the calls have been deprecated. Below is a list of the different endpoints and how to use them.

Warning

Version 3.0 may discard these deprecated methods so if you are developing tools against the HTTP API, make sure to use the 2.0 version.

If an endpoint is marked as (Deprecated) below, it should not be used for future development work.

Generalities

Most of the endpoints can return data in one or more of the following formats:

  • Plain Test - Or ASCII, the default for many requests will return a simple page of data with the Content-Type 登录查看完整内容