getConfiguration
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/config
WebsocketHTTP/S
Sets of configuration items can be filtered by provided a list of configuration items to be returned.
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location -g --request POST 'https://localhost:8092/json-rpc/config' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "config",
"subcommand": "getconfig",
"tan": 4711
}'
Response Response Example
Success - Global filter
{
"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
}
Request
Body Params application/json