This function lists and manages items in the Feature Showcase.
Note:
action
parameter.action
parameter value is info
.HTTP Request was successful.
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": "WebPros International, LLC"
}
]
}, - "metadata": {
- "command": "manage_features",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}