列表版本-GET 版本

Description

返回支持版本和当前版本的列表。

URL

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

Parameters

仅接受standard parameters

Results

NameDescription
supportedVersions所有受支持版本的列表。
version当前版本。

Example

Curl Command

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

JSON Output

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

Navigation Links

Previous: GET status
Next: GET version/hive

常规:WebHCat ReferenceWebHCat ManualHCatalog ManualHive Wiki 主页Hive 项目 site