Skip to main content

Signal

A Signal represents a request made by a user to execute a specific Action. Signals are a key element in the process of running scripts and tasks on remote machines. The Signal request specify the details of what Action should be executed, its parameters, and the target machine(s) on which it should run.

Before the script is executed, an administrator with the necessary permissions must review and approve the signal request. The administrator uses their encryption certificate to verify and authorize the execution.

After approval, the script associated with the action is executed on the specified target machine(s) with the provided parameters. The results of the execution may be logged or returned to the user, depending on the configuration and requirements.