Server Administration
Services
Return service configuration key
This function returns a specific configuration key for a service.
get/get_service_config_key
Query parameters
keystring required
Example:mail_process_size
The configuration key's name.
servicestring required
Example:dovecot
The service's name.
Response
HTTP Request was successful.
Example response
{
"data": {
"key name": "512"
},
"metadata": {
"command": "get_service_config_key",
"reason": "OK",
"result": 1,
"version": 1
}
}