Go to documentation repository
Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.
Previous page Next page
http://example.com:[port]/web2/secure/configuration?pageItems=3&page=2 – returns the list of the following objects with states:
- cameras added to the Web-server with IDs oc linked microphones, dynamics, PTZ devices, presets (see also Selecting and configuring cameras for the Web-server module).
- cameras added to maps selected for Web Server 2.0 are returned – see Selecting maps.
- sensors;
- relays;
- macros;
- RTSP servers with ports used, cameras added.
Parameters:
page – optional parameter. Sets the number of a page displayed as a result. By default: 1.
pageItems – optional parameter. Sets the number of objects displayed on the page. By default: 1000.
Important!
If there are many objects in the system (>1000) they are to be displayed by pages.
Processing of all objects is performed page by pare until an empty array is received.
Request example:
http://127.0.0.1:8085/web2/secure/configuration
Response example:
XML
<baseObjects>
<STREAMING_SERVER>
<extId>1</extId>
<id>STREAMING_SERVER:1</id>
<name>RTSP Server 1</name>
<state>
<id>normal</id>
<type>NORMAL</type>
</state>
<type>STREAMING_SERVER</type>
<cams>1;</cams>
<port>554</port>
</STREAMING_SERVER>
<MACRO>
<extId>001</extId>
<id>MACRO:001</id>
<name>001 Lightning ON 01</name>
<state>
<id>normal</id>
<type>NORMAL</type>
</state>
<type>MACRO</type>
</MACRO>
<CAM>
<extId>1</extId>
<id>CAM:1</id>
<name>Camera 1</name>
<regionId/>
<state>
<fullState>ARMED|DETACHED</fullState>
<id>disconnected</id>
<type>ALARM</type>
</state>
<type>CAM</type>
<additionalInfo/>
<micId/>
<presets/>
<speakerId/>
<telemetryId>1.1</telemetryId>
</CAM>
</baseObjects>JSON
[ { "type" : "CAM", "id" : "CAM:2", "extId" : "2", "name" : "Camera 2", "regionId" : "2.1", "state" : { "id" : "alarmed", "type" : "ALARM" }, "presets" : [ ]}, { "type" : "CAM", "id" : "CAM:1", "extId" : "1", "name" : "Camera 1", "state" : { "id" : "armed", "type" : "NORMAL" }, "presets" : [ ]}, { "type" : "GRAY", "id" : "GRAY:1", "extId" : "1", "name" : "Sensor 1", "state" : { "id" : "disconnected", "type" : "ALARM" }}, { "type" : "GRELE", "id" : "GRELE:2", "extId" : "2", "name" : "Relay 2", "state" : { "id" : "disabled", "type" : "NORMAL" }}, { "type" : "GRELE", "id" : "GRELE:1", "extId" : "1", "name" : "Relay 1", "regionId" : "2.1", "state" : { "id" : "disabled", "type" : "NORMAL" }}, { "type" : "GRAY", "id" : "GRAY:2", "extId" : "2", "name" : "Sensor 2", "state" : { "id" : "disconnected", "type" : "ALARM" }} ]Overview
Content Tools