Sha256: 3890b11b8e114f54356f91a5d98feaec8fad3715cb91581845af130f04767fa2

Contents?: true

Size: 1.79 KB

Versions: 1

Compression:

Stored size: 1.79 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. Currently only available for Chrome. | [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

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsTestOptions.md