擷取基於報告模版產生的報告。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ReportTemplateId |
string |
是 |
報告模版 Id |
crt-xxx |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
請求 ID。 |
DE9FFFE5-FCAD-4B24-9546-BF49273C562B |
| TemplateReport |
object |
基於模版產生的報告 |
|
| AccountId |
integer |
阿里雲帳號 ID。 |
1478085326082xxx |
| ReportTemplateId |
string |
報告模版 Id |
crt-xxx |
| TemplateReportId |
string |
基於模版產生的報告的 Id。 |
crtr-xxx |
| Status |
string |
報告狀態。取值:
|
COMPLETE |
| ReportCreateStartTimestamp |
integer |
報告生產開始時間戳。單位:毫秒。 |
1763540421815 |
| ReportCreateEndTimestamp |
integer |
報告生產開始結束戳。單位:毫秒。 |
1763540426815 |
| ReportUrl |
string |
報告的下載地址。 |
https://xxx |
樣本
正常返回樣本
JSON格式
{
"RequestId": "DE9FFFE5-FCAD-4B24-9546-BF49273C562B",
"TemplateReport": {
"AccountId": 0,
"ReportTemplateId": "crt-xxx",
"TemplateReportId": "crtr-xxx",
"Status": "COMPLETE",
"ReportCreateStartTimestamp": 1763540421815,
"ReportCreateEndTimestamp": 1763540426815,
"ReportUrl": "https://xxx"
}
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | 服務不可用。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。