AiLog
Logs messages by face recognition AI on FortiRecorder.
Permissions required include Camera analytics.
| HTTP Methods |
|
| URL | https://HOST_OR_IP/api/v1/AiLog?type=activity&subtype=activity& range=TIMESTAMP&startIndex=INDEX&pageSize=ITEMS&start_time=TIMESTAMP&end_time=TIMESTAMP&person={user_id}&camera={camera_id}
where variables are:
Other parts of the URL are required, but their values cannot be changed. |
Example: Find times when unknown people were seen by camera MC51
curl -X GET -b cookie.txt "https://HOST_OR_IP/api/v1/AiLog?Type=activity&subtype=activity&person=UNKNOWN&camera=MC51"
|
|
On Microsoft Windows with Command Prompt and the 'subtype' is not recognized as an internal or external command, operable program or batch file. Reserved characters and escape sequence vary by operating system and command line environment. Linux and Mac terminals often do not require this, and Microsoft PowerShell uses different escape sequences. |