curl --location -g --request POST 'https://localhost:8092/json-rpc/config' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "config",
"subcommand": "getconfig",
"tan": 4711
}'
{
"command": "config-getconfig",
"info": {
"global": {
"settings": {
"cecEvents": {
"actions": [
{
"action": "Suspend",
"event": "standby"
},
{
"action": "Resume",
"event": "set stream path"
}
],
"enable": false
},
"general": {
"configVersion": "2.0.17-beta.3",
"name": "My Hyperion Config",
"showOptHelp": true,
"watchedVersionBranch": "Stable"
}
},
"uuid": "ba85a700-65fe-51e8-97d5-a24dbf47c547"
}
},
"success": true,
"tan": 4711
}