All Products
Search
Document Center

ApsaraDB RDS:ModifyActionEventPolicy

Last Updated:Mar 13, 2024

Enables or disables the event history feature of an instance.

Operation description

Supported database engines

  • MySQL
  • PostgreSQL
  • SQL Server
  • MariaDB

References

Note Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
EnableEventLogstringYes

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

  • True
  • False
True

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

EnableEventLogstring

Indicates whether the event history feature is enabled.

True
RequestIdstring

The request ID.

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

The ID of the region for which the event history feature is enabled or disabled.

cn-hangzhou

Examples

Sample success responses

JSONformat

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

Error codes

HTTP status codeError codeError messageDescription
400RegionNotSupportThe region is not supported.The operation failed. The operation is not supported in the region.
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 code has changedsee changesets
Change itemChange content
API DescriptionAPI Description Update.
Error CodesThe Error code has changed.
    delete Error Codes: 400
    delete Error Codes: 404