RPM
Install or Uninstall Package
Install WHM plugin RPM package
This function starts a plugin installation. The installation runs as a background process.
get/install_rpm_plugin
Query parameters
namestring required
Example:plugin name
The name of a plugin RPM to install.
Response
HTTP Request was successful.
Example response
{
"data": {
"log_entry": "2017-01-01T19:39:27Z_plugin_name",
"pid": 1234
},
"metadata": {
"command": "install_rpm_plugin",
"reason": "OK",
"result": 1,
"version": 1
}
}