HTTP Test
Description
The HTTP Test can be used to check HTTP/S connectivity.
Parameters
Attribute |
Description |
Format |
Required |
id |
Test name / ID |
String |
No |
description |
Test Description |
String |
No |
url |
HTTP/S URL to test. |
String |
Yes |
port |
Port number to test if not default 80/443. |
Integer |
No |
timeout |
Timeout when performing test. Defaults to 3 seconds. |
Integer |
No |
Examples
Basic HTTP test
<HttpTest description="Test Google Website" url="http://www.google.com" />







