Queries the progress of an asset export task.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeExportInfo |
The operation that you want to perform. Set the value to DescribeExportInfo. |
ExportId | Long | Yes | 111 |
The ID of the asset export task. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Id | Long | 11 |
The ID of the asset export task. |
ExportStatus | String | success |
The status of the asset export task. Valid values:
|
FileName | String | health_check_export_20171123 |
The name of the exported Excel file. |
TotalCount | Integer | 1 |
The total number of entries in the Excel file. |
CurrentCount | Integer | 1 |
The number of exported entries. |
Progress | Integer | 100 |
The progress percentage of the asset export task. |
Link | String | http://www.aliyun.com |
The URL at which you can download the exported Excel file. |
Message | String | success |
The message that shows the task result. The value is fixed as success, which indicates that the export task is completed. |
RequestId | String | 4C1AE3F3-18FA-4108-BBB9-AFA1A032756C |
The ID of the request, which is used to locate and troubleshoot issues. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeExportInfo
&<Common request parameters>
Sample success responses
XML
format
<DescribeExportInfoResponse>
<Progress>100</Progress>
<TotalCount>1</TotalCount>
<Message>success</Message>
<RequestId>4C1AE3F3-18FA-4108-BBB9-AFA1A032756C</RequestId>
<FileName>health_check_export_20171123</FileName>
<ExportStatus>success</ExportStatus>
<CurrentCount>1</CurrentCount>
<Id>11</Id>
<Link>http://www.aliyun.com</Link>
</DescribeExportInfoResponse>
JSON
format
{
"Progress": 100,
"TotalCount": 1,
"Message": "success",
"RequestId": "4C1AE3F3-18FA-4108-BBB9-AFA1A032756C",
"FileName": "health_check_export_20171123",
"ExportStatus": "success",
"CurrentCount": 1,
"Id": 11,
"Link": "http://www.aliyun.com"
}
Error codes
For a list of error codes, visit the API Error Center.