All Products
Search
Document Center

ApsaraDB RDS:MigrateSecurityIPMode

Last Updated:Jul 05, 2024

Changes the whitelist mode of an instance from the standard whitelist mode to the enhanced whitelist mode.

Operation description

Supported database engines

  • MySQL
  • PostgreSQL

References

Note Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling 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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DBInstanceIdstringYes

The instance ID. You can call the DescribeDBInstances operation to query the instance ID.

rm-uf6wjk5****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

SecurityIPModestring

The whitelist mode after the change, which is the enhanced whitelist mode.

Valid values:

  • safety

    :

    enhanced whitelist mode

safety
DBInstanceIdstring

The ID of the instance.

rm-uf6wjk5****
RequestIdstring

The ID of the request.

EF1E53AB-5625-49C7-ADF1-FBD0B6640D19

Examples

Sample success responses

JSONformat

{
  "SecurityIPMode": "safety",
  "DBInstanceId": "rm-uf6wjk5****",
  "RequestId": "EF1E53AB-5625-49C7-ADF1-FBD0B6640D19"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2022-06-23API Description UpdateView Change Details