查詢基線匯出的檔案名稱、下載連結等資訊。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sas:DescribeHcExportInfo |
get |
*All Resource
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ExportId |
integer |
否 |
匯出任務的 ID。您需要呼叫介面 ExportWarning ,取得任務 ID(Id)。 |
443285 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
基線匯出資訊結果。 |
||
| RequestId |
string |
本次呼叫請求的 ID,是由阿里雲為該請求生成的唯一識別碼,可用於排查和定位問題。 |
3C2C94CF-ED08-50C0-BC72-C5029251**** |
| FileName |
string |
匯出檔案的名稱。 |
health_check_export_2022**** |
| CurrentCount |
integer |
當前已匯出資料的條數。 |
148 |
| Link |
string |
匯出檔案的下載連結。 |
https://hc-export.oss-cn-shanghai.aliyuncs.com/export_hc/health_check_export_20221222_1671699255808.zip?Expires=1672304056&OSSAccessKeyId=****&Signature=**** |
| Progress |
integer |
匯出進度百分比(%)。 |
89 |
| Id |
integer |
匯出任務 ID。 |
1082278 |
| TotalCount |
integer |
匯出資料的總條數。 |
624 |
| GmtCreate |
integer |
建立任務的時間。 |
2022-11-03T15:15Z |
| ResultStatus |
string |
匯出任務的狀態。取值:
|
exporting |
樣本
正常返回樣本
JSON格式
{
"RequestId": "3C2C94CF-ED08-50C0-BC72-C5029251****",
"FileName": "health_check_export_2022****",
"CurrentCount": 148,
"Link": "https://hc-export.oss-cn-shanghai.aliyuncs.com/export_hc/health_check_export_20221222_1671699255808.zip?Expires=1672304056&OSSAccessKeyId=****&Signature=****",
"Progress": 89,
"Id": 1082278,
"TotalCount": 624,
"GmtCreate": 0,
"ResultStatus": "exporting"
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。