provider Deployment Gates GET /api/v2/deployment_gates/{gate_id}/rules/{id}
@utdk/datadog /api/v2/deployment_gates/{gate_id}/rules/{id}
Get deployment rule
Endpoint to get a deployment rule.
gate_id path required
The ID of the deployment gate.
string
id path required
The ID of the deployment rule.
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.

getdeploymentrule
GET/api/v2/deployment_gates/{gate_id}/rules/{id}
Endpoint to get a deployment rule.

Parameters

required

The ID of the deployment gate.

required

The ID of the deployment rule.

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