Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Tip

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 theresponse:

Code Block
{
"session_id" : [id]
}

where id is the session id.