This function returns a list of the currently-installed EasyApache 4 packages.
Important:
When you disable the Web Server role, the system disables this function.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ ea4_get_currently_installed_packages
{- "data": {
- "packages": [
- "ea-apache24"
]
}, - "metadata": {
- "command": "ea4_get_currently_installed_packages",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}