Skip to content

Commit

Permalink
Regenerate client from commit 0468fdc of spec repo (#1281)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jan 11, 2022
1 parent a715f4c commit bfc09fe
Show file tree
Hide file tree
Showing 414 changed files with 2,539 additions and 2,642 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2022-01-11 10:22:28.152764",
"spec_repo_commit": "43a312f"
"regenerated": "2022-01-11 14:01:05.792618",
"spec_repo_commit": "0468fdc"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2022-01-11 10:22:28.172409",
"spec_repo_commit": "43a312f"
"regenerated": "2022-01-11 14:01:05.810692",
"spec_repo_commit": "0468fdc"
}
}
}
6 changes: 6 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -825,13 +825,15 @@ components:
description: The API key.
readOnly: true
type: string
x-secret: true
last4:
description: The last four characters of the API key.
example: abcd
maxLength: 4
minLength: 4
readOnly: true
type: string
x-secret: true
modified_at:
description: Date the API key was last modified.
example: '2020-11-23T10:00:00.000Z'
Expand Down Expand Up @@ -867,13 +869,15 @@ components:
description: The application key.
readOnly: true
type: string
x-secret: true
last4:
description: The last four characters of the application key.
example: abcd
maxLength: 4
minLength: 4
readOnly: true
type: string
x-secret: true
name:
description: Name of the application key.
example: Application Key for managing dashboards
Expand Down Expand Up @@ -3534,6 +3538,7 @@ components:
minLength: 4
readOnly: true
type: string
x-secret: true
modified_at:
description: Date the API key was last modified.
example: '2020-11-23T10:00:00.000Z'
Expand Down Expand Up @@ -3572,6 +3577,7 @@ components:
minLength: 4
readOnly: true
type: string
x-secret: true
name:
description: Name of the application key.
example: Application Key for managing dashboards
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-10-01T08:28:30.257Z
2022-01-06T00:50:20.672Z
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ interactions:
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
method: GET
url: https://api.datadoghq.com/api/v1/validate
response:
body: '{"errors": ["API key required"]}'
body: '{"errors":["API key required"]}'
code: 403
duration: ''
headers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-10-01T08:28:30.346Z
2022-01-06T00:50:20.920Z
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ interactions:
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
method: GET
url: https://api.datadoghq.com/api/v1/validate
response:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-10-01T08:28:30.491Z
2022-01-06T00:50:21.238Z
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
interactions:
- request:
body: |
{"name":"Test-Create_a_dashboard_list_returns_OK_response-1633076910"}
{"name":"Test-Create_a_dashboard_list_returns_OK_response-1641430221"}
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
Content-Type:
- application/json
method: POST
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual
response:
body: '{"is_favorite":false,"name":"Test-Create_a_dashboard_list_returns_OK_response-1633076910","dashboard_count":0,"author":{"handle":"[email protected]","name":null},"created":"2021-10-01T08:28:30.564949+00:00","type":"manual_dashboard_list","dashboards":null,"modified":"2021-10-01T08:28:30.564987+00:00","id":240514}'
body: '{"is_favorite":false,"name":"Test-Create_a_dashboard_list_returns_OK_response-1641430221","dashboard_count":0,"author":{"handle":"[email protected]","name":null},"created":"2022-01-06T00:50:21.382205+00:00","type":"manual_dashboard_list","dashboards":null,"modified":"2022-01-06T00:50:21.382231+00:00","id":269879}'
code: 200
duration: ''
headers:
Expand All @@ -23,11 +23,11 @@ interactions:
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
method: DELETE
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/240514
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/269879
response:
body: '{"deleted_dashboard_list_id":240514}'
body: '{"deleted_dashboard_list_id":269879}'
code: 200
duration: ''
headers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-10-01T08:28:30.738Z
2022-01-06T00:50:21.689Z
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ interactions:
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
method: DELETE
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/0
response:
body: '{"errors": ["Manual Dashboard List with id 0 not found"]}'
body: '{"errors":["Manual Dashboard List with id 0 not found"]}'
code: 404
duration: ''
headers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-10-01T08:28:30.839Z
2022-01-06T00:50:21.880Z
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
interactions:
- request:
body: |
{"name":"Test-Delete_a_dashboard_list_returns_OK_response-1633076910"}
{"name":"Test-Delete_a_dashboard_list_returns_OK_response-1641430221"}
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
Content-Type:
- application/json
method: POST
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual
response:
body: '{"is_favorite":false,"name":"Test-Delete_a_dashboard_list_returns_OK_response-1633076910","dashboard_count":0,"author":{"handle":"[email protected]","name":null},"created":"2021-10-01T08:28:30.884570+00:00","type":"manual_dashboard_list","dashboards":null,"modified":"2021-10-01T08:28:30.884612+00:00","id":240515}'
body: '{"is_favorite":false,"name":"Test-Delete_a_dashboard_list_returns_OK_response-1641430221","dashboard_count":0,"author":{"handle":"[email protected]","name":null},"created":"2022-01-06T00:50:22.024122+00:00","type":"manual_dashboard_list","dashboards":null,"modified":"2022-01-06T00:50:22.024147+00:00","id":269880}'
code: 200
duration: ''
headers:
Expand All @@ -23,11 +23,11 @@ interactions:
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
method: DELETE
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/240515
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/269880
response:
body: '{"deleted_dashboard_list_id":240515}'
body: '{"deleted_dashboard_list_id":269880}'
code: 200
duration: ''
headers:
Expand All @@ -39,11 +39,11 @@ interactions:
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
method: DELETE
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/240515
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/269880
response:
body: '{"errors": ["Manual Dashboard List with id 240515 not found"]}'
body: '{"errors":["Manual Dashboard List with id 269880 not found"]}'
code: 404
duration: ''
headers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-10-01T08:28:31.128Z
2022-01-06T00:50:22.463Z
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ interactions:
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
method: GET
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/0
response:
body: '{"errors": ["Manual Dashboard List with id 0 not found"]}'
body: '{"errors":["Manual Dashboard List with id 0 not found"]}'
code: 404
duration: ''
headers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-10-01T08:28:31.217Z
2022-01-06T00:50:22.654Z
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
interactions:
- request:
body: |
{"name":"Test-Get_a_dashboard_list_returns_OK_response-1633076911"}
{"name":"Test-Get_a_dashboard_list_returns_OK_response-1641430222"}
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
Content-Type:
- application/json
method: POST
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual
response:
body: '{"is_favorite":false,"name":"Test-Get_a_dashboard_list_returns_OK_response-1633076911","dashboard_count":0,"author":{"handle":"[email protected]","name":null},"created":"2021-10-01T08:28:31.263184+00:00","type":"manual_dashboard_list","dashboards":null,"modified":"2021-10-01T08:28:31.263207+00:00","id":240516}'
body: '{"is_favorite":false,"name":"Test-Get_a_dashboard_list_returns_OK_response-1641430222","dashboard_count":0,"author":{"handle":"[email protected]","name":null},"created":"2022-01-06T00:50:22.806263+00:00","type":"manual_dashboard_list","dashboards":null,"modified":"2022-01-06T00:50:22.806287+00:00","id":269881}'
code: 200
duration: ''
headers:
Expand All @@ -23,11 +23,11 @@ interactions:
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
method: GET
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/240516
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/269881
response:
body: '{"is_favorite":false,"name":"Test-Get_a_dashboard_list_returns_OK_response-1633076911","dashboard_count":0,"author":{"handle":"[email protected]","name":null},"created":"2021-10-01T08:28:31.263184+00:00","type":"manual_dashboard_list","dashboards":null,"modified":"2021-10-01T08:28:31.263207+00:00","id":240516}'
body: '{"is_favorite":false,"name":"Test-Get_a_dashboard_list_returns_OK_response-1641430222","dashboard_count":0,"author":{"handle":"[email protected]","name":null},"created":"2022-01-06T00:50:22.806263+00:00","type":"manual_dashboard_list","dashboards":null,"modified":"2022-01-06T00:50:22.806287+00:00","id":269881}'
code: 200
duration: ''
headers:
Expand All @@ -39,11 +39,11 @@ interactions:
form: {}
headers:
Accept:
- application/json, */*;q=0.8
- application/json
method: DELETE
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/240516
url: https://api.datadoghq.com/api/v1/dashboard/lists/manual/269881
response:
body: '{"deleted_dashboard_list_id":240516}'
body: '{"deleted_dashboard_list_id":269881}'
code: 200
duration: ''
headers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-10-01T08:28:31.499Z
2022-01-06T00:50:23.256Z
Loading

0 comments on commit bfc09fe

Please sign in to comment.