> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/api-reference/cn/platform-service/zls/datastructure.md).

# 数据结构

## LogInfo

| 名称          | 类型        | 描述                                                                  |
| ----------- | --------- | ------------------------------------------------------------------- |
| resUid      | String    | 资源ID。                                                               |
| resType     | String    | 资源类型。                                                               |
| resEvent    | String    | 事件名称。                                                               |
| opsTime     | Timestamp | 操作时间。时间格式：yyyy-MM-ddTHH:mm:ssZ                                      |
| eventSource | String    | <p>事件来源。可能值：</p><ul><li>CONSOLE\_CALL。</li><li>API\_CALL。</li></ul> |
| apiVersion  | String    | API版本。                                                              |
| opsUser     | String    | 操作人。                                                                |
| clientIP    | String    | 客户端操作IP。                                                            |
| request     | String    | 请求参数。                                                               |
| response    | String    | 返回结果。                                                               |
