Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

To learn more, visit the Cribl documentation.

Parameters

ParameterDescription
IDThe UUID of the function to get. Can be retrieved from the List Functions action.

Example Output

{    "count": 0,    "items": [        {            "__conf": {                "additionalProp1": {}            },            "__filename": "string",            "disabled": true,            "group": "string",            "id": "string",            "initTime": 0,            "loadTime": 0,            "modTime": 0,            "name": "string",            "uischema": {                "additionalProp1": {}            },            "version": "string"        }    ]}

Workflow Library Example

Get Function with Cribl and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop