Hi,
Can some one help me to find a solution for the following task.
We installed a set of cpanel plugins and all those plugins can be managed via whm feature manager. I am looking for UAPI function call to list all enabled features of a cpanel user from which I can get the enabled plugin informations too. I looked into the following functions,
UAPI Functions - Features::list_features - Software Development Kit - cPanel Documentation
It is not listing any features of the cpanel account( is it a bug ?) .
I am on cpanel 11.62.0.7
Thanks in advance.
Can some one help me to find a solution for the following task.
We installed a set of cpanel plugins and all those plugins can be managed via whm feature manager. I am looking for UAPI function call to list all enabled features of a cpanel user from which I can get the enabled plugin informations too. I looked into the following functions,
UAPI Functions - Features::list_features - Software Development Kit - cPanel Documentation
It is not listing any features of the cpanel account( is it a bug ?) .
Code:
[[email protected] ~]# uapi --user=fun Features list_features
---
apiversion: 3
func: list_features
module: Features
result:
data:
api_shell: 0
modsecurity: 0
zoneedit: 0
errors: ~
messages: ~
metadata: {}
status: 1
[[email protected] ~]#
I am on cpanel 11.62.0.7
Thanks in advance.