I am developing a cloud portal using SoftLayer java client Lib. Regarding N/W part, I'm looking for API that can retrieve the list of load balance.
I succeeded to do it through,
SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service
/[Service_id]/getObject?objectMask=status
-425437/getObject?objectMask=object
with service ID from
SoftLayer_Account/getAdcLoadBalancers?
objectMask=adcLoadBalancers.virtualServers.serviceGroups.services.id
However I couldn't only retrieve the list of LB that only regarding global LB or LB appliance, Netscaler VPX.
The question is, How can I get the list only for local/global/Netscaler per each?