NMOS Matrox API - Calls

Service name: <MachineName>-Daemon (one per machine).

General

General lifecycle endpoints for the NMOS Matrox service.

Shutdown [CALL]

Shutdown

Immediately terminates the NMOS Matrox service process.

No params.

Example - Shut down the NMOS Matrox service

Request (you send)

JSON
{
  "Type": "Call",
  "Target": "<MachineName>-Matrox",
  "RespondTo": "<Service>",
  "Method": "Shutdown",
  "ID": "<ID>"
}
JSON
{}