Versions Compared

Key

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

Current Status — GET status

Table of Contents

Description

Returns the current status of the WebHCat (Templeton) server. Useful for heartbeat monitoring.

URL

http://www.myserver.com/templeton/v1/status

Parameters

Only the standard parameters are accepted.

Results

Name

Description

status

"ok" if the WebHCat server was contacted.

version

String containing the version number similar to "v1".

Example

Curl Command

No Format
% curl -s 'http://localhost:50111/templeton/v1/status'

JSON Output

No Format
{
 "status": "ok",
 "version": "v1"
}


Panel
titleColorindigo
titleBGColorsilver
titleNavigation Links

Previous: Response Types (GET :version)
Next: GET version

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