The following block shows an HTTP request:
GET /api/v3.1/ksninfo |
The following block 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, 02 Dec 2019 18:06:50 GMT Content-Length: 190
{ "ksnStatus": "Connected", "whiteApplications": %whiteApplications%, "malwareApplications": %malwareApplications%, "blockedThreats": %blockedThreats%, "region": "%ksnRegion%", "responseTimestamp": "%responseTimestamp%" } |
If KSN is turned off, the response body contains a JSON object with a single ksnStatus
field:
{ "ksnStatus": "KSN turned off" } |