This function determines the actions that would result from the provisioning of a specified RPM package or packages.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ package_manager_resolve_actions \ package='ea-apache24-mod_headers'
{- "data": {
- "install": [
- "ea-apache24-mod_mpm_event",
- "ea-apache24-mod_cgid"
], - "unaffected": [
- "ea-php70-php-devel",
- "ea-php56-runtime",
- "ea-php55-php-common",
- "ea-apache24-mod_headers",
- "ea-php56-php-bcmath",
- "ea-php70-php-curl",
- "ea-php70-php-xml"
], - "uninstall": [
- "ea-apache24-mod_cgi",
- "ea-apache24-mod_mpm_prefork"
], - "upgrade": [
- "ea-php56"
]
}, - "metadata": {
- "command": "package_manager_resolve_actions",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}