查询基线导出的文件名称、下载链接等信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:DescribeHcExportInfo |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| 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 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。