Forum Discussion
Jason_Fortun_24
Altocumulus
Feb 28, 2019Cannot update html5 Citrix Client Bundle zip file
I have Citrix html5 working via F5 APM but need to replace the current html5 citrix client bundle zip file with a new version but when I attempt to upload (via the Access>Connectivity:VDI>RPD>Citrix ...
- Apr 10, 2019
To replace the bundle without having to recreate the entire iapp I went into the connection profile for my policy and temporarily redirected it to use the standard Citrix bundle- then deleted the html5 bundle and created it anew with the new zip file. Then I changed the associated client bundle back within the connection profile.
May 06, 2008
The method prototype is the following:
MemberObjectStatus [] [] GlobalLB.PoolMember.get_object_status(
in String [] pool_names,
in Common__IPPortDefinition [] [] members
);
You are passing in 1-d arrays for both paramters. You'll need to convert the second parameter into a 2-d array.
Something like this:
$members =
{
address => $address,
port => $port
};
push @List, $members;
push @Lists, @List
$soapResponse = $POOLMEMBER->get_object_status(
SOAP::Data->name(pool_names => [ @mpools ]),
SOAP::Data->name(members => [ @Lists ])
);
You'll just want to make sure that you do one push on the Lists array for each pool in your mpools array.
-Joe
- Leonardo_SouzaJun 30, 2017
Cirrocumulus
You can put an empty action in the policy, and write the logic you want. Basically, if this URL bypass the OTP, otherwise do the OTP.
Recent Discussions
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects