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
Response
The updated ConfigGroup object in a single-item list.
Example response
{
"items": [
{
"estimatedIngestRate": 4096
}
]
}