You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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: WebHCat (Templeton) ManualHCatalog ManualHive Home
Old version of this document (HCatalog 0.5.0): GET version

  • No labels