Triggercmd
triggercmdTRIGGERcmd is a cloud service that allows you to securely and remotely run commands on your computers.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
List TriggerCMD CommandsTRIGGERCMD_LIST_COMMANDSAcciónTool to retrieve a list of all commands across your computers. use when you need to browse your available commands before triggering one.
TRIGGERCMD_LIST_COMMANDSAcciónTool to retrieve a list of all commands across your computers. use when you need to browse your available commands before triggering one.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TriggerCMD ComputersTRIGGERCMD_LIST_COMPUTERSAcciónTool to list all computers associated with your triggercmd account. use after authenticating with your token to retrieve connected machines.
TRIGGERCMD_LIST_COMPUTERSAcciónTool to list all computers associated with your triggercmd account. use after authenticating with your token to retrieve connected machines.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Trigger CommandTRIGGERCMD_TRIGGER_COMMANDAcciónTool to trigger a specified command on a target computer. use when you want to remotely execute a pre-configured command after authentication.
TRIGGERCMD_TRIGGER_COMMANDAcciónTool to trigger a specified command on a target computer. use when you want to remotely execute a pre-configured command after authentication.
Parámetros de entrada
paramsstringOptional parameters string to pass to the command.
commandstringObligatorioThe name or label of the command to trigger.
computerstringObligatorioThe name or ID of the target computer.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not