MngGetGateways¶
Returns the current immutable gateway configuration snapshot. Requires SESSION_ADMIN.
HTTP: GET /gateways
{"command":"MngGetGateways"}
{"rows":[{"id":1,"name":"Mock LP","description":"Transport test","type":"MOCK","binary":"mock/mock_gateway","enabled":true,"bind_host":"127.0.0.1","port":0,"provider_config":{"environment":"test"},"startup_timeout_ms":10000,"heartbeat_interval_ms":1000,"heartbeat_timeout_ms":5000,"restart_enabled":true,"restart_initial_delay_ms":500,"restart_max_delay_ms":10000,"created_at":1785300000,"updated_at":1785300000}],"snapshot_version":3}
The complete provider_config is returned because this command is restricted to SESSION_ADMIN.