You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The name of the service that was deployed.
29382
+
example: my-service
29383
+
type: string
29384
+
version:
29385
+
description: "The version deployed. This is the same version used to correlate with [APM Deployment Tracking](https://docs.datadoghq.com/tracing/services/deployment_tracking/)."
29386
+
example: v1.2.3
29387
+
type: string
29388
+
required:
29389
+
- service
29390
+
- env
29391
+
- version
29392
+
- change_failure
29393
+
type: object
29394
+
DORADeploymentPatchByVersionRequestData:
29395
+
description: The JSON:API data for patching a deployment identified by service, environment, and version.
description: Remediation details for the deployment. Optional, but required to calculate failed deployment recovery time.
29351
29407
properties:
@@ -139542,6 +139598,52 @@ paths:
139542
139598
permissions:
139543
139599
- dora_metrics_write
139544
139600
/api/v2/dora/deployments:
139601
+
patch:
139602
+
description: |-
139603
+
Update a deployment's change failure status, identifying the deployment by its service, environment, and version instead of its ID. Use this to mark a deployment as a change failure or back to stable. You can optionally include remediation details to enable failed deployment recovery time calculation. If multiple deployments match the given service, environment, and version, the most recently finished one is updated.
Update a deployment's change failure status, identifying the deployment by its service, environment, and version instead of its ID. Use this to mark a deployment as a change failure or back to stable. You can optionally include remediation details to enable failed deployment recovery time calculation. If multiple deployments match the given service, environment, and version, the most recently finished one is updated.
:param service: The name of the service that was deployed.
63
+
:type service: str
64
+
65
+
:param version: The version deployed. This is the same version used to correlate with `APM Deployment Tracking <https://docs.datadoghq.com/tracing/services/deployment_tracking/>`_.
0 commit comments