pingHTTPServer
Method
Purpose
Pings a web server using the HTTP connection parameters specified. The connection URL formats for available drivers are as follows:
scheme://<host>:<port>
scheme
could be http
or https
(for secured connectivity). The default port for http
is 80 and for https
it is 443. Only the server URL is mandatory. The rest are optional.
Type
Open, Synchronous, IMPACT_INFO
Arguments
Name |
Type |
Description |
HTTP Server URL |
String |
HTTP host URL in the form {http/https}://<host>:<port> |
HTTP User |
String |
HTTP user name |
Password |
String |
HTTP password |
Connection Timeout |
String |
Connection timeout in seconds. By default left empty. |
Returns
Name |
Type |
Description |
isServerAccessible |
String |
Is server accessible? True or False |
Status Code |
String |
Status code |
Status Details |
String |
Status details |