{ string requestId; // 服务ID(网站ID) int64 serverId; // 节点ID int64 nodeId; int64 locationId; int64 rewriteId; int64 originId; string remoteAddr; string rawRemoteAddr; int32 remotePort; string remoteUser; string requestURI; string requestPath; int64 requestLength; double requestTime; string requestMethod; string requestFilename; bytes requestBody; string scheme; string proto; int64 bytesSent; int64 bodyBytesSent; int32 status; string statusMessage; map<string, Strings> sentHeader; string timeISO8601; string timeLocal; double msec; int64 timestamp; string host; string referer; string userAgent; string request; string contentType; map<string, string> cookie; string args; string queryString; map<string, Strings> header; string serverName; int32 serverPort; string serverProtocol; // 源站相关 string hostname; string originAddress; // 错误信息 int32 originStatus; // 扩展 []string errors; // WAF相关 map<string, string> attrs; int64 firewallPolicyId; int64 firewallRuleGroupId; int64 firewallRuleSetId; int64 firewallRuleId; []string firewallActions; // 详情 []string tags; Node node; }