Skip to content

Commit

Permalink
Regenerate client from commit 0c99985 of spec repo (#802)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jan 26, 2022
1 parent 4167efb commit 7dfd763
Show file tree
Hide file tree
Showing 12 changed files with 83 additions and 28 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.6.1",
"regenerated": "2022-01-21 15:36:42.752034",
"spec_repo_commit": "a7ac3db"
"regenerated": "2022-01-26 13:33:00.873323",
"spec_repo_commit": "0c99985"
},
"v2": {
"apigentools_version": "1.6.1",
"regenerated": "2022-01-21 15:36:43.187598",
"spec_repo_commit": "a7ac3db"
"regenerated": "2022-01-26 13:33:01.519206",
"spec_repo_commit": "0c99985"
}
}
}
20 changes: 20 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19857,6 +19857,10 @@ paths:
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get indexes order
tags:
- Logs Indexes
Expand Down Expand Up @@ -19925,6 +19929,10 @@ paths:
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get all indexes
tags:
- Logs Indexes
Expand Down Expand Up @@ -20084,6 +20092,10 @@ paths:
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get pipeline order
tags:
- Logs Pipelines
Expand Down Expand Up @@ -20165,6 +20177,10 @@ paths:
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get all pipelines
tags:
- Logs Pipelines
Expand Down Expand Up @@ -20282,6 +20298,10 @@ paths:
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get a pipeline
tags:
- Logs Pipelines
Expand Down
24 changes: 24 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6835,6 +6835,10 @@ paths:
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get archive order
tags:
- Logs Archives
Expand Down Expand Up @@ -6913,6 +6917,10 @@ paths:
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get all archives
tags:
- Logs Archives
Expand Down Expand Up @@ -7028,6 +7036,10 @@ paths:
description: Not found
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get an archive
tags:
- Logs Archives
Expand Down Expand Up @@ -7159,6 +7171,10 @@ paths:
description: Not found
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: List read roles for an archive
tags:
- Logs Archives
Expand Down Expand Up @@ -7222,6 +7238,10 @@ paths:
$ref: '#/components/responses/NotAuthorizedResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get all log-based metrics
tags:
- Logs Metrics
Expand Down Expand Up @@ -7315,6 +7335,10 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get a log-based metric
tags:
- Logs Metrics
Expand Down
6 changes: 4 additions & 2 deletions docs/v1/LogsIndexesApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions docs/v1/LogsPipelinesApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions docs/v2/LogsArchivesApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions docs/v2/LogsMetricsApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/datadog_api_client/v1/api/logs_indexes_api.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/datadog_api_client/v1/api/logs_pipelines_api.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7dfd763

Please sign in to comment.