Documentation for Axxon PSIM 2.0. Documentation for other versions of Axxon PSIM 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

« Previous Version 4 Current »

General request format:

PUT http://IP-address:port/web2/secure/configuration/{objectClass}:{id}/state/actions/command/execute

Request example:

Parameter

Is required

Description

objectClassYesObject class ID
idYesObject ID
CMDYes

Command, for example, DISARM

Attention! The command name must be in uppercase

Response example:

PUT http://127.0.0.1:8085/web2/secure/configuration/GRAY:2/state/actions/DISARM/execute

Request example to set a new value for a parameter:

PUT http://1:1@127.0.0.1:8085/web2/secure/configuration/SLAVE:A-KHAGOZHEEV/state/actions/ACTIVATE_DISPLAY/execute

{
 "display_id": "2" //switch Display
 }


  • No labels