This function disables a ModSecurity™ vendor's configuration files.
Important:
When you disable the Web Server role, the system disables this function.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ modsec_disable_vendor_configs \ vendor_id='SomeVendor'
{- "data": {
- "outcomes": [
- {
- "active": 1,
- "config": "modsec_vendor_configs/SomeVendor/example.conf",
- "exception": "This is an error message.",
- "ok": 0
}
]
}, - "metadata": {
- "command": "modsec_disable_vendor_configs",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}