LbPoolStatus
{
"status": "string",
"last_update_timestamp": 0,
"pool_id": "string",
"members": [
{
"status": "string",
"failure_cause": "string",
"last_check_time": 0,
"ip_address": "string",
"last_state_change_time": 0,
"port": "string"
}
]
}
UP means that all primary members are in UP status. PARTIALLY_UP means that some(not all) primary members are in UP status, the number of these active members is larger or equal to certain number(min_active_members) which is defined in LbPool. PRIMARY_DOWN means that less than certain(min_active_members) primary members are in UP status but backup members are in UP status, connections to this pool would be dispatched to backup members. DOWN means that all primary and backup members are DOWN. DETACHED means that the pool is not bound to any virtual server.
Timestamp when the data was last updated
Load balancer pool identifier