Example of an HTTP request to clear accumulated statistics

March 5, 2024

ID 193010

The following example shows an HTTP request to clear accumulated statistics:

POST /api/v3.0/clearstatistics HTTP/1.0

Content-Type: application/octet-stream

Content-Length: 2

 

{}

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:09:27 GMT

Content-Length: 27

 

{

"error": "CLEARED"

}

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.