Forum Discussion
Tyler_Robinson_
Nimbostratus
Oct 02, 2006Check availability of pool
What is used to check the availability status on a particular pool?
I want to know if a pool is available, but offline. Or if it is available, and online.
Thanks for any help
Oct 02, 2006
You can use the LocalLB::Pool::get_object_status() method.
struct ObjectStatus {
AvailabilityStatus availability_status; The availability color status of the object.
EnabledStatus enabled_status; The enabled status of the object.
String status_description; The textual description of the object's status.
};
ObjectStatus[] LocalLB::Pool::get_object_status(
in String[] pool_names
);
The enabled_status will tell you whether the pool is in the enabled or disabled state and teh availability_status will tell you the state of the active health monitors for the members in the pool.
-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