Skip to content
Open
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
10 changes: 5 additions & 5 deletions content/en/api/v1/dashboards/examples.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"title": "Example-Dashboard",
"description": "",
"widgets": [
{
"layout": {
"x": 0,
"y": 0,
"width": 47,
"height": 15
},
"definition": {
"title": "",
"title_size": "16",
"title_align": "left",
"type": "sankey",
"requests": [
{
"query": {
"data_source": "network",
"query_string": "*",
"group_by": [
"source",
"destination"
],
"limit": 100
},
"request_type": "netflow_sankey"
}
]
}
}
],
"template_variables": [],
"layout_type": "free",
"notify_list": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"title": "Example-Dashboard",
"description": "",
"widgets": [
{
"layout": {
"x": 0,
"y": 0,
"width": 47,
"height": 15
},
"definition": {
"title": "",
"title_size": "16",
"title_align": "left",
"type": "sankey",
"requests": [
{
"query": {
"data_source": "rum",
"query_string": "@type:view",
"mode": "source"
},
"request_type": "sankey"
}
]
}
}
],
"template_variables": [],
"layout_type": "free",
"notify_list": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"title": "Example-Dashboard",
"description": "",
"widgets": [
{
"layout": {
"x": 0,
"y": 0,
"width": 47,
"height": 15
},
"definition": {
"title": "",
"title_size": "16",
"title_align": "left",
"type": "sankey",
"requests": [
{
"query": {
"data_source": "product_analytics",
"query_string": "@type:session",
"mode": "source"
},
"request_type": "sankey"
}
]
}
}
],
"template_variables": [],
"layout_type": "free",
"notify_list": []
}
76 changes: 75 additions & 1 deletion content/en/api/v1/dashboards/widgets.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions content/en/api/v2/case-management-attribute/examples.json

Large diffs are not rendered by default.

49 changes: 16 additions & 33 deletions content/en/api/v2/case-management/examples.json

Large diffs are not rendered by default.

128 changes: 80 additions & 48 deletions content/en/api/v2/dora-metrics/examples.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/en/api/v2/error-tracking/examples.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions data/api/v1/CodeExamples.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,21 @@
"suffix": "_2610827685",
"description": "Create a new dashboard with run-workflow widget"
},
{
"group": "dashboards",
"suffix": "_258152475",
"description": "Create a new dashboard with sankey widget and network data source"
},
{
"group": "dashboards",
"suffix": "_373890042",
"description": "Create a new dashboard with sankey widget and product analytics data source"
},
{
"group": "dashboards",
"suffix": "_2932151909",
"description": "Create a new dashboard with sankey widget and rum data source"
},
{
"group": "dashboards",
"suffix": "_2342457693",
Expand Down
Loading
Loading