Skip to main content
Send a task to specified sensors. Note: The Reliable Tasking extension must be enabled in order to use this action.
External DocumentationTo learn more, visit the LimaCharlie documentation.

Parameters

ParameterDescription
ContextA unique ID used to tag events, allowing you to trigger D&R rules based on this action’s response.
ExpressionSelect the target sensors using an expression.

For more information, refer to (LimaCharlie documentation)[https://docs.limacharlie.io/docs/ext-reliable-tasking].
Organization IDThe unique identifier of the organization.
PlatformSend a task to all sensors running on a specific platform.
Selector TypeThe type of sensor selector to use.
Sensor IDThe ID of the sensor to send the task to.
TaskThe 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).

Example Output

{
	"data": {
		"queued_sensors": 0,
		"task_id": "123-123-123",
		"tasked_sensors": 1,
		"total_sensors": 1
	}
}

Workflow Library Example

Create Reliable Task with Limacharlie and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop