ModSecurity
Rule Vendor Settings
Disable ModSecurity vendor rules
This function disables a ModSecurity™ vendor rule set.
Note:
This function will not disable vendor configuration files that you have individually enabled.
Important:
When you disable the Web Server role, the system disables this function.
get/modsec_disable_vendor
Query parameters
vendor_idstring required
Example:SomeVendor
The vendor's unique short name.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "modsec_disable_vendor",
"reason": "OK",
"result": 1,
"version": 1
}
}