POST /accounts/{account_id}/devices/deployment-groups

Creates a new deployment group. Policy IDs must be unique across all deployment groups. This endpoint is in Beta.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
policy_ids[] Array No

Contains an optional list of policy IDs assigned to a group.

name String Yes

A user-friendly name for the deployment group.

version_config[] Array Yes

Contains at least one version configuration.

version_config[].version String Yes

The specific client version to deploy.

version_config[].target_environment String Yes

The target environment for the client version (e.g., windows, macos).

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.