Skip to content

Commit

Permalink
Merge pull request #318 from sujithramagesh/main
Browse files Browse the repository at this point in the history
Document changes
  • Loading branch information
JasperPaul authored Nov 5, 2024
2 parents 5782101 + 5831ca5 commit 049d674
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/resources/soap_monitor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: "site24x7"
page_title: "Site24x7: site24x7_soap_monitor"
sidebar_current: "docs-site24x7-resource-port-monitor"
sidebar_current: "docs-site24x7-resource-soap-monitor"
description: |-
Create and manage a SOAP monitor in Site24x7.
---
Expand Down
6 changes: 3 additions & 3 deletions docs/resources/web_transaction_browser_monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Use this resource to create, upda te and delete a Web-Transaction-Browser monito
"123",
"456"
]
// (Optional) Location Profile to be associated with the monitor. If
// location_profile_id and location_profile_name are omitted,
// the first profile returned by the /api/location_profiles endpoint
Expand Down Expand Up @@ -152,8 +152,8 @@ Use this resource to create, upda te and delete a Web-Transaction-Browser monito

### Required
* `base_url` (String) BaseURL of the transaction.
* `selenium_script`(String)Recorded Trasanction script to create a monitor.(Required for creation)
* `script_type` (String)Recorded transaction script type.(txt , side)(Required for creation)
* `selenium_script`(String)Recorded Trasanction script to create a monitor.(Required for creation-Dont give this attribute for updation)
* `script_type` (String)Recorded transaction script type.(txt , side)(Required for creation-Dont give this attribute for updation)
* `cookies` (Map of String) Cookies for Advanced settings(Required)
### Optional
* `id` (String) The ID of this resource.
Expand Down
2 changes: 1 addition & 1 deletion examples/web_transaction_browser_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "site24x7_web_transaction_browser_monitor" "web_transaction_browser_mon
// (Optional)Display name for the monitor
display_name="RBM-Terraform"

// (Optional) Toggle to enable asynchronous data collection or not
// (Optional) set to true to enable asynchronous data collection
async_dc_enabled = false

// (Optional) Check interval for monitoring. Default: 1. See
Expand Down

0 comments on commit 049d674

Please sign in to comment.