Available Functions¶
- print_structured_result --
this function is very similar to the "normal"
print_result
function that now ships with thenornir_utils
library (historically with nornir "core"), except it contains several additional arguments, most importantly theparser
argument allows you to selecttextfsm
orgenie
to decide which parser to use to parse the unstructured data stored in the results object. Please see the structured results example here for more details.