Actions2
Overview
This node, named Nodemiko, allows users to SSH into network devices and run commands or send configuration commands. It is useful for network administrators who need to automate device management tasks such as retrieving device information or applying configuration changes remotely. For example, a user can run a command like 'show version' to get device details or send configuration commands to update device settings.
Use Case Examples
- Running 'show version' command to retrieve device software version.
- Sending configuration commands to update network device settings.
Properties
| Name | Meaning |
|---|---|
| Commands | The command or configuration commands to run on the network device. |
| Options | Additional settings to control connection behavior and authentication. |
Output
JSON
device- The hostname or IP address of the network device connected to.result- The output result from running the command or sending the configuration commands.
Dependencies
- Requires an API key credential for SSH connection to the network device.
Troubleshooting
- Common issues include connection timeouts, authentication failures, and unsupported operations.
- Error 'Unsupported operation' occurs if an invalid operation is specified; ensure the operation is either 'send_command' or 'send_config'.
- Timeout errors can be resolved by adjusting the connection and read timeout options.
- Authentication errors may require verifying credentials or SSH key settings.