<div dir="ltr"><br clear="all"><div>Hello all!</div><div><br></div><div>I have been using the python VICI library with a lot of success, but I am running into one minor issue. I have a lot of connections setup (~70k), and I want to be able to list the status of a single connection. I saw on the python documentation that `list_conns` takes a filter argument. Per the documentation on Vici I have this function call:</div><div><br></div><div><div>>>> conn_gen = s.list_conns({"ike": ['29709fce5f05498bbfe57a560524c712']}) </div><div>>>> len(list(conn_gen))</div><div>72209</div></div><div><br></div><div>For some reason it is still returning every single connection. I obviously can iterate through this and grab the one I want, but the initial load_conns takes a long time (5-10 seconds). I was hoping that by filtering to the connection I wanted it would return quicker.</div><div><br></div><div>Any help would be greatly appreciated!</div><div><br></div><div>Best,</div><div>Sam</div><br><div class="gmail_signature"><div dir="ltr"><div></div></div></div>
</div>