netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/free-netbox-cloud/
http://netboxlabs.com/oss/netbox/
Apache License 2.0
16k stars 2.56k forks source link

IP Addresses not importable via CSV for Services #9570

Closed crouthamela closed 2 years ago

crouthamela commented 2 years ago

NetBox version

v3.2.5

Python version

3.9

Steps to Reproduce

  1. Go to https://netbox.url/ipam/services/import/
  2. Look for the "address" field

Expected Behavior

  1. Go to https://netbox.url/ipam/services/import/
  2. "address" field is expected and importable via CSV

Observed Behavior

Field is missing and should be provided as the API model allows this via POST.

jeremystretch commented 2 years ago

CSV import is not supported for many-to-many relationships. This is a known limitation, not a bug.