This release date request is usually made after a database update to make sure that the anti-virus database has been updated to the latest version.
The following example shows an HTTP request to get the release date of the anti-virus database:
GET /api/v3.0/basesdate HTTP/1.0 |
The following example shows the corresponding response:
HTTP/1.0 200 OK Connection: close Content-Type: text/plain Server: KAVHTTPD/1.0 X-KAV-ProtocolVersion: 3 Date: Wed, 30 Jan 2019 19:03:18 GMT Content-Length: 50
{ "databaseVersion": "30.01.2019 18:38 GMT" } |
where databaseVersion
contains the current version of the anti-virus database in the following format: DD.MM.YYYY hh:mm GMT
.