HCatalog
 

GET version

Description

Returns a list of supported versions and the current version.

URL

http://www.myserver.com/templeton/v1/version

Parameters

Only the standard parameters are accepted.

Results

NameDescription
supportedVersions A list of all supported versions.
version The current version.

Example

Curl Command

% curl -s 'http://localhost:50111/templeton/v1/version'

JSON Output

{
 "supportedVersions": [
   "v1"
 ],
 "version": "v1"
}