Skip to content

Commit d3cc20a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit d02e4e05 of spec repo (#947)
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 869d45f commit d3cc20a

File tree

2 files changed

+53
-4
lines changed

2 files changed

+53
-4
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.2",
7-
"regenerated": "2022-04-07 18:07:23.251818",
8-
"spec_repo_commit": "5ed02dad"
7+
"regenerated": "2022-04-11 09:38:33.062000",
8+
"spec_repo_commit": "d02e4e05"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-04-07 18:07:23.263542",
13-
"spec_repo_commit": "5ed02dad"
12+
"regenerated": "2022-04-11 09:38:33.074708",
13+
"spec_repo_commit": "d02e4e05"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7189,6 +7189,11 @@ paths:
71897189
tags:
71907190
- Audit
71917191
x-menu-order: 2
7192+
x-pagination:
7193+
cursorParam: page[cursor]
7194+
cursorPath: meta.page.after
7195+
limitParam: page[limit]
7196+
resultsPath: data
71927197
x-undo:
71937198
type: safe
71947199
/api/v2/audit/events/search:
@@ -7228,6 +7233,11 @@ paths:
72287233
- Audit
72297234
x-codegen-request-body-name: body
72307235
x-menu-order: 1
7236+
x-pagination:
7237+
cursorParam: body.page.cursor
7238+
cursorPath: meta.page.after
7239+
limitParam: body.page.limit
7240+
resultsPath: data
72317241
x-undo:
72327242
type: safe
72337243
/api/v2/authn_mappings:
@@ -7925,6 +7935,10 @@ paths:
79257935
summary: Get a list of incidents
79267936
tags:
79277937
- Incidents
7938+
x-pagination:
7939+
limitParam: page[size]
7940+
pageOffsetParam: page[offset]
7941+
resultsPath: data
79287942
x-undo:
79297943
type: safe
79307944
x-unstable: '**Note**: This endpoint is in public beta.
@@ -9006,6 +9020,11 @@ paths:
90069020
tags:
90079021
- Logs
90089022
x-menu-order: 3
9023+
x-pagination:
9024+
cursorParam: page[cursor]
9025+
cursorPath: meta.page.after
9026+
limitParam: page[limit]
9027+
resultsPath: data
90099028
x-undo:
90109029
type: safe
90119030
/api/v2/logs/events/search:
@@ -9053,6 +9072,11 @@ paths:
90539072
- Logs
90549073
x-codegen-request-body-name: body
90559074
x-menu-order: 2
9075+
x-pagination:
9076+
cursorParam: body.page.cursor
9077+
cursorPath: meta.page.after
9078+
limitParam: body.page.limit
9079+
resultsPath: data
90569080
x-undo:
90579081
type: safe
90589082
/api/v2/metrics:
@@ -9726,6 +9750,11 @@ paths:
97269750
tags:
97279751
- Processes
97289752
x-menu-order: 1
9753+
x-pagination:
9754+
cursorParam: page[cursor]
9755+
cursorPath: meta.page.after
9756+
limitParam: page[limit]
9757+
resultsPath: data
97299758
x-undo:
97309759
type: safe
97319760
/api/v2/roles:
@@ -10451,6 +10480,11 @@ paths:
1045110480
tags:
1045210481
- RUM
1045310482
x-menu-order: 2
10483+
x-pagination:
10484+
cursorParam: page[cursor]
10485+
cursorPath: meta.page.after
10486+
limitParam: page[limit]
10487+
resultsPath: data
1045410488
x-undo:
1045510489
type: safe
1045610490
/api/v2/rum/events/search:
@@ -10493,6 +10527,11 @@ paths:
1049310527
- RUM
1049410528
x-codegen-request-body-name: body
1049510529
x-menu-order: 1
10530+
x-pagination:
10531+
cursorParam: body.page.cursor
10532+
cursorPath: meta.page.after
10533+
limitParam: body.page.limit
10534+
resultsPath: data
1049610535
x-undo:
1049710536
type: safe
1049810537
/api/v2/security/cloud_workload/policy/download:
@@ -11116,6 +11155,11 @@ paths:
1111611155
tags:
1111711156
- Security Monitoring
1111811157
x-menu-order: 7
11158+
x-pagination:
11159+
cursorParam: page[cursor]
11160+
cursorPath: meta.page.after
11161+
limitParam: page[limit]
11162+
resultsPath: data
1111911163
x-undo:
1112011164
type: safe
1112111165
x-unstable: '**Note**: This endpoint is in public beta.
@@ -11158,6 +11202,11 @@ paths:
1115811202
- Security Monitoring
1115911203
x-codegen-request-body-name: body
1116011204
x-menu-order: 6
11205+
x-pagination:
11206+
cursorParam: body.page.cursor
11207+
cursorPath: meta.page.after
11208+
limitParam: body.page.limit
11209+
resultsPath: data
1116111210
x-undo:
1116211211
type: safe
1116311212
x-unstable: '**Note**: This endpoint is in public beta.

0 commit comments

Comments
 (0)