Forum Discussion
mhite_60883
Jan 30, 2012Cirrocumulus
Trouble passing output of LocalLB.Pool.get_member_v2() to members parameter of LocalLB.Pool.get_member_object_status()
Hello,
When I try to run this:
pool_members = b.LocalLB.Pool.get_member_v2(pool_names=[pool])
print pool_members
pool_members_status = b.LocalLB.Po...
Jan 30, 2012
The signature for the method is:
ObjectStatus [] [] get_member_object_status(
in String [] pool_names,
in Common__AddressPort [] [] members
);
From the looks of your method call, it looks like the members parameter you are passing in is just a 1-D array. Maybe surrounding it with another set of brackets may help coercing it into a 2-D array.
I can help you with almost any other language, but me and Python just don't get along very well..
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects