Monitoring that server is alive

It is a very simple service, which makes possible to monitor that the server is running and is able to answer HTTP requests

Methods:

GET
/monitoring/isAlive

Is server alive?

Request:

Parameters: Not Defined
Parameter kind type default required summary
Headers:
Field name Value
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding gzip, deflate
Cookies: Not Defined
Field name Value

Responses:

200 - Successful execution

Validation schema: getMonitoringIsAlive-responseBody-validationSchema.json
mock body: getMonitoringIsAlive-responseBody.json

Headers:
Field name Value
Content-Type application/json
X-Application-API-Version v0.0.0
Cookies: Not Defined
Field name Value

Test Cases:

Get Monitoring Is Alive
/monitoring/isAlive

Successfully checks if server is alive

Request:

Headers:
Field name Value
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding gzip, deflate
Cookies: Not Defined
Field name Value

Response:

Headers:
Field name Value
Content-Type application/json
Cookies: Not Defined
Field name Value