LocalLB::ProfileICAP::set_uri

Introduced : BIG-IP_v11.3.0
Sets the URI for the specified ICAP profiles. Indicates the ICAP resource being requested from the server for the ICAP request. Please refer to RFC 3507 section 4.2. Macro expansion has been implemented for all attribute values in the ICAP header. If an ICAP header attribute value contains ${SERVER_IP}, the macro will be replaced with the IP address of the ICAP server selected from the internal virtual server&aposs pool. If an ICAP header attribute contains ${SERVER_PORT}, the macro will be replaced with the port of the ICAP server selected from the internal virtual server&aposs pool. For example, the URI attribute in an ICAP profile could be set to icap://${SERVER_IP}:${SERVER_PORT}/videoOptimization.

Prototype

 set_uri(
    in String [] profile_names,
    in LocalLB__ProfileString [] uris
);

Parameters

Parameter Type Description
profile_names String [] The names of the ICAP profiles.
uris ProfileString [] The URIs for the specified ICAP profiles.

Return Type

Type Description
void  

Exceptions

Exception Description
Common::AccessDenied Raised if the client credentials are not valid.
Common::InvalidArgument Raised if one of the arguments is invalid.
Common::OperationFailed Raised if an operation error occurs.

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.