This function lists the details of a cPanel account's available feature lists.
uapi --output=jsonpretty \ --user=username \ Features \ get_feature_metadata
{- "apiversion": 3,
- "func": "get_feature_metadata",
- "module": "Features",
- "result": {
- "data": [
- {
- "id": "wordpress_manager",
- "is_cpaddon": 0,
- "is_plugin": 1,
- "name": "Wordpress Manager"
}
], - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}