Go to documentation repository
GET http://IP-address:port/web2/secure/configuration/{objectClass}:{id}/
Parameter | Is required | Description |
---|---|---|
ObjectClass | Yes | Object class ID |
id | Yes | Object ID |
GET http://127.0.0.1:8085/web2/secure/configuration/GRAY:2/
<GRAY> <id>GRAY:2</id> <name>Gray 2</name> <state> <id>alarmed</id> </state> </GRAY>
Parameter | Description |
---|---|
id | Object ID in the format "TYPE:ID", for example "CAM:1" |
name | Object name in Axxon PSIM |
state | The current state of the object |
Note
Each object has additional parameters (see a complete list on the page Getting a list of all Axxon PSIM objects).