Skip to content

Commit 60bbf27

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 7fe3e9a of spec repo (#549)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 3a166e3 commit 60bbf27

File tree

14 files changed

+826
-14
lines changed

14 files changed

+826
-14
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.2",
7-
"regenerated": "2022-02-25 21:39:20.090294",
8-
"spec_repo_commit": "fea6d10"
7+
"regenerated": "2022-03-01 10:11:45.143107",
8+
"spec_repo_commit": "7fe3e9a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-02-25 21:39:20.107720",
13-
"spec_repo_commit": "fea6d10"
12+
"regenerated": "2022-03-01 10:11:45.164871",
13+
"spec_repo_commit": "7fe3e9a"
1414
}
1515
}
1616
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2022-02-25T08:54:59.728Z"
Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
{
2+
"log": {
3+
"_recordingName": "Dashboards/Delete a dashboard returns \"OK\" response",
4+
"creator": {
5+
"comment": "persister:fs",
6+
"name": "Polly.JS",
7+
"version": "6.0.4"
8+
},
9+
"entries": [
10+
{
11+
"_id": "5e3bf6c6b5df202d0c53ad284f464256",
12+
"_order": 0,
13+
"cache": {},
14+
"request": {
15+
"bodySize": 422,
16+
"cookies": [],
17+
"headers": [
18+
{
19+
"_fromType": "array",
20+
"name": "accept",
21+
"value": "application/json"
22+
},
23+
{
24+
"_fromType": "array",
25+
"name": "content-type",
26+
"value": "application/json"
27+
}
28+
],
29+
"headersSize": 557,
30+
"httpVersion": "HTTP/1.1",
31+
"method": "POST",
32+
"postData": {
33+
"mimeType": "application/json",
34+
"params": [],
35+
"text": "{\"layout_type\":\"ordered\",\"title\":\"Test-Delete_a_dashboard_returns_OK_response-1645779299 with Profile Metrics Query\",\"widgets\":[{\"definition\":{\"requests\":[{\"profile_metrics_query\":{\"compute\":{\"aggregation\":\"sum\",\"facet\":\"@prof_core_cpu_cores\"},\"group_by\":[{\"facet\":\"service\",\"limit\":10,\"sort\":{\"aggregation\":\"sum\",\"facet\":\"@prof_core_cpu_cores\",\"order\":\"desc\"}}],\"search\":{\"query\":\"runtime:jvm\"}}}],\"type\":\"timeseries\"}}]}"
36+
},
37+
"queryString": [],
38+
"url": "https://api.datadoghq.com/api/v1/dashboard"
39+
},
40+
"response": {
41+
"bodySize": 831,
42+
"content": {
43+
"mimeType": "application/json",
44+
"size": 831,
45+
"text": "{\"notify_list\":null,\"description\":null,\"restricted_roles\":[],\"author_name\":null,\"template_variables\":null,\"is_read_only\":false,\"id\":\"sbs-4fb-9dc\",\"title\":\"Test-Delete_a_dashboard_returns_OK_response-1645779299 with Profile Metrics Query\",\"url\":\"/dashboard/sbs-4fb-9dc/test-deleteadashboardreturnsokresponse-1645779299-with-profile-metrics-query\",\"created_at\":\"2022-02-25T08:55:00.681383+00:00\",\"modified_at\":\"2022-02-25T08:55:00.681383+00:00\",\"author_handle\":\"[email protected]\",\"widgets\":[{\"definition\":{\"requests\":[{\"profile_metrics_query\":{\"search\":{\"query\":\"runtime:jvm\"},\"group_by\":[{\"facet\":\"service\",\"sort\":{\"facet\":\"@prof_core_cpu_cores\",\"aggregation\":\"sum\",\"order\":\"desc\"},\"limit\":10}],\"compute\":{\"facet\":\"@prof_core_cpu_cores\",\"aggregation\":\"sum\"}}}],\"type\":\"timeseries\"},\"id\":7246585146253581}],\"layout_type\":\"ordered\"}"
46+
},
47+
"cookies": [],
48+
"headers": [
49+
{
50+
"name": "content-type",
51+
"value": "application/json"
52+
}
53+
],
54+
"headersSize": 636,
55+
"httpVersion": "HTTP/1.1",
56+
"redirectURL": "",
57+
"status": 200,
58+
"statusText": "OK"
59+
},
60+
"startedDateTime": "2022-02-25T08:54:59.744Z",
61+
"time": 937
62+
},
63+
{
64+
"_id": "b8eed09a07abb223baf96760b2fe6b68",
65+
"_order": 0,
66+
"cache": {},
67+
"request": {
68+
"bodySize": 0,
69+
"cookies": [],
70+
"headers": [
71+
{
72+
"_fromType": "array",
73+
"name": "accept",
74+
"value": "application/json"
75+
}
76+
],
77+
"headersSize": 518,
78+
"httpVersion": "HTTP/1.1",
79+
"method": "DELETE",
80+
"queryString": [],
81+
"url": "https://api.datadoghq.com/api/v1/dashboard/sbs-4fb-9dc"
82+
},
83+
"response": {
84+
"bodySize": 38,
85+
"content": {
86+
"mimeType": "application/json",
87+
"size": 38,
88+
"text": "{\"deleted_dashboard_id\":\"sbs-4fb-9dc\"}"
89+
},
90+
"cookies": [],
91+
"headers": [
92+
{
93+
"name": "content-type",
94+
"value": "application/json"
95+
}
96+
],
97+
"headersSize": 635,
98+
"httpVersion": "HTTP/1.1",
99+
"redirectURL": "",
100+
"status": 200,
101+
"statusText": "OK"
102+
},
103+
"startedDateTime": "2022-02-25T08:55:00.693Z",
104+
"time": 824
105+
},
106+
{
107+
"_id": "b8eed09a07abb223baf96760b2fe6b68",
108+
"_order": 1,
109+
"cache": {},
110+
"request": {
111+
"bodySize": 0,
112+
"cookies": [],
113+
"headers": [
114+
{
115+
"_fromType": "array",
116+
"name": "accept",
117+
"value": "application/json"
118+
}
119+
],
120+
"headersSize": 518,
121+
"httpVersion": "HTTP/1.1",
122+
"method": "DELETE",
123+
"queryString": [],
124+
"url": "https://api.datadoghq.com/api/v1/dashboard/sbs-4fb-9dc"
125+
},
126+
"response": {
127+
"bodySize": 55,
128+
"content": {
129+
"mimeType": "application/json",
130+
"size": 55,
131+
"text": "{\"errors\": [\"Dashboard with ID sbs-4fb-9dc not found\"]}"
132+
},
133+
"cookies": [],
134+
"headers": [
135+
{
136+
"name": "content-type",
137+
"value": "application/json"
138+
}
139+
],
140+
"headersSize": 635,
141+
"httpVersion": "HTTP/1.1",
142+
"redirectURL": "",
143+
"status": 404,
144+
"statusText": "Not Found"
145+
},
146+
"startedDateTime": "2022-02-25T08:55:01.528Z",
147+
"time": 395
148+
}
149+
],
150+
"pages": [],
151+
"version": "1.2"
152+
}
153+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2022-02-25T08:55:08.687Z"
Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
{
2+
"log": {
3+
"_recordingName": "Dashboards/Get a dashboard returns \"OK\" response",
4+
"creator": {
5+
"comment": "persister:fs",
6+
"name": "Polly.JS",
7+
"version": "6.0.4"
8+
},
9+
"entries": [
10+
{
11+
"_id": "65336f52bb8eb36c02351154c5d2d56f",
12+
"_order": 0,
13+
"cache": {},
14+
"request": {
15+
"bodySize": 419,
16+
"cookies": [],
17+
"headers": [
18+
{
19+
"_fromType": "array",
20+
"name": "accept",
21+
"value": "application/json"
22+
},
23+
{
24+
"_fromType": "array",
25+
"name": "content-type",
26+
"value": "application/json"
27+
}
28+
],
29+
"headersSize": 559,
30+
"httpVersion": "HTTP/1.1",
31+
"method": "POST",
32+
"postData": {
33+
"mimeType": "application/json",
34+
"params": [],
35+
"text": "{\"layout_type\":\"ordered\",\"title\":\"Test-Get_a_dashboard_returns_OK_response-1645779308 with Profile Metrics Query\",\"widgets\":[{\"definition\":{\"requests\":[{\"profile_metrics_query\":{\"compute\":{\"aggregation\":\"sum\",\"facet\":\"@prof_core_cpu_cores\"},\"group_by\":[{\"facet\":\"service\",\"limit\":10,\"sort\":{\"aggregation\":\"sum\",\"facet\":\"@prof_core_cpu_cores\",\"order\":\"desc\"}}],\"search\":{\"query\":\"runtime:jvm\"}}}],\"type\":\"timeseries\"}}]}"
36+
},
37+
"queryString": [],
38+
"url": "https://api.datadoghq.com/api/v1/dashboard"
39+
},
40+
"response": {
41+
"bodySize": 825,
42+
"content": {
43+
"mimeType": "application/json",
44+
"size": 825,
45+
"text": "{\"notify_list\":null,\"description\":null,\"restricted_roles\":[],\"author_name\":null,\"template_variables\":null,\"is_read_only\":false,\"id\":\"u9q-fdh-vhp\",\"title\":\"Test-Get_a_dashboard_returns_OK_response-1645779308 with Profile Metrics Query\",\"url\":\"/dashboard/u9q-fdh-vhp/test-getadashboardreturnsokresponse-1645779308-with-profile-metrics-query\",\"created_at\":\"2022-02-25T08:55:09.197511+00:00\",\"modified_at\":\"2022-02-25T08:55:09.197511+00:00\",\"author_handle\":\"[email protected]\",\"widgets\":[{\"definition\":{\"requests\":[{\"profile_metrics_query\":{\"search\":{\"query\":\"runtime:jvm\"},\"group_by\":[{\"facet\":\"service\",\"sort\":{\"facet\":\"@prof_core_cpu_cores\",\"aggregation\":\"sum\",\"order\":\"desc\"},\"limit\":10}],\"compute\":{\"facet\":\"@prof_core_cpu_cores\",\"aggregation\":\"sum\"}}}],\"type\":\"timeseries\"},\"id\":4650197596442225}],\"layout_type\":\"ordered\"}"
46+
},
47+
"cookies": [],
48+
"headers": [
49+
{
50+
"name": "content-type",
51+
"value": "application/json"
52+
}
53+
],
54+
"headersSize": 636,
55+
"httpVersion": "HTTP/1.1",
56+
"redirectURL": "",
57+
"status": 200,
58+
"statusText": "OK"
59+
},
60+
"startedDateTime": "2022-02-25T08:55:08.703Z",
61+
"time": 484
62+
},
63+
{
64+
"_id": "f73bd85cd119fe69a852f50b5d2dacce",
65+
"_order": 0,
66+
"cache": {},
67+
"request": {
68+
"bodySize": 0,
69+
"cookies": [],
70+
"headers": [
71+
{
72+
"_fromType": "array",
73+
"name": "accept",
74+
"value": "application/json"
75+
}
76+
],
77+
"headersSize": 514,
78+
"httpVersion": "HTTP/1.1",
79+
"method": "GET",
80+
"queryString": [],
81+
"url": "https://api.datadoghq.com/api/v1/dashboard/u9q-fdh-vhp"
82+
},
83+
"response": {
84+
"bodySize": 825,
85+
"content": {
86+
"mimeType": "application/json",
87+
"size": 825,
88+
"text": "{\"notify_list\":null,\"description\":null,\"restricted_roles\":[],\"author_name\":null,\"template_variables\":null,\"is_read_only\":false,\"id\":\"u9q-fdh-vhp\",\"title\":\"Test-Get_a_dashboard_returns_OK_response-1645779308 with Profile Metrics Query\",\"url\":\"/dashboard/u9q-fdh-vhp/test-getadashboardreturnsokresponse-1645779308-with-profile-metrics-query\",\"created_at\":\"2022-02-25T08:55:09.197511+00:00\",\"modified_at\":\"2022-02-25T08:55:09.197511+00:00\",\"author_handle\":\"[email protected]\",\"widgets\":[{\"definition\":{\"requests\":[{\"profile_metrics_query\":{\"search\":{\"query\":\"runtime:jvm\"},\"group_by\":[{\"facet\":\"service\",\"sort\":{\"facet\":\"@prof_core_cpu_cores\",\"aggregation\":\"sum\",\"order\":\"desc\"},\"limit\":10}],\"compute\":{\"facet\":\"@prof_core_cpu_cores\",\"aggregation\":\"sum\"}}}],\"type\":\"timeseries\"},\"id\":4650197596442225}],\"layout_type\":\"ordered\"}"
89+
},
90+
"cookies": [],
91+
"headers": [
92+
{
93+
"name": "content-type",
94+
"value": "application/json"
95+
}
96+
],
97+
"headersSize": 636,
98+
"httpVersion": "HTTP/1.1",
99+
"redirectURL": "",
100+
"status": 200,
101+
"statusText": "OK"
102+
},
103+
"startedDateTime": "2022-02-25T08:55:09.200Z",
104+
"time": 415
105+
},
106+
{
107+
"_id": "3e41a42a4abd3452d741043047cd49e7",
108+
"_order": 0,
109+
"cache": {},
110+
"request": {
111+
"bodySize": 0,
112+
"cookies": [],
113+
"headers": [
114+
{
115+
"_fromType": "array",
116+
"name": "accept",
117+
"value": "application/json"
118+
}
119+
],
120+
"headersSize": 520,
121+
"httpVersion": "HTTP/1.1",
122+
"method": "DELETE",
123+
"queryString": [],
124+
"url": "https://api.datadoghq.com/api/v1/dashboard/u9q-fdh-vhp"
125+
},
126+
"response": {
127+
"bodySize": 38,
128+
"content": {
129+
"mimeType": "application/json",
130+
"size": 38,
131+
"text": "{\"deleted_dashboard_id\":\"u9q-fdh-vhp\"}"
132+
},
133+
"cookies": [],
134+
"headers": [
135+
{
136+
"name": "content-type",
137+
"value": "application/json"
138+
}
139+
],
140+
"headersSize": 635,
141+
"httpVersion": "HTTP/1.1",
142+
"redirectURL": "",
143+
"status": 200,
144+
"statusText": "OK"
145+
},
146+
"startedDateTime": "2022-02-25T08:55:09.626Z",
147+
"time": 465
148+
}
149+
],
150+
"pages": [],
151+
"version": "1.2"
152+
}
153+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2022-02-25T09:08:12.197Z"

0 commit comments

Comments
 (0)