All Products
Search
Document Center

Cloud Config:GetReportFromTemplate

Last Updated:Feb 06, 2026

Retrieves a report generated from a report template.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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: The report is generated.

  • CREATING: The report is being generated.

  • FAILED: The report failed to be generated.

  • TIMEOUT: The request timed out.

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.