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
30 changes: 15 additions & 15 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ tags:
x-displayName: Security detections
- description: Endpoint Exceptions API allows you to manage detection rule endpoint exceptions to prevent a rule from generating an alert from incoming events even when the rule's other criteria are met.
name: Security Endpoint Exceptions API
x-displayName: Security endpoint exceptions
x-displayName: Security Elastic Endpoint exceptions
- description: Interact with and manage endpoints running the Elastic Defend integration.
name: Security Endpoint Management API
x-displayName: Security endpoint management
Expand Down Expand Up @@ -9381,7 +9381,7 @@ paths:
- Security Detections API
/api/endpoint_list:
post:
description: Create an endpoint exception list, which groups endpoint exception list items. If an endpoint exception list already exists, an empty response is returned.
description: Create the exception list for Elastic Endpoint rule exceptions. When you create the exception list, it will have a `list_id` of `endpoint_list`. If the Elastic Endpoint exception list already exists, your request will return an empty response.
operationId: CreateEndpointList
responses:
'200':
Expand Down Expand Up @@ -9416,12 +9416,12 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Create an endpoint exception list
summary: Create an Elastic Endpoint rule exception list
tags:
- Security Endpoint Exceptions API
/api/endpoint_list/items:
delete:
description: Delete an endpoint exception list item using the `id` or `item_id` field.
description: Delete an Elastic Endpoint exception list item, specified by the `id` or `item_id` field.
operationId: DeleteEndpointListItem
parameters:
- description: Either `id` or `item_id` must be specified
Expand Down Expand Up @@ -9475,11 +9475,11 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Delete an endpoint exception list item
summary: Delete an Elastic Endpoint exception list item
tags:
- Security Endpoint Exceptions API
get:
description: Get the details of an endpoint exception list item using the `id` or `item_id` field.
description: Get the details of an Elastic Endpoint exception list item, specified by the `id` or `item_id` field.
operationId: ReadEndpointListItem
parameters:
- description: Either `id` or `item_id` must be specified
Expand Down Expand Up @@ -9535,11 +9535,11 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Get an endpoint exception list item
summary: Get an Elastic Endpoint rule exception list item
tags:
- Security Endpoint Exceptions API
post:
description: Create an endpoint exception list item, and associate it with the endpoint exception list.
description: Create an Elastic Endpoint exception list item, and associate it with the Elastic Endpoint exception list.
operationId: CreateEndpointListItem
requestBody:
content:
Expand Down Expand Up @@ -9614,11 +9614,11 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Create an endpoint exception list item
summary: Create an Elastic Endpoint rule exception list item
tags:
- Security Endpoint Exceptions API
put:
description: Update an endpoint exception list item using the `id` or `item_id` field.
description: Update an Elastic Endpoint exception list item, specified by the `id` or `item_id` field.
operationId: UpdateEndpointListItem
requestBody:
content:
Expand Down Expand Up @@ -9698,12 +9698,12 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Update an endpoint exception list item
summary: Update an Elastic Endpoint rule exception list item
tags:
- Security Endpoint Exceptions API
/api/endpoint_list/items/_find:
get:
description: Get a list of all endpoint exception list items.
description: Get a list of all Elastic Endpoint exception list items.
operationId: FindEndpointListItems
parameters:
- description: |
Expand Down Expand Up @@ -9803,7 +9803,7 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Get endpoint exception list items
summary: Get Elastic Endpoint exception list items
tags:
- Security Endpoint Exceptions API
/api/endpoint/action:
Expand Down Expand Up @@ -54848,7 +54848,7 @@ components:
example: This list tracks allowlisted values.
type: string
Security_Endpoint_Exceptions_API_ExceptionListHumanId:
description: Exception list's human readable string identifier, e.g. `trusted-linux-processes`.
description: The exception list's human readable string identifier, `endpoint_list`.
example: simple_list
format: nonempty
minLength: 1
Expand Down Expand Up @@ -57185,7 +57185,7 @@ components:
example: This list tracks allowlisted values.
type: string
Security_Exceptions_API_ExceptionListHumanId:
description: Exception list's human readable string identifier, e.g. `trusted-linux-processes`.
description: The exception list's human readable string identifier, `endpoint_list`.
example: simple_list
format: nonempty
minLength: 1
Expand Down
30 changes: 15 additions & 15 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ tags:
x-displayName: Security detections
- description: Endpoint Exceptions API allows you to manage detection rule endpoint exceptions to prevent a rule from generating an alert from incoming events even when the rule's other criteria are met.
name: Security Endpoint Exceptions API
x-displayName: Security endpoint exceptions
x-displayName: Security Elastic Endpoint exceptions
- description: Interact with and manage endpoints running the Elastic Defend integration.
name: Security Endpoint Management API
x-displayName: Security endpoint management
Expand Down Expand Up @@ -14741,7 +14741,7 @@ paths:
- saved objects
/api/endpoint_list:
post:
description: Create an endpoint exception list, which groups endpoint exception list items. If an endpoint exception list already exists, an empty response is returned.
description: Create the exception list for Elastic Endpoint rule exceptions. When you create the exception list, it will have a `list_id` of `endpoint_list`. If the Elastic Endpoint exception list already exists, your request will return an empty response.
operationId: CreateEndpointList
responses:
'200':
Expand Down Expand Up @@ -14776,12 +14776,12 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Create an endpoint exception list
summary: Create an Elastic Endpoint rule exception list
tags:
- Security Endpoint Exceptions API
/api/endpoint_list/items:
delete:
description: Delete an endpoint exception list item using the `id` or `item_id` field.
description: Delete an Elastic Endpoint exception list item, specified by the `id` or `item_id` field.
operationId: DeleteEndpointListItem
parameters:
- description: Either `id` or `item_id` must be specified
Expand Down Expand Up @@ -14835,11 +14835,11 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Delete an endpoint exception list item
summary: Delete an Elastic Endpoint exception list item
tags:
- Security Endpoint Exceptions API
get:
description: Get the details of an endpoint exception list item using the `id` or `item_id` field.
description: Get the details of an Elastic Endpoint exception list item, specified by the `id` or `item_id` field.
operationId: ReadEndpointListItem
parameters:
- description: Either `id` or `item_id` must be specified
Expand Down Expand Up @@ -14895,11 +14895,11 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Get an endpoint exception list item
summary: Get an Elastic Endpoint rule exception list item
tags:
- Security Endpoint Exceptions API
post:
description: Create an endpoint exception list item, and associate it with the endpoint exception list.
description: Create an Elastic Endpoint exception list item, and associate it with the Elastic Endpoint exception list.
operationId: CreateEndpointListItem
requestBody:
content:
Expand Down Expand Up @@ -14974,11 +14974,11 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Create an endpoint exception list item
summary: Create an Elastic Endpoint rule exception list item
tags:
- Security Endpoint Exceptions API
put:
description: Update an endpoint exception list item using the `id` or `item_id` field.
description: Update an Elastic Endpoint exception list item, specified by the `id` or `item_id` field.
operationId: UpdateEndpointListItem
requestBody:
content:
Expand Down Expand Up @@ -15058,12 +15058,12 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Update an endpoint exception list item
summary: Update an Elastic Endpoint rule exception list item
tags:
- Security Endpoint Exceptions API
/api/endpoint_list/items/_find:
get:
description: Get a list of all endpoint exception list items.
description: Get a list of all Elastic Endpoint exception list items.
operationId: FindEndpointListItems
parameters:
- description: |
Expand Down Expand Up @@ -15163,7 +15163,7 @@ paths:
schema:
$ref: '#/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse'
description: Internal server error
summary: Get endpoint exception list items
summary: Get Elastic Endpoint exception list items
tags:
- Security Endpoint Exceptions API
/api/endpoint/action:
Expand Down Expand Up @@ -44308,7 +44308,7 @@ components:
example: This list tracks allowlisted values.
type: string
Security_Endpoint_Exceptions_API_ExceptionListHumanId:
description: Exception list's human readable string identifier, e.g. `trusted-linux-processes`.
description: The exception list's human readable string identifier, `endpoint_list`.
example: simple_list
format: nonempty
minLength: 1
Expand Down Expand Up @@ -46656,7 +46656,7 @@ components:
example: This list tracks allowlisted values.
type: string
Security_Exceptions_API_ExceptionListHumanId:
description: Exception list's human readable string identifier, e.g. `trusted-linux-processes`.
description: The exception list's human readable string identifier, `endpoint_list`.
example: simple_list
format: nonempty
minLength: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ paths:
x-labels: [serverless, ess]
x-codegen-enabled: true
operationId: CreateEndpointList
summary: Create an endpoint exception list
description: Create an endpoint exception list, which groups endpoint exception list items. If an endpoint exception list already exists, an empty response is returned.
summary: Create an Elastic Endpoint rule exception list
description: Create the exception list for Elastic Endpoint rule exceptions. When you create the exception list, it will have a `list_id` of `endpoint_list`. If the Elastic Endpoint exception list already exists, your request will return an empty response.
responses:
200:
description: Successful response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ paths:
x-labels: [serverless, ess]
x-codegen-enabled: true
operationId: CreateEndpointListItem
summary: Create an endpoint exception list item
description: Create an endpoint exception list item, and associate it with the endpoint exception list.
summary: Create an Elastic Endpoint rule exception list item
description: Create an Elastic Endpoint exception list item, and associate it with the Elastic Endpoint exception list.
requestBody:
description: Exception list item's properties
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ paths:
x-labels: [serverless, ess]
x-codegen-enabled: true
operationId: DeleteEndpointListItem
summary: Delete an endpoint exception list item
description: Delete an endpoint exception list item using the `id` or `item_id` field.
summary: Delete an Elastic Endpoint exception list item
description: Delete an Elastic Endpoint exception list item, specified by the `id` or `item_id` field.
parameters:
- name: id
in: query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ paths:
x-labels: [serverless, ess]
x-codegen-enabled: true
operationId: FindEndpointListItems
summary: Get endpoint exception list items
description: Get a list of all endpoint exception list items.
summary: Get Elastic Endpoint exception list items
description: Get a list of all Elastic Endpoint exception list items.
parameters:
- name: filter
in: query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ paths:
x-labels: [serverless, ess]
x-codegen-enabled: true
operationId: ReadEndpointListItem
summary: Get an endpoint exception list item
description: Get the details of an endpoint exception list item using the `id` or `item_id` field.
summary: Get an Elastic Endpoint rule exception list item
description: Get the details of an Elastic Endpoint exception list item, specified by the `id` or `item_id` field.
parameters:
- name: id
in: query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ paths:
x-labels: [serverless, ess]
x-codegen-enabled: true
operationId: UpdateEndpointListItem
summary: Update an endpoint exception list item
description: Update an endpoint exception list item using the `id` or `item_id` field.
summary: Update an Elastic Endpoint rule exception list item
description: Update an Elastic Endpoint exception list item, specified by the `id` or `item_id` field.
requestBody:
description: Exception list item's properties
required: true
Expand Down
Loading