Forum Discussion

Suhail_128143's avatar
Suhail_128143
Icon for Nimbostratus rankNimbostratus
May 07, 2004

Basic Load Balancer setup APIs

Hi,

 

 

Thanks for all the responses for my questions!!

 

 

Where can I find the basic/local load balancer configurations APIs in the iControl SDK API suite?

 

 

Thanks once again!

 

~Suhail
  • Loc_Pham_101863's avatar
    Loc_Pham_101863
    Historic F5 Account
    Suhail,

     

     

    In the iControl SDK, the functionality is categorized in different modules, with each module containing different interfaces. For example, ITCMLocalLB::VirtualServer

     

     

    GlobalLB: 3-DNS/Link Loadbalancer (global load-balancer) management

     

    LocalLB: BIG-IP (local load-balancer) management

     

    System: system-level management

     

    Management: user-level management

     

    Networking: network management

     

     

    For your case, to navigate in the SDK to the LocalLB APIs, start up the iControl SDK, then click on "API Reference" -> "ITCM" -> "ITCMLocalLB"

     

     

    Regards,

     

    Loc