The following example changes the health check of the 20.200.25.200 Real Server to none:

curl -k "https://bal:1fourall@20.200.25.100/access/modvs?vs=20.200.25.200&port=80&prot=tcp&checktype=none"

Response:

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="ok">
<Success><Data><Status>Unchecked</Status>
<Index>1</Index>
<VSAddress>20.200.25.200</VSAddress>
<VSPort>80</VSPort>
<NickName>newname</NickName>
<Enable>Y</Enable>
<SSLReverse>N</SSLReverse>
<SSLReencrypt>N</SSLReencrypt>
<Intercept>Y</Intercept>
<InterceptOpts><Opt>opblock</Opt>
<Opt>auditall</Opt>
<Opt>reqdatadisable</Opt>
<Opt>resdatadisable</Opt>
</InterceptOpts><AlertThreshold>0</AlertThreshold>
<InterceptRules>A/cpanel_attacks</InterceptRules>
<Transactionlimit>0</Transactionlimit>
<Transparent>N</Transparent>
<ServerInit>0</ServerInit>
<StartTLSMode>0</StartTLSMode>
<Idletime>0</Idletime>
<Cache>N</Cache>
<Compress>N</Compress>
<Verify>0</Verify>
<UseforSnat>N</UseforSnat>
<ForceL7>Y</ForceL7>
<ClientCert>0</ClientCert>
<ErrorCode>0</ErrorCode>
<ErrorUrl>https:%h%s</ErrorUrl>
<CheckUse1.1>N</CheckUse1.1>
<MatchLen>0</MatchLen>
<CheckUseGet>0</CheckUseGet>
<SSLRewrite>0</SSLRewrite>
<VStype>http</VStype>
<FollowVSID>2</FollowVSID>
<FollowVS>tcp/20.200.25.201:80</FollowVS>
<Protocol>tcp</Protocol>
<Schedule>rr</Schedule>

<CheckType>none</CheckType>

<PersistTimeout>360</PersistTimeout>
<Cookie>Set_Me</Cookie>
<CheckPort>44</CheckPort>
<NRules>0</NRules>
<NRequestRules>0</NRequestRules>
<NResponseRules>0</NResponseRules>
<NPreProcessRules>0</NPreProcessRules>
<EspEnabled>Y</EspEnabled>
<EspLogs>7</EspLogs>
<PermanentCookies>0</PermanentCookies>
<InputAuthMode>0</InputAuthMode>
<OutputAuthMode>0</OutputAuthMode>
<MasterVS>0</MasterVS>
<MasterVSID>0</MasterVSID>
<AddVia>0</AddVia>
<TlsType>N</TlsType>
<NeedHostName>N</NeedHostName>
<OCSPVerify>N</OCSPVerify>
<NumberOfRSs>5</NumberOfRSs>
<Rs>
<Status>Up</Status>
<VSIndex>1</VSIndex>
<RsIndex>1</RsIndex>
<Addr>20.200.15.20</Addr>
<Port>80</Port>
<Forward>nat</Forward>
<Weight>1000</Weight>
<Limit>0</Limit>
<Enable>Y</Enable>
</Rs>
<Rs>
<Status>Up</Status>
<VSIndex>1</VSIndex>
<RsIndex>2</RsIndex>
<Addr>20.200.15.21</Addr>
<Port>80</Port>
<Forward>nat</Forward>
<Weight>1000</Weight>
<Limit>0</Limit>
<Enable>Y</Enable>
</Rs>
<Rs>
<Status>Up</Status>
<VSIndex>1</VSIndex>
<RsIndex>3</RsIndex>
<Addr>20.200.15.22</Addr>
<Port>80</Port>
<Forward>nat</Forward>
<Weight>1000</Weight>
<Limit>0</Limit>
<Enable>Y</Enable>
</Rs>
<Rs>
<Status>Up</Status>
<VSIndex>1</VSIndex>
<RsIndex>4</RsIndex>
<Addr>20.200.15.23</Addr>
<Port>80</Port>
<Forward>nat</Forward>
<Weight>1000</Weight>
<Limit>0</Limit>
<Enable>Y</Enable>
</Rs>
<Rs>
<Status>Up</Status>
<VSIndex>1</VSIndex>
<RsIndex>5</RsIndex>
<Addr>20.200.15.24</Addr>
<Port>80</Port>
<Forward>nat</Forward>
<Weight>1000</Weight>
<Limit>0</Limit>
<Enable>Y</Enable>
</Rs>
</Data>
</Success>
</Response>