1. RTLS
AOA Positioning Engine
  • Auth
    • Sign In
      POST
    • Reset Password
      PUT
    • Refresh
      GET
  • Service
    • Master
      • Service Status
      • Install Service
      • Uninstall Service
      • Restart Service
    • Worker
      • Service Status
      • Install Service
      • Uninstall Service
      • Restart Service
  • Configuration
    • Get Master Configuration
      GET
    • Set Master Configuration
      PUT
    • Get Worker Configuration
      GET
    • Set Worker Configuration
      PUT
    • Get Locators Configuration
      GET
    • Get Filters Configuration
      GET
    • Set Filters Configuration
      PUT
  • BP
    • Set BP
      PUT
    • Get BP
      GET
    • Delete BP
      DELETE
  • RTLS
    • Positions
      GET
    • Userdata
      GET
    • Locators
      GET
    • Update Positions
      POST
    • Report
      GET
    • Dashboard
      GET
  • 数据模型
    • ServiceStatus
    • ConfigurationMaster
    • ConfigurationWorker
    • ConfigurationFilters
    • BP
  1. RTLS

Dashboard

开发中
GET
/api/dashboard

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "count_online_locators": 1,
    "count_online_tags": 1,
    "count_total_locators": 1,
    "count_total_tags": 1,
    "pushers": [],
    "report": {
        "master": {
            "cpu_usage": 0.10872528702020645,
            "err_pkt_count": 0,
            "err_result_count": 0,
            "pkt_count": 4,
            "result_count": 4,
            "ts": 1777574162897,
            "used_memory": 440434688
        },
        "workers": {}
    },
    "status": "NOT_INSTALLED"
}
修改于 2026-04-30 18:25:02
上一页
Report
下一页
ServiceStatus
Built with