As I already wrote - in the end I had figured that in that particular case the property name was just address.
I also know bash + common unix utils enough to parse the necessary stuff out of...
Oh. What a weird architecture of Netbox: /search/?q=something indeed returns a HTML page with results instead of being a proper API endpoint.
Without any doubt, it'd be absolutely wrong to...
Can't nbcli be re-configured to use webUI's filter "all objects" for search (by default)? Taxonomy (a set of objects and their properties) in Netbox is generally quite unpredictable, given that...
Can confirm, it works indeed. Thank you!
nbcli filter address virtual_machine_id=249 cf_virtual_router_id__empty=False
unfortunately gives me
[CRITICAL](nbcli.filter): RequestError: The request failed with code 400 Bad...
Thank you! It works indeed.
However, we use custom fields and I'd like to select only the address that has non-null virtual_router_id - is there a way to filter like that?
I guess it should be...