napalm/config-optional

Defines a series of commands to run on NAPALM managed device.

Defines the NAPALM driver config for optional argument data to pass to the Driver.

Example in JSON:

{ "napalm/config-optional": "{\"port\": 12443}" }

Example in YAML:

napalm/config-optional: '{"port": 12443}'

NOTE that the Param is a String type and the values should be quote protected in content definitions. In the operating code, the value is rendered with the raw value, with no other quote protections. Should the values require quote protection, you must add that with appropriate escaping.