Execute an RTR administrator command on a single host.

Parameters

ParameterDescription
Base CommandThe base command to perform. For more information on each command and its uses, refer to base commands list.
Command StringFull command to execute.

Example: get some_file.txt.
Session IDRTR session ID to execute the command against.

Example Output

{
	"meta": {
		"query_time": 0.11422852,
		"powered_by": "empower-api",
		"trace_id": "555555555-5555-5555-5555-5555555555555"
	},
	"resources": [
		{
			"session_id": "555555555-5555-5555-5555-5555555555555",
			"cloud_request_id": "555555555-5555-5555-5555-5555555555555",
			"queued_command_offline": false
		}
	],
	"errors": null
}

Workflow Library Example

Run Admin Command on a Single Host with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop