GET http://IP-address:port/prefix/camera/list—get all available original sources (cameras) of a domain.
The returned VIDEOSOURCEID identifiers will have the format as follows "HOSTNAME/ObjectType.Id/Endpoint.Name". Friendly name and other related metadata 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 results. It is used to get the following values | |
filter | No | Allows getting 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 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 | Parameter description |
---|---|
archives | List of archives to which the camera is connected |
audioStreams | Audio stream |
comment | Comment |
camera_access | Access rights to the camera, where:
|
detectors | List of created detection tools |
displayId | Friendly identifier |
displayName | Name |
groups | List of groups to which the camera belongs |
ipAddress | IP address |
isActivated | True—the object is enabled, False—the object is disabled |
azimuth, latitude, longitude | The coordinates of the camera. Depending on the Server localization, the parameter values can be separated by either a period or a comma |
model | Model |
ptzs | PTZ devices, where:
|
textSources | Event sources |
vendor | Vendor |
videoStreams | Video streams |