setSubscriptions
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/system/subscriptions/subscribe
Websocket
These updates will be pushed whenever a server-side data change occurs, without the need for the caller to poll.
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location -g --request POST 'https://localhost:8092/json-rpc/system/subscriptions/subscribe' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "serverinfo",
"subscribe": [
"components-update"
],
"tan": 4711
}'
Response Response Example
Success
{
"command": "serverinfo-subscribe",
"info": {},
"success": true,
"tan": 4711
}
Request
Body Params application/json
Responses
Modified at 2025-05-18 14:30:34