Sha256: 9bb244b090ccb7f67c97b2b98a219200e58ae559e33c79ade5d4fdf22b1cd2db

Contents?: true

Size: 1.84 KB

Versions: 2

Compression:

Stored size: 1.84 KB

Contents

# DatadogAPIClient::V1::SyntheticsTestRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **basic_auth** | [**SyntheticsBasicAuth**](SyntheticsBasicAuth.md) |  | [optional] |
| **body** | **String** | Body to include in the test. | [optional] |
| **certificate** | [**SyntheticsTestRequestCertificate**](SyntheticsTestRequestCertificate.md) |  | [optional] |
| **dns_server** | **String** | DNS server to use for DNS tests. | [optional] |
| **dns_server_port** | **Integer** | DNS server port to use for DNS tests. | [optional] |
| **headers** | **Hash<String, String>** | Headers to include when performing the test. | [optional] |
| **host** | **String** | Host name to perform the test with. | [optional] |
| **method** | [**HTTPMethod**](HTTPMethod.md) |  | [optional] |
| **no_saving_response_body** | **Boolean** | Determines whether or not to save the response body. | [optional] |
| **number_of_packets** | **Integer** | Number of pings to use per test. | [optional] |
| **port** | **Integer** | Port to use when performing the test. | [optional] |
| **query** | **Object** | Query to use for the test. | [optional] |
| **should_track_hops** | **Boolean** | Turns on a traceroute probe to discover all gateways along the path to the host destination. | [optional] |
| **timeout** | **Float** | Timeout in seconds for the test. | [optional] |
| **url** | **String** | URL to perform the test with. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsTestRequest.new(
  basic_auth: null,
  body: null,
  certificate: null,
  dns_server: null,
  dns_server_port: null,
  headers: null,
  host: null,
  method: null,
  no_saving_response_body: null,
  number_of_packets: null,
  port: null,
  query: null,
  should_track_hops: null,
  timeout: null,
  url: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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