Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

List Versions — GET version

Table of Contents

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

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: GET version/hive

General: WebHCat ReferenceWebHCat ManualHCatalog ManualHive Wiki HomeHive Project Site
Old version of this document (HCatalog 0.5.0): GET version