v1

latestSwagger 2.0Apache 2.02026-07-174372196.9 KB
运行器管理

获取后台运行器状态

获取WAF后台运行器的运行状态

get/api/runner/status

Response

获取运行器状态成功

codeinteger
messagestring
requestIdstring
successboolean
timestampstring

Example response

{
  "code": 200,
  "data": {
    "isRunning": true,
    "state": "running"
  },
  "message": "操作成功",
  "requestId": "550e8400-e29b-41d4-a716-446655440000",
  "success": true,
  "timestamp": "2023-01-01T12:00:00Z"
}