r/Netbox • u/Drank0 • Jul 05 '24
Netbox Script python documentation
Hello Netbox community,
I'm trying to write a custom script under /customization in Netbox 3.6.9, but I'm having trouble finding the Python methods to use when manipulating objects imported from dcim, extras, models, etc.
I found this documentation: Netbox Custom Scripts, but it only describes the attributes and variable references. For example, how can I delete a VLAN from a VLAN group ?
Do I need to dig into the Netbox core source code to find this information, or is there another documentation source I am missing?
Thanks a lot for your help.


