v51

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

Get a Worker Group, Outpost Group, or Edge Fleet

Get the specified Worker Group, Outpost Group, or Edge Fleet.

get/products/{product}/groups/{id}

Path parameters

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

Name of the Cribl product to get the Worker Groups, Outpost Groups, or Edge Fleets for.

idstring required

The <code>id</code> of the Worker Group, Outpost Group, or Edge Fleet to get.

Query parameters

fieldsstring

Comma-separated list of additional properties to include in the response. Available values are <code>git.commit</code>, <code>git.localChanges</code>, and <code>git.log</code>.

Response

The requested ConfigGroup object in a single-item list.

countinteger required

number of items present in the items array

Example response

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