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
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:
The text was updated successfully, but these errors were encountered: