Example of an HTTP request to get the KSN information

March 5, 2024

ID 193338

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"

}

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.