List Versions — 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
Name |
Description |
---|---|
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" }
Navigation Links
Previous: GET status
Next: POST ddl
General: DDL Resources – WebHCat Reference – WebHCat (Templeton) Manual – HCatalog Manual – Hive Home
Old version of this document (HCatalog 0.5.0): GET version