Running built-in tasks

The module includes a discovery task that provides comprehensive device information:

# Discover device information (capabilities, schemas, and system details) 
bolt task run edgeops::netconf_discover --targets netconf://device 

# Get specified schemas on device 
bolt task run edgeops::netconf_discover action=get_schemas identifiers=”[‘openconfig-vlan’]”--targets switch1  

The discover task returns:

  • Device capabilities and supported NETCONF features

  • Available YANG schemas (optional)

  • System information and version details

  • Configuration datastores available