404 Error when search at multi tenant #730
brucelourenco
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @brucelourenco - We've recreated this scenario and are investigating potential solutions. I'll post an update here as we find out more detail. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all
Today I'm trying to get a set of host that matches an IP pool parameter like filter="local_ip.raw:'192.168.123.'"
I can get a list of host ids using "query_devices_by_filter", however, when a try to get the host details with "falcon.get_device_details" I get 404 error. After some debbuging, I realize if I pass "member_cid" parameter in the Hosts instantiation could get the host details.
The question is, this search is spreaded throughout the tenants because several tenants have IPs from this range, and in this case to concatenate all of them I'll need to get set by set using all tenant's cids during the Hosts instantiation... So...
I'm almost sure that I did this kind of search before but...
Do you have some workaround for this?
Follow evidences:
WITHOUT member_cid
WITH member_cid
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions