Added clear_log function

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-28 20:11:52 +02:00
parent 25c623205e
commit 8f3ba858c5
3 changed files with 67 additions and 0 deletions

View File

@@ -337,6 +337,60 @@
}
},
"response": []
},
{
"name": "GetDiskUsage",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"request\": \"get_disk_usage\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:6969/api",
"host": [
"localhost"
],
"port": "6969",
"path": [
"api"
]
}
},
"response": []
},
{
"name": "ClearLogs",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"request\": \"clear_logs\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:6969/api",
"host": [
"localhost"
],
"port": "6969",
"path": [
"api"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}