NAiOS IconNAiOS Logo
Volver al catálogo

Triggercmd

triggercmd

TRIGGERcmd is a cloud service that allows you to securely and remotely run commands on your computers.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TriggerCMD ComputersTRIGGERCMD_LIST_COMPUTERSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Trigger CommandTRIGGERCMD_TRIGGER_COMMANDAcción

Tool 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

  • paramsstring

    Optional parameters string to pass to the command.

  • commandstringObligatorio

    The name or label of the command to trigger.

  • computerstringObligatorio

    The name or ID of the target computer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not