Skip to main content

List Processes

Retrieve a list of all processes under management.

External Documentation

To learn more, visit the Cribl documentation.

Example Output

{
"count": 0,
"items": [
{
"env": {
"additionalProp1": {}
},
"id": "string",
"pid": 0,
"restartOnExit": true,
"restarts": 0,
"startTime": 0,
"type": "string"
}
]
}

Workflow Library Example

List Processes with Cribl and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop