Uses Napalm to retrieve the output of a list of getters. The output can be
validated in Step4 of the service or later validated with Data Validation
Service
.
Configuration parameters for creating this service instance:
-
Getters
Choose one or more getters to retrieve; Napalm getters (standard retrieval APIs) are documented here.
Note
The output of all Napalm Getter APIs is a structured dictionary of data. Napalm Getters are a convenient way of retrieving structured data from devices, as opposed to retrieving unstructured CLI data from a device with Netmiko and having to parse it to convert to structured data.