Instruction manual

Appendix B: NetScaler API Reference
NetScaler 9000 Series Installation and Configuration Guide - Volume 1 B-7
NSICG60_JAN05
This is an example of the output of the show lb vservers CLI command:
The following is the corresponding API method to show the list of Load
Balancing virtual servers:
ns__getlbvserver(handle, NULL, &out)
The following is the XML request:
>show lb vservers
2 configured virtual server:
1) vipLB1 (10.100.101.1:80) - HTTP Type: ADDRESS State:
DOWN
Method: LEASTCONNECTION Mode: IP
Persistence: NONE
2) vipLB2 (10.100.101.2:80) - HTTP Type: ADDRESS State:
DOWN
Method: LEASTCONNECTION Mode: IP
Persistence: NONE
Done
<ns:getlbvserver></ns:getlbvserver>