Get IP cameras settings
Returns IP cameras settings.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- max integerMaximum numbers of cameras 
- items object[]- Camera list name string- Camera name url string- Camera RTSP url uuid uuid- Unique identifier 
{
  "max": 32,
  "items": [
    {
      "name": "Cam1",
      "url": "rtsp://192.168.1.111:554/media/video1",
      "uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
    }
  ]
}
{
  "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 stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...