StackStorm-Exchange / exchange-incubator

Submit your StackStorm integration and automation packs here.
12 stars 61 forks source link

first commit #182

Open lucasfontini opened 5 months ago

lucasfontini commented 5 months ago

This is a netmiko generic pack, after install it you just need to setup the user and password in the pack config, and fulfill the required fields hostname, port, device type and command.

st2 run netmiko_automation.netmiko_send_command hostname="172.23.43.181" device_type="mikrotik_routeros" port="22" command="/interface print"