provider Fleet Automation POST
/api/unstable/fleet/deployments/configure @utdk/datadog
/api/unstable/fleet/deployments/configure Create a configuration deployment
Create a new deployment to apply configuration changes
to a fleet of hosts matching the specified filter query.
This endpoint supports two types of configuration operations:
- `merge-patch`: Merges the provided patch data with the existing configuration file,
creating the file if it doesn't exist
- `delete`: Removes the specified configuration file from the target hosts
The deployment is created and started automatically. You can specify multiple configuration
operations that will be executed in order on each target host. Use the filter query to target
specific hosts using the Datadog query syntax.
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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.createfleetdeploymentconfigure()