平台运维相关接口/平台综合
GETPlatform起始版本 1.0同步需要认证
获取平台概览
获取合并平台概览包含运行时健康指标。
调试可用性
在线调试
使用当前认证信息和示例参数提交 Mock 请求。
请求参数
此接口无需请求参数。
响应状态
请求地址
GET/api/v1/monitoring/platform-overview
/api/v1/monitoring/platform-overview
请求示例
curl -X GET '{host}/api/v1/monitoring/platform-overview' -H 'Authorization: Bearer {token}'
响应示例
200{
"collectedAt": "example",
"overallStatus": "healthy",
"databaseJson": "{\"connected\": true, \"latency_ms\": 5}",
"eventsubJson": "{\"active_subs\": 12}",
"goroutinesJson": "{\"count\": 48}"
}变更历史
此 API 暂无变更历史记录。
