MngStartGateway¶
Creates a runtime context and starts supervisor processing for an enabled gateway. Requires SESSION_ADMIN.
HTTP: POST /gateway/start
{"command":"MngStartGateway","id":1}
{"id":1}
Startup is asynchronous. Poll MngGetGatewayRuntime until it reaches READY or reports CRASHED/RESTART_BACKOFF. Starting an already active gateway is idempotent. A disabled gateway must first be enabled with MngSetGatewayEnabled.