Axxon One 4.1.1.7773 and higher versions. For older versions, see Get list of video sources (cameras). |
GET http://IP-address:port/prefix/camera/list − get all available original sources (cameras) of Axxon-domain.
The returned VIDEOSOURCEID identifiers will have the format as follows "HOSTNAME/ObjectType.Id/Endpoint.Name". Friendly name and other related meta data will also be received.
Parameter | Required | Description | |
---|---|---|---|
limit | No | Determines the maximum number of returned results, the default value is 1000. | |
next_page | No | The value of the nextPageToken parameter, which will be in the response if the request returns not all the results. It is used to get the following values. | |
filter | No | Allows getitng a subset of the results in accordance with the filter. Currently it can have the HOSTNAME or VIDEOSOURCEID values.
| |
group_ids | No | List of the group identifiers to which the cameras should belong (see Get list of groups and their contents). It is possible to specify several identifiers using the separator "|". For example:
In this case, the response will contain all the cameras that belong at least to one of the specified groups. |
Sample request:
GET http://127.0.0.1:80/camera/list?filter=Server1
Sample response:
|
Parameter | Description |
---|---|
archives | List of archives to which the camera is connected. |
audioStreams | Audio stream. |
comment | Commentary. |
detectors | List of created detection tools. |
displayId | Friendly name. |
displayName | Name. |
groups | List of groups to which the camera belongs. The parameter is available in the response, starting with version 4.3.0.8402. |
ipAddress | IP-address. |
isActivated | True − the object is enabled, False − the object is disabled. The parameter is available in the response, starting with version 4.3.0.8402. |
azimuth, latitude, longitude | The coordinates of the camera. Parameters are available in the response, starting with version 4.3.3.8923. Depending on the Server localization, the parameter values can be separated by either a period or a comma. |
model | Model. |
ptzs | PTZ devices where: is_active − indicates whether the PTZ object is activated, pointMove − Point&Click support, areaZoom − Areazoom support. |
textSources | Event sources. |
vendor | Vendor. |
videoStreams | Video streams. |