查询导出任务状态
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeExportProgress |
公共参数,接口名字 |
ExportTaskId | String | 是 | 0de8e5ccc2b645039ae6fbda443da73f |
导出任务id |
InstanceId | String | 是 | 868eef14-7515-4856-8a50-5c9a22abdbcc |
实例id |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
FileHttpUrl | String | http://ssml-test.oss-cn-shanghai.aliyuncs.com/key |
文件url |
RequestId | String | b19af5ce5314ac08108d1b33fe20e15 |
请求id |
Status | String | FINISHED |
状态 |
示例
请求示例
http(s)://[Endpoint]/?Action=DescribeExportProgress
&ExportTaskId=0de8e5ccc2b645039ae6fbda443da73f
&InstanceId=868eef14-7515-4856-8a50-5c9a22abdbcc
&<公共请求参数>
正常返回示例
XML
格式
<FileHttpUrl>http://ssml-test.oss-cn-shanghai.aliyuncs.com/key</FileHttpUrl>
<RequestId>b19af5ce5314ac08108d1b33fe20e15</RequestId>
<Status>FINISHED</Status>
JSON
格式
{
"FileHttpUrl": "http://ssml-test.oss-cn-shanghai.aliyuncs.com/key",
"RequestId": "b19af5ce5314ac08108d1b33fe20e15",
"Status": "FINISHED"
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 内部错误。建议重试,如果多次重试报错请提交工单。 |
404 | InvalidInstanceId.NotFound | The specified InstanceId does not exist. | 指定的实例ID不存在。 |
访问错误中心查看更多错误码。
访问错误中心查看更多错误码。