provider Deployment Gates POST /api/v2/deployments/gates/evaluation
@utdk/datadog /api/v2/deployments/gates/evaluation
Trigger a deployment gate evaluation
Triggers an asynchronous deployment gate evaluation for the given service and environment. Returns an evaluation ID that can be used to poll for the result via the `GET /api/v2/deployments/gates/evaluation/{id}` endpoint.

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.

triggerdeploymentgatesevaluation
POST/api/v2/deployments/gates/evaluation
Triggers an asynchronous deployment gate evaluation for the given service and environment. Returns an evaluation ID that can be used to poll for the result via the `GET /api/v2/deployments/gates/evaluation/{id}` endpoint.

Input

required

Data for a deployment gate evaluation request.

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.triggerdeploymentgatesevaluation()