/api/version

This endpoint returns information about the running version of OpenTSDB.

Verbs

  • GET

  • POST

Requests

This endpoint does not require any parameters via query string or body.

Example Request

Query String

  1. http://localhost:4242/api/version

Response

The response is a hash map of version properties and values.

Example Response

  1. {
  2. "timestamp": "1362712695",
  3. "host": "localhost",
  4. "repo": "/opt/opentsdb/build",
  5. "full_revision": "11c5eefd79f0c800b703ebd29c10e7f924c01572",
  6. "short_revision": "11c5eef",
  7. "user": "localuser",
  8. "repo_status": "MODIFIED",
  9. "version": "2.0.0"
  10. }