All Products
Search
Document Center

ApsaraDB RDS:ModifyActionEventPolicy

Last Updated:May 29, 2023

Enables or disables the event history feature of an ApsaraDB for RDS instance.

Operation Description

The operation that you want to perform. Set the value to ModifyActionEventPolicy.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
rds:ModifyActionEventPolicyWRITE
  • RDS
    acs:rds:*:{#accountId}:dbinstance/*
  • RDS
    acs:rds:{#regionId}:{#accountId}:dbinstance/{#dbinstanceId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

Specifies whether to enable the event history feature. Valid values: True | False.

cn-hangzhou
EnableEventLogstringYes

Indicates whether the event history feature is enabled.

True

Response parameters

ParameterTypeDescriptionExample
object
EnableEventLogstring

The ID of the request.

True
RequestIdstring

The ID of the region.

BAC0952C-0EB3-4DE7-A567-B83269BFE43F
RegionIdstring

The event history feature enables you to view historical events that occurred in a region over a specific time range. These events include instance creation and parameter reconfiguration. For more information, see Event history.

cn-hangzhou

Examples

Sample success responses

JSONformat

{
	"RequestId": "BAC0952C-0EB3-4DE7-A567-B83269BFE43F",
	"RegionId": "cn-hangzhou",
	"EnableEventLog": "True"
}

XMLformat

<ModifyActionEventPolicyResponse>
 <RequestId>BAC0952C-0EB3-4DE7-A567-B83269BFE43F</RequestId>
 <RegionId>cn-hangzhou</RegionId>
 <EnableEventLog>True</EnableEventLog>
</ModifyActionEventPolicyResponse>

Error codes

HTTP status codeError codeError message
404InvalidRegion.NotFoundSpecified Region does not exist in RDS.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-06-23API Description Update,The error codes of the API operation change.
Change itemChange content
API DescriptionAPI Description Update
Error CodesThe error codes of the API operation change.
    delete Error Codes: 400
    delete Error Codes: 404