...
| Code Block |
|---|
curl --header "Content-Type: application/json" --request POST --data '{"jsonrpc":"2.0","id":"3","method":"Controller.1.activate","params":{"callsign":"org.rdk.MaintenanceManager"}}' http://127.0.0.1:9998/jsonrpc
curl --header "Content-Type: application/json" --request POST --data '{"jsonrpc":"2.0","id":"3","method":"Controller.1.activate","params":{"callsign":"org.rdk.Network"}}' http://127.0.0.1:9998/jsonrpc
systemctl restart wpeframework |
| Note |
|---|
Maintanencemanager invocation is handling through UI side. For current validation, we are following this approach. |
...