Skip to content

Commit 56fc189

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 34f647e of spec repo (#598)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 5b5381d commit 56fc189

17 files changed

+92
-21
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.3.0",
7-
"regenerated": "2020-12-01 09:39:50.133921",
8-
"spec_repo_commit": "0e7cbcd"
7+
"regenerated": "2020-12-01 11:05:12.050809",
8+
"spec_repo_commit": "34f647e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.3.0",
12-
"regenerated": "2020-12-01 09:39:56.250966",
13-
"spec_repo_commit": "0e7cbcd"
12+
"regenerated": "2020-12-01 11:05:17.620484",
13+
"spec_repo_commit": "34f647e"
1414
}
1515
}
1616
}

api/v1/datadog/api/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,6 +1520,7 @@ paths:
15201520
schema:
15211521
$ref: '#/components/schemas/HostMuteSettings'
15221522
description: Mute a host request body.
1523+
required: true
15231524
responses:
15241525
"200":
15251526
content:
@@ -2943,6 +2944,7 @@ paths:
29432944
schema:
29442945
$ref: '#/components/schemas/LogsIndexesOrder'
29452946
description: Object containing the new ordered list of index names
2947+
required: true
29462948
responses:
29472949
"200":
29482950
content:
@@ -3056,6 +3058,7 @@ paths:
30563058
schema:
30573059
$ref: '#/components/schemas/LogsIndexUpdateRequest'
30583060
description: Object containing the new `LogsIndexUpdateRequest`.
3061+
required: true
30593062
responses:
30603063
"200":
30613064
content:
@@ -4210,6 +4213,7 @@ paths:
42104213
multipart/form-data:
42114214
schema:
42124215
$ref: '#/components/schemas/IdpFormData'
4216+
required: true
42134217
responses:
42144218
"200":
42154219
content:

api/v1/datadog/api_hosts.go

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

api/v1/datadog/api_logs_indexes.go

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

api/v1/datadog/docs/HostsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func main() {
220220
)
221221

222222
hostName := "hostName_example" // string | Name of the host to mute.
223-
body := *datadog.NewHostMuteSettings() // HostMuteSettings | Mute a host request body. (optional)
223+
body := *datadog.NewHostMuteSettings() // HostMuteSettings | Mute a host request body.
224224

225225
configuration := datadog.NewConfiguration()
226226

api/v1/datadog/docs/LogsIndexesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ func main() {
284284
)
285285

286286
name := "name_example" // string | Name of the log index.
287-
body := *datadog.NewLogsIndexUpdateRequest(*datadog.NewLogsFilter()) // LogsIndexUpdateRequest | Object containing the new `LogsIndexUpdateRequest`. (optional)
287+
body := *datadog.NewLogsIndexUpdateRequest(*datadog.NewLogsFilter()) // LogsIndexUpdateRequest | Object containing the new `LogsIndexUpdateRequest`.
288288

289289
configuration := datadog.NewConfiguration()
290290
configuration.SetUnstableOperationEnabled("UpdateLogsIndex", true)
@@ -370,7 +370,7 @@ func main() {
370370
},
371371
)
372372

373-
body := *datadog.NewLogsIndexesOrder([]string{"IndexNames_example"}) // LogsIndexesOrder | Object containing the new ordered list of index names (optional)
373+
body := *datadog.NewLogsIndexesOrder([]string{"IndexNames_example"}) // LogsIndexesOrder | Object containing the new ordered list of index names
374374

375375
configuration := datadog.NewConfiguration()
376376
configuration.SetUnstableOperationEnabled("UpdateLogsIndexOrder", true)

api/v2/datadog/api/openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ paths:
562562
application/json:
563563
schema:
564564
$ref: '#/components/schemas/LogsAggregateRequest'
565+
required: true
565566
responses:
566567
"200":
567568
content:
@@ -851,6 +852,7 @@ paths:
851852
application/json:
852853
schema:
853854
$ref: '#/components/schemas/RelationshipToRole'
855+
required: true
854856
responses:
855857
"204":
856858
description: OK
@@ -940,6 +942,7 @@ paths:
940942
application/json:
941943
schema:
942944
$ref: '#/components/schemas/RelationshipToRole'
945+
required: true
943946
responses:
944947
"204":
945948
description: OK
@@ -1101,6 +1104,7 @@ paths:
11011104
application/json:
11021105
schema:
11031106
$ref: '#/components/schemas/LogsListRequest'
1107+
required: false
11041108
responses:
11051109
"200":
11061110
content:
@@ -1312,6 +1316,7 @@ paths:
13121316
application/json:
13131317
schema:
13141318
$ref: '#/components/schemas/RoleCreateRequest'
1319+
required: true
13151320
responses:
13161321
"200":
13171322
content:
@@ -1420,6 +1425,7 @@ paths:
14201425
application/json:
14211426
schema:
14221427
$ref: '#/components/schemas/RoleUpdateRequest'
1428+
required: true
14231429
responses:
14241430
"200":
14251431
content:
@@ -1473,6 +1479,7 @@ paths:
14731479
application/json:
14741480
schema:
14751481
$ref: '#/components/schemas/RelationshipToPermission'
1482+
required: true
14761483
responses:
14771484
"200":
14781485
content:
@@ -1554,6 +1561,7 @@ paths:
15541561
application/json:
15551562
schema:
15561563
$ref: '#/components/schemas/RelationshipToPermission'
1564+
required: true
15571565
responses:
15581566
"200":
15591567
content:
@@ -1601,6 +1609,7 @@ paths:
16011609
application/json:
16021610
schema:
16031611
$ref: '#/components/schemas/RelationshipToUser'
1612+
required: true
16041613
responses:
16051614
"200":
16061615
content:
@@ -1721,6 +1730,7 @@ paths:
17211730
application/json:
17221731
schema:
17231732
$ref: '#/components/schemas/RelationshipToUser'
1733+
required: true
17241734
responses:
17251735
"200":
17261736
content:
@@ -1799,6 +1809,7 @@ paths:
17991809
application/json:
18001810
schema:
18011811
$ref: '#/components/schemas/SecurityMonitoringRuleCreatePayload'
1812+
required: true
18021813
responses:
18031814
"200":
18041815
content:
@@ -1901,6 +1912,7 @@ paths:
19011912
application/json:
19021913
schema:
19031914
$ref: '#/components/schemas/SecurityMonitoringRuleUpdatePayload'
1915+
required: true
19041916
responses:
19051917
"200":
19061918
content:
@@ -2039,6 +2051,7 @@ paths:
20392051
application/json:
20402052
schema:
20412053
$ref: '#/components/schemas/SecurityMonitoringSignalListRequest'
2054+
required: false
20422055
responses:
20432056
"200":
20442057
content:
@@ -2670,6 +2683,7 @@ paths:
26702683
application/json:
26712684
schema:
26722685
$ref: '#/components/schemas/UserInvitationsRequest'
2686+
required: true
26732687
responses:
26742688
"201":
26752689
content:
@@ -2827,6 +2841,7 @@ paths:
28272841
application/json:
28282842
schema:
28292843
$ref: '#/components/schemas/UserCreateRequest'
2844+
required: true
28302845
responses:
28312846
"201":
28322847
content:
@@ -2938,6 +2953,7 @@ paths:
29382953
application/json:
29392954
schema:
29402955
$ref: '#/components/schemas/UserUpdateRequest'
2956+
required: true
29412957
responses:
29422958
"200":
29432959
content:

api/v2/datadog/api_logs.go

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

api/v2/datadog/api_logs_archives.go

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

api/v2/datadog/api_roles.go

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

0 commit comments

Comments
 (0)