Get enginedef stat
|
Description |
Get enginedef stat |
|
URL Path |
/stat/enginedef |
|
Method |
GET |
Summary
Gets definition time of all current anti-malware engines. This is recommended API to check engine definition rather than using Get engines stat because it returns cached definition info and relatively cheap API.
Request URL
Response Codes
|
200 |
OK |
|
|
400 |
Bad request |
Not supported HTTP method or invalid http request. |
|
500 |
Internal server error |
Server temporary unavailable. Try again later. |
Response
Notice that engine name will be shortened to single word.
Example of successful scan request:
{ "Lavasoft" : "2014-11-24T00:00:00", "TotalDefense" : "2013-02-12T00:00:00", "ESET" : "2014-11-25T00:00:00", "AVG" : "2013-08-12T00:00:00", "Avira" : "2014-10-01T00:00:00"}