title: Apache Mesos - HTTP Endpoints - /version

layout: documentation

USAGE

  1. /version

TL;DR;

Provides version information.

DESCRIPTION

Example:

  1. {
  2. "version":"0.26.0",
  3. "build_user":"username",
  4. "build_time":1443894750,
  5. "build_date":"2015-10-04 01:52:30"
  6. "git_branch":"branch", // Optional
  7. "git_tag":"0.26.0-rc1", // Optional
  8. "git_sha":"d31f096a4665650ad4b9eda372ac41d2c472a77c", // Optional
  9. }