Skip to content

Commit aa52772

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit f4bca2b of spec repo (#1109)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 7058bb8 commit aa52772

File tree

41 files changed

+4014
-23
lines changed

Some content is hidden

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

41 files changed

+4014
-23
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.5.1.dev2",
7-
"regenerated": "2021-12-19 11:32:34.865904",
8-
"spec_repo_commit": "f676b70"
7+
"regenerated": "2021-12-19 13:14:08.452093",
8+
"spec_repo_commit": "f4bca2b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-12-19 11:32:35.681923",
13-
"spec_repo_commit": "f676b70"
12+
"regenerated": "2021-12-19 13:14:09.314811",
13+
"spec_repo_commit": "f4bca2b"
1414
}
1515
}
1616
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2021-12-17T16:05:10.475Z
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
[
2+
{
3+
"httpRequest": {
4+
"body": {
5+
"type": "JSON",
6+
"json": "{\"data\":{\"type\":\"api_keys\",\"attributes\":{\"name\":\"Test-Create_an_API_key_returns_Created_response-1639757110\"}}}"
7+
},
8+
"headers": {
9+
"JAVA-TEST-NAME": [
10+
"Create_an_API_key_returns_Created_response"
11+
]
12+
},
13+
"method": "POST",
14+
"path": "/api/v2/api_keys",
15+
"keepAlive": false,
16+
"secure": true
17+
},
18+
"httpResponse": {
19+
"body": "{\"data\":{\"type\":\"api_keys\",\"attributes\":{\"created_at\":\"2021-12-17T16:05:11.162599+00:00\",\"key\":\"dead4087c6b3d1ae4b5e22e77a98beef\",\"last4\":\"beef\",\"modified_at\":\"2021-12-17T16:05:11.162599+00:00\",\"name\":\"Test-Create_an_API_key_returns_Created_response-1639757110\"},\"relationships\":{\"created_by\":{\"data\":{\"type\":\"users\",\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\"}},\"modified_by\":{\"data\":{\"type\":\"users\",\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\"}}},\"id\":\"b4826cba-c36e-5bb0-b789-a40a81b4acfa\"}}",
20+
"headers": {
21+
"Date": [
22+
"Fri, 17 Dec 2021 16:05:11 GMT"
23+
],
24+
"Content-Type": [
25+
"application/json"
26+
],
27+
"Content-Length": [
28+
"493"
29+
],
30+
"Connection": [
31+
"close"
32+
],
33+
"Pragma": [
34+
"no-cache"
35+
],
36+
"Cache-Control": [
37+
"no-cache"
38+
],
39+
"Vary": [
40+
"Accept-Encoding"
41+
],
42+
"X-Content-Type-Options": [
43+
"nosniff"
44+
],
45+
"Strict-Transport-Security": [
46+
"max-age=15724800;"
47+
],
48+
"Content-Security-Policy": [
49+
"frame-ancestors 'self'; report-uri https://api.datadoghq.com/csp-report"
50+
],
51+
"X-Frame-Options": [
52+
"SAMEORIGIN"
53+
]
54+
},
55+
"statusCode": 201,
56+
"reasonPhrase": "Created"
57+
},
58+
"times": {
59+
"remainingTimes": 1
60+
},
61+
"timeToLive": {
62+
"unlimited": true
63+
},
64+
"id": "fde21dcf-1874-9c29-0a61-66d67696c2ef"
65+
},
66+
{
67+
"httpRequest": {
68+
"headers": {
69+
"JAVA-TEST-NAME": [
70+
"Create_an_API_key_returns_Created_response"
71+
]
72+
},
73+
"method": "DELETE",
74+
"path": "/api/v2/api_keys/b4826cba-c36e-5bb0-b789-a40a81b4acfa",
75+
"keepAlive": false,
76+
"secure": true
77+
},
78+
"httpResponse": {
79+
"headers": {
80+
"Date": [
81+
"Fri, 17 Dec 2021 16:05:11 GMT"
82+
],
83+
"Connection": [
84+
"close"
85+
],
86+
"Pragma": [
87+
"no-cache"
88+
],
89+
"Cache-Control": [
90+
"no-cache"
91+
],
92+
"Vary": [
93+
"Accept-Encoding"
94+
],
95+
"X-Content-Type-Options": [
96+
"nosniff"
97+
],
98+
"Strict-Transport-Security": [
99+
"max-age=15724800;"
100+
],
101+
"Content-Security-Policy": [
102+
"frame-ancestors 'self'; report-uri https://api.datadoghq.com/csp-report"
103+
],
104+
"X-Frame-Options": [
105+
"SAMEORIGIN"
106+
]
107+
},
108+
"statusCode": 204,
109+
"reasonPhrase": "No Content"
110+
},
111+
"times": {
112+
"remainingTimes": 1
113+
},
114+
"timeToLive": {
115+
"unlimited": true
116+
},
117+
"id": "1d7c3358-0e23-f03d-9b0e-e42d44654deb"
118+
}
119+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2021-12-17T16:05:11.697Z
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
[
2+
{
3+
"httpRequest": {
4+
"body": {
5+
"type": "JSON",
6+
"json": "{\"data\":{\"type\":\"application_keys\",\"attributes\":{\"name\":\"Test-Create_an_Application_key_for_current_user_returns_Created_response-1639757111\"}}}"
7+
},
8+
"headers": {
9+
"JAVA-TEST-NAME": [
10+
"Create_an_Application_key_for_current_user_returns_Created_response"
11+
]
12+
},
13+
"method": "POST",
14+
"path": "/api/v2/current_user/application_keys",
15+
"keepAlive": false,
16+
"secure": true
17+
},
18+
"httpResponse": {
19+
"body": "{\"data\":{\"type\":\"application_keys\",\"id\":\"cc3a2cdd-7a8c-492f-a13a-3aa7c616567b\",\"attributes\":{\"name\":\"Test-Create_an_Application_key_for_current_user_returns_Created_response-1639757111\",\"created_at\":\"2021-12-17T16:05:12.186569+00:00\",\"last4\":\"beef\",\"key\":\"deaddcc81a44288fbbbfb15efe1203df034abeef\"},\"relationships\":{\"owned_by\":{\"data\":{\"type\":\"users\",\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\"}}}}}",
20+
"headers": {
21+
"Date": [
22+
"Fri, 17 Dec 2021 16:05:12 GMT"
23+
],
24+
"Content-Type": [
25+
"application/json"
26+
],
27+
"Content-Length": [
28+
"399"
29+
],
30+
"Connection": [
31+
"close"
32+
],
33+
"Pragma": [
34+
"no-cache"
35+
],
36+
"Cache-Control": [
37+
"no-cache"
38+
],
39+
"X-Ratelimit-Remaining": [
40+
"399"
41+
],
42+
"X-Ratelimit-Limit": [
43+
"400"
44+
],
45+
"X-Ratelimit-Period": [
46+
"3600"
47+
],
48+
"X-Ratelimit-Reset": [
49+
"3288"
50+
],
51+
"Vary": [
52+
"Accept-Encoding"
53+
],
54+
"X-Content-Type-Options": [
55+
"nosniff"
56+
],
57+
"Strict-Transport-Security": [
58+
"max-age=15724800;"
59+
],
60+
"Content-Security-Policy": [
61+
"frame-ancestors 'self'; report-uri https://api.datadoghq.com/csp-report"
62+
],
63+
"X-Frame-Options": [
64+
"SAMEORIGIN"
65+
]
66+
},
67+
"statusCode": 201,
68+
"reasonPhrase": "Created"
69+
},
70+
"times": {
71+
"remainingTimes": 1
72+
},
73+
"timeToLive": {
74+
"unlimited": true
75+
},
76+
"id": "af0c8832-07e5-3c74-fa8a-9d6d4aa8507e"
77+
},
78+
{
79+
"httpRequest": {
80+
"headers": {
81+
"JAVA-TEST-NAME": [
82+
"Create_an_Application_key_for_current_user_returns_Created_response"
83+
]
84+
},
85+
"method": "DELETE",
86+
"path": "/api/v2/current_user/application_keys/cc3a2cdd-7a8c-492f-a13a-3aa7c616567b",
87+
"keepAlive": false,
88+
"secure": true
89+
},
90+
"httpResponse": {
91+
"headers": {
92+
"Date": [
93+
"Fri, 17 Dec 2021 16:05:12 GMT"
94+
],
95+
"Connection": [
96+
"close"
97+
],
98+
"Pragma": [
99+
"no-cache"
100+
],
101+
"Cache-Control": [
102+
"no-cache"
103+
],
104+
"X-Ratelimit-Remaining": [
105+
"398"
106+
],
107+
"X-Ratelimit-Limit": [
108+
"400"
109+
],
110+
"X-Ratelimit-Period": [
111+
"3600"
112+
],
113+
"X-Ratelimit-Reset": [
114+
"3288"
115+
],
116+
"Vary": [
117+
"Accept-Encoding"
118+
],
119+
"X-Content-Type-Options": [
120+
"nosniff"
121+
],
122+
"Strict-Transport-Security": [
123+
"max-age=15724800;"
124+
],
125+
"Content-Security-Policy": [
126+
"frame-ancestors 'self'; report-uri https://api.datadoghq.com/csp-report"
127+
],
128+
"X-Frame-Options": [
129+
"SAMEORIGIN"
130+
]
131+
},
132+
"statusCode": 204,
133+
"reasonPhrase": "No Content"
134+
},
135+
"times": {
136+
"remainingTimes": 1
137+
},
138+
"timeToLive": {
139+
"unlimited": true
140+
},
141+
"id": "c1fc49e3-c0d5-53f9-f983-0dd421c2f772"
142+
}
143+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2021-12-17T16:27:06.587Z

0 commit comments

Comments
 (0)