In this release, Pulse Secure Traffic Manager offers some additional capabilities to support secure authentication for administrators, and functions to assist in building custom policies for Global Load Balancing. This release will also benefit from Long-Term Support for customers looking for extended operations. Highlights include:
$locations = glb.service.listLocations(); foreach( $loc in $locations ) { $load = glb.service.getLocationLoad($loc); if(glb.service.isLocationLive($loc) && $load < $max_load) { glb.service.preferLocation($loc); } }
For more information, please refer to the release notes, available on the download portal. A complete set of user documentation is also available on http://pulsesecure.net/vadc-docs including getting started guides, installation, configuration and API reference documentation.