Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "0becaa3",
"generated": "2025-07-17 13:13:07.458"
"spec_repo_commit": "f2ae7eb",
"generated": "2025-07-17 19:53:16.203"
}
29 changes: 17 additions & 12 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29170,6 +29170,10 @@ paths:
description: Authentication error
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Search logs
tags:
- Logs
Expand Down Expand Up @@ -29268,10 +29272,6 @@ paths:
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get all indexes
tags:
- Logs Indexes
Expand Down Expand Up @@ -30475,15 +30475,15 @@ paths:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- monitors_write
- monitors_read
summary: Validate a monitor
tags:
- Monitors
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- monitors_write
- monitors_read
/api/v1/monitor/{monitor_id}:
delete:
description: Delete the specified monitor
Expand Down Expand Up @@ -30776,15 +30776,15 @@ paths:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- monitors_write
- monitors_read
summary: Validate an existing monitor
tags:
- Monitors
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- monitors_write
- monitors_read
/api/v1/monthly_custom_reports:
get:
deprecated: true
Expand Down Expand Up @@ -31644,13 +31644,15 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
- AuthZ:
- metrics_read
summary: Search metrics
tags:
- Metrics
x-permission:
operator: OPEN
permissions: []
operator: OR
permissions:
- metrics_read
/api/v1/security_analytics/signals/{signal_id}/add_to_incident:
patch:
description: Add a security signal to an incident. This makes it possible to
Expand Down Expand Up @@ -33852,7 +33854,7 @@ paths:
default: 50
format: int64
type: integer
- description: The sort order for the results (e.g., 'name,asc' or 'name,desc').
- description: The sort order for the results (e.g., `name,asc` or `name,desc`).
in: query
name: sort
required: false
Expand Down Expand Up @@ -34332,13 +34334,16 @@ paths:
appKeyAuth: []
- AuthZ:
- synthetics_global_variable_read
- AuthZ:
- apm_api_catalog_read
summary: Get all global variables
tags:
- Synthetics
x-permission:
operator: OR
permissions:
- synthetics_global_variable_read
- apm_api_catalog_read
post:
description: Create a Synthetic global variable.
operationId: CreateGlobalVariable
Expand Down
Loading
Loading