Documentation for Axxon Next 4.5.0 - 4.5.10. Documentation for other versions of Axxon Next is available too.

Previous page Next page

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

Compare with Current View Page History

Version 1 Current »

GET http://IP address: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