nautobot-app-netbox-importer icon indicating copy to clipboard operation
nautobot-app-netbox-importer copied to clipboard

import_netbox_json instead of import_netbox

Open moseisleydk opened this issue 5 months ago • 5 comments

Environment

  • Python version:
  • Nautobot version:
  • nautobot-netbox-importer version: 1.4.2

Availability of "nautobot-server import_netbox" on the command line

Only nautobot-server import_netbox_json is available (without options).

Using this nautobot-server import_netbox_json gives:

nautobot@6589ea9ea190:/$ nautobot-server import_netbox_json /tmp/netbox_data.json 3.4.7 CommandError: Maximum NetBox version supported is 2.10.8 nautobot@6589ea9ea190:/$

Steps to Reproduce

I have installed nautobot in docker after the docs, its clean I have installed nautobot_netbox_importer 1.4.2 (pip install nautobot-netbox-importer in the container) and can see it in Naubot under plugins. as in https://docs.nautobot.com/projects/netbox-importer/en/latest/admin/install/#access-requirements I have exported a json out fron an existing NetBox 3.4.7

moseisleydk avatar Jan 25 '24 14:01 moseisleydk