# Install WHM plugin RPM package This function starts a plugin installation. The installation runs as a background process. Endpoint: GET /install_rpm_plugin Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `name` (string, required) The name of a plugin RPM to install. Example: "plugin name" ## Response 200 fields (application/json): - `data` (object) - `data.log_entry` (string) The name of the RPM plugin log entry for this installation, which includes a timestamp. Example: "2017-01-01T19:39:27Z_plugin_name" - `data.pid` (integer) The PID of the process that will install the RPM. Example: 1234 - `metadata` (object) - `metadata.command` (string) The method name called. Example: "install_rpm_plugin" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1