# Pastebin gsILJe0R (client)vagrant@precise64:~/python-neutronclient$ neutron lbaas-pool-show test-pool +---------------------+--------------------------------------+ | Field | Value | +---------------------+--------------------------------------+ | admin_state_up | True | | description | | | healthmonitor_id | | | id | 05441558-ee4c-4e68-818e-b833cfadaad8 | | lb_algorithm | ROUND_ROBIN | | members | cff8842c-7345-444e-b793-72efb9eafc76 | | | e2859efc-0071-45bf-b015-15d221b4e114 | | | e9abf7e3-5a84-4794-ab8d-2e1e2eb25bb9 | | name | test-pool | | protocol | TCP | | session_persistence | | | status | ACTIVE | | tenant_id | fd5c1c9908cd40b1bc287016490dbbd7 | +---------------------+--------------------------------------+ (client)vagrant@precise64:~/python-neutronclient$ neutron lbaas-member-show cff8842c-7345-444e-b793-72efb9eafc76 test-pool +----------------+--------------------------------------+ | Field | Value | +----------------+--------------------------------------+ | address | 10.1.1.3 | | admin_state_up | True | | id | cff8842c-7345-444e-b793-72efb9eafc76 | | protocol_port | 80 | | status | ACTIVE | | subnet_id | ef71b038-9667-4906-94f2-3f22c68e5729 | | tenant_id | fd5c1c9908cd40b1bc287016490dbbd7 | | weight | 1 | +----------------+--------------------------------------+ (client)vagrant@precise64:~/python-neutronclient$