Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix navigation link to next doc (VersionHive)

List Versions — GET version

Table of Contents

Description

Returns a list of supported versions and 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: WebHCat ReferenceWebHCat ManualHCatalog ManualHive Wiki HomeHive Project Site
Old version of this document (HCatalog 0.5.0): GET version