获取任务组导出任务进度和文件下载地址
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeJobGroupExportTaskProgress | 系统规定参数。取值:DescribeJobGroupExportTaskProgress。 |
InstanceId | String | 否 | b3dbfb82-1ae6-4e73-b717-f494727d2af3 | 实例id |
TaskId | String | 否 | e4e2a770-b97b-465a-80d8-06dca008c503 | 任务id |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Code | String | OK | 接口状态码 |
FileHttpUrl | String | http://xxx.xx.com/xx | 文件地址 |
HttpStatusCode | Integer | 200 | http状态码 |
Message | String | Success | 接口提示信息 |
Progress | Float | 45.0 | 导出进度 |
RequestId | String | 254EB995-DEDF-48A4-9101-9CA5B72FFBCC | 请求id |
Success | Boolean | true | 是否成功 |
示例
请求示例
http(s)://[Endpoint]/?Action=DescribeJobGroupExportTaskProgress
&<公共请求参数>
正常返回示例
XML
格式
<Progress>45.0</Progress>
<Message>Success</Message>
<RequestId>254EB995-DEDF-48A4-9101-9CA5B72FFBCC</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<FileHttpUrl>http://xxx.xx.com/xx</FileHttpUrl>
<Code>OK</Code>
<Success>true</Success>
JSON
格式
{
"Progress": 45,
"Message": "Success",
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"HttpStatusCode": 200,
"FileHttpUrl": "http://xxx.xx.com/xx",
"Code": "OK",
"Success": true
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 内部错误。建议重试,如果多次重试报错请提交工单。 |
访问错误中心查看更多错误码。