根据指定的条件检索操作日志
根据指定的条件检索操作日志
Path Parameters
Possible values: <= 63 characters
订阅名
Possible values: <= 63 characters
资源组名
Possible values: <= 63 characters
区域
Possible values: <= 63 characters
监控空间名
产品名
Request Body required
资源ID
筛选内容(影响body)
开始时间
结束时间
每页大小
偏移量
柱状图时间间隔
option_filters object
表示操作的筛选器
操作日志查询的键
操作日志查询的值,中文;或传入操作日志查询的值
- 200
- default
OK
Schema
- Array [
- ]
- Array [
- Array [
- ]
- ]
每页大小
偏移量
hits object[]
操作日志
命中的唯一标识符
命中发生的时间戳
命中的日志级别(文本表示)
命中的日志级别(数值表示)
命中的日志内容
resource object
表示一个资源
资源的名称
资源的本地标识符
资源的资源管理器标识符
资源的类型
attributes object
与命中相关的额外属性
histogram object[]
柱状图
格式化的时间字符串
时间戳
总数
sort_count object
表示排序计数数据
buckets object[]
排序的桶
分类键
分类的统计数量
{
"page_size": 0,
"offset": "string",
"total": "string",
"hits": [
{
"id": "string",
"log_time": "2024-11-04T06:28:49.267Z",
"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.267Z",
"time_int": "string",
"doc_count": "string",
"sort_count": {
"buckets": [
{
"key": "string",
"doc_count": "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"
}
]
}