-
Trying to get to grips with the API. Something like this - I've got it formatted as JSON from Postman which I will then eventually import to python payload=
}` |
Beta Was this translation helpful? Give feedback.
Answered by
AndMrzv
May 17, 2022
Replies: 1 comment
-
I use POST requests for bulk creation (https://demo.netbox.dev/api/docs/). And specify everything that's needed (device_type in your case) inside every element. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
themmini
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use POST requests for bulk creation (https://demo.netbox.dev/api/docs/). And specify everything that's needed (device_type in your case) inside every element.