You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sc68cal
changed the title
[Bug]: Inventory Plugin with Custom Field Qery Filter is not working as expected
[Bug]: Inventory Plugin with Custom Field Query Filter is not working as expected
Jan 14, 2025
Ansible NetBox Collection version
3.20.0
Ansible version
NetBox version
v3.7.8
Python version
3.10
Steps to Reproduce
Create a custom field foo as text with default search matching
assign the custom field to a virtual machine object and set a value to bar
Create a nb inventory like
Expected Behavior
Result should be ansible inventory contains all virtual machines with the assigned custom field foo and value bar.
Observed Behavior
The filter is not working and i get all devices back.
The API call is working as expected
api/virtualization/virtual-machines/\?limit=0\&cf_foo\=bar\&exclude\=config_context
The text was updated successfully, but these errors were encountered: