获取租户日志导出任务详情
获取租户日志导出任务详情
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
监控空间名
tenant_export_job_id string required
租户导出任务ID
Responses
- 200
- default
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
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 required
过滤器的键
val string required
过滤器的值
status_describe string
状态描述信息
{
"export_job_id": "string",
"job_name": "string",
"export_path": "string",
"export_status": "string",
"create_time": "2025-10-22T08:00:45.702Z",
"complete_time": "2025-10-22T08:00:45.702Z",
"product_name": "string",
"export_percent": "string",
"start_time": "2025-10-22T08:00:45.702Z",
"end_time": "2025-10-22T08:00:45.702Z",
"export_filters": [
{
"key": "string",
"val": "string"
}
],
"status_describe": "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...