Importing objects with custom fields specified by name instead of id? #12807
Unanswered
dpotter-intoto
asked this question in
Q&A
Replies: 1 comment
-
It should be possible to do with CSV but currently not with JSON/YAML. Try:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to import a bunch of
ipam.prefix
objects, but my netbox data model for a prefix includes an optional custom field to adcim.device
object named cf_associated_switch.Is it possible for me to perform a file import (CSV/JSON/YAML) of these prefix objects with the cf_associated_switch field specified by device name instead of by device id?
Beta Was this translation helpful? Give feedback.
All reactions