调用DescribeExportInfo查看资产结果excel导出的进度。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeExportInfo |
需要执行的操作。 取值:DescribeExportInfo |
ExportId | Long | 是 | 111 |
导出任务ID。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 4C1AE3F3-18FA-4108-BBB9-AFA1A032756C |
结果的请求ID。 |
Id | Long | 11 |
导出ID。 |
FileName | String | health_check_export_20171123 |
导出的excel文件名称。 |
CurrentCount | Integer | 1 |
当前导出信息的条数。 |
TotalCount | Integer | 1 |
导出的excel表格中信息的总条数。 |
Progress | Integer | 100 |
导出进度百分比(%)。 |
ExportStatus | String | success |
基线检查结果excel导出的状态。 取值:
|
Message | String | success |
导出结果提示信息。 固定值:success。表示导出成功。 |
Link | String | http://www.aliyun.com |
导出后excel的下载链接。 |
示例
请求示例
http(s)://[Endpoint]/?Action=DescribeExportInfo
&<公共请求参数>
正常返回示例
XML
格式
<code>200</code>
<data>
<TotalCount>1</TotalCount>
<GmtCreate>1511439067000</GmtCreate>
<Progress>100</Progress>
<Message>success</Message>
<ExportStatus>success</ExportStatus>
<FileName>health_check_export_20171123</FileName>
<CurrentCount>1</CurrentCount>
<Id>11</Id>
<Link>http://www.aliyun.com</Link>
</data>
<requestId>4C1AE3F3-18FA-4108-BBB9-AFA1A032756C</requestId>
JSON
格式
{
"code": "200",
"data": {
"TotalCount":1,
"GmtCreate":1511439067000,
"Progress":100,
"Message":"success",
"ExportStatus":"success",
"FileName":"health_check_export_20171123",
"CurrentCount":1,
"Id":11,
"Link":"http://www.aliyun.com"
},
"requestId": "4C1AE3F3-18FA-4108-BBB9-AFA1A032756C"
}
错误码
访问错误中心查看更多错误码。
在文档使用中是否遇到以下问题
更多建议
匿名提交