\[HEAD | GET\] /geode/v1/ping
Mechanism to check for REST API server and service availability.
Resource URL
http://<hostname_or_http-service-bind-address>:<http-service-port>/geode/v1/ping
Parameters
None.
Example Request
HEAD /gemfire/v1/ping
GET /gemfire/v1/ping
Example Success Response
200 OK
Error Codes
Status Code | Description |
---|---|
404 NOT FOUND | The Developer REST API service is not available. |
500 INTERNAL SERVER ERROR | Encountered error at server. Check the Geode exception trace. |