It looks like there is a small bug with Get-nbIpAddress. When using Get-nbIpAddress -query @{assigned_object_id=5137} the result of this query returns all IP addresses contained in Netbox. If I use another query like Get-nbIpAddress -query @{id=17} I receive a single entry which is what's expected.
In the meantime, I do the query offline as a workaround, but it would be nice to leverage the API for a concise query:
It looks like there is a small bug with Get-nbIpAddress. When using
Get-nbIpAddress -query @{assigned_object_id=5137}
the result of this query returns all IP addresses contained in Netbox. If I use another query likeGet-nbIpAddress -query @{id=17}
I receive a single entry which is what's expected.In the meantime, I do the query offline as a workaround, but it would be nice to leverage the API for a concise query: