Skip to content

Commit 42865f6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 2ee8c2d8 of spec repo (#1533)
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 208273b commit 42865f6

File tree

4 files changed

+20
-15
lines changed

4 files changed

+20
-15
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.4",
7-
"regenerated": "2023-06-16 17:50:33.663123",
8-
"spec_repo_commit": "15c4b13f"
7+
"regenerated": "2023-06-19 06:15:29.930980",
8+
"spec_repo_commit": "2ee8c2d8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-06-16 17:50:33.676636",
13-
"spec_repo_commit": "15c4b13f"
12+
"regenerated": "2023-06-19 06:15:29.945337",
13+
"spec_repo_commit": "2ee8c2d8"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16446,7 +16446,10 @@ paths:
1644616446
x-permission: OR(USER_ACCESS_MANAGE)
1644716447
/api/v2/ci/pipeline:
1644816448
post:
16449-
description: Send your pipeline event to your Datadog platform over HTTP.
16449+
description: 'Send your pipeline event to your Datadog platform over HTTP.
16450+
16451+
16452+
This API endpoint is in private beta.'
1645016453
operationId: CreateCIAppPipelineEvent
1645116454
requestBody:
1645216455
content:
@@ -16544,7 +16547,7 @@ paths:
1654416547
/api/v2/ci/pipelines/events:
1654516548
get:
1654616549
description: 'List endpoint returns CI Visibility pipeline events that match
16547-
a log search query.
16550+
a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
1654816551

1654916552
[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
1655016553

@@ -16623,7 +16626,7 @@ paths:
1662316626
/api/v2/ci/pipelines/events/search:
1662416627
post:
1662516628
description: 'List endpoint returns CI Visibility pipeline events that match
16626-
a log search query.
16629+
a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
1662716630

1662816631
[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
1662916632

@@ -16688,8 +16691,8 @@ paths:
1668816691
x-codegen-request-body-name: body
1668916692
/api/v2/ci/tests/events:
1669016693
get:
16691-
description: 'List endpoint returns CI Visibility test events that match a log
16692-
search query.
16694+
description: 'List endpoint returns CI Visibility test events that match a [log
16695+
search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
1669316696

1669416697
[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
1669516698

@@ -16767,8 +16770,8 @@ paths:
1676716770
resultsPath: data
1676816771
/api/v2/ci/tests/events/search:
1676916772
post:
16770-
description: 'List endpoint returns CI Visibility test events that match a log
16771-
search query.
16773+
description: 'List endpoint returns CI Visibility test events that match a [log
16774+
search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
1677216775

1677316776
[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
1677416777

src/datadog_api_client/v2/api/ci_visibility_pipelines_api.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ def create_ci_app_pipeline_event(
169169
170170
Send your pipeline event to your Datadog platform over HTTP.
171171
172+
This API endpoint is in private beta.
173+
172174
:type body: CIAppCreatePipelineEventRequest
173175
:rtype: dict
174176
"""
@@ -189,7 +191,7 @@ def list_ci_app_pipeline_events(
189191
) -> CIAppPipelineEventsResponse:
190192
"""Get a list of pipelines events.
191193
192-
List endpoint returns CI Visibility pipeline events that match a log search query.
194+
List endpoint returns CI Visibility pipeline events that match a `log search query <https://docs.datadoghq.com/logs/explorer/search_syntax/>`_.
193195
`Results are paginated similarly to logs <https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination>`_.
194196
195197
Use this endpoint to see your latest pipeline events.
@@ -298,7 +300,7 @@ def search_ci_app_pipeline_events(
298300
) -> CIAppPipelineEventsResponse:
299301
"""Search pipelines events.
300302
301-
List endpoint returns CI Visibility pipeline events that match a log search query.
303+
List endpoint returns CI Visibility pipeline events that match a `log search query <https://docs.datadoghq.com/logs/explorer/search_syntax/>`_.
302304
`Results are paginated similarly to logs <https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination>`_.
303305
304306
Use this endpoint to build complex events filtering and search.

src/datadog_api_client/v2/api/ci_visibility_tests_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def list_ci_app_test_events(
150150
) -> CIAppTestEventsResponse:
151151
"""Get a list of tests events.
152152
153-
List endpoint returns CI Visibility test events that match a log search query.
153+
List endpoint returns CI Visibility test events that match a `log search query <https://docs.datadoghq.com/logs/explorer/search_syntax/>`_.
154154
`Results are paginated similarly to logs <https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination>`_.
155155
156156
Use this endpoint to see your latest test events.
@@ -259,7 +259,7 @@ def search_ci_app_test_events(
259259
) -> CIAppTestEventsResponse:
260260
"""Search tests events.
261261
262-
List endpoint returns CI Visibility test events that match a log search query.
262+
List endpoint returns CI Visibility test events that match a `log search query <https://docs.datadoghq.com/logs/explorer/search_syntax/>`_.
263263
`Results are paginated similarly to logs <https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination>`_.
264264
265265
Use this endpoint to build complex events filtering and search.

0 commit comments

Comments
 (0)