You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v1/openapi.yaml
+84Lines changed: 84 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -481,6 +481,9 @@ components:
481
481
description: ID of the alert to use in the widget.
482
482
example: ""
483
483
type: string
484
+
description:
485
+
description: The description of the widget.
486
+
type: string
484
487
time:
485
488
$ref: "#/components/schemas/WidgetTime"
486
489
title:
@@ -516,6 +519,9 @@ components:
516
519
description: ID of the alert to use in the widget.
517
520
example: ""
518
521
type: string
522
+
description:
523
+
description: The description of the widget.
524
+
type: string
519
525
precision:
520
526
description: Number of decimal to show. If not defined, will use the raw value.
521
527
format: int64
@@ -808,6 +814,9 @@ components:
808
814
items:
809
815
$ref: "#/components/schemas/WidgetCustomLink"
810
816
type: array
817
+
description:
818
+
description: The description of the widget.
819
+
type: string
811
820
requests:
812
821
description: List of bar chart widget requests.
813
822
example: ["q": "system.load.1"]
@@ -1015,6 +1024,9 @@ components:
1015
1024
items:
1016
1025
$ref: "#/components/schemas/WidgetCustomLink"
1017
1026
type: array
1027
+
description:
1028
+
description: The description of the widget.
1029
+
type: string
1018
1030
requests:
1019
1031
description: |-
1020
1032
Array of one request object to display in the widget.
@@ -1177,6 +1189,9 @@ components:
1177
1189
description: Name of the check to use in the widget.
1178
1190
example: ""
1179
1191
type: string
1192
+
description:
1193
+
description: The description of the widget.
1194
+
type: string
1180
1195
group:
1181
1196
description: Group reporting a single check.
1182
1197
type: string
@@ -1815,6 +1830,9 @@ components:
1815
1830
items:
1816
1831
$ref: "#/components/schemas/WidgetCustomLink"
1817
1832
type: array
1833
+
description:
1834
+
description: The description of the widget.
1835
+
type: string
1818
1836
legend_size:
1819
1837
deprecated: true
1820
1838
description: (Deprecated) The widget legend was replaced by a tooltip and sidebar.
@@ -2501,6 +2519,9 @@ components:
2501
2519
The event stream is a widget version of the stream of events
2502
2520
on the Event Stream view. Only available on FREE layout dashboards.
2503
2521
properties:
2522
+
description:
2523
+
description: The description of the widget.
2524
+
type: string
2504
2525
event_size:
2505
2526
$ref: "#/components/schemas/WidgetEventSize"
2506
2527
query:
@@ -2538,6 +2559,9 @@ components:
2538
2559
EventTimelineWidgetDefinition:
2539
2560
description: The event timeline is a widget version of the timeline that appears at the top of the Event Stream view. Only available on FREE layout dashboards.
2540
2561
properties:
2562
+
description:
2563
+
description: The description of the widget.
2564
+
type: string
2541
2565
query:
2542
2566
description: Query to filter the event timeline with.
2543
2567
example: ""
@@ -3273,6 +3297,9 @@ components:
3273
3297
description: |-
3274
3298
The funnel visualization displays a funnel of user sessions that maps a sequence of view navigation and user interaction in your application.
Array of request objects to display in the widget. May include an optional request for the region layer and/or an optional request for the points layer. Region layer requests must contain a `group-by` tag whose value is a country ISO code.
@@ -3734,6 +3764,9 @@ components:
3734
3764
items:
3735
3765
$ref: "#/components/schemas/WidgetCustomLink"
3736
3766
type: array
3767
+
description:
3768
+
description: The description of the widget.
3769
+
type: string
3737
3770
events:
3738
3771
deprecated: true
3739
3772
description: List of widget events. Deprecated - Use `overlay` request type instead.
@@ -3999,6 +4032,9 @@ components:
3999
4032
items:
4000
4033
$ref: "#/components/schemas/WidgetCustomLink"
4001
4034
type: array
4035
+
description:
4036
+
description: The description of the widget.
4037
+
type: string
4002
4038
group:
4003
4039
description: List of tag prefixes to group by.
4004
4040
items:
@@ -4978,6 +5014,9 @@ components:
4978
5014
The list stream visualization displays a table of recent events in your application that
4979
5015
match a search criteria using user-defined columns.
4980
5016
properties:
5017
+
description:
5018
+
description: The description of the widget.
5019
+
type: string
4981
5020
legend_size:
4982
5021
$ref: "#/components/schemas/WidgetLegendSize"
4983
5022
requests:
@@ -5159,6 +5198,9 @@ components:
5159
5198
description: Column name.
5160
5199
type: string
5161
5200
type: array
5201
+
description:
5202
+
description: The description of the widget.
5203
+
type: string
5162
5204
indexes:
5163
5205
description: An array of index names to query in the stream. Use [] to query all indexes at once.
0 commit comments