Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Format of main stream  Authorization by token Next page


General request format:

GET http://IP-address:port/web2/secure/video/action.do?version={version}&sessionid={sessionid}&cam.id={cam.id}&target=CAM&targetid={targetid}&command={command}&login={login}&password={password}

Request parameters:

Parameter

Is required

Description

versionYes

See Product version

cam.idYesCamera ID
sessionidNoSession ID
targetYesCAM—"Camera" object class ID
targetidYesMatches cam.id
commandYes

Camera control commands:

  • Start recording: REC
  • Stop recording: REC_STOP
  • Arming: ARM
  • Disarming: DISARM
manual<number>Yes

Manual recording mode. The parameter is automatically generated for Start recording and Stop recording commands.

<number> can be 0 (manual recording mode disabled) or 1 (manual recording mode enabled)

login NoAxxon PSIM username, if set
passwordNoAxxon PSIM user password, if set

Request example:

GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=REC&parameters=manual<1>

GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=REC_STOP&parameters=manual<1>

GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=ARM

GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=DISARM

  • No labels