Update a Worker Group, Outpost Group, or Edge Fleet
Update the specified Worker Group, Outpost Group, or Edge Fleet.<br/><br/>Provide a complete representation of the Group or Fleet that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Group or Fleet.<br/><br/>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Group or Fleet might not function as expected.<br/><br/>Warning: Do not change the values for the following parameters in the body of PATCH requests. The request body must include the values as they appear in the <code>GET /products/{product}/groups/{id}</code> response.<br/> - <code>configVersion</code><br/> - <code>deployingWorkerCount</code><br/> - <code>incompatibleWorkerCount</code><br/> - <code>workerCount</code><br/> - <code>lookupDeployments</code>.
Path parameters
Name of the Cribl product to get the Worker Groups, Outpost Groups, or Edge Fleets for.
The <code>id</code> of the Worker Group, Outpost Group, or Edge Fleet to update.
Request body
Example request
{
"estimatedIngestRate": 4096
}Response
The updated ConfigGroup object in a single-item list.
Example response
{
"items": [
{
"estimatedIngestRate": 4096
}
]
}