Sha256: 47892cff3cd48f47389e660020decf6ce541e0d8237d03dffe8f6830d38cec39
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 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] | | **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] | | **port** | **Integer** | Port to use when performing the test. | [optional] | | **query** | **Object** | Query to use for the test. | [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, headers: null, host: null, method: null, no_saving_response_body: null, port: null, query: null, timeout: null, url: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.3 | docs/v1/SyntheticsTestRequest.md |