Skip to content

Commit ab888f4

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

File tree

4 files changed

+28
-34
lines changed

4 files changed

+28
-34
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93046,21 +93046,18 @@ paths:
9304693046
security:
9304793047
- apiKeyAuth: []
9304893048
servers:
93049-
- url: https://{subdomain}.{site}
93049+
- url: https://{site}
9305093050
variables:
9305193051
site:
93052-
default: datadoghq.com
93053-
description: The regional site for customers.
93052+
default: browser-intake-datadoghq.com
93053+
description: The intake domain for the regional site.
9305493054
enum:
93055-
- datadoghq.com
93056-
- us3.datadoghq.com
93057-
- us5.datadoghq.com
93058-
- ap1.datadoghq.com
93059-
- ap2.datadoghq.com
93060-
- datadoghq.eu
93061-
subdomain:
93062-
default: browser-intake
93063-
description: The subdomain where the API is deployed.
93055+
- browser-intake-datadoghq.com
93056+
- browser-intake-us3-datadoghq.com
93057+
- browser-intake-us5-datadoghq.com
93058+
- browser-intake-ap1-datadoghq.com
93059+
- browser-intake-ap2-datadoghq.com
93060+
- browser-intake-datadoghq.eu
9306493061
- url: '{protocol}://{name}'
9306593062
variables:
9306693063
name:
@@ -93075,7 +93072,7 @@ paths:
9307593072
default: datadoghq.com
9307693073
description: Any Datadog deployment.
9307793074
subdomain:
93078-
default: browser-intake
93075+
default: api
9307993076
description: The subdomain where the API is deployed.
9308093077
summary: Send server-side events
9308193078
tags:

src/datadog_api_client/v2/api/product_analytics_api.py

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,20 @@ def __init__(self, api_client=None):
7676
"version": "v2",
7777
"servers": [
7878
{
79-
"url": "https://{subdomain}.{site}",
79+
"url": "https://{site}",
8080
"variables": {
8181
"site": {
82-
"description": "The regional site for customers.",
83-
"default_value": "datadoghq.com",
82+
"description": "The intake domain for the regional site.",
83+
"default_value": "browser-intake-datadoghq.com",
8484
"enum_values": [
85-
"datadoghq.com",
86-
"us3.datadoghq.com",
87-
"us5.datadoghq.com",
88-
"ap1.datadoghq.com",
89-
"ap2.datadoghq.com",
90-
"datadoghq.eu",
85+
"browser-intake-datadoghq.com",
86+
"browser-intake-us3-datadoghq.com",
87+
"browser-intake-us5-datadoghq.com",
88+
"browser-intake-ap1-datadoghq.com",
89+
"browser-intake-ap2-datadoghq.com",
90+
"browser-intake-datadoghq.eu",
9191
],
9292
},
93-
"subdomain": {
94-
"description": "The subdomain where the API is deployed.",
95-
"default_value": "browser-intake",
96-
},
9793
},
9894
},
9995
{
@@ -118,7 +114,7 @@ def __init__(self, api_client=None):
118114
},
119115
"subdomain": {
120116
"description": "The subdomain where the API is deployed.",
121-
"default_value": "browser-intake",
117+
"default_value": "api",
122118
},
123119
},
124120
},
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:

0 commit comments

Comments
 (0)