Sha256: 8206aeca2a8c3bf1027d4d7829a2ad44faa4518b5be17ce2ec19e1bdbf01ae37

Contents?: true

Size: 1.76 KB

Versions: 2

Compression:

Stored size: 1.76 KB

Contents

# DatadogAPIClient::V1::SyntheticsTestOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **accept_self_signed** | **Boolean** | For SSL test, whether or not the test should allow self signed certificates. | [optional] |
| **allow_insecure** | **Boolean** | Allows loading insecure content for an HTTP request. | [optional] |
| **device_ids** | [**Array<SyntheticsDeviceID>**](SyntheticsDeviceID.md) | For browser test, array with the different device IDs used to run the test. | [optional] |
| **disable_cors** | **Boolean** | Whether or not to disable CORS mechanism. | [optional] |
| **follow_redirects** | **Boolean** | For API HTTP test, whether or not the test should follow redirects. | [optional] |
| **min_failure_duration** | **Integer** | Minimum amount of time in failure required to trigger an alert. | [optional] |
| **min_location_failed** | **Integer** | Minimum number of locations in failure required to trigger an alert. | [optional] |
| **monitor_options** | [**SyntheticsTestOptionsMonitorOptions**](SyntheticsTestOptionsMonitorOptions.md) |  | [optional] |
| **no_screenshot** | **Boolean** | Prevents saving screenshots of the steps. | [optional] |
| **_retry** | [**SyntheticsTestOptionsRetry**](SyntheticsTestOptionsRetry.md) |  | [optional] |
| **tick_every** | [**SyntheticsTickInterval**](SyntheticsTickInterval.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsTestOptions.new(
  accept_self_signed: null,
  allow_insecure: null,
  device_ids: null,
  disable_cors: null,
  follow_redirects: null,
  min_failure_duration: null,
  min_location_failed: null,
  monitor_options: null,
  no_screenshot: null,
  _retry: null,
  tick_every: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.1.0 docs/v1/SyntheticsTestOptions.md
datadog_api_client-1.0.0 docs/v1/SyntheticsTestOptions.md