查詢匯出進度。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sas:DescribeWarningExportInfo |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ExportId |
integer |
是 |
匯出任務的 ID。 說明
您可以調用 ExportWarning 介面匯出,擷取該參數。 |
14356 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| Link |
string |
匯出後 Excel 的下載連結。 |
https://eds.aliyun.com/notification/entitle/64b5c3e2-e52b-4d29-9617-e7e6d74XXXX |
| Progress |
integer |
匯出進度百分比(%)。 |
100 |
| RequestId |
string |
本次調用請求的 ID,是由阿里雲為該請求產生的唯一識別碼,可用於排查和定位問題。 |
79CFF74D-E967-5407-8A78-EE03B925FDAA |
| CurrentCount |
integer |
當前已匯出基準資料的條數。 |
1 |
| Message |
string |
匯出結果提示資訊。固定值:successful。表示匯出成功。 |
successful |
| FileName |
string |
匯出的 Excel 檔案名稱。 |
app_20210917 |
| TotalCount |
integer |
查詢到的基準資訊的總數量。 |
100 |
| ExportStatus |
string |
匯出任務的狀態。 取值:
|
success |
| Id |
integer |
基準匯出任務 ID。 |
131231 |
樣本
正常返回樣本
JSON格式
{
"Link": "https://eds.aliyun.com/notification/entitle/64b5c3e2-e52b-4d29-9617-e7e6d74XXXX",
"Progress": 100,
"RequestId": "79CFF74D-E967-5407-8A78-EE03B925FDAA",
"CurrentCount": 1,
"Message": "successful",
"FileName": "app_20210917",
"TotalCount": 100,
"ExportStatus": "success",
"Id": 131231
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 500 | ServerError | ServerError | 服務故障,請稍後重試! |
| 403 | NoPermission | caller has no permission | 當前操作未被授權,請聯絡主帳號在RAM控制台進行授權後再執行操作。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。