GetAnalyzer
Queries the details of an analyzer with a specified name.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AnalyzerName |
string |
Yes |
The analyzer name. |
analyzer1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| Analyzer |
object |
The analyzer information. |
|
| Arn |
string |
The ARN of the analyzer. |
acs:accessanalyzer:cn-hangzhou:123456789012:analyzer/analyser1 |
| Name |
string |
The analyzer name. |
analyzer1 |
| Status |
string |
The status of the analyzer. Valid values:
|
Active |
| AnalyzerError |
object |
The analyzer error message. |
|
| Message |
string |
Access denied |
|
| Code |
string |
Valid values:
|
DELEGATED_ADMINISTRATOR_DEREGISTERED |
| Type |
string |
The type of the analyzer. Valid values:
|
ExternalAccess |
| Scope |
string |
The scan scope of the analyzer. Valid values:
|
Account |
| CreatedTime |
string |
The time when the analyzer was created. |
2026-05-18T08:07:24Z |
| LastAnalyzedResource |
object |
The most recently analyzed resource by the analyzer. |
|
| ResourceArn |
string |
acs:ram::1944809621972557:role/testrole |
|
| AnalyzedTime |
string |
2026-05-18T08:07:24Z |
|
| Configuration |
object |
The configuration of the analyzer instance. |
|
| OverPrivilegedConfiguration |
object |
||
| UnusedAccessAge |
integer |
90 |
|
| RequestId |
string |
The request ID. |
29DC0726-CDA5-5D68-9723-5F3A044CB8ED |
Examples
Success response
JSON format
{
"Analyzer": {
"Arn": "acs:accessanalyzer:cn-hangzhou:123456789012:analyzer/analyser1",
"Name": "analyzer1",
"Status": "Active",
"AnalyzerError": {
"Message": "Access denied",
"Code": "DELEGATED_ADMINISTRATOR_DEREGISTERED"
},
"Type": "ExternalAccess",
"Scope": "Account",
"CreatedTime": "2026-05-18T08:07:24Z",
"LastAnalyzedResource": {
"ResourceArn": "acs:ram::1944809621972557:role/testrole",
"AnalyzedTime": "2026-05-18T08:07:24Z"
},
"Configuration": {
"OverPrivilegedConfiguration": {
"UnusedAccessAge": 90
}
}
},
"RequestId": "29DC0726-CDA5-5D68-9723-5F3A044CB8ED"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.%s | The specified parameter %s is not valid. | The specified parameter %s is not valid. |
| 400 | MissingParameter.%s | The specified parameter %s is missing. | The parameter %s is required. |
| 500 | InternalError | The request processing has failed due to some unknown error. | An internal error occurred. |
| 404 | EntityNotExist.%s | The %s does not exist. | %s does not exist |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.