This function retrieves the data from an NVData file on disk. cPanel NVData is a per-account configuration storage mechanism that you can use to maintain persistent cPanel & WHM settings across multiple sessions. This includes custom settings for your own themes.
Note:
You can only call this function as a JSON request. For more information about
additional output options, run the whmapi1 --help
command.
HTTP Request was successful.
object | |
object |
{- "names": [
- "milk",
- "coffee"
], - "store": "beverages"
}
{- "data": {
- "personalization": {
- "coffee": {
- "reason": "OK",
- "success": 1,
- "value": "hot"
}, - "milk": {
- "reason": "OK",
- "success": 1,
- "value": "cold"
}
}
}, - "metadata": {
- "command": "personalization_get",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}