@@ -29170,6 +29170,10 @@ paths:
2917029170 description: Authentication error
2917129171 '429':
2917229172 $ref: '#/components/responses/TooManyRequestsResponse'
29173+ security:
29174+ - apiKeyAuth: []
29175+ appKeyAuth: []
29176+ - AuthZ: []
2917329177 summary: Search logs
2917429178 tags:
2917529179 - Logs
@@ -29268,10 +29272,6 @@ paths:
2926829272 description: Forbidden
2926929273 '429':
2927029274 $ref: '#/components/responses/TooManyRequestsResponse'
29271- security:
29272- - apiKeyAuth: []
29273- appKeyAuth: []
29274- - AuthZ: []
2927529275 summary: Get all indexes
2927629276 tags:
2927729277 - Logs Indexes
@@ -30475,15 +30475,15 @@ paths:
3047530475 - apiKeyAuth: []
3047630476 appKeyAuth: []
3047730477 - AuthZ:
30478- - monitors_write
30478+ - monitors_read
3047930479 summary: Validate a monitor
3048030480 tags:
3048130481 - Monitors
3048230482 x-codegen-request-body-name: body
3048330483 x-permission:
3048430484 operator: OR
3048530485 permissions:
30486- - monitors_write
30486+ - monitors_read
3048730487 /api/v1/monitor/{monitor_id}:
3048830488 delete:
3048930489 description: Delete the specified monitor
@@ -30776,15 +30776,15 @@ paths:
3077630776 - apiKeyAuth: []
3077730777 appKeyAuth: []
3077830778 - AuthZ:
30779- - monitors_write
30779+ - monitors_read
3078030780 summary: Validate an existing monitor
3078130781 tags:
3078230782 - Monitors
3078330783 x-codegen-request-body-name: body
3078430784 x-permission:
3078530785 operator: OR
3078630786 permissions:
30787- - monitors_write
30787+ - monitors_read
3078830788 /api/v1/monthly_custom_reports:
3078930789 get:
3079030790 deprecated: true
@@ -31644,13 +31644,15 @@ paths:
3164431644 security:
3164531645 - apiKeyAuth: []
3164631646 appKeyAuth: []
31647- - AuthZ: []
31647+ - AuthZ:
31648+ - metrics_read
3164831649 summary: Search metrics
3164931650 tags:
3165031651 - Metrics
3165131652 x-permission:
31652- operator: OPEN
31653- permissions: []
31653+ operator: OR
31654+ permissions:
31655+ - metrics_read
3165431656 /api/v1/security_analytics/signals/{signal_id}/add_to_incident:
3165531657 patch:
3165631658 description: Add a security signal to an incident. This makes it possible to
@@ -33852,7 +33854,7 @@ paths:
3385233854 default: 50
3385333855 format: int64
3385433856 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` ).
3385633858 in: query
3385733859 name: sort
3385833860 required: false
@@ -34332,13 +34334,16 @@ paths:
3433234334 appKeyAuth: []
3433334335 - AuthZ:
3433434336 - synthetics_global_variable_read
34337+ - AuthZ:
34338+ - apm_api_catalog_read
3433534339 summary: Get all global variables
3433634340 tags:
3433734341 - Synthetics
3433834342 x-permission:
3433934343 operator: OR
3434034344 permissions:
3434134345 - synthetics_global_variable_read
34346+ - apm_api_catalog_read
3434234347 post:
3434334348 description: Create a Synthetic global variable.
3434434349 operationId: CreateGlobalVariable
0 commit comments