Clear logger data
This operation clears the data of a HTTP request logger.
Request parameters
Parameters |
---|
Clear data of a logger. The value is
clear_logger .
|
The ID of the logger to clear data from.
|
{
"op": "clear_logger",
"logger_id": 52953
}
Response parameters
Attributes |
---|
The status of the operation. The value can be
"success" or "fail" .
|
Error message. Returned in case of a failed operation.
|
Error details. Returned in case of an error.
|
{
"op_status": "success"
}