title | type |
---|---|
Isolate |
core |
Stops all network operations and disconnects all clients and servers.
None
None
- a JSON object containinly only the string "Isolating from network now." as the result.
GET http://localhost:8081/isolate
{
"result": "Isolating from network now.",
"error": null,
"id": null
}