Skip to content

Commit 16c19ff

Browse files
authored
Merge branch 'main' into unskip-edr-workflows-flaky-tests
2 parents b7f2e18 + bbf9f2a commit 16c19ff

70 files changed

Lines changed: 870 additions & 869 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

oas_docs/output/kibana.serverless.yaml

Lines changed: 70 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -8724,11 +8724,9 @@ paths:
87248724
name: search_fields
87258725
required: false
87268726
schema:
8727-
anyOf:
8728-
- items:
8729-
type: string
8730-
type: array
8731-
- type: string
8727+
items:
8728+
type: string
8729+
type: array
87328730
- description: Determines which field is used to sort the results. The field must exist in the `attributes` key of the response.
87338731
in: query
87348732
name: sort_field
@@ -8765,11 +8763,9 @@ paths:
87658763
name: fields
87668764
required: false
87678765
schema:
8768-
anyOf:
8769-
- items:
8770-
type: string
8771-
type: array
8772-
- type: string
8766+
items:
8767+
type: string
8768+
type: array
87738769
- description: 'A KQL string that you filter with an attribute from your saved object. It should look like `savedObjectType.attributes.title: "myTitle"`. However, if you used a direct attribute of a saved object, such as `updatedAt`, you must define your filter, for example, `savedObjectType.updatedAt > 2018-12-22`.'
87748770
in: query
87758771
name: filter
@@ -31153,12 +31149,10 @@ paths:
3115331149
name: policyIds
3115431150
required: false
3115531151
schema:
31156-
anyOf:
31157-
- items:
31158-
type: string
31159-
maxItems: 1000
31160-
type: array
31161-
- type: string
31152+
items:
31153+
type: string
31154+
maxItems: 1000
31155+
type: array
3116231156
- in: query
3116331157
name: kuery
3116431158
required: false
@@ -31263,12 +31257,10 @@ paths:
3126331257
name: agentsIds
3126431258
required: true
3126531259
schema:
31266-
anyOf:
31267-
- items:
31268-
type: string
31269-
maxItems: 10000
31270-
type: array
31271-
- type: string
31260+
items:
31261+
type: string
31262+
maxItems: 10000
31263+
type: array
3127231264
- in: query
3127331265
name: pkgName
3127431266
required: false
@@ -55327,23 +55319,15 @@ paths:
5532755319
name: status
5532855320
required: false
5532955321
schema:
55330-
anyOf:
55331-
- enum:
55332-
- running
55333-
- finished
55334-
- upcoming
55335-
- archived
55336-
- disabled
55337-
type: string
55338-
- items:
55339-
enum:
55340-
- running
55341-
- finished
55342-
- upcoming
55343-
- archived
55344-
- disabled
55345-
type: string
55346-
type: array
55322+
items:
55323+
enum:
55324+
- running
55325+
- finished
55326+
- upcoming
55327+
- archived
55328+
- disabled
55329+
type: string
55330+
type: array
5534755331
- description: The page number to return.
5534855332
in: query
5534955333
name: page
@@ -61788,29 +61772,21 @@ paths:
6178861772
name: attachmentTypes
6178961773
required: false
6179061774
schema:
61791-
anyOf:
61792-
- enum:
61793-
- dashboard
61794-
- rule
61795-
- slo
61796-
type: string
61797-
- items:
61798-
enum:
61799-
- dashboard
61800-
- rule
61801-
- slo
61802-
type: string
61803-
type: array
61775+
items:
61776+
enum:
61777+
- dashboard
61778+
- rule
61779+
- slo
61780+
type: string
61781+
type: array
6180461782
- description: Filter by tags (single value or array)
6180561783
in: query
6180661784
name: tags
6180761785
required: false
6180861786
schema:
61809-
anyOf:
61810-
- type: string
61811-
- items:
61812-
type: string
61813-
type: array
61787+
items:
61788+
type: string
61789+
type: array
6181461790
requestBody:
6181561791
content:
6181661792
application/json:
@@ -63028,34 +63004,28 @@ paths:
6302863004
name: enabled
6302963005
required: false
6303063006
schema:
63031-
anyOf:
63032-
- type: boolean
63033-
- items:
63034-
type: boolean
63035-
maxItems: 2
63036-
type: array
63007+
items:
63008+
type: boolean
63009+
maxItems: 2
63010+
type: array
6303763011
- description: Filter by creator.
6303863012
in: query
6303963013
name: createdBy
6304063014
required: false
6304163015
schema:
63042-
anyOf:
63043-
- type: string
63044-
- items:
63045-
type: string
63046-
maxItems: 1000
63047-
type: array
63016+
items:
63017+
type: string
63018+
maxItems: 1000
63019+
type: array
6304863020
- description: Filter by tags.
6304963021
in: query
6305063022
name: tags
6305163023
required: false
6305263024
schema:
63053-
anyOf:
63054-
- type: string
63055-
- items:
63056-
type: string
63057-
maxItems: 1000
63058-
type: array
63025+
items:
63026+
type: string
63027+
maxItems: 1000
63028+
type: array
6305963029
responses:
6306063030
'200':
6306163031
content:
@@ -64975,60 +64945,41 @@ paths:
6497564945
name: statuses
6497664946
required: false
6497764947
schema:
64978-
anyOf:
64979-
- enum:
64980-
- pending
64981-
- waiting
64982-
- waiting_for_input
64983-
- running
64984-
- completed
64985-
- failed
64986-
- cancelled
64987-
- timed_out
64988-
- skipped
64989-
type: string
64990-
- items:
64991-
enum:
64992-
- pending
64993-
- waiting
64994-
- waiting_for_input
64995-
- running
64996-
- completed
64997-
- failed
64998-
- cancelled
64999-
- timed_out
65000-
- skipped
65001-
type: string
65002-
maxItems: 9
65003-
type: array
64948+
items:
64949+
enum:
64950+
- pending
64951+
- waiting
64952+
- waiting_for_input
64953+
- running
64954+
- completed
64955+
- failed
64956+
- cancelled
64957+
- timed_out
64958+
- skipped
64959+
type: string
64960+
maxItems: 9
64961+
type: array
6500464962
- description: Filter by execution type.
6500564963
in: query
6500664964
name: executionTypes
6500764965
required: false
6500864966
schema:
65009-
anyOf:
65010-
- enum:
65011-
- test
65012-
- production
65013-
type: string
65014-
- items:
65015-
enum:
65016-
- test
65017-
- production
65018-
type: string
65019-
maxItems: 2
65020-
type: array
64967+
items:
64968+
enum:
64969+
- test
64970+
- production
64971+
type: string
64972+
maxItems: 2
64973+
type: array
6502164974
- description: Filter by the user who triggered the execution.
6502264975
in: query
6502364976
name: executedBy
6502464977
required: false
6502564978
schema:
65026-
anyOf:
65027-
- type: string
65028-
- items:
65029-
type: string
65030-
maxItems: 100
65031-
type: array
64979+
items:
64980+
type: string
64981+
maxItems: 100
64982+
type: array
6503264983
- description: Whether to exclude step-level execution data.
6503364984
in: query
6503464985
name: omitStepRuns

0 commit comments

Comments
 (0)