Logo
  • FlexCDN
  • 下载 (v1.0.4)
  • 文档
  • 开发
  • 试用购买
  • 在线演示
  1. API列表
  2. NodeLogService(节点日志相关服务)
  3. 消息类型
  4. NodeLog
{ int64 id; string role; string tag; // 描述(备注) string description; string level; // 节点ID int64 nodeId; int64 createdAt; // 数量 int32 count; // 服务ID(网站ID) int64 serverId; bool isFixed; int64 originId; bool isRead; bytes paramsJSON; string type; }