Scrapli Commands Service
The Scrapli Commands service works similar to Netmiko Commands; but it allows one or multiple commands to be sent to the device via Scrapli library, and it allows for the validation of the returned result.
Scrapli Project Documentation can be reviewed HERE
Common Parameters
Main Parameters
-
Commands
: Commands to be send to the device, each command on a separate line. -
Results as List
: if checked, store the results of the commands as a list of individual string results. If not checked, this is a single string.