Service name: <MachineName>-Matrox (one per machine).
NMOS Configuration
Sets for modifying the NMOS Matrox service configuration. Changes are written to the Matrox JSON config file on disk, the NMOS network service is restarted, and the updated state is broadcast to all subscribers.
PersistentState [SET]
PersistentState
Updates the NMOS Matrox configuration. Accepts the full configuration object or a single field using dot-path syntax (e.g. `PersistentState.Enabled`). After applying the change, writes the new values to the Matrox config file on disk, restarts `mvNetworkService.exe`, syncs `RegistryMode` with the Daemon, and broadcasts the updated `PersistentState` to all subscribers.
Value
|
Value |
OBJECT |
Configuration object with any combination of: `ServerIP` (string), `ServerPort` (number), `Enabled` (boolean), `LocalIP` (string), `LocalPort` (number), `RegistryMode` (boolean). When using dot-path syntax (e.g. `Name: "PersistentState.Enabled"`), provide only the scalar value for that field. |
Example 1 - Set the full NMOS Matrox configurationRequest (you send) JSON
JSON
Response (you receive) JSON
JSON
|
Example 2 - Enable or disable the NMOS serviceRequest (you send) JSON
JSON
Response (you receive) JSON
JSON
|