查询日志流中特定产品的日志
查询日志流中特定产品的日志
Path Parameters
Possible values: <= 63 characters
订阅名
Possible values: <= 63 characters
资源组名
Possible values: <= 63 characters
区域
Possible values: <= 63 characters
监控空间名
产品名称
Request Body required
- Array [
- ]
用于筛选日志的资源ID
用于进一步筛选日志的筛选字符串
日志检索的起始时间
日志检索的结束时间
每页要获取的日志数量
分页日志检索的偏移量
用于可视化的直方图间隔
custom_filter object[]
用于任务和容器名称的自定义筛选器
自定义查询的键
自定义查询的值,可以是中文或自定义值
用于筛选日志的严重级别:INFO、DEBUG、WARN、ERROR、FATAL
- 200
- default
OK
Schema
- Array [
- ]
- Array [
- Array [
- ]
- ]
hits object[]
日志条目
ID
时间戳
严重性级别
严重性数字
日志内容
resource object
表示一个资源
资源的名称
资源的本地标识符
资源的资源管理器标识符
资源的类型
attributes object
附加属性
histogram object[]
用于日志可视化的柱状图数据
格式化的时间字符串
时间戳
总数
sort_count object
表示排序计数数据
buckets object[]
排序的桶
分类键
分类的统计数量
{
"total": "string",
"hits": [
{
"id": "string",
"log_time": "2024-11-04T06:28:49.263Z",
"severity_text": "string",
"severity_number": "string",
"body": "string",
"resource": {
"name": "string",
"native_id": "string",
"resource_id": "string",
"resource_type": "string"
},
"attributes": {}
}
],
"histogram": [
{
"string_time": "2024-11-04T06:28:49.263Z",
"time_int": "string",
"doc_count": "string",
"sort_count": {
"buckets": [
{
"key": "string",
"doc_count": "string"
}
]
}
}
],
"page_size": 0,
"offset": "string"
}
Default error response
Schema
- Array [
- ]
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}