Engine

Covers Engine 2.0.0

dartwic-share/connect

Connects the engine to a remote DARTWIC Share node.

  • Category: RAPID Share

Request payload

FieldTypeRequirementDescription
hoststringOptionalRemote host name or IP address; defaults to 127.0.0.1.
portintegerOptionalRemote TEMPEST base port; defaults to 7200.
passwordstringOptionalRegistration password; defaults to admin.
transportstringRequiredtempest for the built-in transport, or a plugin-qualified Share transport.
node_namestringOptionalExpected remote node name.
kindstringOptionalRemembered peer kind; defaults to node.
rapidobjectOptionalRAPID settings: enabled, share_all, and a channels array of channel keys (not fields).
argusobjectOptionalARGUS settings containing enabled.
poll_interval_msintegerOptionalPoll interval in milliseconds; defaults to 5000 and is clamped to at least 100.
rememberbooleanOptionalPersist the connection for automatic reconnection; defaults to true.

Response payload

RemoteNode: The connected node descriptor, including identity, endpoint, peer kind, connection state, metadata, and health counters.