创建日志导出任务
创建日志导出任务
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[]
自定义筛选器,例如按任务名称或容器名称筛选
自定义查询的键
自定义查询的值,可以是中文或自定义值
日志 OSS 配置的 ID
导出文件的类型,可以是 JSON 或 CSV
日志的排序顺序,可以是升序或降序
存储桶的 OSS URI
AccessKey ID
AccessKey Secret
安全令牌
日志的严重级别:INFO、DEBUG、WARN、ERROR、FATAL
是否仅导出内容
- 200
- default
OK
Schema
导出任务的 ID
{
"export_job_id": "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"
}
]
}