Skip to main content
Skip table of contents

List of executable files

Returns a list of executable files.

GET /client_api/binaries/
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
[{
            "id": 1,
            "binary_type": "face-recognition",
            "status": "DELETED",
            "server": {
                "id": 3,
                "name": "Server 1",
                "ip": "231.123.123.123"
            },
            "uid": "3a07d3f1-14b9-11ed-a8c2-7478270bd33e"
        }]
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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.