Forum Discussion
Andy_4386
Jul 16, 2010Nimbostratus
Problem with LocalLB.PoolMember.set_monitor_association
I'm trying to call set_health_monitor to configure http monitors for a test pool; the BigIP is complaining about not being able to find the "pool_names" element, but it's in the XML body sent to the B...
Jul 20, 2010
I still think you have the interfaces off. The LocalLB.Pool and LocalLB.PoolMember interfaces both have set_monitor_association methods:
LocalLB.PoolMember.set_monitor_association(
in String [] pool_names,
in LocalLB__PoolMember__MemberMonitorAssociation [] [] monitor_associations
);
LocalLB.Pool.set_monitor_association(
in LocalLB__Pool__MonitorAssociation [] monitor_associations
);
It looks to me like you have the URI for the method pointing to the PoolMember.set_monitor_association method while you are passing the payload for the LocalLB.Pool.set_monitor_association method.
If you could post the code where you initialize the interface and make the method call with the parameters, it will help debugging further.
-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