This function lists and manages items in the Feature Showcase.
Note:
action
parameter.action
parameter value is info
.action required | string The function's action.
Example: action=info |
features | string The feature's ID. Note: You must use this parameter if you pass the Example: features=features_example1 |
object | |
object |
whmapi1 --output=jsonpretty \ manage_features \ action='info'
{- "data": {
- "feature": [
- {
- "description": "This feature does things.",
- "enabled": 1,
- "feature_key": "featured_example1",
- "name": "Featured Example 1",
- "recommended": 1,
- "vendor": "Third Party, Inc."
}, - {
- "description": "This feature also does things.",
- "enabled": 1,
- "feature_key": "featured_example2",
- "name": "Featured Example 2",
- "recommended": 1,
- "vendor": "cPanel, L.L.C."
}
]
}, - "metadata": {
- "command": "manage_features",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}