Skip to content

Commit 7dfd763

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 0c99985 of spec repo (#802)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 4167efb commit 7dfd763

File tree

12 files changed

+83
-28
lines changed

12 files changed

+83
-28
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.1",
7-
"regenerated": "2022-01-21 15:36:42.752034",
8-
"spec_repo_commit": "a7ac3db"
7+
"regenerated": "2022-01-26 13:33:00.873323",
8+
"spec_repo_commit": "0c99985"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.1",
12-
"regenerated": "2022-01-21 15:36:43.187598",
13-
"spec_repo_commit": "a7ac3db"
12+
"regenerated": "2022-01-26 13:33:01.519206",
13+
"spec_repo_commit": "0c99985"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19857,6 +19857,10 @@ paths:
1985719857
description: Forbidden
1985819858
'429':
1985919859
$ref: '#/components/responses/TooManyRequestsResponse'
19860+
security:
19861+
- apiKeyAuth: []
19862+
appKeyAuth: []
19863+
- AuthZ: []
1986019864
summary: Get indexes order
1986119865
tags:
1986219866
- Logs Indexes
@@ -19925,6 +19929,10 @@ paths:
1992519929
description: Forbidden
1992619930
'429':
1992719931
$ref: '#/components/responses/TooManyRequestsResponse'
19932+
security:
19933+
- apiKeyAuth: []
19934+
appKeyAuth: []
19935+
- AuthZ: []
1992819936
summary: Get all indexes
1992919937
tags:
1993019938
- Logs Indexes
@@ -20084,6 +20092,10 @@ paths:
2008420092
description: Forbidden
2008520093
'429':
2008620094
$ref: '#/components/responses/TooManyRequestsResponse'
20095+
security:
20096+
- apiKeyAuth: []
20097+
appKeyAuth: []
20098+
- AuthZ: []
2008720099
summary: Get pipeline order
2008820100
tags:
2008920101
- Logs Pipelines
@@ -20165,6 +20177,10 @@ paths:
2016520177
description: Forbidden
2016620178
'429':
2016720179
$ref: '#/components/responses/TooManyRequestsResponse'
20180+
security:
20181+
- apiKeyAuth: []
20182+
appKeyAuth: []
20183+
- AuthZ: []
2016820184
summary: Get all pipelines
2016920185
tags:
2017020186
- Logs Pipelines
@@ -20282,6 +20298,10 @@ paths:
2028220298
description: Forbidden
2028320299
'429':
2028420300
$ref: '#/components/responses/TooManyRequestsResponse'
20301+
security:
20302+
- apiKeyAuth: []
20303+
appKeyAuth: []
20304+
- AuthZ: []
2028520305
summary: Get a pipeline
2028620306
tags:
2028720307
- Logs Pipelines

.generator/schemas/v2/openapi.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6835,6 +6835,10 @@ paths:
68356835
description: Forbidden
68366836
'429':
68376837
$ref: '#/components/responses/TooManyRequestsResponse'
6838+
security:
6839+
- apiKeyAuth: []
6840+
appKeyAuth: []
6841+
- AuthZ: []
68386842
summary: Get archive order
68396843
tags:
68406844
- Logs Archives
@@ -6913,6 +6917,10 @@ paths:
69136917
description: Forbidden
69146918
'429':
69156919
$ref: '#/components/responses/TooManyRequestsResponse'
6920+
security:
6921+
- apiKeyAuth: []
6922+
appKeyAuth: []
6923+
- AuthZ: []
69166924
summary: Get all archives
69176925
tags:
69186926
- Logs Archives
@@ -7028,6 +7036,10 @@ paths:
70287036
description: Not found
70297037
'429':
70307038
$ref: '#/components/responses/TooManyRequestsResponse'
7039+
security:
7040+
- apiKeyAuth: []
7041+
appKeyAuth: []
7042+
- AuthZ: []
70317043
summary: Get an archive
70327044
tags:
70337045
- Logs Archives
@@ -7159,6 +7171,10 @@ paths:
71597171
description: Not found
71607172
'429':
71617173
$ref: '#/components/responses/TooManyRequestsResponse'
7174+
security:
7175+
- apiKeyAuth: []
7176+
appKeyAuth: []
7177+
- AuthZ: []
71627178
summary: List read roles for an archive
71637179
tags:
71647180
- Logs Archives
@@ -7222,6 +7238,10 @@ paths:
72227238
$ref: '#/components/responses/NotAuthorizedResponse'
72237239
'429':
72247240
$ref: '#/components/responses/TooManyRequestsResponse'
7241+
security:
7242+
- apiKeyAuth: []
7243+
appKeyAuth: []
7244+
- AuthZ: []
72257245
summary: Get all log-based metrics
72267246
tags:
72277247
- Logs Metrics
@@ -7315,6 +7335,10 @@ paths:
73157335
$ref: '#/components/responses/NotFoundResponse'
73167336
'429':
73177337
$ref: '#/components/responses/TooManyRequestsResponse'
7338+
security:
7339+
- apiKeyAuth: []
7340+
appKeyAuth: []
7341+
- AuthZ: []
73187342
summary: Get a log-based metric
73197343
tags:
73207344
- Logs Metrics

docs/v1/LogsIndexesApi.md

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/LogsPipelinesApi.md

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v2/LogsArchivesApi.md

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v2/LogsMetricsApi.md

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/api/logs_indexes_api.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/api/logs_pipelines_api.py

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)