Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load an ASM resource #1555

Open
z4nD4R opened this issue May 20, 2020 · 0 comments
Open

load an ASM resource #1555

z4nD4R opened this issue May 20, 2020 · 0 comments

Comments

@z4nD4R
Copy link

z4nD4R commented May 20, 2020

Hi All,

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')

NOT working on ASM module

policy = mgmt.tm.asm.policies_s.policy.load(name='test', partition='Common')
Raises:
f5.sdk_exception.MissingRequiredReadParameter: Missing required params: ['id']

Thx

Y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant