Generate Governance Evaluation Report
Operation description
Generates a governance evaluation report.
This is an asynchronous API. You can check the
Finishedfield in the response to determine the report generation status.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
governance:GenerateEvaluationReport |
none |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
RegionId |
cn-hangzhou |
| AccountId |
integer |
No |
The account ID. If this parameter is not specified, the report is generated for the current account by default. A management account (MA) can pass in a member account ID to generate a report for the member account. |
103144549568**** |
| ReportType |
string |
No |
The report type. Valid values:
|
EvaluationAccountExcelReport |
| AccountIds |
array |
No |
The list of member account IDs for which to generate reports. Note: This parameter is required only when you generate a multi-account report and want to specify the scope of accounts. |
|
|
integer |
No |
The account ID. |
1319994761488600 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| AccountId |
integer |
The account ID for which the report is generated. |
103144549568**** |
| EvaluationScore |
number |
The governance maturity evaluation score. |
0.7684 |
| EvaluationTime |
string |
The evaluation time. |
2026-01-12T07:25:33Z |
| Finished |
string |
Indicates whether the report generation is complete. Note
|
true |
| ReportType |
string |
The report type. Valid values:
|
EvaluationAccountExcelReport |
| ReportUrl |
string |
The download URL of the report. |
https://governance-prod-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/reports-html/***** |
| RequestId |
string |
Id of the request |
7DCF863F-CBBB-57C4-8AF2-5D4EE35D1EB1 |
Examples
Success response
JSON format
{
"AccountId": 0,
"EvaluationScore": 0.7684,
"EvaluationTime": "2026-01-12T07:25:33Z",
"Finished": "true",
"ReportType": "EvaluationAccountExcelReport",
"ReportUrl": "https://governance-prod-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/reports-html/*****",
"RequestId": "7DCF863F-CBBB-57C4-8AF2-5D4EE35D1EB1"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.