Class FleetDeploymentConfigureV2Attributes

Attributes for creating a new v2 configuration deployment.

Hierarchy

  • FleetDeploymentConfigureV2Attributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
configOperations: FleetDeploymentOperation[]

Ordered list of configuration file operations to perform on the target hosts.

dryRun?: boolean

Set to true to validate the configuration and resolve target hosts and packages without deploying anything. Returns a 200 with the validation result instead of creating and starting a real deployment.

filterQuery: string

Query used to filter and select target hosts for the deployment. Uses the Datadog query syntax.

List of packages and their target versions to additionally deploy alongside the configuration change.

Generated using TypeDoc