Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Method: POST http://IP-Address:port/prefix/search/{auto|face|vmda|stranger|heatmap}/{DETECTORID}/{BEGINTIME/ENDTIME}

tip
Tip
  • auto|face|vmda|stranger|heatmap – search type.
  • DETECTORID– endpoint detection tool ternary ID (HOSTNAME/AVDetector.ID/EventSupplier for auto and face search, HOSTNAME/AVDetector.ID/SourceEndpoint.vmda for vmda, see Get list of detection tools).


Info
titleNote

The ENDTIME and BEGINTIME syntax is described in Get archive contents section.

...

Search by multiple sources

Method: POST httpPOST http://IP-Address:port/prefix/search/{HOSTNAME}/{auto|face|vmda|stranger|heatmap}/{BEGINTIME/ENDTIME}

...

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"
}

...