@@ -29170,6 +29170,10 @@ paths:
29170
29170
description: Authentication error
29171
29171
'429':
29172
29172
$ref: '#/components/responses/TooManyRequestsResponse'
29173
+ security:
29174
+ - apiKeyAuth: []
29175
+ appKeyAuth: []
29176
+ - AuthZ: []
29173
29177
summary: Search logs
29174
29178
tags:
29175
29179
- Logs
@@ -29268,10 +29272,6 @@ paths:
29268
29272
description: Forbidden
29269
29273
'429':
29270
29274
$ref: '#/components/responses/TooManyRequestsResponse'
29271
- security:
29272
- - apiKeyAuth: []
29273
- appKeyAuth: []
29274
- - AuthZ: []
29275
29275
summary: Get all indexes
29276
29276
tags:
29277
29277
- Logs Indexes
@@ -30475,15 +30475,15 @@ paths:
30475
30475
- apiKeyAuth: []
30476
30476
appKeyAuth: []
30477
30477
- AuthZ:
30478
- - monitors_write
30478
+ - monitors_read
30479
30479
summary: Validate a monitor
30480
30480
tags:
30481
30481
- Monitors
30482
30482
x-codegen-request-body-name: body
30483
30483
x-permission:
30484
30484
operator: OR
30485
30485
permissions:
30486
- - monitors_write
30486
+ - monitors_read
30487
30487
/api/v1/monitor/{monitor_id}:
30488
30488
delete:
30489
30489
description: Delete the specified monitor
@@ -30776,15 +30776,15 @@ paths:
30776
30776
- apiKeyAuth: []
30777
30777
appKeyAuth: []
30778
30778
- AuthZ:
30779
- - monitors_write
30779
+ - monitors_read
30780
30780
summary: Validate an existing monitor
30781
30781
tags:
30782
30782
- Monitors
30783
30783
x-codegen-request-body-name: body
30784
30784
x-permission:
30785
30785
operator: OR
30786
30786
permissions:
30787
- - monitors_write
30787
+ - monitors_read
30788
30788
/api/v1/monthly_custom_reports:
30789
30789
get:
30790
30790
deprecated: true
@@ -31644,13 +31644,15 @@ paths:
31644
31644
security:
31645
31645
- apiKeyAuth: []
31646
31646
appKeyAuth: []
31647
- - AuthZ: []
31647
+ - AuthZ:
31648
+ - metrics_read
31648
31649
summary: Search metrics
31649
31650
tags:
31650
31651
- Metrics
31651
31652
x-permission:
31652
- operator: OPEN
31653
- permissions: []
31653
+ operator: OR
31654
+ permissions:
31655
+ - metrics_read
31654
31656
/api/v1/security_analytics/signals/{signal_id}/add_to_incident:
31655
31657
patch:
31656
31658
description: Add a security signal to an incident. This makes it possible to
@@ -33852,7 +33854,7 @@ paths:
33852
33854
default: 50
33853
33855
format: int64
33854
33856
type: integer
33855
- - description: The sort order for the results (e.g., ' name,asc' or ' name,desc' ).
33857
+ - description: The sort order for the results (e.g., ` name,asc` or ` name,desc` ).
33856
33858
in: query
33857
33859
name: sort
33858
33860
required: false
@@ -34332,13 +34334,16 @@ paths:
34332
34334
appKeyAuth: []
34333
34335
- AuthZ:
34334
34336
- synthetics_global_variable_read
34337
+ - AuthZ:
34338
+ - apm_api_catalog_read
34335
34339
summary: Get all global variables
34336
34340
tags:
34337
34341
- Synthetics
34338
34342
x-permission:
34339
34343
operator: OR
34340
34344
permissions:
34341
34345
- synthetics_global_variable_read
34346
+ - apm_api_catalog_read
34342
34347
post:
34343
34348
description: Create a Synthetic global variable.
34344
34349
operationId: CreateGlobalVariable
0 commit comments