Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Get list of telemetry devices for specified video source  Keep session alive Next page

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