Skip to content

Commit 5ddba5d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4b0abb0 of spec repo
1 parent 725a382 commit 5ddba5d

File tree

12 files changed

+886
-275
lines changed

12 files changed

+886
-275
lines changed

content/en/api/v1/dashboards/examples.json

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"title": "Example-Dashboard",
3+
"description": "",
4+
"widgets": [
5+
{
6+
"layout": {
7+
"x": 0,
8+
"y": 0,
9+
"width": 47,
10+
"height": 15
11+
},
12+
"definition": {
13+
"title": "",
14+
"title_size": "16",
15+
"title_align": "left",
16+
"type": "sankey",
17+
"requests": [
18+
{
19+
"query": {
20+
"data_source": "network",
21+
"query_string": "*",
22+
"group_by": [
23+
"source",
24+
"destination"
25+
],
26+
"limit": 100
27+
},
28+
"request_type": "netflow_sankey"
29+
}
30+
]
31+
}
32+
}
33+
],
34+
"template_variables": [],
35+
"layout_type": "free",
36+
"notify_list": []
37+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"title": "Example-Dashboard",
3+
"description": "",
4+
"widgets": [
5+
{
6+
"layout": {
7+
"x": 0,
8+
"y": 0,
9+
"width": 47,
10+
"height": 15
11+
},
12+
"definition": {
13+
"title": "",
14+
"title_size": "16",
15+
"title_align": "left",
16+
"type": "sankey",
17+
"requests": [
18+
{
19+
"query": {
20+
"data_source": "rum",
21+
"query_string": "@type:view",
22+
"mode": "source"
23+
},
24+
"request_type": "sankey"
25+
}
26+
]
27+
}
28+
}
29+
],
30+
"template_variables": [],
31+
"layout_type": "free",
32+
"notify_list": []
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"title": "Example-Dashboard",
3+
"description": "",
4+
"widgets": [
5+
{
6+
"layout": {
7+
"x": 0,
8+
"y": 0,
9+
"width": 47,
10+
"height": 15
11+
},
12+
"definition": {
13+
"title": "",
14+
"title_size": "16",
15+
"title_align": "left",
16+
"type": "sankey",
17+
"requests": [
18+
{
19+
"query": {
20+
"data_source": "product_analytics",
21+
"query_string": "@type:session",
22+
"mode": "source"
23+
},
24+
"request_type": "sankey"
25+
}
26+
]
27+
}
28+
}
29+
],
30+
"template_variables": [],
31+
"layout_type": "free",
32+
"notify_list": []
33+
}

content/en/api/v1/dashboards/widgets.json

Lines changed: 75 additions & 1 deletion
Large diffs are not rendered by default.

content/en/api/v2/case-management-attribute/examples.json

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

content/en/api/v2/case-management/examples.json

Lines changed: 16 additions & 33 deletions
Large diffs are not rendered by default.

content/en/api/v2/dora-metrics/examples.json

Lines changed: 80 additions & 48 deletions
Large diffs are not rendered by default.

content/en/api/v2/error-tracking/examples.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/api/v1/CodeExamples.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,21 @@
346346
"suffix": "_2610827685",
347347
"description": "Create a new dashboard with run-workflow widget"
348348
},
349+
{
350+
"group": "dashboards",
351+
"suffix": "_258152475",
352+
"description": "Create a new dashboard with sankey widget and network data source"
353+
},
354+
{
355+
"group": "dashboards",
356+
"suffix": "_373890042",
357+
"description": "Create a new dashboard with sankey widget and product analytics data source"
358+
},
359+
{
360+
"group": "dashboards",
361+
"suffix": "_2932151909",
362+
"description": "Create a new dashboard with sankey widget and rum data source"
363+
},
349364
{
350365
"group": "dashboards",
351366
"suffix": "_2342457693",

0 commit comments

Comments
 (0)