Sha256: b6edba593a7de3b5fd51d53e33e326b743b61dba5ec17cf767db58f480652780

Contents?: true

Size: 1.88 KB

Versions: 6

Compression:

Stored size: 1.88 KB

Contents

# DatadogAPIClient::V1::SyntheticsCITest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **allow_insecure_certificates** | **Boolean** | Disable certificate checks in API tests. | [optional] |
| **basic_auth** | [**SyntheticsBasicAuth**](SyntheticsBasicAuth.md) |  | [optional] |
| **body** | **String** | Body to include in the test. | [optional] |
| **body_type** | **String** | Type of the data sent in a synthetics API test. | [optional] |
| **cookies** | **String** | Cookies for the request. | [optional] |
| **device_ids** | [**Array<SyntheticsDeviceID>**](SyntheticsDeviceID.md) | For browser test, array with the different device IDs used to run the test. | [optional] |
| **follow_redirects** | **Boolean** | For API HTTP test, whether or not the test should follow redirects. | [optional] |
| **headers** | **Hash<String, String>** | Headers to include when performing the test. | [optional] |
| **locations** | **Array<String>** | Array of locations used to run the test. | [optional] |
| **metadata** | [**SyntheticsCITestMetadata**](SyntheticsCITestMetadata.md) |  | [optional] |
| **public_id** | **String** | The public ID of the Synthetics test to trigger. |  |
| **_retry** | [**SyntheticsTestOptionsRetry**](SyntheticsTestOptionsRetry.md) |  | [optional] |
| **start_url** | **String** | Starting URL for the browser test. | [optional] |
| **variables** | **Hash<String, String>** | Variables to replace in the test. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsCITest.new(
  allow_insecure_certificates: null,
  basic_auth: null,
  body: null,
  body_type: null,
  cookies: null,
  device_ids: null,
  follow_redirects: null,
  headers: null,
  locations: null,
  metadata: null,
  public_id: aaa-aaa-aaa,
  _retry: null,
  start_url: null,
  variables: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.3.0 docs/v1/SyntheticsCITest.md
datadog_api_client-1.2.0 docs/v1/SyntheticsCITest.md
datadog_api_client-1.1.0 docs/v1/SyntheticsCITest.md
datadog_api_client-1.0.0 docs/v1/SyntheticsCITest.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsCITest.md
datadog_api_client-1.0.0.beta.2 docs/v1/SyntheticsCITest.md