Skip to content

Status REST API

Chris Churas edited this page May 12, 2015 · 4 revisions

[servicestatus]: /CAMERA/cws/wiki/ServiceStatus-Json

Call Example URL
Status /rest/status

Status

Returns status of Application

Method: GET
Path: /rest/status
Content-Type: application/json
Content: No content needed
Return: Json representation of ServiceStatus [Example Json][servicestatus]
Error: Returns 500 Internal Service Error

Example CURL call:

curl -X GET -H "Content-Type: application/json" https://localhost:8080/rest/status