Ping (using GET)(Deprecated)
Purpose
Deprecated since version 9.1.5. Use this API instead: Ping (POST).
The ping service detects whether or not a web service is running at the specified URL.
Request
| HTTP Request Field | Field format/value | Notes |
|---|---|---|
| HTTP Method | GET | |
| URL | http://<hostname>:<port>/platform/webservice/pacclient/ping | |
| Content-Type | text/plain | |
| Accept | text/plain | |
| Body | Empty |
Response
| HTTP Response | Field format/value | Notes |
|---|---|---|
| Response code | "200" - connection ok; otherwise connection failed | |
| Success Message | Web Services are ready on URL: http://xxxx:ppp/ | |
| Failure Message | NULL |