aboutsummaryrefslogtreecommitdiffhomepage
path: root/website/docs/r/test.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'website/docs/r/test.html.markdown')
-rw-r--r--website/docs/r/test.html.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/website/docs/r/test.html.markdown b/website/docs/r/test.html.markdown
index 6c65f10..f5cc5e0 100644
--- a/website/docs/r/test.html.markdown
+++ b/website/docs/r/test.html.markdown
@@ -29,8 +29,8 @@ The following arguments are supported:
29* `website_name` - (Required) This is the name of the test and the website to be monitored. 29* `website_name` - (Required) This is the name of the test and the website to be monitored.
30* `website_url` - (Required) The URL of the website to be monitored 30* `website_url` - (Required) The URL of the website to be monitored
31* `check_rate` - (Optional) Test check rate in seconds. Defaults to 300 31* `check_rate` - (Optional) Test check rate in seconds. Defaults to 300
32* `contact_id` - **Deprecated** (Optional) The id of the contact group to be added to the test. Each test can have only one. 32* `contact_id` - **Deprecated** (Optional) The id of the contact group to be added to the test. Each test can have only one.
33* `contact_group` - (Optional) Set test contact groups, must be array of strings. 33* `contact_group` - (Optional) Set test contact groups, must be array of strings.
34* `test_type` - (Required) The type of Test. Either HTTP, TCP, PING, or DNS 34* `test_type` - (Required) The type of Test. Either HTTP, TCP, PING, or DNS
35* `paused` - (Optional) Whether or not the test is paused. Defaults to false. 35* `paused` - (Optional) Whether or not the test is paused. Defaults to false.
36* `timeout` - (Optional) The timeout of the test in seconds. 36* `timeout` - (Optional) The timeout of the test in seconds.
@@ -56,6 +56,7 @@ The following arguments are supported:
56* `use_jar` - (Optional) Set to true to enable the Cookie Jar. Required for some redirects. Default is false. 56* `use_jar` - (Optional) Set to true to enable the Cookie Jar. Required for some redirects. Default is false.
57* `post_raw` - (Optional) Use to populate the RAW POST data field on the test. 57* `post_raw` - (Optional) Use to populate the RAW POST data field on the test.
58* `final_endpoint` - (Optional) Use to specify the expected Final URL in the testing process. 58* `final_endpoint` - (Optional) Use to specify the expected Final URL in the testing process.
59* `enable_ssl_alert` - (Optional) HTTP Tests only. If enabled, tests will send warnings if the SSL certificate is about to expire. Paid users only. Default is false
59* `follow_redirect` - (Optional) Use to specify whether redirects should be followed, set to true to enable. Default is false. 60* `follow_redirect` - (Optional) Use to specify whether redirects should be followed, set to true to enable. Default is false.
60 61
61## Attributes Reference 62## Attributes Reference