Provides an example of querying the details of remediation setting crr-f381cf0c1c2f004e****.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
config:DescribeRemediation |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ConfigRuleId |
string |
No |
The rule ID. You must specify at least one of ConfigRuleId and RemediationId to identify an existing remediation setting. |
cr-3184626622af003**** |
| RemediationId |
string |
No |
The remediation setting ID. You can call ListRemediations to obtain the ID. If you have not created a remediation setting, call ListConfigRules to obtain rules, call ListRemediationTemplates with the ManagedRuleIdentifier filter to obtain compatible templates, call CreateRemediation to create a remediation setting, and then call DescribeRemediation to query the setting. You must specify at least one of ConfigRuleId and RemediationId. |
crr-f381cf0c1c2f004e**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
79BE07A7-46A5-5D3C-B378-0ACDA979**** |
| Remediation |
object |
The details of the remediation setting. |
|
| LastSuccessfulInvocationType |
string |
The method of the last successful remediation execution. Valid values:
|
AUTO_EXECUTION |
| RemediationTemplateId |
string |
The remediation template ID. |
ACS-OSS-PutBucketAcl |
| RemediationOriginParams |
string |
The converted format of the remediation setting parameters. This parameter is used only to convert the parameters of OOS templates. |
{"bucketName": "{resourceId}", "regionId": "{regionId}", "permissionName": "private"} |
| RemediationId |
string |
The remediation setting ID. |
crr-f381cf0c1c2f004e**** |
| RemediationSourceType |
string |
The source of the template used for remediation. Valid values:
|
ALIYUN |
| RemediationType |
string |
The remediation type. Valid values:
|
OOS |
| LastSuccessfulInvocationId |
string |
The record ID of the last successful remediation execute. |
bd7629fb-cac8-42fe-bcb1-e362c5a6**** |
| AccountId |
integer |
The Alibaba Cloud account ID. |
100931896542**** |
| InvokeType |
string |
The remediation execution method. Valid values:
|
AUTO_EXECUTION |
| ConfigRuleId |
string |
The rule ID. |
cr-3184626622af003**** |
| LastSuccessfulInvocationTime |
integer |
The UNIX timestamp when the remediation was last successfully executed. Unit: milliseconds. |
1625451393589 |
Examples
Success response
JSON format
{
"RequestId": "79BE07A7-46A5-5D3C-B378-0ACDA979****",
"Remediation": {
"LastSuccessfulInvocationType": "AUTO_EXECUTION",
"RemediationTemplateId": "ACS-OSS-PutBucketAcl",
"RemediationOriginParams": "{\"bucketName\": \"{resourceId}\", \"regionId\": \"{regionId}\", \"permissionName\": \"private\"}",
"RemediationId": "crr-f381cf0c1c2f004e****",
"RemediationSourceType": "ALIYUN",
"RemediationType": "OOS",
"LastSuccessfulInvocationId": "bd7629fb-cac8-42fe-bcb1-e362c5a6****",
"AccountId": 0,
"InvokeType": "AUTO_EXECUTION",
"ConfigRuleId": "cr-3184626622af003****",
"LastSuccessfulInvocationTime": 1625451393589
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.