External DocumentationTo learn more, visit the LimaCharlie documentation.
Parameters
Example Output
Workflow Library Example
Create Reliable Task with Limacharlie and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Context | A unique ID used to tag events, allowing you to trigger D&R rules based on this action’s response. |
| Expression | Select the target sensors using an expression. For more information, refer to (LimaCharlie documentation)[https://docs.limacharlie.io/docs/ext-reliable-tasking]. |
| Organization ID | The unique identifier of the organization. |
| Platform | Send a task to all sensors running on a specific platform. |
| Selector Type | The type of sensor selector to use. |
| Sensor ID | The ID of the sensor to send the task to. |
| Task | The command the sensor should execute. |
| Time To Live (TTL) | The timeframe in seconds that the system will try to send the task to the sensor. The default value is 1 week (or 604800 seconds). |
{
"data": {
"queued_sensors": 0,
"task_id": "123-123-123",
"tasked_sensors": 1,
"total_sensors": 1
}
}
Was this page helpful?