AI 综合语音处理系统
  1. Schemas
AI 综合语音处理系统
  • APi
    • Log
      • 发布日志到频道
    • Node
      • 上报节点心跳
      • 获取节点列表
    • 上传接口
      POST
  • RabbitMQ
    • 测试RabbitMQ接口
      POST
  • 数据模型
    • Schemas
      • LogPublishRequest
      • LogEventPayload
      • PublishResult
      • NodeHeartbeatRequest
      • NodeInfo
      • NodeInfoWithOnline
      • CommonResponseNodeInfo
      • CommonResponseNodeArray
      • CommonResponsePublishResult
      • CommonResponseNull
  1. Schemas

NodeInfoWithOnline

{
    "id": "string",
    "name": "string",
    "last_seen": 0,
    "online": true,
    "cpu_usage": 0,
    "mem_total": 0,
    "mem_used": 0,
    "mem_percent": 0,
    "gpu_count": 0,
    "gpu_utilization": [
        0
    ],
    "vram_total": 0,
    "vram_used": 0,
    "disk_total": 0,
    "disk_used": 0,
    "net_in_bps": 0,
    "net_out_bps": 0,
    "load1": 0,
    "load5": 0,
    "load15": 0,
    "pid": 0,
    "uptime": 0,
    "tags": [
        "string"
    ],
    "extra": {}
}
Built with