Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect 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 Next »

General request format:

http://IP-address:port/web2/secure/configuration/{objectClass}:{id}/

Request parameters:

ParameterIs requiredDescription
ObjectClassYesObject class ID
idYesObject ID

Example request:

http://127.0.0.1:8085/web2/secure/configuration/GRAY:2/

Example response:

<GRAY>
    <id>GRAY:2</id>
    <name>Gray 2</name>
    <state>
        <id>alarmed</id>
    </state>
</GRAY>

Response parameters:

ParameterDescription
idObject ID in the format "TYPE:ID", for example "CAM:1"
nameObject name in Intellect
state idThe current state of the object
  • No labels