列出租户日志导出任务
列出租户日志导出任务
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
监控空间名
application/json
Request Body required
page_size int32
每页大小
offset string
偏移量
Responses
- 200
- default
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
tenant_export_jobs object[]
租户导出任务列表
export_job_id string
导出任务id
job_name string
导出任务名称
export_path string
导出路径
export_status string
导出文件状态
create_time date-time
创建时间
complete_time date-time
完成时间
product_name string
产品名称
export_percent string
导出进度百分比
start_time date-time
创建时间
end_time date-time
完成时间
export_filters object[]
导出筛选器
key string
筛选键,例如gpu
values string[]
筛选值,例如[0,1,2]
page_size int32
每页大小
offset string
偏移量
{
"tenant_export_jobs": [
{
"export_job_id": "string",
"job_name": "string",
"export_path": "string",
"export_status": "string",
"create_time": "2025-06-25T02:32:24.141Z",
"complete_time": "2025-06-25T02:32:24.141Z",
"product_name": "string",
"export_percent": "string",
"start_time": "2025-06-25T02:32:24.141Z",
"end_time": "2025-06-25T02:32:24.141Z",
"export_filters": [
{
"key": "string",
"values": [
"string"
]
}
]
}
],
"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...