ModSecurity
Return ModSecurity installation status
This function checks whether ModSecurity™ is installed on a server.
Important:
When you disable the Web Server role, the system disables this function.
get/ModSecurity/has_modsecurity_installed
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "has_modsecurity_installed",
"module": "ModSecurity",
"result": {
"data": {
"installed": 1
},
"status": 1
}
}