Skip to content

Commit e0ff52a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b8b2ba1 of spec repo
1 parent 9fa4783 commit e0ff52a

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66441,9 +66441,6 @@ paths:
6644166441
x-permission:
6644266442
operator: OPEN
6644366443
permissions: []
66444-
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
66445-
66446-
contact [Datadog support](https://docs.datadoghq.com/help/).**'
6644766444
put:
6644866445
description: Edits the dataset associated with the ID.
6644966446
operationId: UpdateDataset
@@ -69334,9 +69331,6 @@ paths:
6933469331
operator: OR
6933569332
permissions:
6933669333
- incident_read
69337-
x-unstable: '**Note**: This endpoint is in Preview.
69338-
69339-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
6934069334
post:
6934169335
description: Create an impact for an incident.
6934269336
operationId: CreateIncidentImpact
@@ -69380,9 +69374,6 @@ paths:
6938069374
operator: OR
6938169375
permissions:
6938269376
- incident_write
69383-
x-unstable: '**Note**: This endpoint is in Preview.
69384-
69385-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
6938669377
/api/v2/incidents/{incident_id}/impacts/{impact_id}:
6938769378
delete:
6938869379
description: Delete an incident impact.
@@ -69413,9 +69404,6 @@ paths:
6941369404
operator: OR
6941469405
permissions:
6941569406
- incident_write
69416-
x-unstable: '**Note**: This endpoint is in Preview.
69417-
69418-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
6941969407
/api/v2/incidents/{incident_id}/relationships/integrations:
6942069408
get:
6942169409
description: Get all integration metadata for an incident.

src/datadog_api_client/configuration.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ def __init__(
292292
"v2.create_dataset": False,
293293
"v2.delete_dataset": False,
294294
"v2.get_all_datasets": False,
295-
"v2.get_dataset": False,
296295
"v2.update_dataset": False,
297296
"v2.cancel_data_deletion_request": False,
298297
"v2.create_data_deletion_request": False,
@@ -307,14 +306,12 @@ def __init__(
307306
"v2.update_deployment_gate": False,
308307
"v2.update_deployment_rule": False,
309308
"v2.create_incident": False,
310-
"v2.create_incident_impact": False,
311309
"v2.create_incident_integration": False,
312310
"v2.create_incident_notification_rule": False,
313311
"v2.create_incident_notification_template": False,
314312
"v2.create_incident_todo": False,
315313
"v2.create_incident_type": False,
316314
"v2.delete_incident": False,
317-
"v2.delete_incident_impact": False,
318315
"v2.delete_incident_integration": False,
319316
"v2.delete_incident_notification_rule": False,
320317
"v2.delete_incident_notification_template": False,
@@ -327,7 +324,6 @@ def __init__(
327324
"v2.get_incident_todo": False,
328325
"v2.get_incident_type": False,
329326
"v2.list_incident_attachments": False,
330-
"v2.list_incident_impacts": False,
331327
"v2.list_incident_integrations": False,
332328
"v2.list_incident_notification_rules": False,
333329
"v2.list_incident_notification_templates": False,

tests/v2/features/incidents.feature

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -806,16 +806,14 @@ Feature: Incidents
806806

807807
@generated @skip @team:DataDog/incident-app
808808
Scenario: List an incident's impacts returns "Bad Request" response
809-
Given operation "ListIncidentImpacts" enabled
810-
And new "ListIncidentImpacts" request
809+
Given new "ListIncidentImpacts" request
811810
And request contains "incident_id" parameter from "REPLACE.ME"
812811
When the request is sent
813812
Then the response status is 400 Bad Request
814813

815814
@generated @skip @team:DataDog/incident-app
816815
Scenario: List an incident's impacts returns "Not Found" response
817-
Given operation "ListIncidentImpacts" enabled
818-
And new "ListIncidentImpacts" request
816+
Given new "ListIncidentImpacts" request
819817
And request contains "incident_id" parameter from "REPLACE.ME"
820818
When the request is sent
821819
Then the response status is 404 Not Found

0 commit comments

Comments
 (0)