Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove broken link to old doc

List Versions

...

GET version

Table of Contents

Description

Returns a list of supported versions and the current version.

...

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

No Format

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

JSON Output

No Format

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

...

Panel
titleColorindigo
titleBGColorsilver
titleNavigation Links

Previous: GET status
Next: POST ddl GET version/hive

General: DDL ResourcesWebHCat ReferenceWebHCat (Templeton) ManualHCatalog ManualHive Home
Old version of this document (HCatalog 0.5.0): GET versionWiki HomeHive Project Site