GET 1.0/internal/system/status/alive

Description

Checks whether the api is alive

URI Parameters

None.

None.

None.

Name Description Type Additional information
Success

boolean

None.

application/json, text/json

Sample:
{
  "success": true
}

application/xml, text/xml

Sample:
<SuccessStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Success>true</Success>
</SuccessStatus>