Go to documentation repository
Page History
Search by one source
Method: POST http://IP-Address:port/prefix/search/{auto|face|vmda|stranger|heatmap}/{DETECTORID}/{BEGINTIME/ENDTIME}
Tip |
---|
|
Tip |
|
Info | ||
---|---|---|
| ||
The ENDTIME and BEGINTIME syntax is described in Get archive contents section. |
...
Tip |
---|
HOSTNAME – Server name. |
Search by multiple sources
Method: POST httpPOST http://IP-Address:port/prefix/search/{HOSTNAME}/{auto|face|vmda|stranger|heatmap}/{BEGINTIME/ENDTIME}
This search type always accepts JSON in the POST body that is to include at least one section of the form:
Code Block |
---|
"sources": [
"hosts/Server1/AVDetector.1/EventSupplier"
] |
...
Code Block |
---|
{ "sources": [ "hosts/Server1/AVDetector.1/EventSupplier", "hosts/Server1/AVDetector.2/EventSupplier" ], "image" : "base64 encoded image" } |
Result
The request will return either error or response like:
...
Receiving the Accepted code does not guarantee successful execution of the search. This code only shows that the command has been taken to process.
Parameter | Description |
---|---|
Location |
identifier for future access to search results. Example: /search/vmda/3dc15b75-6463-4eb1-ab2d-0eb0a8f54bd3 |
Error codes:
Error code | Description |
---|---|
400 | Incorrect request. |
500 | Internal Server error. |
Overview
Content Tools