This function starts a plugin installation. The installation runs as a background process.
name required | string The name of a plugin RPM to install. Example: name=plugin name |
object | |
object |
whmapi1 --output=jsonpretty \ install_rpm_plugin \ name='plugin name'
{- "data": {
- "log_entry": "2017-01-01T19:39:27Z_plugin_name",
- "pid": 1234
}, - "metadata": {
- "command": "install_rpm_plugin",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}