Sha256: 050315cff8a3f2167bbab97fc09e12fba443465e561755f3bfa1b1a5ee12d4a3
Contents?: true
Size: 1.92 KB
Versions: 1
Compression:
Stored size: 1.92 KB
Contents
# Create a browser test returns "OK - Returns saved rumSettings." response require "datadog_api_client" api_instance = DatadogAPIClient::V1::SyntheticsAPI.new body = DatadogAPIClient::V1::SyntheticsBrowserTest.new({ config: DatadogAPIClient::V1::SyntheticsBrowserTestConfig.new({ assertions: [], config_variables: [ DatadogAPIClient::V1::SyntheticsConfigVariable.new({ example: "content-type", name: "PROPERTY", pattern: "content-type", type: DatadogAPIClient::V1::SyntheticsConfigVariableType::TEXT, }), ], request: DatadogAPIClient::V1::SyntheticsTestRequest.new({ method: DatadogAPIClient::V1::HTTPMethod::GET, url: "https://datadoghq.com", }), set_cookie: "name:test", }), locations: [ "aws:us-east-2", ], message: "Test message", name: "Example-Create_a_browser_test_returns_OK_Returns_saved_rumSettings_response", options: DatadogAPIClient::V1::SyntheticsTestOptions.new({ accept_self_signed: false, allow_insecure: true, device_ids: [ DatadogAPIClient::V1::SyntheticsDeviceID::TABLET, ], disable_cors: true, follow_redirects: true, min_failure_duration: 10, min_location_failed: 1, no_screenshot: true, _retry: DatadogAPIClient::V1::SyntheticsTestOptionsRetry.new({ count: 3, interval: 10, }), rum_settings: DatadogAPIClient::V1::SyntheticsBrowserTestRumSettings.new({ is_enabled: true, application_id: "mockApplicationId", client_token_id: 123456, }), tick_every: 300, }), tags: [ "testing:browser", ], type: DatadogAPIClient::V1::SyntheticsBrowserTestType::BROWSER, steps: [ DatadogAPIClient::V1::SyntheticsStep.new({ allow_failure: false, is_critical: true, name: "Refresh page", params: {}, type: DatadogAPIClient::V1::SyntheticsStepType::REFRESH, }), ], }) p api_instance.create_synthetics_browser_test(body)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.10.0 | examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb |