Skip to content

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 Command Service

Scrapli Project Documentation can be reviewed HERE

Common Parameters

Main Parameters

  • Commands: Commands to send to the device, each command on a separate line.

  • Interpret Commands as Jinja2 Template: Tell the application to interpret the Commands text as a Jinja2 template. The output of the rendered template is used as the list of commands for execution.

  • Results as List: if checked, store the results of the commands as a list of individual string results. If not checked, the result is a single string.