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
42 changes: 42 additions & 0 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61483,6 +61483,12 @@ components:
enum:
- delete
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand All @@ -61501,6 +61507,12 @@ components:
enum:
- disable
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand Down Expand Up @@ -61532,6 +61544,12 @@ components:
required:
- include_exceptions
- include_expired_exceptions
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand Down Expand Up @@ -61624,6 +61642,12 @@ components:
$ref: '#/components/schemas/Security_Detections_API_BulkActionEditPayload'
minItems: 1
type: array
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand All @@ -61647,6 +61671,12 @@ components:
enum:
- enable
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand All @@ -61667,6 +61697,12 @@ components:
enum:
- export
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand All @@ -61685,6 +61721,12 @@ components:
enum:
- run
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand Down
42 changes: 42 additions & 0 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70856,6 +70856,12 @@ components:
enum:
- delete
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand All @@ -70874,6 +70880,12 @@ components:
enum:
- disable
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand Down Expand Up @@ -70905,6 +70917,12 @@ components:
required:
- include_exceptions
- include_expired_exceptions
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand Down Expand Up @@ -70997,6 +71015,12 @@ components:
$ref: '#/components/schemas/Security_Detections_API_BulkActionEditPayload'
minItems: 1
type: array
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand All @@ -71020,6 +71044,12 @@ components:
enum:
- enable
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand All @@ -71040,6 +71070,12 @@ components:
enum:
- export
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand All @@ -71058,6 +71094,12 @@ components:
enum:
- run
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@ export const BulkActionBase = z.object({
* Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined.
*/
ids: z.array(z.string()).min(1).optional(),
/**
* Gaps range start, valid only when query is provided
*/
gaps_range_start: z.string().optional(),
/**
* Gaps range end, valid only when query is provided
*/
gaps_range_end: z.string().optional(),
});

export type BulkDeleteRules = z.infer<typeof BulkDeleteRules>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,12 @@ components:
minItems: 1
items:
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string

BulkDeleteRules:
allOf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4696,6 +4696,12 @@ components:
enum:
- delete
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand All @@ -4716,6 +4722,12 @@ components:
enum:
- disable
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand Down Expand Up @@ -4749,6 +4761,12 @@ components:
required:
- include_exceptions
- include_expired_exceptions
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand Down Expand Up @@ -4849,6 +4867,12 @@ components:
$ref: '#/components/schemas/BulkActionEditPayload'
minItems: 1
type: array
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand All @@ -4874,6 +4898,12 @@ components:
enum:
- enable
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand All @@ -4896,6 +4926,12 @@ components:
enum:
- export
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand All @@ -4916,6 +4952,12 @@ components:
enum:
- run
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4026,6 +4026,12 @@ components:
enum:
- delete
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand All @@ -4046,6 +4052,12 @@ components:
enum:
- disable
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand Down Expand Up @@ -4079,6 +4091,12 @@ components:
required:
- include_exceptions
- include_expired_exceptions
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand Down Expand Up @@ -4179,6 +4197,12 @@ components:
$ref: '#/components/schemas/BulkActionEditPayload'
minItems: 1
type: array
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand All @@ -4204,6 +4228,12 @@ components:
enum:
- enable
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand All @@ -4226,6 +4256,12 @@ components:
enum:
- export
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand All @@ -4246,6 +4282,12 @@ components:
enum:
- run
type: string
gaps_range_end:
description: Gaps range end, valid only when query is provided
type: string
gaps_range_start:
description: Gaps range start, valid only when query is provided
type: string
ids:
description: >-
Array of rule IDs. Array of rule IDs to which a bulk action will be
Expand Down
Loading