provider DORA Metrics PATCH /api/v2/dora/deployments/{deployment_id}
@utdk/datadog /api/v2/dora/deployments/{deployment_id}
Patch a deployment event
Update a deployment's change failure status. 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.
deployment_id path required
The ID of the deployment event.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

patchdoradeployment
PATCH/api/v2/dora/deployments/{deployment_id}
Update a deployment's change failure status. 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.

Parameters

required

The ID of the deployment event.

Input

required

The JSON:API data for patching a deployment.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.patchdoradeployment()