The following command adds a content rule to the LoadMaster:

curl -k "https://bal:1fourall@20.200.25.100/access/addrule?name=contentrule&pattern=pattern"

Response:

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="ok">
<Success><Data><MatchContentRule>
<Name>contentrule</Name>
<Pattern>pattern</Pattern>
<MatchType>Regex</MatchType>
<AddHost>N</AddHost>
<Negate>N</Negate>
<CaseIndependent>N</CaseIndependent>
<IncludeQuery>N</IncludeQuery>
<Header></Header>
<MustFail>N</MustFail>
</MatchContentRule>
</Data>
</Success>
</Response>