Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 10 additions & 13 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93046,21 +93046,18 @@ paths:
security:
- apiKeyAuth: []
servers:
- url: https://{subdomain}.{site}
- url: https://{site}
variables:
site:
default: datadoghq.com
description: The regional site for customers.
default: browser-intake-datadoghq.com
description: The intake domain for the regional site.
enum:
- datadoghq.com
- us3.datadoghq.com
- us5.datadoghq.com
- ap1.datadoghq.com
- ap2.datadoghq.com
- datadoghq.eu
subdomain:
default: browser-intake
description: The subdomain where the API is deployed.
- browser-intake-datadoghq.com
- browser-intake-us3-datadoghq.com
- browser-intake-us5-datadoghq.com
- browser-intake-ap1-datadoghq.com
- browser-intake-ap2-datadoghq.com
- browser-intake-datadoghq.eu
- url: '{protocol}://{name}'
variables:
name:
Expand All @@ -93075,7 +93072,7 @@ paths:
default: datadoghq.com
description: Any Datadog deployment.
subdomain:
default: browser-intake
default: api
description: The subdomain where the API is deployed.
summary: Send server-side events
tags:
Expand Down
24 changes: 10 additions & 14 deletions src/datadog_api_client/v2/api/product_analytics_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,20 @@ def __init__(self, api_client=None):
"version": "v2",
"servers": [
{
"url": "https://{subdomain}.{site}",
"url": "https://{site}",
"variables": {
"site": {
"description": "The regional site for customers.",
"default_value": "datadoghq.com",
"description": "The intake domain for the regional site.",
"default_value": "browser-intake-datadoghq.com",
"enum_values": [
"datadoghq.com",
"us3.datadoghq.com",
"us5.datadoghq.com",
"ap1.datadoghq.com",
"ap2.datadoghq.com",
"datadoghq.eu",
"browser-intake-datadoghq.com",
"browser-intake-us3-datadoghq.com",
"browser-intake-us5-datadoghq.com",
"browser-intake-ap1-datadoghq.com",
"browser-intake-ap2-datadoghq.com",
"browser-intake-datadoghq.eu",
],
},
"subdomain": {
"description": "The subdomain where the API is deployed.",
"default_value": "browser-intake",
},
},
},
{
Expand All @@ -118,7 +114,7 @@ def __init__(self, api_client=None):
},
"subdomain": {
"description": "The subdomain where the API is deployed.",
"default_value": "browser-intake",
"default_value": "api",
},
},
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-02-18T16:57:05.121Z
2026-01-07T12:38:45.716Z
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ interactions:
uri: https://api.datadoghq.com/api/v2/synthetics/suites
response:
body:
string: '{"data":{"type":"suites","attributes":{"type":"suite","monitor_id":259845717,"name":"Example
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
Girard","email":"corentin.girard@datadoghq.com","handle":"corentin.girard@datadoghq.com"},"message":"Notification
message","org_id":321813,"modified_by":{"name":"Corentin Girard","email":"corentin.girard@datadoghq.com","handle":"corentin.girard@datadoghq.com"}},"id":"hik-xp5-9q6"}}
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
Account"},"created_at":"2026-01-07T12:38:46.109472+00:00","modified_at":"2026-01-07T12:38:46.109472+00:00","message":"Notification
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
Account"},"tests":[],"name":"Example suite name","org_id":321813,"monitor_id":249141773}}}

'
headers:
Expand All @@ -24,7 +24,7 @@ interactions:
code: 200
message: OK
- request:
body: '{"data":{"attributes":{"public_ids":["hik-xp5-9q6"]},"type":"delete_suites_request"}}'
body: '{"data":{"attributes":{"public_ids":["36n-bb6-njj"]},"type":"delete_suites_request"}}'
headers:
accept:
- application/json
Expand All @@ -34,7 +34,8 @@ interactions:
uri: https://api.datadoghq.com/api/v2/synthetics/suites/bulk-delete
response:
body:
string: '{"data":[{"type":"suites","attributes":{"deleted_at":"2026-02-18 16:57:06.420679","public_id":"hik-xp5-9q6"},"id":"hik-xp5-9q6"}]}
string: '{"data":[{"type":"suites","attributes":{"public_id":"36n-bb6-njj","deleted_at":"2026-01-07
12:38:46.679914"},"id":"36n-bb6-njj"}]}

'
headers:
Expand Down