Versions Compared

Key

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

...

Tip

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

Sample request:

GET http://127.0.0.1:80/control/telemetry/preset/info/Server1/DeviceIpint.2/TelemetryControl.0

...

ParameterRequiredDescription
posYesPosition. If a preset with specified position already exists, its label will be deleted.
labelYesPreset name.
session_idYesSession id (see Acquire telemetry control session).

Sample request:

GET http://127.0.0.1:80/control/telemetry/preset/set/Server1/DeviceIpint.2/TelemetryControl.0?pos=0&label=Exit&session_id=0

...

ParameterRequiredDescription
posYesPreset position.
session_idYesSession id (see Acquire telemetry control session).

Sample request:

Going to preset with pos 1:

...