列出所有的日志导出任务
列出所有的日志导出任务
Path Parameters
subscription_name string required
Possible values: <= 63 characters
订阅名
resource_group_name string required
Possible values: <= 63 characters
资源组名
zone string required
Possible values: <= 63 characters
区域
telemetry_station_name string required
Possible values: <= 63 characters
监控空间名
product_name string required
产品名称:子产品键
application/json
Request Body required
page_size int32
每页大小
offset string
偏移量
Responses
- 200
- default
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
export_jobs object[]
导出任务列表
export_job_id string
导出任务id
log_file_name string
导出文件名
log_file_type string
导出文件格式
export_status string
导出文件状态
download_uri string
下载地址
log_type string
日志类型:普通日志;操作日志
create_time date-time
创建时间
complete_time date-time
完成时间
bucket string
oss存储桶
log_file_size int32
日志大小
page_size int32
每页大小
offset string
偏移量
{
"export_jobs": [
{
"export_job_id": "string",
"log_file_name": "string",
"log_file_type": "string",
"export_status": "string",
"download_uri": "string",
"log_type": "string",
"create_time": "2024-11-04T06:28:49.253Z",
"complete_time": "2024-11-04T06:28:49.253Z",
"bucket": "string",
"log_file_size": 0
}
],
"page_size": 0,
"offset": "string",
"total": "string"
}
Default error response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
message string
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.
@type string
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...