Documentation for C-Werk 2.0.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

GET http://IPaddress:port/prefix/control/telemetry/session/acquire/{TELEMETRYCONTROLID}

TELEMETRYCONTROLID – template from Get list of telemetry devices for specified video source.

ParameterRequiredDescription
session_priorityNo

Telemetry control priority from 1 (maximum) to 5 (minimum). 

Sample request:

GET http://127.0.0.1:80/control/telemetry/session/acquire/Server1/DeviceIpint.2/TelemetryControl.0?session_priority=2

If a telemetry device is not in use or a user with lower priority controls it, then telemetry control is taken over and Server sends the response:

{
"session_id" : [id]
}

where id is the session id.

  • No labels