@@ -7189,6 +7189,11 @@ paths:
7189
7189
tags :
7190
7190
- Audit
7191
7191
x-menu-order : 2
7192
+ x-pagination :
7193
+ cursorParam : page[cursor]
7194
+ cursorPath : meta.page.after
7195
+ limitParam : page[limit]
7196
+ resultsPath : data
7192
7197
x-undo :
7193
7198
type : safe
7194
7199
/api/v2/audit/events/search :
@@ -7228,6 +7233,11 @@ paths:
7228
7233
- Audit
7229
7234
x-codegen-request-body-name : body
7230
7235
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
7231
7241
x-undo :
7232
7242
type : safe
7233
7243
/api/v2/authn_mappings :
@@ -7925,6 +7935,10 @@ paths:
7925
7935
summary : Get a list of incidents
7926
7936
tags :
7927
7937
- Incidents
7938
+ x-pagination :
7939
+ limitParam : page[size]
7940
+ pageOffsetParam : page[offset]
7941
+ resultsPath : data
7928
7942
x-undo :
7929
7943
type : safe
7930
7944
x-unstable : ' **Note**: This endpoint is in public beta.
@@ -9006,6 +9020,11 @@ paths:
9006
9020
tags :
9007
9021
- Logs
9008
9022
x-menu-order : 3
9023
+ x-pagination :
9024
+ cursorParam : page[cursor]
9025
+ cursorPath : meta.page.after
9026
+ limitParam : page[limit]
9027
+ resultsPath : data
9009
9028
x-undo :
9010
9029
type : safe
9011
9030
/api/v2/logs/events/search :
@@ -9053,6 +9072,11 @@ paths:
9053
9072
- Logs
9054
9073
x-codegen-request-body-name : body
9055
9074
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
9056
9080
x-undo :
9057
9081
type : safe
9058
9082
/api/v2/metrics :
@@ -9726,6 +9750,11 @@ paths:
9726
9750
tags :
9727
9751
- Processes
9728
9752
x-menu-order : 1
9753
+ x-pagination :
9754
+ cursorParam : page[cursor]
9755
+ cursorPath : meta.page.after
9756
+ limitParam : page[limit]
9757
+ resultsPath : data
9729
9758
x-undo :
9730
9759
type : safe
9731
9760
/api/v2/roles :
@@ -10451,6 +10480,11 @@ paths:
10451
10480
tags :
10452
10481
- RUM
10453
10482
x-menu-order : 2
10483
+ x-pagination :
10484
+ cursorParam : page[cursor]
10485
+ cursorPath : meta.page.after
10486
+ limitParam : page[limit]
10487
+ resultsPath : data
10454
10488
x-undo :
10455
10489
type : safe
10456
10490
/api/v2/rum/events/search :
@@ -10493,6 +10527,11 @@ paths:
10493
10527
- RUM
10494
10528
x-codegen-request-body-name : body
10495
10529
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
10496
10535
x-undo :
10497
10536
type : safe
10498
10537
/api/v2/security/cloud_workload/policy/download :
@@ -11116,6 +11155,11 @@ paths:
11116
11155
tags :
11117
11156
- Security Monitoring
11118
11157
x-menu-order : 7
11158
+ x-pagination :
11159
+ cursorParam : page[cursor]
11160
+ cursorPath : meta.page.after
11161
+ limitParam : page[limit]
11162
+ resultsPath : data
11119
11163
x-undo :
11120
11164
type : safe
11121
11165
x-unstable : ' **Note**: This endpoint is in public beta.
@@ -11158,6 +11202,11 @@ paths:
11158
11202
- Security Monitoring
11159
11203
x-codegen-request-body-name : body
11160
11204
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
11161
11210
x-undo :
11162
11211
type : safe
11163
11212
x-unstable : ' **Note**: This endpoint is in public beta.
0 commit comments