netbox-community / Device-Type-Library-Import

This library is intended to assist with importing device and module types into NetBox from the NetBox Community DeviceType-Library
https://github.com/netbox-community/devicetype-library
MIT License
256 stars 77 forks source link

Fix Power Outlets, add no SSL Verify Option, and correct readme #3

Closed AdamEldred closed 3 years ago

AdamEldred commented 3 years ago

Power Outlets without a power port were not importing and/or erroring. This now checks for a power port and includes if needed otherwise creates the outlet without one. Also added an option for connecting to the API over SSL with an unverified cert.

Feel free to modify/improve further.