This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
api [2023/05/08 17:04] nightfly |
api [2024/10/11 17:47] (current) nightfly |
||
---|---|---|---|
Line 19: | Line 19: | ||
====== Supported objects and methods list ====== | ====== Supported objects and methods list ====== | ||
+ | ^ Object ^ Method ^ Parameters required ^ Action/ | ||
+ | | models | ||
+ | | storages | ||
+ | | | getstates | | array of all storages states | | ||
+ | | cameras | ||
+ | | | create | modelid + ip + login + password + active + storageid + description | ||
+ | | | activate | cameraid | ||
+ | | | deactivate | cameraid | ||
+ | | | setdescription | cameraid + description | ||
+ | | | delete | cameraid | deletes specified camera | | ||
+ | | | isregistered | ip | checks is some camera is registered by IP on NVR or not? | | ||
+ | | | isipportfree | ip+port | ||
+ | | users | getall | | ||
+ | | | create | login + password | ||
+ | | | changepassword login + password | | ||
+ | | | delete | login | deletes existing user | | ||
+ | | | isregistered | login | checks is user registered or not | | ||
+ | | | checkauth | login + password | ||
+ | | acls | getall | | ||
+ | | | getallcameras | | ||
+ | | | getallchannels | | ||
+ | | | getchannels | login | returns array of all channels available for user | | ||
+ | | | getcameras | login | returns array of all cameras available for user | | ||
+ | | | assignchannel | login + channelid | assigns some channel to user with ACL | | ||
+ | | | assigncamera | login + cameraid | ||
+ | | | deassignchannel | login + channelid | ||
+ | | | deassigncamera | login + cameraid | ||
+ | | channels | ||
+ | | | getscreenshotsall | | returns array of all available channel screenshots | | ||
+ | | | getscreenshot | channelid | ||
+ | | | getlivestream | channelid | ||
+ | | recorders | ||
+ | | | isrunning | cameraid | ||
+ | | system | ||
+ | ====== Usage examples ====== | ||
- | ^ Object ^ Method ^ Parameters required ^ Returns ^ | + | ===== Models list ===== |
- | | models | + | **Request** |
- | | storages | + | |
- | | | getstate | | + | < |
- | | cameras | + | http:// |
- | | | create | modelid + ip + login + password + active + storageid + description | + | </ |
- | | | activate | cameraid | + | |
- | | | deactivate | cameraid | + | **Reply** |
- | | | setdescription | cameraid + description | + | < |
- | | | delete | cameraid | | | + | Array |
- | | | isregistered | ip | | | + | ( |
- | | users | + | [12] => Array |
- | | | create | login + password | + | ( |
- | | | changepassword login + password | | + | |
- | | | delete | login | + | |
- | | | isregistered | login | + | |
- | | | checkauth | login + password | + | ) |
- | | acls | getall | | + | |
- | | | getallcameras | | + | [11] => Array |
- | | | getallchannels | | + | ( |
- | | | getchannels | login | | | + | |
- | | | getcameras | login | | | + | [modelname] => Hikvision DS-2CD1023G0E-I |
- | | | assignchannel | login + channelid | | | + | [template] => Hikvision_DS-2CD1023G0E-I |
- | | | assigncamera | login + cameraid | + | ) |
- | | | deassignchannel | login + channelid | + | |
- | | | deassigncamera | login + cameraid | + | [10] => Array |
- | | channels | + | ( |
- | | | getscreenshotsall | | | | + | |
- | | | getscreenshot | channelid | + | |
- | | | getlivestream | channelid | + | [template] => Tyto_IPC-5D28-KS-30 |
- | | recorders | + | ) |
- | | | isrunning | | + | .... |
- | | system | + | </ |
+ | |||
+ | ===== Wrong object or method ===== | ||
+ | |||
+ | **Request** | ||
+ | |||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | **Reply** | ||
+ | < | ||
+ | Array | ||
+ | ( | ||
+ | [error] => 1 | ||
+ | | ||
+ | ) | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | **Request** | ||
+ | |||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | **Reply** | ||
+ | < | ||
+ | Array | ||
+ | ( | ||
+ | [error] => 2 | ||
+ | [message] => " | ||
+ | ) | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Storages list ===== | ||
+ | |||
+ | **Request** | ||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | **Reply** | ||
+ | < | ||
+ | Array | ||
+ | ( | ||
+ | [13] => Array | ||
+ | ( | ||
+ | [id] => 13 | ||
+ | | ||
+ | | ||
+ | ) | ||
+ | |||
+ | [1] => Array | ||
+ | ( | ||
+ | | ||
+ | | ||
+ | | ||
+ | ) | ||
+ | |||
+ | ) | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Storages states ===== | ||
+ | |||
+ | **Request** | ||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | **Reply** | ||
+ | < | ||
+ | Array | ||
+ | ( | ||
+ | [13] => Array | ||
+ | ( | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | ) | ||
+ | |||
+ | [1] => Array | ||
+ | ( | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | ) | ||
+ | |||
+ | ) | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ===== Existing cameras list ===== | ||
+ | |||
+ | |||
+ | **Request** | ||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | **Reply** | ||
+ | < | ||
+ | Array | ||
+ | ( | ||
+ | [54] => Array | ||
+ | ( | ||
+ | [CAMERA] => Array | ||
+ | ( | ||
+ | [id] => 54 | ||
+ | [modelid] => 11 | ||
+ | [ip] => 172.30.1.92 | ||
+ | [login] => admin | ||
+ | [password] => SomePassword | ||
+ | [active] => 1 | ||
+ | [storageid] => 1 | ||
+ | [channel] => kiqgdmrbma1 | ||
+ | [comment] => Here some camera description | ||
+ | [realport] => Here is camera RTSP port that depends template or custom port if set | ||
+ | ) | ||
+ | |||
+ | | ||
+ | ( | ||
+ | [DEVICE] => Hikvision DS-2CD1023G0E-I | ||
+ | [PROTO] => rtsp | ||
+ | [MAIN_STREAM] => /h264 | ||
+ | [SUB_STREAM] => /h264 | ||
+ | [RTSP_PORT] => 554 | ||
+ | [HTTP_PORT] => 80 | ||
+ | [SOUND] => 0 | ||
+ | ) | ||
+ | |||
+ | | ||
+ | ( | ||
+ | [id] => 1 | ||
+ | [path] => / | ||
+ | [name] => Default | ||
+ | ) | ||
+ | |||
+ | | ||
+ | ( | ||
+ | [id] => 1 | ||
+ | [cameraid] => 57 | ||
+ | | ||
+ | [keepsubalive] => 0 | ||
+ | [order] => | ||
+ | ) | ||
+ | |||
+ | ) | ||
+ | |||
+ | [33] => Array | ||
+ | ( | ||
+ | .... | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== User creation ===== | ||
+ | |||
+ | **Request** | ||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | **Request data** | ||
+ | < | ||
+ | $requestData=array( | ||
+ | ' | ||
+ | ' | ||
+ | ); | ||
+ | </ | ||
+ | |||
+ | **POST variable ' | ||
+ | < | ||
+ | |||
+ | {" | ||
+ | </ | ||
+ | |||
+ | **Reply** | ||
+ | < | ||
+ | |||
+ | |||
+ | Array | ||
+ | ( | ||
+ | [error] => 0 | ||
+ | [message] => Success | ||
+ | ) | ||
+ | </ | ||
+ | |||
+ | ===== Attempt to create existing user ===== | ||
+ | |||
+ | **Request** | ||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | **Request data** | ||
+ | < | ||
+ | $requestData=array( | ||
+ | ' | ||
+ | ' | ||
+ | ); | ||
+ | </ | ||
+ | |||
+ | **POST variable ' | ||
+ | < | ||
+ | |||
+ | {" | ||
+ | </ | ||
+ | |||
+ | **Reply** | ||
+ | < | ||
+ | Array | ||
+ | ( | ||
+ | [error] => 7 | ||
+ | [message] => User already exists | ||
+ | ) | ||
+ | </ | ||
+ | |||
+ | |||
+ | We hope it is clear how it works. You can also check out a sample implementation of this API at [[https:// | ||