检查日志导出任务的状态 | 大装置帮助中心
跳到主要内容

检查日志导出任务的状态

接口描述

GET

/monitor/ts/data/v1/subscriptions/:subscription_name/resourceGroups/:resource_group_name/zones/:zone/telemetryStations/:telemetry_station_name/exportLog/products/:product_name/exportJob/:export_job_id/status

检查日志导出任务的状态

请求头(Request Header)

参考认证(authentication)

请求参数(Request Parameters)

名称类型必须位置默认值取值范围描述
subscription_namestringpath--订阅
resource_group_namestringpath--资源组
zonestringpath--可用区
telemetry_station_namestringpath--监控空间
product_namestringpath--子产品键
export_job_idstringpath--导出任务ID

请求体(Request Body)

请求示例(Request Example)

curl -XGET 'https://monitor.sensecoreapi.tech/monitor/ts/data/v1/subscriptions/224bae0c-a98f-41f5-b5d3-9f54aa98455f/resourceGroups/default/zones/cn-sh-01z/telemetryStations/ts-user-a95a77a3-961f-43fa-9577-d5c8a2cb0149/exportLog/products/product.lepton-acp-new/exportJob/XgWbZqrwpAl60oRQgfZPK2DMQP1O0j3n/status' \
-H 'Content-Type: application/json'

响应(Response)

名称类型描述
export_job_idstring导出任务id
export_statusstring导出文件状态

响应示例(Response Example)

{
"export_job_id": "XgWbZqrwpAl60oRQgfZPK2DMQP1O0j3n",
"export_status": "complete"
}