Name |
Type |
Required |
Configurable |
Description |
delaySecs |
positiveInteger |
Yes |
No |
The number of seconds to wait before testing the URL content. |
timeoutSecs |
positiveInteger |
Yes |
No |
The number of seconds to wait to receive the URL content before failing. This time starts after the delay has completed. |
URL |
String |
Yes |
Yes |
The URL whose content should be tested. Currently, only HTTP protocol is supported. |
pattern |
String |
Yes |
Yes |
A glob-style pattern expected to match the content of the URL being tested. |