OpenIxia / ixnetwork_restpy

The IxNetwork python client.
https://openixia.github.io/ixnetwork_restpy/#/
MIT License
30 stars 16 forks source link

Option for Sessions.find() to not automatically start the session #55

Open iwanb opened 3 years ago

iwanb commented 3 years ago

I would like to have custom logic to start the ixnetwork session, but currently Sessions.find(Id=xxx) automatically starts the session if found.

This does not align with how find() works on other objects. Could an option be added to avoid this automatic start? Or is there another possibility?