groups
List all Worker Groups, Outpost Groups, or Edge Fleets
Get a list of all Worker Groups, Outpost Groups, or Edge Fleets for the specified Cribl product.
get/products/{product}/groups
Path parameters
product'stream' | 'edge' | 'outpost' required
Name of the Cribl product to get the Worker Groups, Outpost Groups, or Edge Fleets for.
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>.
offsetinteger
Pagination offset
limitinteger
Maximum number of items to return
Response
List of ConfigGroup objects.
Example response
{
"items": [
{
"estimatedIngestRate": 4096
}
]
}