查询任务日志
开发中GET
/v1/job-logs请求参数
Query 参数
page_num
integer
页码,默认1
示例值:
1
page_size
integer
页大小,默认100
示例值:
100
key
string
可选
关键字,会做模糊查询
示例值:
你好
time_start
string
可选
开始时间,rfc3339格式的时间表示形式,默认当前时间-1小时
示例值:
2024-03-22T15%3A07%3A40%2B08%3A00
time_end
string
可选
结束时间,rfc3339格式的时间表示形式,默认当前时间
label_xxx
string
可选
以 label_ 开头的查询参数视作对日志相关 label 的查询,具体 label 如何写入见:https://thoughts.aliyun.com/workspaces/60d986abd05912001ab165d9/docs/658eaec7ffa65700018d6933
示例值:
label_object_type
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
total_num
integer
总行数
data
array[object (otel日志) {8}]
必需
timestamp
string
日志发生时间
rfc3339格式
observed_timestamp
string
日志收集时间
rfc3339格式
resource
object
资源
一般会记录app, developer_id, tenant_id等信息
attributes
object
属性
一般会记录该条日志的特异值
body
string
日志内容
level
string
日志等级
大写的等级,比如 INFO
trace_id
string
追踪id
请求发生上下文中的追踪id
span_id
string
分区id
示例
[info] this is a test log
[error] exec failed: invalid config
最后修改时间: 9 个月前