Skip to content

Commit 5200a66

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit e726177 of spec repo (#397)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent ec1bef3 commit 5200a66

10 files changed

+39
-40
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.2.0",
7-
"regenerated": "2020-07-20 12:07:01.096428",
8-
"spec_repo_commit": "86a6a5a"
7+
"regenerated": "2020-07-21 20:48:17.105796",
8+
"spec_repo_commit": "e726177"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-07-20 12:07:06.444692",
13-
"spec_repo_commit": "86a6a5a"
12+
"regenerated": "2020-07-21 20:48:22.812696",
13+
"spec_repo_commit": "e726177"
1414
}
1515
}
1616
}

api/v1/datadog/api/openapi.yaml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13903,7 +13903,7 @@ components:
1390313903
status:
1390413904
$ref: '#/components/schemas/SyntheticsTestPauseStatus'
1390513905
steps:
13906-
description: The steps of the test (only for browser tests).
13906+
description: For browser test, the steps of the test.
1390713907
items:
1390813908
$ref: '#/components/schemas/SyntheticsStep'
1390913909
type: array
@@ -13919,7 +13919,7 @@ components:
1391913919
$ref: '#/components/schemas/SyntheticsTestDetailsType'
1392013920
type: object
1392113921
SyntheticsTestDetailsSubType:
13922-
description: The sub-type of the Synthetic API test, either `http` or `ssl`.
13922+
description: The sub-type of the Synthetic API test, `http`, `ssl`, or `tcp`.
1392313923
enum:
1392413924
- http
1392513925
- ssl
@@ -13970,27 +13970,28 @@ components:
1397013970
interval: 7.061401241503109
1397113971
properties:
1397213972
accept_self_signed:
13973-
description: For browser test, whether or not the test should allow self
13974-
signed certificate.
13973+
description: For SSL test, whether or not the test should allow self signed
13974+
certificates.
1397513975
type: boolean
1397613976
allow_insecure:
1397713977
description: Allows loading insecure content for an HTTP request.
1397813978
type: boolean
1397913979
device_ids:
13980-
description: Array with the different device IDs used to run the test.
13980+
description: For browser test, array with the different device IDs used
13981+
to run the test.
1398113982
items:
1398213983
$ref: '#/components/schemas/SyntheticsDeviceID'
1398313984
type: array
1398413985
follow_redirects:
13985-
description: For API SSL test, whether or not the test should follow redirects.
13986+
description: For API HTTP test, whether or not the test should follow redirects.
1398613987
type: boolean
1398713988
min_failure_duration:
13988-
description: Minimum amount of time before declaring the test has failed.
13989+
description: Minimum amount of time in failure required to trigger an alert.
1398913990
format: int64
1399013991
type: integer
1399113992
min_location_failed:
13992-
description: Minimum amount of locations that are allowed to fail for the
13993-
test.
13993+
description: Minimum number of locations in failure required to trigger
13994+
an alert.
1399413995
format: int64
1399513996
type: integer
1399613997
retry:
@@ -14070,7 +14071,7 @@ components:
1407014071
type: string
1407114072
type: object
1407214073
SyntheticsTickInterval:
14073-
description: The frequency at which to run the Synthetic test.
14074+
description: The frequency at which to run the Synthetic test (in seconds).
1407414075
enum:
1407514076
- 60
1407614077
- 300
@@ -18297,21 +18298,19 @@ components:
1829718298
- message
1829818299
- type
1829918300
SyntheticsTestOptions_retry:
18300-
description: |-
18301-
Object describing the retry strategy to apply to a Synthetic test.
18302-
By default, there is a 300ms wait before retrying a test that has failed.
18301+
description: Object describing the retry strategy to apply to a Synthetic test.
1830318302
example:
1830418303
count: 2
1830518304
interval: 7.061401241503109
1830618305
properties:
1830718306
count:
18308-
description: The amount of location that needs to fail for the test to be
18309-
retried.
18307+
description: Number of times a test needs to be retried before marking a
18308+
location as failed. Defaults to 0.
1831018309
format: int64
1831118310
type: integer
1831218311
interval:
18313-
description: The interval over which the amount of location needed to fail
18314-
for the test to be retried.
18312+
description: Time interval between retries (in milliseconds). Defaults to
18313+
300ms.
1831518314
format: double
1831618315
type: number
1831718316
SyntheticsTestRequest_basicAuth:

api/v1/datadog/docs/SyntheticsTestDetails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**Options** | Pointer to [**SyntheticsTestOptions**](SyntheticsTestOptions.md) | | [optional]
1313
**PublicId** | Pointer to **string** | The test public ID. | [optional]
1414
**Status** | Pointer to [**SyntheticsTestPauseStatus**](SyntheticsTestPauseStatus.md) | | [optional]
15-
**Steps** | Pointer to [**[]SyntheticsStep**](SyntheticsStep.md) | The steps of the test (only for browser tests). | [optional]
15+
**Steps** | Pointer to [**[]SyntheticsStep**](SyntheticsStep.md) | For browser test, the steps of the test. | [optional]
1616
**Subtype** | Pointer to [**SyntheticsTestDetailsSubType**](SyntheticsTestDetailsSubType.md) | | [optional]
1717
**Tags** | Pointer to **[]string** | Array of tags attached to the test. | [optional]
1818
**Type** | Pointer to [**SyntheticsTestDetailsType**](SyntheticsTestDetailsType.md) | | [optional]

api/v1/datadog/docs/SyntheticsTestOptions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AcceptSelfSigned** | Pointer to **bool** | For browser test, whether or not the test should allow self signed certificate. | [optional]
7+
**AcceptSelfSigned** | Pointer to **bool** | For SSL test, whether or not the test should allow self signed certificates. | [optional]
88
**AllowInsecure** | Pointer to **bool** | Allows loading insecure content for an HTTP request. | [optional]
9-
**DeviceIds** | Pointer to [**[]SyntheticsDeviceID**](SyntheticsDeviceID.md) | Array with the different device IDs used to run the test. | [optional]
10-
**FollowRedirects** | Pointer to **bool** | For API SSL test, whether or not the test should follow redirects. | [optional]
11-
**MinFailureDuration** | Pointer to **int64** | Minimum amount of time before declaring the test has failed. | [optional]
12-
**MinLocationFailed** | Pointer to **int64** | Minimum amount of locations that are allowed to fail for the test. | [optional]
9+
**DeviceIds** | Pointer to [**[]SyntheticsDeviceID**](SyntheticsDeviceID.md) | For browser test, array with the different device IDs used to run the test. | [optional]
10+
**FollowRedirects** | Pointer to **bool** | For API HTTP test, whether or not the test should follow redirects. | [optional]
11+
**MinFailureDuration** | Pointer to **int64** | Minimum amount of time in failure required to trigger an alert. | [optional]
12+
**MinLocationFailed** | Pointer to **int64** | Minimum number of locations in failure required to trigger an alert. | [optional]
1313
**Retry** | Pointer to [**SyntheticsTestOptionsRetry**](SyntheticsTestOptions_retry.md) | | [optional]
1414
**TickEvery** | Pointer to [**SyntheticsTickInterval**](SyntheticsTickInterval.md) | | [optional]
1515

api/v1/datadog/docs/SyntheticsTestOptionsRetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Count** | Pointer to **int64** | The amount of location that needs to fail for the test to be retried. | [optional]
8-
**Interval** | Pointer to **float64** | The interval over which the amount of location needed to fail for the test to be retried. | [optional]
7+
**Count** | Pointer to **int64** | Number of times a test needs to be retried before marking a location as failed. Defaults to 0. | [optional]
8+
**Interval** | Pointer to **float64** | Time interval between retries (in milliseconds). Defaults to 300ms. | [optional]
99

1010
## Methods
1111

api/v1/datadog/model_synthetics_test_details.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1/datadog/model_synthetics_test_details_sub_type.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1/datadog/model_synthetics_test_options.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1/datadog/model_synthetics_test_options_retry.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1/datadog/model_synthetics_tick_interval.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)