Retrieves a report generated from a report template.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ReportTemplateId |
string |
Yes |
The ID of the report template. |
crt-xxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
DE9FFFE5-FCAD-4B24-9546-BF49273C562B |
| TemplateReport |
object |
The report generated from the template. |
|
| AccountId |
integer |
The ID of the Alibaba Cloud account. |
1478085326082xxx |
| ReportTemplateId |
string |
The ID of the report template. |
crt-xxx |
| TemplateReportId |
string |
The ID of the report generated from the template. |
crtr-xxx |
| Status |
string |
The status of the report. Valid values:
|
COMPLETE |
| ReportCreateStartTimestamp |
integer |
The timestamp when the report started to be generated. Unit: milliseconds. |
1763540421815 |
| ReportCreateEndTimestamp |
integer |
The timestamp when the report was generated. Unit: milliseconds. |
1763540426815 |
| ReportUrl |
string |
The download URL of the report. |
https://xxx |
Examples
Success response
JSON format
{
"RequestId": "DE9FFFE5-FCAD-4B24-9546-BF49273C562B",
"TemplateReport": {
"AccountId": 0,
"ReportTemplateId": "crt-xxx",
"TemplateReportId": "crtr-xxx",
"Status": "COMPLETE",
"ReportCreateStartTimestamp": 1763540421815,
"ReportCreateEndTimestamp": 1763540426815,
"ReportUrl": "https://xxx"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | The request has failed due to a temporary failure of the server. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.