You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure network-importer and point to a Nautobot instance
Run network-importer inventory --check-connectivity
Nothing loads
Run network-importer inventory --check-connectivity --limit="device=(device-name)"
Expected Behavior
The job should query the inventory on step 2 but doesn't. It returns an empty list of devices.
Observed Behavior
The inventory should load on step 2 but it doesn't. It only runs with a limit specified. Note that once a successful job run is executed, the --limit command is no longer needed.
The text was updated successfully, but these errors were encountered:
Environment
Steps to Reproduce
network-importer inventory --check-connectivity
network-importer inventory --check-connectivity --limit="device=(device-name)"
Expected Behavior
The job should query the inventory on step 2 but doesn't. It returns an empty list of devices.
Observed Behavior
The inventory should load on step 2 but it doesn't. It only runs with a limit specified. Note that once a successful job run is executed, the
--limit
command is no longer needed.The text was updated successfully, but these errors were encountered: