Submission status by time range - Cluster

Prev Next

Reads the status of all the analyzed submissions in a given time range across the cluster.

API URL

GET https://<host>/wsapis/mvx/[v2.0.0]/submissions/cluster/done?start_time=XX&end_time=YY

Sample curl request

curl -gsk -H "$c" "https://172.16.161.165/wsapis/mvx/v2.0.0/submissions/cluster/done?start_time=2021-03-23T18:51:00.000-00:00&end_time=2021-03-23T19:51:00.000-00:00"

Parameters

  • start_time — Format is yyyy-mm-dd'T'hh:mm:ss.SSSXXX (Example: 2021-03-23T19:51:00.000-00:00)

  • end_time — Format is yyyy-mm-dd'T'hh:mm:ss.SSSXXX (Example: 2021-03-23T20:51:00.000-00:00)

Response

HTTP OK with JSON, containing the array of status objects:

[{"verdict":"non-malicious","uuid":"59b503a9-f626-4ae1-bff3-5056d013577c","done_time":"2021-03-23T19:53:17+0000"}]

or

Error JSON with displayable message

Authentication

Standard WSAPI authentication

Response mime type

application/json