Go to documentation repository
Page History
...
The child objects of the device (video channels, streams, microphones, speakers, telemetry, sensors and relays) will be indicated in child units.
Get device information by access point
You can get information by access point for archives, detection tools and video cameras.
Example of a request to get information about the archive by access point:
Code Block |
---|
{
"method":"axxonsoft.bl.config.ConfigurationService.ListUnitsByAccessPoints",
"data":{
"access_points": ["hosts/Server1/DeviceIpint.1/SourceEndpoint.video:0:0"]
}
} |
Response example:
Code Block |
---|
{
"units": [
{
"uid": "hosts/Server1/DeviceIpint.1/VideoChannel.0",
"display_id": "0",
"type": "VideoChannel",
"display_name": "",
"access_point": "hosts/Server1/DeviceIpint.1/SourceEndpoint.video:0:0",
"properties": []
}
} |
where
- uid—Server where the device was created;
- type—device type.
Example of a request to get information about the detection tool by access point:
Code Block |
---|
{
"method":"axxonsoft.bl.config.ConfigurationService.ListUnitsByAccessPointsStream",
"data":{
"access_points": ["hosts/Server1/AVDetector.1/EventSupplier"]
}
} |
Response example:
Code Block |
---|
--ngpboundary
Content-Type: application/json; charset=utf-8
Content-Length: 24703
{
"units": [
{
"uid": "hosts/Server1/AVDetector.1",
"display_id": "1",
"type": "AVDetector",
"display_name": "Object tracker",
"access_point": "hosts/Server1/AVDetector.1/EventSupplier",
"properties": []
}
} |
Info | ||
---|---|---|
| ||
|
Get information about device child objects
...
Overview
Content Tools