Hi. Have been trying to figure out how to set the UserPortal checkbox under the WAN Zone via the API. Is this possible under the API? The following XML shows that it completes successfully but doesn't set the check box.
<Zonetransactionid="*** WAN Local Service ***">
<Name>WAN</Name>
<Type>WAN</Type>
<Description/>
<ApplianceAccess>
<AdminServices>
<HTTPS>Enable</HTTPS>
<SSH>Enable</SSH>
</AdminServices>
<AuthenticationServices>
<CaptivePortal>Enable</CaptivePortal>
<RadiusSSO>Enable</RadiusSSO>
</AuthenticationServices>
<OtherServices>
<SSLVPN>Enable</SSLVPN>
</OtherServices>
</ApplianceAccess>
</Zone>
This thread was automatically locked due to age.