Checker system API
Last updated
POST /api/check_system_callback HTTP/1.1
Host: localhost:8080
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"results": [
{
"success": true,
"out": "Hello, World!",
"msg": "OK",
"time": 150
}
],
"meta": 12345
}