System.Management

URI: http://soap.zeus.com/zxtm/1.0/System/Management/

The System.Management interface provides methods to manage the traffic manager and the system, such as restarting the software.

Methods

rebootSystem()

Perform a system reboot.

void rebootSystem()

regenerateUUID() throws DeploymentError

Regenerate the UUID of this traffic manager.

String regenerateUUID()

restartAFM() throws InvalidOperation, LicenseError

Restart the Pulse Secure Web Application Firewall on all machines. Any connections currently using Pulse Secure WAF will be aborted.

void restartAFM()

restartJava()

Restart the Java Extension support. Any connections currently using a Java Extension will be aborted.

void restartJava()

restartTrafficManager()

Restarts the traffic manager software. Any connections currently being handled will be aborted.

void restartTrafficManager()

shutdownSystem()

Perform a system shutdown.

void shutdownSystem()