Get IP cameras settings
Returns IP cameras settings.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- max integer
maximum numbers of cameras
items object[]
list of
name stringurl stringuuid string
{
"max": 32,
"items": [
{
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
}
]
}
{
"max": 32,
"items": [
{
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
}
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...