Request and Response
4. Request and Response
GET request on [VELOCITY URL]/surveillance without body
The response seen can be any of the following:
Response Body | HTTP Status Code | Interpretation |
---|---|---|
200 ok | 200 ok | Service is UP |
206 Partial Content | 206 Partial Content | Service is partially up. { "data": { "h-0": "Resp |
No body | other than 200 & 206 | Service is DOWN |
Example:
Updated 6 months ago