Skip to content

Commit f48ab08

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5d86661b of spec repo
1 parent 3ba4b85 commit f48ab08

File tree

5 files changed

+1058
-123
lines changed

5 files changed

+1058
-123
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.6.6",
7-
"regenerated": "2025-06-24 13:21:45.209624",
8-
"spec_repo_commit": "8772660e"
7+
"regenerated": "2025-06-25 11:41:59.055488",
8+
"spec_repo_commit": "5d86661b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-24 13:21:54.393681",
13-
"spec_repo_commit": "8772660e"
12+
"regenerated": "2025-06-25 11:42:08.256955",
13+
"spec_repo_commit": "5d86661b"
1414
}
1515
}
1616
}

content/en/api/v1/synthetics/examples.json

Lines changed: 114 additions & 38 deletions
Large diffs are not rendered by default.

data/api/v1/full_spec.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17438,8 +17438,8 @@ components:
1743817438
description: DNS server to use for DNS tests.
1743917439
type: string
1744017440
dnsServerPort:
17441+
$ref: '#/components/schemas/SyntheticsTestRequestDNSServerPort'
1744117442
description: DNS server port to use for DNS tests.
17442-
type: string
1744317443
files:
1744417444
description: Files to be used as part of the request in the test. Only valid
1744517445
if `bodyType` is `multipart/form-data`.
@@ -17593,6 +17593,15 @@ components:
1759317593
description: Date of update of the certificate or key, ISO format.
1759417594
type: string
1759517595
type: object
17596+
SyntheticsTestRequestDNSServerPort:
17597+
description: DNS server port to use for DNS tests.
17598+
oneOf:
17599+
- $ref: '#/components/schemas/SyntheticsTestRequestNumericalDNSServerPort'
17600+
- $ref: '#/components/schemas/SyntheticsTestRequestVariableDNSServerPort'
17601+
SyntheticsTestRequestNumericalDNSServerPort:
17602+
description: Integer DNS server port number to use when performing the test.
17603+
format: int64
17604+
type: integer
1759617605
SyntheticsTestRequestNumericalPort:
1759717606
description: Integer Port number to use when performing the test.
1759817607
format: int64
@@ -17614,6 +17623,10 @@ components:
1761417623
required:
1761517624
- url
1761617625
type: object
17626+
SyntheticsTestRequestVariableDNSServerPort:
17627+
description: String DNS server port number to use when performing the test.
17628+
Supports templated variables.
17629+
type: string
1761717630
SyntheticsTestRequestVariablePort:
1761817631
description: String Port number to use when performing the test. Supports templated
1761917632
variables.

0 commit comments

Comments
 (0)