Skip to content

Commit 6ca3cab

Browse files
committed
Changes from make api-docs
1 parent facebb9 commit 6ca3cab

2 files changed

Lines changed: 128 additions & 78 deletions

File tree

oas_docs/output/kibana.serverless.yaml

Lines changed: 64 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -92813,7 +92813,27 @@ components:
9281392813
description: Panels and sections in the dashboard. Each entry is either a panel (with a `type` and `config`) or a collapsible section (with a `title`, `collapsed` state, and nested `panels`).
9281492814
items:
9281592815
anyOf:
92816-
- anyOf:
92816+
- discriminator:
92817+
mapping:
92818+
aiops_change_point_chart: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
92819+
apm_service_map: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
92820+
discover_session: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
92821+
esql_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-esql_control'
92822+
image: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-image'
92823+
links: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-links'
92824+
markdown: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-markdown'
92825+
options_list_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-options_list_control'
92826+
range_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-range_slider_control'
92827+
slo_alerts: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_alerts'
92828+
slo_burn_rate: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_burn_rate'
92829+
slo_error_budget: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_error_budget'
92830+
slo_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_overview'
92831+
synthetics_monitors: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_monitors'
92832+
synthetics_stats_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_stats_overview'
92833+
time_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-time_slider_control'
92834+
vis: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-vis'
92835+
propertyName: type
92836+
oneOf:
9281792837
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
9281892838
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
9281992839
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
@@ -92907,6 +92927,30 @@ components:
9290792927
- panel_config
9290892928
title: Dropped panel
9290992929
type: object
92930+
Kibana_HTTP_APIs_kbn-dashboard-dropped-property-warning:
92931+
additionalProperties: false
92932+
description: A panel that was excluded from the response because its type is not supported by the API.
92933+
properties:
92934+
key:
92935+
description: The name of the property that was dropped.
92936+
type: string
92937+
message:
92938+
description: Human-readable explanation of why the property was dropped.
92939+
type: string
92940+
type:
92941+
enum:
92942+
- dropped_property
92943+
type: string
92944+
value:
92945+
description: The original value of the property that was dropped.
92946+
nullable: true
92947+
required:
92948+
- type
92949+
- message
92950+
- key
92951+
- value
92952+
title: Dropped panel
92953+
type: object
9291092954
Kibana_HTTP_APIs_kbn-dashboard-options:
9291192955
additionalProperties: false
9291292956
default:
@@ -94473,6 +94517,22 @@ components:
9447394517
- config
9447494518
title: Visualization
9447594519
type: object
94520+
Kibana_HTTP_APIs_kbn-dashboard-schema-warning:
94521+
additionalProperties: false
94522+
description: A warning about the schema that does not currently have any action associated with it.
94523+
properties:
94524+
message:
94525+
description: Human-readable explanation of why the schema is invalid.
94526+
type: string
94527+
type:
94528+
enum:
94529+
- schema_warning
94530+
type: string
94531+
required:
94532+
- type
94533+
- message
94534+
title: Wwarning
94535+
type: object
9447694536
Kibana_HTTP_APIs_kbn-dashboard-section:
9447794537
additionalProperties: false
9447894538
description: A collapsible group of panels.
@@ -94497,44 +94557,9 @@ components:
9449794557
default: []
9449894558
description: The panels that belong to the section.
9449994559
items:
94500-
discriminator:
94501-
mapping:
94502-
aiops_change_point_chart: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
94503-
apm_service_map: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
94504-
discover_session: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
94505-
esql_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-esql_control'
94506-
image: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-image'
94507-
links: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-links'
94508-
markdown: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-markdown'
94509-
options_list_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-options_list_control'
94510-
range_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-range_slider_control'
94511-
slo_alerts: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_alerts'
94512-
slo_burn_rate: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_burn_rate'
94513-
slo_error_budget: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_error_budget'
94514-
slo_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_overview'
94515-
synthetics_monitors: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_monitors'
94516-
synthetics_stats_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_stats_overview'
94517-
time_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-time_slider_control'
94518-
vis: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-vis'
94519-
propertyName: type
94520-
oneOf:
94521-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
94522-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
94523-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
94524-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-esql_control'
94525-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-image'
94526-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-links'
94527-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-markdown'
94528-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-options_list_control'
94529-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-range_slider_control'
94530-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_alerts'
94531-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_burn_rate'
94532-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_error_budget'
94533-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_overview'
94534-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_monitors'
94535-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_stats_overview'
94536-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-time_slider_control'
94537-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-vis'
94560+
additionalProperties: true
94561+
type: object
94562+
properties: {}
9453894563
maxItems: 100
9453994564
type: array
9454094565
title:

oas_docs/output/kibana.yaml

Lines changed: 64 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -105280,7 +105280,27 @@ components:
105280105280
description: Panels and sections in the dashboard. Each entry is either a panel (with a `type` and `config`) or a collapsible section (with a `title`, `collapsed` state, and nested `panels`).
105281105281
items:
105282105282
anyOf:
105283-
- anyOf:
105283+
- discriminator:
105284+
mapping:
105285+
aiops_change_point_chart: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
105286+
apm_service_map: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
105287+
discover_session: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
105288+
esql_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-esql_control'
105289+
image: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-image'
105290+
links: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-links'
105291+
markdown: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-markdown'
105292+
options_list_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-options_list_control'
105293+
range_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-range_slider_control'
105294+
slo_alerts: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_alerts'
105295+
slo_burn_rate: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_burn_rate'
105296+
slo_error_budget: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_error_budget'
105297+
slo_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_overview'
105298+
synthetics_monitors: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_monitors'
105299+
synthetics_stats_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_stats_overview'
105300+
time_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-time_slider_control'
105301+
vis: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-vis'
105302+
propertyName: type
105303+
oneOf:
105284105304
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
105285105305
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
105286105306
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
@@ -105374,6 +105394,30 @@ components:
105374105394
- panel_config
105375105395
title: Dropped panel
105376105396
type: object
105397+
Kibana_HTTP_APIs_kbn-dashboard-dropped-property-warning:
105398+
additionalProperties: false
105399+
description: A panel that was excluded from the response because its type is not supported by the API.
105400+
properties:
105401+
key:
105402+
description: The name of the property that was dropped.
105403+
type: string
105404+
message:
105405+
description: Human-readable explanation of why the property was dropped.
105406+
type: string
105407+
type:
105408+
enum:
105409+
- dropped_property
105410+
type: string
105411+
value:
105412+
description: The original value of the property that was dropped.
105413+
nullable: true
105414+
required:
105415+
- type
105416+
- message
105417+
- key
105418+
- value
105419+
title: Dropped panel
105420+
type: object
105377105421
Kibana_HTTP_APIs_kbn-dashboard-options:
105378105422
additionalProperties: false
105379105423
default:
@@ -106940,6 +106984,22 @@ components:
106940106984
- config
106941106985
title: Visualization
106942106986
type: object
106987+
Kibana_HTTP_APIs_kbn-dashboard-schema-warning:
106988+
additionalProperties: false
106989+
description: A warning about the schema that does not currently have any action associated with it.
106990+
properties:
106991+
message:
106992+
description: Human-readable explanation of why the schema is invalid.
106993+
type: string
106994+
type:
106995+
enum:
106996+
- schema_warning
106997+
type: string
106998+
required:
106999+
- type
107000+
- message
107001+
title: Wwarning
107002+
type: object
106943107003
Kibana_HTTP_APIs_kbn-dashboard-section:
106944107004
additionalProperties: false
106945107005
description: A collapsible group of panels.
@@ -106964,44 +107024,9 @@ components:
106964107024
default: []
106965107025
description: The panels that belong to the section.
106966107026
items:
106967-
discriminator:
106968-
mapping:
106969-
aiops_change_point_chart: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
106970-
apm_service_map: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
106971-
discover_session: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
106972-
esql_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-esql_control'
106973-
image: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-image'
106974-
links: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-links'
106975-
markdown: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-markdown'
106976-
options_list_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-options_list_control'
106977-
range_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-range_slider_control'
106978-
slo_alerts: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_alerts'
106979-
slo_burn_rate: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_burn_rate'
106980-
slo_error_budget: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_error_budget'
106981-
slo_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_overview'
106982-
synthetics_monitors: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_monitors'
106983-
synthetics_stats_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_stats_overview'
106984-
time_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-time_slider_control'
106985-
vis: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-vis'
106986-
propertyName: type
106987-
oneOf:
106988-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
106989-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
106990-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
106991-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-esql_control'
106992-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-image'
106993-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-links'
106994-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-markdown'
106995-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-options_list_control'
106996-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-range_slider_control'
106997-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_alerts'
106998-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_burn_rate'
106999-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_error_budget'
107000-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_overview'
107001-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_monitors'
107002-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_stats_overview'
107003-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-time_slider_control'
107004-
- $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-vis'
107027+
additionalProperties: true
107028+
type: object
107029+
properties: {}
107005107030
maxItems: 100
107006107031
type: array
107007107032
title:

0 commit comments

Comments
 (0)