You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Current Status — GET status

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

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

JSON Output

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


Navigation 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

  • No labels