Skip to content

Commit 4c36a98

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 47f45603 of spec repo (#796)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent e87670f commit 4c36a98

File tree

30 files changed

+236
-165
lines changed

30 files changed

+236
-165
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.4",
7-
"regenerated": "2022-08-30 09:41:05.808522",
8-
"spec_repo_commit": "267e916e"
7+
"regenerated": "2022-08-30 12:29:13.648764",
8+
"spec_repo_commit": "47f45603"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-08-30 09:41:05.823617",
13-
"spec_repo_commit": "267e916e"
12+
"regenerated": "2022-08-30 12:29:13.664632",
13+
"spec_repo_commit": "47f45603"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12564,9 +12564,20 @@ components:
1256412564
disableCors:
1256512565
description: Whether or not to disable CORS mechanism.
1256612566
type: boolean
12567+
disableCsp:
12568+
description: Disable Content Security Policy for browser tests.
12569+
type: boolean
1256712570
follow_redirects:
1256812571
description: For API HTTP test, whether or not the test should follow redirects.
1256912572
type: boolean
12573+
ignoreServerCertificateError:
12574+
description: Ignore server certificate error.
12575+
type: boolean
12576+
initialNavigationTimeout:
12577+
description: Timeout before declaring the initial step as failed (in seconds)
12578+
for browser tests.
12579+
format: int64
12580+
type: integer
1257012581
min_failure_duration:
1257112582
description: Minimum amount of time in failure required to trigger an alert.
1257212583
format: int64
@@ -12677,6 +12688,16 @@ components:
1267712688
type: string
1267812689
certificate:
1267912690
$ref: '#/components/schemas/SyntheticsTestRequestCertificate'
12691+
certificateDomains:
12692+
default: []
12693+
description: By default, the client certificate is applied on the domain
12694+
of the starting URL for browser tests. If you want your client certificate
12695+
to be applied on other domains instead, add them in `certificateDomains`.
12696+
items:
12697+
description: Domain to apply the client certificate.
12698+
example: ''
12699+
type: string
12700+
type: array
1268012701
dnsServer:
1268112702
description: DNS server to use for DNS tests.
1268212703
type: string
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2022-07-11T13:41:26.739Z"
1+
"2022-08-18T09:19:30.220Z"

cassettes/v1/Synthetics_2658572017/Create-a-browser-test-returns-OK-Returns-saved-rumSettings-response_515614798/recording.har

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
},
99
"entries": [
1010
{
11-
"_id": "625621fe6ddf1413d258106f5fbc95a1",
11+
"_id": "9c260841e1e3cc89039bba7b842cb5ea",
1212
"_order": 0,
1313
"cache": {},
1414
"request": {
15-
"bodySize": 880,
15+
"bodySize": 1012,
1616
"cookies": [],
1717
"headers": [
1818
{
@@ -26,23 +26,23 @@
2626
"value": "application/json"
2727
}
2828
],
29-
"headersSize": 586,
29+
"headersSize": 587,
3030
"httpVersion": "HTTP/1.1",
3131
"method": "POST",
3232
"postData": {
3333
"mimeType": "application/json",
3434
"params": [],
35-
"text": "{\"config\":{\"assertions\":[],\"configVariables\":[{\"example\":\"content-type\",\"name\":\"PROPERTY\",\"pattern\":\"content-type\",\"type\":\"text\"}],\"request\":{\"method\":\"GET\",\"url\":\"https://datadoghq.com\"},\"setCookie\":\"name:test\"},\"locations\":[\"aws:us-east-2\"],\"message\":\"Test message\",\"name\":\"Test-Create_a_browser_test_returns_OK_Returns_saved_rumSettings_response-1657546886\",\"options\":{\"accept_self_signed\":false,\"allow_insecure\":true,\"ci\":{\"executionRule\":\"skipped\"},\"device_ids\":[\"tablet\"],\"disableCors\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"min_location_failed\":1,\"noScreenshot\":true,\"retry\":{\"count\":3,\"interval\":10},\"rumSettings\":{\"applicationId\":\"mockApplicationId\",\"clientTokenId\":12345,\"isEnabled\":true},\"tick_every\":300},\"steps\":[{\"allowFailure\":false,\"isCritical\":true,\"name\":\"Refresh page\",\"params\":{},\"type\":\"refresh\"}],\"tags\":[\"testing:browser\"],\"type\":\"browser\"}"
35+
"text": "{\"config\":{\"assertions\":[],\"configVariables\":[{\"example\":\"content-type\",\"name\":\"PROPERTY\",\"pattern\":\"content-type\",\"type\":\"text\"}],\"request\":{\"certificateDomains\":[\"https://datadoghq.com\"],\"method\":\"GET\",\"url\":\"https://datadoghq.com\"},\"setCookie\":\"name:test\"},\"locations\":[\"aws:us-east-2\"],\"message\":\"Test message\",\"name\":\"Test-Create_a_browser_test_returns_OK_Returns_saved_rumSettings_response-1660814370\",\"options\":{\"accept_self_signed\":false,\"allow_insecure\":true,\"ci\":{\"executionRule\":\"skipped\"},\"device_ids\":[\"tablet\"],\"disableCors\":true,\"disableCsp\":true,\"follow_redirects\":true,\"ignoreServerCertificateError\":true,\"initialNavigationTimeout\":200,\"min_failure_duration\":10,\"min_location_failed\":1,\"noScreenshot\":true,\"retry\":{\"count\":3,\"interval\":10},\"rumSettings\":{\"applicationId\":\"mockApplicationId\",\"clientTokenId\":12345,\"isEnabled\":true},\"tick_every\":300},\"steps\":[{\"allowFailure\":false,\"isCritical\":true,\"name\":\"Refresh page\",\"params\":{},\"type\":\"refresh\"}],\"tags\":[\"testing:browser\"],\"type\":\"browser\"}"
3636
},
3737
"queryString": [],
3838
"url": "https://api.datadoghq.com/api/v1/synthetics/tests/browser"
3939
},
4040
"response": {
41-
"bodySize": 1077,
41+
"bodySize": 1209,
4242
"content": {
4343
"mimeType": "application/json",
44-
"size": 1077,
45-
"text": "{\"status\":\"paused\",\"public_id\":\"wc2-mv4-f5w\",\"tags\":[\"testing:browser\"],\"org_id\":321813,\"locations\":[\"aws:us-east-2\"],\"message\":\"Test message\",\"deleted_at\":null,\"name\":\"Test-Create_a_browser_test_returns_OK_Returns_saved_rumSettings_response-1657546886\",\"monitor_id\":76610201,\"type\":\"browser\",\"created_at\":\"2022-07-11T13:41:27.188209+00:00\",\"modified_at\":\"2022-07-11T13:41:27.188209+00:00\",\"steps\":[{\"name\":\"Refresh page\",\"allowFailure\":false,\"params\":{},\"isCritical\":true,\"type\":\"refresh\"}],\"config\":{\"setCookie\":\"name:test\",\"request\":{\"url\":\"https://datadoghq.com\",\"method\":\"GET\"},\"assertions\":[],\"configVariables\":[{\"pattern\":\"content-type\",\"type\":\"text\",\"example\":\"content-type\",\"name\":\"PROPERTY\"}]},\"options\":{\"accept_self_signed\":false,\"retry\":{\"count\":3,\"interval\":10},\"min_location_failed\":1,\"allow_insecure\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"ci\":{\"executionRule\":\"skipped\"},\"noScreenshot\":true,\"rumSettings\":{\"isEnabled\":true,\"applicationId\":\"mockApplicationId\",\"clientTokenId\":12345},\"disableCors\":true,\"device_ids\":[\"tablet\"],\"tick_every\":300}}"
44+
"size": 1209,
45+
"text": "{\"status\":\"paused\",\"public_id\":\"3ry-tnf-fqu\",\"tags\":[\"testing:browser\"],\"org_id\":321813,\"locations\":[\"aws:us-east-2\"],\"message\":\"Test message\",\"deleted_at\":null,\"name\":\"Test-Create_a_browser_test_returns_OK_Returns_saved_rumSettings_response-1660814370\",\"monitor_id\":80432986,\"type\":\"browser\",\"created_at\":\"2022-08-18T09:19:30.959520+00:00\",\"modified_at\":\"2022-08-18T09:19:30.959520+00:00\",\"steps\":[{\"name\":\"Refresh page\",\"allowFailure\":false,\"params\":{},\"isCritical\":true,\"type\":\"refresh\"}],\"config\":{\"setCookie\":\"name:test\",\"request\":{\"url\":\"https://datadoghq.com\",\"certificateDomains\":[\"https://datadoghq.com\"],\"method\":\"GET\"},\"assertions\":[],\"configVariables\":[{\"pattern\":\"content-type\",\"type\":\"text\",\"example\":\"content-type\",\"name\":\"PROPERTY\"}]},\"options\":{\"disableCsp\":true,\"accept_self_signed\":false,\"retry\":{\"count\":3,\"interval\":10},\"min_location_failed\":1,\"allow_insecure\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"ci\":{\"executionRule\":\"skipped\"},\"noScreenshot\":true,\"rumSettings\":{\"isEnabled\":true,\"applicationId\":\"mockApplicationId\",\"clientTokenId\":12345},\"initialNavigationTimeout\":200,\"disableCors\":true,\"device_ids\":[\"tablet\"],\"tick_every\":300,\"ignoreServerCertificateError\":true}}"
4646
},
4747
"cookies": [],
4848
"headers": [
@@ -57,11 +57,11 @@
5757
"status": 200,
5858
"statusText": "OK"
5959
},
60-
"startedDateTime": "2022-07-11T13:41:26.756Z",
61-
"time": 550
60+
"startedDateTime": "2022-08-18T09:19:30.255Z",
61+
"time": 774
6262
},
6363
{
64-
"_id": "e63c609654b00353c0be812378003fbf",
64+
"_id": "67ad076d5e4ff249ae86926d9ba9e180",
6565
"_order": 0,
6666
"cache": {},
6767
"request": {
@@ -85,7 +85,7 @@
8585
"postData": {
8686
"mimeType": "application/json",
8787
"params": [],
88-
"text": "{\"public_ids\":[\"wc2-mv4-f5w\"]}"
88+
"text": "{\"public_ids\":[\"3ry-tnf-fqu\"]}"
8989
},
9090
"queryString": [],
9191
"url": "https://api.datadoghq.com/api/v1/synthetics/tests/delete"
@@ -95,7 +95,7 @@
9595
"content": {
9696
"mimeType": "application/json",
9797
"size": 95,
98-
"text": "{\"deleted_tests\":[{\"deleted_at\":\"2022-07-11T13:41:32.446608+00:00\",\"public_id\":\"wc2-mv4-f5w\"}]}"
98+
"text": "{\"deleted_tests\":[{\"deleted_at\":\"2022-08-18T09:19:36.462930+00:00\",\"public_id\":\"3ry-tnf-fqu\"}]}"
9999
},
100100
"cookies": [],
101101
"headers": [
@@ -110,8 +110,8 @@
110110
"status": 200,
111111
"statusText": "OK"
112112
},
113-
"startedDateTime": "2022-07-11T13:41:27.317Z",
114-
"time": 5224
113+
"startedDateTime": "2022-08-18T09:19:31.040Z",
114+
"time": 5496
115115
}
116116
],
117117
"pages": [],
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2022-02-10T12:24:10.485Z"
1+
"2022-08-18T09:19:36.544Z"

cassettes/v1/Synthetics_2658572017/Create-a-browser-test-returns-OK-Returns-the-created-test-details-response_1783012467/recording.har

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"entries": [
1010
{
11-
"_id": "dfd9f7092c6f21b1458c72527a42c3c2",
11+
"_id": "3b6d43bfdb3e1fca3d21b8ad32c7cf0b",
1212
"_order": 0,
1313
"cache": {},
1414
"request": {
@@ -32,7 +32,7 @@
3232
"postData": {
3333
"mimeType": "application/json",
3434
"params": [],
35-
"text": "{\"config\":{\"assertions\":[],\"configVariables\":[{\"example\":\"content-type\",\"name\":\"PROPERTY\",\"pattern\":\"content-type\",\"type\":\"text\"}],\"request\":{\"method\":\"GET\",\"url\":\"https://datadoghq.com\"},\"setCookie\":\"name:test\"},\"locations\":[\"aws:us-east-2\"],\"message\":\"Test message\",\"name\":\"Test-Create_a_browser_test_returns_OK_Returns_the_created_test_details_response-1644495850\",\"options\":{\"accept_self_signed\":false,\"allow_insecure\":true,\"device_ids\":[\"tablet\"],\"disableCors\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"min_location_failed\":1,\"noScreenshot\":true,\"retry\":{\"count\":3,\"interval\":10},\"tick_every\":300},\"steps\":[{\"allowFailure\":false,\"isCritical\":true,\"name\":\"Refresh page\",\"params\":{},\"type\":\"refresh\"}],\"tags\":[\"testing:browser\"],\"type\":\"browser\"}"
35+
"text": "{\"config\":{\"assertions\":[],\"configVariables\":[{\"example\":\"content-type\",\"name\":\"PROPERTY\",\"pattern\":\"content-type\",\"type\":\"text\"}],\"request\":{\"method\":\"GET\",\"url\":\"https://datadoghq.com\"},\"setCookie\":\"name:test\"},\"locations\":[\"aws:us-east-2\"],\"message\":\"Test message\",\"name\":\"Test-Create_a_browser_test_returns_OK_Returns_the_created_test_details_response-1660814376\",\"options\":{\"accept_self_signed\":false,\"allow_insecure\":true,\"device_ids\":[\"tablet\"],\"disableCors\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"min_location_failed\":1,\"noScreenshot\":true,\"retry\":{\"count\":3,\"interval\":10},\"tick_every\":300},\"steps\":[{\"allowFailure\":false,\"isCritical\":true,\"name\":\"Refresh page\",\"params\":{},\"type\":\"refresh\"}],\"tags\":[\"testing:browser\"],\"type\":\"browser\"}"
3636
},
3737
"queryString": [],
3838
"url": "https://api.datadoghq.com/api/v1/synthetics/tests/browser"
@@ -42,7 +42,7 @@
4242
"content": {
4343
"mimeType": "application/json",
4444
"size": 960,
45-
"text": "{\"status\":\"paused\",\"public_id\":\"rsw-sd4-iu5\",\"tags\":[\"testing:browser\"],\"org_id\":321813,\"locations\":[\"aws:us-east-2\"],\"message\":\"Test message\",\"deleted_at\":null,\"name\":\"Test-Create_a_browser_test_returns_OK_Returns_the_created_test_details_response-1644495850\",\"monitor_id\":63812386,\"type\":\"browser\",\"created_at\":\"2022-02-10T12:24:11.196393+00:00\",\"modified_at\":\"2022-02-10T12:24:11.196393+00:00\",\"steps\":[{\"name\":\"Refresh page\",\"allowFailure\":false,\"params\":{},\"isCritical\":true,\"type\":\"refresh\"}],\"config\":{\"setCookie\":\"name:test\",\"request\":{\"url\":\"https://datadoghq.com\",\"method\":\"GET\"},\"assertions\":[],\"configVariables\":[{\"pattern\":\"content-type\",\"type\":\"text\",\"example\":\"content-type\",\"name\":\"PROPERTY\"}]},\"options\":{\"accept_self_signed\":false,\"retry\":{\"count\":3,\"interval\":10},\"min_location_failed\":1,\"allow_insecure\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"noScreenshot\":true,\"disableCors\":true,\"device_ids\":[\"tablet\"],\"tick_every\":300}}"
45+
"text": "{\"status\":\"paused\",\"public_id\":\"j74-mhg-nnq\",\"tags\":[\"testing:browser\"],\"org_id\":321813,\"locations\":[\"aws:us-east-2\"],\"message\":\"Test message\",\"deleted_at\":null,\"name\":\"Test-Create_a_browser_test_returns_OK_Returns_the_created_test_details_response-1660814376\",\"monitor_id\":80432989,\"type\":\"browser\",\"created_at\":\"2022-08-18T09:19:38.140296+00:00\",\"modified_at\":\"2022-08-18T09:19:38.140296+00:00\",\"steps\":[{\"name\":\"Refresh page\",\"allowFailure\":false,\"params\":{},\"isCritical\":true,\"type\":\"refresh\"}],\"config\":{\"setCookie\":\"name:test\",\"request\":{\"url\":\"https://datadoghq.com\",\"method\":\"GET\"},\"assertions\":[],\"configVariables\":[{\"pattern\":\"content-type\",\"type\":\"text\",\"example\":\"content-type\",\"name\":\"PROPERTY\"}]},\"options\":{\"accept_self_signed\":false,\"retry\":{\"count\":3,\"interval\":10},\"min_location_failed\":1,\"allow_insecure\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"noScreenshot\":true,\"disableCors\":true,\"device_ids\":[\"tablet\"],\"tick_every\":300}}"
4646
},
4747
"cookies": [],
4848
"headers": [
@@ -57,11 +57,11 @@
5757
"status": 200,
5858
"statusText": "OK"
5959
},
60-
"startedDateTime": "2022-02-10T12:24:10.502Z",
61-
"time": 713
60+
"startedDateTime": "2022-08-18T09:19:36.550Z",
61+
"time": 1698
6262
},
6363
{
64-
"_id": "1e850def2ae698519ba4adf56e715e6c",
64+
"_id": "4907656ae7c66f1f57edee2b8fff3a0a",
6565
"_order": 0,
6666
"cache": {},
6767
"request": {
@@ -85,7 +85,7 @@
8585
"postData": {
8686
"mimeType": "application/json",
8787
"params": [],
88-
"text": "{\"public_ids\":[\"rsw-sd4-iu5\"]}"
88+
"text": "{\"public_ids\":[\"j74-mhg-nnq\"]}"
8989
},
9090
"queryString": [],
9191
"url": "https://api.datadoghq.com/api/v1/synthetics/tests/delete"
@@ -95,7 +95,7 @@
9595
"content": {
9696
"mimeType": "application/json",
9797
"size": 95,
98-
"text": "{\"deleted_tests\":[{\"deleted_at\":\"2022-02-10T12:24:11.753160+00:00\",\"public_id\":\"rsw-sd4-iu5\"}]}"
98+
"text": "{\"deleted_tests\":[{\"deleted_at\":\"2022-08-18T09:19:43.678246+00:00\",\"public_id\":\"j74-mhg-nnq\"}]}"
9999
},
100100
"cookies": [],
101101
"headers": [
@@ -110,8 +110,8 @@
110110
"status": 200,
111111
"statusText": "OK"
112112
},
113-
"startedDateTime": "2022-02-10T12:24:11.222Z",
114-
"time": 495
113+
"startedDateTime": "2022-08-18T09:19:38.256Z",
114+
"time": 6134
115115
}
116116
],
117117
"pages": [],
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2022-05-12T09:50:27.289Z"
1+
"2022-08-18T09:19:44.397Z"

0 commit comments

Comments
 (0)