Go to documentation repository
Page History
General request format:
http://IP-address:port/web2/secure/configuration/{objectClass}:{id}/
Request parameters:
Parameter | Is required | Description |
---|---|---|
ObjectClass | Yes | Object class ID |
id | Yes | Object ID |
Example request:
http://example.com:[port]127.0.0.1:8085/web2/secure/configuration/GRAY:2/ - getting information on the Sensor object with id 2.Sample of
Example response:
<GRAY>
...
Code Block | ||
---|---|---|
| ||
<GRAY> <id>GRAY:2</id> |
...
<name>Gray 2</name> |
...
<state>
...
<state> <id>alarmed</id> |
...
</state> |
...
</GRAY> |
Response parameters:
Parameter | Description |
---|---|
id | Object ID in the format "TYPE:ID", for example "CAM:1" |
name | Object name in Intellect |
state id | The current state of the object |
Overview
Content Tools