( Return to API Overview )
- activateProxy
- createMonitoringScout
- deactivateProxy
- isProxy
- listAvailableProxyChannels
 
Description
Provides methods to activate/deactivate a proxy
 server.
Namespace:
proxy
Description:
Activates the proxy identified by the given client
 certificate i.e. systemid file.
Parameters:
- 
    string systemid - systemid file
 
- 
    string version - Version of proxy to be
 registered.
 
Returns:- 
    int - 1 on success, exception thrown otherwise.
 
Description:
Create Monitoring Scout for proxy.
Parameters:
- 
    string systemid - systemid file
 
Returns:
Available since: 10.7 
Description:
Deactivates the proxy identified by the given client
 certificate i.e. systemid file.
Parameters:
- 
    string systemid - systemid file
 
Returns:- 
    int - 1 on success, exception thrown otherwise.
 
Description:
Test, if the system identified by the given client
 certificate i.e. systemid file, is proxy.
Parameters:
- 
    string systemid - systemid file
 
Returns:- 
    int - 1 on success, exception thrown otherwise.
 
Description:
List available version of proxy channel for system
 identified by the given client certificate i.e. systemid file.
Parameters:
- 
    string systemid - systemid file
 
Returns:
Available since: 10.5