Mike_Nepomny
Sep 09, 2011Nimbostratus
set_disable_blocking_flag method not really working
Hi,
I just discovered that set_disable_blocking_flag() ASM method not working. It flips the flag, but policy still remains in blocking or transparent mode until you click "Apply policy" button via the GUI.
How to click "Apply policy" from iControl?
Thank you
my $soapResponse = $PolicyInterface->set_disable_blocking_flag
(
SOAP::Data->name(policy_names => [@policy_names]),
SOAP::Data->name(blocking_flags => [@blocking_flags])
);
&checkResponse($soapResponse);.