• Joined on 2024年06月04日
smktpd commented on issue nbcli/nbcli#66 2024年08月30日 03:13:47 +02:00
How to figure out the column's id by its printed name?

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...

smktpd commented on issue nbcli/nbcli#58 2024年08月30日 03:06:15 +02:00
Search command never finds anything

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...

smktpd opened issue nbcli/nbcli#67 2024年08月29日 21:22:10 +02:00
Standard tabled (not --json) output concats spaces to the end of the values
smktpd opened issue nbcli/nbcli#66 2024年08月29日 20:30:54 +02:00
How to figure out the column's id by its printed name?
smktpd commented on issue nbcli/nbcli#58 2024年08月29日 20:14:07 +02:00
Search command never finds anything

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...

smktpd commented on issue nbcli/nbcli#59 2024年07月18日 09:51:23 +02:00
Filtering for VMs doesn't list their interfaces

Can confirm, it works indeed. Thank you!

smktpd commented on issue nbcli/nbcli#59 2024年06月06日 09:30:40 +02:00
Filtering for VMs doesn't list their interfaces
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...
smktpd commented on issue nbcli/nbcli#59 2024年06月04日 23:58:37 +02:00
Filtering for VMs doesn't list their interfaces

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...

smktpd opened issue nbcli/nbcli#60 2024年06月04日 23:47:16 +02:00
Filtering works randomly
smktpd opened issue nbcli/nbcli#59 2024年06月04日 22:49:30 +02:00
Filtering for VMs doesn't list their interfaces
smktpd opened issue nbcli/nbcli#58 2024年06月04日 22:34:00 +02:00
Search command never finds anything