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": "2ffdc3f",
"generated": "2025-07-16 19:15:51.322"
"spec_repo_commit": "ef70ddf",
"generated": "2025-07-17 17:28:30.221"
}
59 changes: 41 additions & 18 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25773,6 +25773,10 @@ paths:
appKeyAuth: []
- AuthZ:
- dashboards_public_share
- AuthZ:
- dashboards_embed_share
- AuthZ:
- dashboards_invite_share
summary: Create a shared dashboard
tags:
- Dashboards
Expand All @@ -25781,6 +25785,8 @@ paths:
operator: OR
permissions:
- dashboards_public_share
- dashboards_embed_share
- dashboards_invite_share
/api/v1/dashboard/public/{token}:
delete:
description: Revoke the public URL for a dashboard (rendering it private) associated
Expand Down Expand Up @@ -25819,13 +25825,19 @@ paths:
appKeyAuth: []
- AuthZ:
- dashboards_public_share
- AuthZ:
- dashboards_embed_share
- AuthZ:
- dashboards_invite_share
summary: Revoke a shared dashboard URL
tags:
- Dashboards
x-permission:
operator: OR
permissions:
- dashboards_public_share
- dashboards_embed_share
- dashboards_invite_share
get:
description: Fetch an existing shared dashboard's sharing metadata associated
with the specified token.
Expand Down Expand Up @@ -25936,6 +25948,10 @@ paths:
appKeyAuth: []
- AuthZ:
- dashboards_public_share
- AuthZ:
- dashboards_embed_share
- AuthZ:
- dashboards_invite_share
summary: Update a shared dashboard
tags:
- Dashboards
Expand All @@ -25944,6 +25960,8 @@ paths:
operator: OR
permissions:
- dashboards_public_share
- dashboards_embed_share
- dashboards_invite_share
/api/v1/dashboard/public/{token}/invitation:
delete:
description: Revoke previously sent invitation emails and active sessions used
Expand Down Expand Up @@ -25991,15 +26009,15 @@ paths:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- dashboards_public_share
- dashboards_invite_share
summary: Revoke shared dashboard invitations
tags:
- Dashboards
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- dashboards_public_share
- dashboards_invite_share
get:
description: Describe the invitations that exist for the given shared dashboard
(paginated).
Expand Down Expand Up @@ -26050,14 +26068,14 @@ paths:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- dashboards_public_share
- dashboards_invite_share
summary: Get all invitations for a shared dashboard
tags:
- Dashboards
x-permission:
operator: OR
permissions:
- dashboards_public_share
- dashboards_invite_share
post:
description: Send emails to specified email addresses containing links to access
a given authenticated shared dashboard. Email addresses must already belong
Expand Down Expand Up @@ -26115,15 +26133,15 @@ paths:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- dashboards_public_share
- dashboards_invite_share
summary: Send shared dashboard invitation email
tags:
- Dashboards
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- dashboards_public_share
- dashboards_invite_share
/api/v1/dashboard/{dashboard_id}:
delete:
description: Delete a dashboard using the specified ID.
Expand Down Expand Up @@ -29152,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 @@ -29250,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 @@ -30457,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 @@ -30758,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 @@ -31626,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 @@ -33834,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 @@ -34314,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