List of executable files
Returns a list of executable files.
Body | |||||||||
searchrequired | string | Search by unique executable file ID, executable file type, analytics server (Server name) | |||||||
orderingrequired | string | Sort by executable file type. Default is ascending. Descending sort: -binary_type_name | |||||||
serverrequired | string | Filter by server name | |||||||
binary_typerequired | string | Filter by server name | |||||||
statusrequired | string | Filter by executable file status |
Response | |||||||||
200 | Returns a JSON array of objects with information about executable files. | ||||||||
JSON
| |||||||||
int | id | ||||||||
string | binary_type | Type of analytics: face-recognition - face recognition motion-detect - motion detection visitors-counting - people counting licplate-recognition - license plate recognition person-counting - people counting in a specific area camera-obstacle - camera damage/occlusion/vandalism detection loud-sounds - loud sound detection line-intersection - line intersection detection smoke-fire - smoke/fire detection | |||||||
string | status | Current status of the executable file: NOT CREATED - Executable file is not created CREATED - Executable file is created RUNNING - Executable file is running STOPPED - Executable file is stopped DELETED - Executable file is deleted | |||||||
string | server.name | Server name. | |||||||
string | server.ip | IP address of the server. | |||||||
uid | uid | Unique ID of the executable file. |