Go to documentation repository
POST http://IP-address:port/prefix/search/heatmap/{DETECTORID}/{BEGINTIME}/{ENDTIME}
Tip |
---|
DETECTORID – endpoint detection tool ternary 엔드포인트 감지 도구의 3진 ID (자동 및 얼굴 검색의 경우 HOSTNAME/AVDetector.ID/EventSupplier for auto and face search, vmda의 경우 HOSTNAME/AVDetector.ID/SourceEndpoint.vmda for vmda , see Get list of detection tools 검출 도구 목록 가져오기 참고). |
Info | ||
---|---|---|
| ||
ENDTIME, BEGINTIME is the time in ISO format; it specifies the Heat Map interval. The ENDTIME and BEGINTIME syntax is described in 아카이브 내용 가져오기 section. BEGINTIME은 ISO 형식의 시간으로, 히트 맵 간격을 지정합니다. ENDTIME과 BEGINTIME 구문은 아카이브 내용 가져오기 섹션에 설명되어 있습니다. |
요청 본문에는 검색된 이미지의 크기가 포함될 수 있습니다.The request body may contain the size of the searched image:
Code Block |
---|
{ "mask_size":{ "height":1080, "width":1920 } } |
Sample request샘플 요청:
POST http://127.0.0.1:80/search/heatmap/SERVER1/AVDetector.2/SourceEndpoint.vmda/past/future
GET http://127.0.0.1:80/search/heatmap/35ff5989-42ee-4446-bfde-f91375df67d3/result
where 여기서 35ff5989-42ee-4446-bfde-f91375df67d3 is the GUID from the Location field of the response.f91375df67d3는 응답의 Location 필드에서 제공되는 GUID입니다.
샘플 응답Sample response:
Code Block |
---|
Access-Control-Allow-Origin →* Cache-Control →no-cache Connection →Close Location →/search/heatmap/35ff5989-42ee-4446-bfde-f91375df67d3 |
...