Thanks for this project!
Could you provide an example how to specify a filter for a get request?
For example I am trying to check if the vendor 'Cisco' exists and get its id before continuing.
Currently I am using netbox.request.dcim.dcim_manufacturers_list() but it would be nicer to get already prefiltered answer.
Thanks for this project! Could you provide an example how to specify a filter for a get request? For example I am trying to check if the vendor 'Cisco' exists and get its id before continuing. Currently I am using netbox.request.dcim.dcim_manufacturers_list() but it would be nicer to get already prefiltered answer.