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
I'm trying to interact with ASM module through f5-sdk. Unfortunately I'm not able to .load() or test if resource exitsts without passing id param. The same functionality although is working in LTM module.
Could you please advice where am I doing anything wrong (it doesn't make sense to pass id to load or exists)?
Working on LTM module
pool = mgmt.tm.ltm.pools.pool.load(name='mypool', partition='Common')
Hi All,
I'm trying to interact with ASM module through
f5-sdk
. Unfortunately I'm not able to.load()
or test if resourceexitsts
without passingid
param. The same functionality although is working in LTM module.Could you please advice where am I doing anything wrong (it doesn't make sense to pass
id
toload
orexists
)?Working on LTM module
NOT working on ASM module
Thx
Y
The text was updated successfully, but these errors were encountered: