nodeMount property

String nodeMount
final

The path the node control channel is mounted at.

Nodes connect to wss://<host>:<port><nodeMount>. The REST API, when hosted on the same listener, lives under /api/v1 alongside it.

Implementation

final String nodeMount;