节点管理
加载中…
监控数据
IEPL 节点
负责线路转发和中转的节点
海外落地节点
负责落地出口和终端承载的机器
接入真实服务器数据
通过"节点管理"添加节点后复制一键安装命令,或手动向接口上报指标。
POST /api/metrics
Content-Type: application/json
{
"id": "my-server-01", "name": "My Server", "type": "landing",
"region": "Singapore", "provider": "AWS", "ip": "1.2.3.4",
"status": "online",
"metrics": { "cpu": 42, "memory": 61, "disk": 58,
"ieplForwardIn": 0, "ieplForwardOut": 0,
"landingIn": 81, "landingOut": 48, "latency": 23, "uptime": 19 }
}