IP Addresses not importable via CSV for Services #6579

Closed
opened 2025-12-29 19:42:35 +01:00 by adam · 1 comment
Owner

Originally created by @crouthamela on GitHub (Jun 20, 2022).

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.

Originally created by @crouthamela on GitHub (Jun 20, 2022). ### 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.
adam closed this issue 2025-12-29 19:42:35 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jun 20, 2022):

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

@jeremystretch commented on GitHub (Jun 20, 2022): CSV import is not supported for many-to-many relationships. This is a known limitation, not a bug.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6579