Management::EM::get_device_proxy_configuration

Introduced : BIG-IP_v9.0
Get the proxy settings used by the EM to communicate with devices.

Prototype

 get_device_proxy_configuration(
    out String emSslProxyHost,
    out short emSslProxyPort,
    out String deviceSslProxyHost,
    out short deviceSslProxyPort,
    out boolean useEmSslProxyForDevice,
    out boolean deviceProxyEnabled
);

Parameters

Parameter Type Description
emSslProxyHost String the hostname/address of the SSL proxy used by the EM to communicate with devices
emSslProxyPort short the port of the SSL proxy used by the EM to communicate with devices
deviceSslProxyHost String the hostname/address of the SSL proxy used by devices to communicate back to the EM
deviceSslProxyPort short the port of the SSL proxy used by devices to communicate back to the EM
useEmSslProxyForDevic e boolean  
deviceProxyEnabled boolean
true

if device proxying is enabled


Return Type

Type Description
void  

Exceptions

Exception Description
Common::AccessDenied  
Common::InvalidArgument  
Common::OperationFailed  

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.