Skip to content

Commit cdf8847

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit e6c8320 of spec repo (#173)
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 eecbdd2 commit cdf8847

File tree

4 files changed

+50
-16
lines changed

4 files changed

+50
-16
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.4.1.dev8",
7-
"regenerated": "2021-06-08 12:36:55.071376",
8-
"spec_repo_commit": "6fd1064"
7+
"regenerated": "2021-06-08 14:41:37.177785",
8+
"spec_repo_commit": "e6c8320"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-06-08 12:37:46.927461",
13-
"spec_repo_commit": "6fd1064"
12+
"regenerated": "2021-06-08 14:42:25.511908",
13+
"spec_repo_commit": "e6c8320"
1414
}
1515
}
1616
}

docs/v1/SyntheticsApi.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,11 @@ let params:v1.SyntheticsApiCreateSyntheticsAPITestRequest = {
309309
followRedirects: true,
310310
minFailureDuration: 1,
311311
minLocationFailed: 1,
312+
monitorName: "monitorName_example",
312313
monitorOptions: {
313314
renotifyInterval: 0,
314315
},
316+
monitorPriority: 1,
315317
noScreenshot: true,
316318
retry: {
317319
count: 1,
@@ -451,9 +453,11 @@ let params:v1.SyntheticsApiCreateSyntheticsBrowserTestRequest = {
451453
followRedirects: true,
452454
minFailureDuration: 1,
453455
minLocationFailed: 1,
456+
monitorName: "monitorName_example",
454457
monitorOptions: {
455458
renotifyInterval: 0,
456459
},
460+
monitorPriority: 1,
457461
noScreenshot: true,
458462
retry: {
459463
count: 1,
@@ -1681,9 +1685,11 @@ let params:v1.SyntheticsApiUpdateAPITestRequest = {
16811685
followRedirects: true,
16821686
minFailureDuration: 1,
16831687
minLocationFailed: 1,
1688+
monitorName: "monitorName_example",
16841689
monitorOptions: {
16851690
renotifyInterval: 0,
16861691
},
1692+
monitorPriority: 1,
16871693
noScreenshot: true,
16881694
retry: {
16891695
count: 1,
@@ -1826,9 +1832,11 @@ let params:v1.SyntheticsApiUpdateBrowserTestRequest = {
18261832
followRedirects: true,
18271833
minFailureDuration: 1,
18281834
minLocationFailed: 1,
1835+
monitorName: "monitorName_example",
18291836
monitorOptions: {
18301837
renotifyInterval: 0,
18311838
},
1839+
monitorPriority: 1,
18321840
noScreenshot: true,
18331841
retry: {
18341842
count: 1,

0 commit comments

Comments
 (0)