Unassign a Content Rule from a Virtual Service
- Last Updated: December 11, 2024
- 1 minute read
- LoadMaster
- LoadMaster LTSF
- Documentation
The following command unassigns the contentrule rule from the 20.200.25.94 Virtual Service:
Situation before delete:
A listvs command can be run before deleting to view the content rules that are assigned to the Virtual Services.
...<NRequestRules>0</NRequestRules><NResponseRules>0</NResponseRules><NPreProcessRules>1</NPreProcessRules><PreProcessRules><Name>contentrule</Name></PreProcessRules><EspEnabled>N</EspEnabled><InputAuthMode>0</InputAuthMode><OutputAuthMode>0</OutputAuthMode>...curl -k "https://bal:1fourall@20.200.25.100/access/delprerule?vs=20.200.25.94&port=80&prot=tcp&rule=contentrule"Situation after delete:
...<NRequestRules>0</NRequestRules><NResponseRules>0</NResponseRules><NPreProcessRules>0</NPreProcessRules><EspEnabled>N</EspEnabled><InputAuthMode>0</InputAuthMode><OutputAuthMode>0</OutputAuthMode>...