You can call this operation to modify the type of audit log entries that you want to collect for an ApsaraDB for MongoDB instance.
- The instance must be in the running state when you call this operation.
- This operation is applicable to replica set instances, but cannot be performed on standalone instances and sharded cluster instances.
- You can call this operation up to 30 times per minute. To call this operation at a higher frequency, use a Logstore. For more information, see Manage a Logstore.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyAuditLogFilter |
The operation that you want to perform. Set the value to ModifyAuditLogFilter. |
DBInstanceId | String | Yes | dds-bpxxxxxxxx |
The ID of the instance. |
Filter | String | Yes | insert,query,update,delete |
The type of the audit log entries to be collected.
|
RegionId | String | No | cn-hangzhou |
The ID of the region where the instance is deployed. You can call the DescribeRegions operation to query available regions. |
RoleType | String | No | primary |
The role of the node in the instance. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | E209BE2B-F264-4B9D-81F6-A5A5FB1FBF28 |
The ID of the request. |
Examples
Sample requests
http(s)://mongodb.aliyuncs.com/? Action=ModifyAuditLogFilter
&Filter=insert,query,update,delete
&DBInstanceId=dds-bpxxxxxxxx
&<Common request parameters>
Sample success responses
XML
format
<ModifyAuditLogFilterResponse>
<RequestId>E209BE2B-F264-4B9D-81F6-A5A5FB1FBF28</RequestId>
</ModifyAuditLogFilterResponse>
JSON
format
{
"RequestId": "E209BE2B-F264-4B9D-81F6-A5A5FB1FBF28"
}
Error codes
For a list of error codes, visit the API Error Center.