Skip to content

Commit cc721ce

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e37e30b of spec repo
1 parent 5e34e7b commit cc721ce

File tree

5 files changed

+12
-15
lines changed

5 files changed

+12
-15
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108530,11 +108530,9 @@ tags:
108530108530

108531108531
- [Mobile Application tests](https://docs.datadoghq.com/synthetics/mobile_app_testing)
108532108532

108533-
108534108533
You can use the Datadog API to create, manage, and organize tests and test suites
108535108534
programmatically.
108536108535

108537-
108538108536
For more information, see the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/).'
108539108537
name: Synthetics
108540108538
- description: View and manage teams within Datadog. See the [Teams page](https://docs.datadoghq.com/account_management/teams/)

src/datadog_api_client/v2/api/synthetics_api.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ class SyntheticsApi:
3434
* `Browser tests <https://docs.datadoghq.com/synthetics/browser_tests>`_
3535
* `Network Path tests <https://docs.datadoghq.com/synthetics/network_path_tests/>`_
3636
* `Mobile Application tests <https://docs.datadoghq.com/synthetics/mobile_app_testing>`_
37-
38-
You can use the Datadog API to create, manage, and organize tests and test suites programmatically.
39-
40-
For more information, see the `Synthetic Monitoring documentation <https://docs.datadoghq.com/synthetics/>`_.
37+
You can use the Datadog API to create, manage, and organize tests and test suites programmatically.
38+
For more information, see the `Synthetic Monitoring documentation <https://docs.datadoghq.com/synthetics/>`_.
4139
"""
4240

4341
def __init__(self, api_client=None):
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-02-18T16:57:05.121Z
1+
2026-01-07T12:38:45.716Z

tests/v2/cassettes/test_scenarios/test_create_a_test_suite_returns_ok_response.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ interactions:
1111
uri: https://api.datadoghq.com/api/v2/synthetics/suites
1212
response:
1313
body:
14-
string: '{"data":{"type":"suites","attributes":{"type":"suite","monitor_id":259845717,"name":"Example
15-
suite name","options":{},"tests":[],"tags":["env:production"],"public_id":"hik-xp5-9q6","created_at":"2026-02-18T16:57:05.583051+00:00","modified_at":"2026-02-18T16:57:05.583051+00:00","created_by":{"name":"Corentin
16-
Girard","email":"corentin.girard@datadoghq.com","handle":"corentin.girard@datadoghq.com"},"message":"Notification
17-
message","org_id":321813,"modified_by":{"name":"Corentin Girard","email":"corentin.girard@datadoghq.com","handle":"corentin.girard@datadoghq.com"}},"id":"hik-xp5-9q6"}}
14+
string: '{"data":{"type":"suites","id":"36n-bb6-njj","attributes":{"tags":["env:production"],"type":"suite","created_by":{"email":"team-intg-tools-libs-spam@datadoghq.com","handle":"9919ec9b-ebc7-49ee-8dc8-03626e717cca","name":"CI
15+
Account"},"created_at":"2026-01-07T12:38:46.109472+00:00","modified_at":"2026-01-07T12:38:46.109472+00:00","message":"Notification
16+
message","public_id":"36n-bb6-njj","options":{},"modified_by":{"email":"team-intg-tools-libs-spam@datadoghq.com","handle":"9919ec9b-ebc7-49ee-8dc8-03626e717cca","name":"CI
17+
Account"},"tests":[],"name":"Example suite name","org_id":321813,"monitor_id":249141773}}}
1818
1919
'
2020
headers:
@@ -24,7 +24,7 @@ interactions:
2424
code: 200
2525
message: OK
2626
- request:
27-
body: '{"data":{"attributes":{"public_ids":["hik-xp5-9q6"]},"type":"delete_suites_request"}}'
27+
body: '{"data":{"attributes":{"public_ids":["36n-bb6-njj"]},"type":"delete_suites_request"}}'
2828
headers:
2929
accept:
3030
- application/json
@@ -34,7 +34,8 @@ interactions:
3434
uri: https://api.datadoghq.com/api/v2/synthetics/suites/bulk-delete
3535
response:
3636
body:
37-
string: '{"data":[{"type":"suites","attributes":{"deleted_at":"2026-02-18 16:57:06.420679","public_id":"hik-xp5-9q6"},"id":"hik-xp5-9q6"}]}
37+
string: '{"data":[{"type":"suites","attributes":{"public_id":"36n-bb6-njj","deleted_at":"2026-01-07
38+
12:38:46.679914"},"id":"36n-bb6-njj"}]}
3839
3940
'
4041
headers:

tests/v2/features/synthetics.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Feature: Synthetics
77
tests](https://docs.datadoghq.com/synthetics/browser_tests) - [Network
88
Path tests](https://docs.datadoghq.com/synthetics/network_path_tests/) -
99
[Mobile Application
10-
tests](https://docs.datadoghq.com/synthetics/mobile_app_testing) You can
10+
tests](https://docs.datadoghq.com/synthetics/mobile_app_testing) You can
1111
use the Datadog API to create, manage, and organize tests and test suites
12-
programmatically. For more information, see the [Synthetic Monitoring
12+
programmatically. For more information, see the [Synthetic Monitoring
1313
documentation](https://docs.datadoghq.com/synthetics/).
1414

1515
Background:

0 commit comments

Comments
 (0)