getSubscriptionInformation
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/system/subscriptions
Websocket
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location -g --request POST 'https://localhost:8092/json-rpc/system/subscriptions' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "serverinfo",
"subcommand": "getSubscriptions",
"instance": 0,
"tan": 4711
}'
Response Response Example
Example 1
{
"command": "serverinfo-getSubscriptions",
"info": {
"subscriptions": [
"components-update"
]
},
"success": true,
"tan": 4711
}
Request
Body Params application/json