Skip to content
chadlung edited this page Mar 26, 2013 · 1 revision

The Coordinator, Tenant, and Workers all support a common API for retrieving the version information.

API Versioning

The Meniscus API uses a URI versioning scheme. The first element of the path contains the target version identifier, e.g.:

https://meniscus.example.com/v1/

The URI version will only be incremented to accommodate major new features or API redesigns that can not be made backwards-compatible.

Using the Versioning API

Versions

Get Current Version

Retrieve the current version of the tenant API.

Template

GET {host_url}

Request

GET / HTTP/1.1
Host: meniscus.example.com

Response

Status: 200 OK
{"v1": "current"}

Clone this wiki locally