v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
groups

Deploy commits to a Worker Group, Outpost Group, or Edge Fleet

Deploy commits to the specified Worker Group, Outpost Group, or Edge Fleet.

patch/products/{product}/groups/{id}/deploy

Path parameters

product'stream' | 'edge' | 'outpost' required

Name of the Cribl product that contains the Worker Group, Outpost Group, or Edge Fleet.

idstring required

The <code>id</code> of the target Worker Group, Outpost Group, or Edge Fleet for commit deployment.

Request body

versionstring required

Commit hash to deploy to the Worker Group, Outpost Group, or Edge Fleet.

Response

The updated ConfigGroup object in a single-item list.

countinteger required

number of items present in the items array

Example response

{
  "items": [
    {
      "estimatedIngestRate": 4096
    }
  ]
}