Skip to content

Commit 5e2c11f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9dd9914 of spec repo
1 parent 230311f commit 5e2c11f

File tree

108 files changed

+8631
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+8631
-0
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2025-08-29T03:57:26.551Z"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
{
2+
"log": {
3+
"_recordingName": "Actions Datastores/Bulk write datastore items returns \"Bad Request\" response",
4+
"creator": {
5+
"comment": "persister:fs",
6+
"name": "Polly.JS",
7+
"version": "6.0.5"
8+
},
9+
"entries": [
10+
{
11+
"_id": "6574cf7e1c5524e145d2b92f9fa74d2c",
12+
"_order": 0,
13+
"cache": {},
14+
"request": {
15+
"bodySize": 181,
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": 568,
30+
"httpVersion": "HTTP/1.1",
31+
"method": "POST",
32+
"postData": {
33+
"mimeType": "application/json",
34+
"params": [],
35+
"text": "{\"data\":{\"attributes\":{\"description\":\"\",\"name\":\"Test Datastore\",\"org_access\":\"contributor\",\"primary_column_name\":\"id\",\"primary_key_generation_strategy\":\"none\"},\"type\":\"datastores\"}}"
36+
},
37+
"queryString": [],
38+
"url": "https://api.datadoghq.com/api/v2/actions-datastores"
39+
},
40+
"response": {
41+
"bodySize": 74,
42+
"content": {
43+
"mimeType": "application/vnd.api+json",
44+
"size": 74,
45+
"text": "{\"data\":{\"id\":\"86e67013-d8c6-4a9b-aa73-1dc77972417b\",\"type\":\"datastores\"}}"
46+
},
47+
"cookies": [],
48+
"headers": [
49+
{
50+
"name": "content-type",
51+
"value": "application/vnd.api+json"
52+
}
53+
],
54+
"headersSize": 658,
55+
"httpVersion": "HTTP/1.1",
56+
"redirectURL": "",
57+
"status": 200,
58+
"statusText": "OK"
59+
},
60+
"startedDateTime": "2025-08-29T03:57:26.555Z",
61+
"time": 133
62+
},
63+
{
64+
"_id": "a93314a00e3653873f2e94aaadd59dd4",
65+
"_order": 0,
66+
"cache": {},
67+
"request": {
68+
"bodySize": 230,
69+
"cookies": [],
70+
"headers": [
71+
{
72+
"_fromType": "array",
73+
"name": "accept",
74+
"value": "application/json"
75+
},
76+
{
77+
"_fromType": "array",
78+
"name": "content-type",
79+
"value": "application/json"
80+
}
81+
],
82+
"headersSize": 624,
83+
"httpVersion": "HTTP/1.1",
84+
"method": "POST",
85+
"postData": {
86+
"mimeType": "application/json",
87+
"params": [],
88+
"text": "{\"data\":{\"attributes\":{\"values\":[{\"id\":\"key1\",\"value\":{\"data\":\"example data 1\",\"key\":\"value\"}},{\"badPrimaryKey\":\"key2\",\"value\":{\"data\":\"example data 2\",\"key\":\"value\"}}]},\"id\":\"86e67013-d8c6-4a9b-aa73-1dc77972417b\",\"type\":\"items\"}}"
89+
},
90+
"queryString": [],
91+
"url": "https://api.datadoghq.com/api/v2/actions-datastores/86e67013-d8c6-4a9b-aa73-1dc77972417b/items/bulk"
92+
},
93+
"response": {
94+
"bodySize": 155,
95+
"content": {
96+
"mimeType": "application/vnd.api+json",
97+
"size": 155,
98+
"text": "{\"errors\":[{\"status\":\"400\",\"id\":\"9aac6717-50a6-498a-bff4-d9b775dbcaa5\",\"title\":\"item key missing or invalid\",\"detail\":\"primary column \\\"id\\\" is missing\"}]}"
99+
},
100+
"cookies": [],
101+
"headers": [
102+
{
103+
"name": "content-type",
104+
"value": "application/vnd.api+json"
105+
}
106+
],
107+
"headersSize": 941,
108+
"httpVersion": "HTTP/1.1",
109+
"redirectURL": "",
110+
"status": 400,
111+
"statusText": "Bad Request"
112+
},
113+
"startedDateTime": "2025-08-29T03:57:26.693Z",
114+
"time": 110
115+
},
116+
{
117+
"_id": "d6232a6060a5d0c34c49429f9208622c",
118+
"_order": 0,
119+
"cache": {},
120+
"request": {
121+
"bodySize": 0,
122+
"cookies": [],
123+
"headers": [
124+
{
125+
"_fromType": "array",
126+
"name": "accept",
127+
"value": "*/*"
128+
}
129+
],
130+
"headersSize": 541,
131+
"httpVersion": "HTTP/1.1",
132+
"method": "DELETE",
133+
"queryString": [],
134+
"url": "https://api.datadoghq.com/api/v2/actions-datastores/86e67013-d8c6-4a9b-aa73-1dc77972417b"
135+
},
136+
"response": {
137+
"bodySize": 74,
138+
"content": {
139+
"mimeType": "application/vnd.api+json",
140+
"size": 74,
141+
"text": "{\"data\":{\"id\":\"86e67013-d8c6-4a9b-aa73-1dc77972417b\",\"type\":\"datastores\"}}"
142+
},
143+
"cookies": [],
144+
"headers": [
145+
{
146+
"name": "content-type",
147+
"value": "application/vnd.api+json"
148+
}
149+
],
150+
"headersSize": 658,
151+
"httpVersion": "HTTP/1.1",
152+
"redirectURL": "",
153+
"status": 200,
154+
"statusText": "OK"
155+
},
156+
"startedDateTime": "2025-08-29T03:57:26.813Z",
157+
"time": 115
158+
}
159+
],
160+
"pages": [],
161+
"version": "1.2"
162+
}
163+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2025-08-29T03:57:26.940Z"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"log": {
3+
"_recordingName": "Actions Datastores/Bulk write datastore items returns \"Not Found\" response",
4+
"creator": {
5+
"comment": "persister:fs",
6+
"name": "Polly.JS",
7+
"version": "6.0.5"
8+
},
9+
"entries": [
10+
{
11+
"_id": "4088eafa453d5bef7637f2eba2d3cf35",
12+
"_order": 0,
13+
"cache": {},
14+
"request": {
15+
"bodySize": 235,
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": 624,
30+
"httpVersion": "HTTP/1.1",
31+
"method": "POST",
32+
"postData": {
33+
"mimeType": "application/json",
34+
"params": [],
35+
"text": "{\"data\":{\"attributes\":{\"values\":[{\"primaryKey\":\"key1\",\"value\":{\"data\":\"example data 1\",\"key\":\"value\"}},{\"primaryKey\":\"key2\",\"value\":{\"data\":\"example data 2\",\"key\":\"value\"}}]},\"id\":\"70b87c26-886f-497a-bd9d-09f53bc9b40c\",\"type\":\"items\"}}"
36+
},
37+
"queryString": [],
38+
"url": "https://api.datadoghq.com/api/v2/actions-datastores/70b87c26-886f-497a-bd9d-09f53bc9b40c/items/bulk"
39+
},
40+
"response": {
41+
"bodySize": 103,
42+
"content": {
43+
"mimeType": "application/vnd.api+json",
44+
"size": 103,
45+
"text": "{\"errors\":[{\"status\":\"404\",\"id\":\"bb6de11b-f67e-4f34-ba49-86430edc958d\",\"title\":\"datastore not found\"}]}"
46+
},
47+
"cookies": [],
48+
"headers": [
49+
{
50+
"name": "content-type",
51+
"value": "application/vnd.api+json"
52+
}
53+
],
54+
"headersSize": 941,
55+
"httpVersion": "HTTP/1.1",
56+
"redirectURL": "",
57+
"status": 404,
58+
"statusText": "Not Found"
59+
},
60+
"startedDateTime": "2025-08-29T03:57:26.945Z",
61+
"time": 70
62+
}
63+
],
64+
"pages": [],
65+
"version": "1.2"
66+
}
67+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2025-08-29T03:57:27.026Z"

0 commit comments

Comments
 (0)