Creates a temporary instance.
Operation Description
The ID of the request.
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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
rds:CreateTempDBInstance | WRITE |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSON
format
{
"TempDBInstanceId": "sub138xxxxx_rm-xxxxx",
"RequestId": "248DE93F-8647-4B9D-8287-4A4A0FE56AD5"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | OperationDenied.DBInstanceStatus | The operation is not permitted due to status of instance. | The instance status does not support the operation. |
400 | IncorrectInstanceNetworkType | The specified parameter InstanceNetworkType is not valid. | - |
400 | InvalidAvailableArea.NotFound | Specified available area does not exist in RDS. | - |
400 | InvalidRestoreType.Format | Specified restore type is not valid. | The restoration type is invalid. Specify a valid restoration type. |
400 | ParamTypeError | The parameter type error. | The parameter type is invalid. |
400 | InvalidRetainInstance.Format | Specified retain instance is not valid. | The value of the RestoreTime parameter is invalid. Check the value of this parameter. |
400 | InvalidRestoreTime.Format | Specified restore time is not valid. | The operation failed. The point in time is invalid. Specify a valid point in time. |
400 | InvalidRegion.Format | Specified Region is not valid. | The region ID is invalid. Check the region ID. |
400 | InvalidInstanceLevelExtraInfo | Specified class code has error extra info. | - |
403 | OperationDenied.TempDBInstanceExists | The operation is not permitted due to temp instance exist. | The operation failed. A temporary RDS instance has been created for the RDS instance. |
403 | IncorrectDBInstanceType | Current DB instance engine and type does not support operations. | The operation failed. The operation is not supported for the database engine of the RDS instance. |
403 | IncorrectDBInstanceState | Current DB instance state does not support this operation. | - |
403 | IncorrectDBInstanceCharacterType | Current DB Instance character_type does not support this operation. | This operation is not supported for the character type of the current instance. |
403 | InvalidBackupLogStatus | Current backup log enable status does not support this operation. | The operation failed. Log backups are not enabled, and therefore data cannot be restored to a specified point in time. |
403 | ChildDBInstanceExists | Current DB instance had child instance. | The read-only instance already exists. |
403 | IncorrectDBInstance | The current DB instance does not support this operation. | The operation failed. The operation is not supported for the RDS instance. |
403 | IncorrectBackupSetMethod | Current backup set method does not support operations. | The operation failed. The data backup file does not support the restoration of individual databases and tables. |
403 | IncorrectBackupSetState | Current backup set state does not support operations. | The operation failed. The data backup file is not in a ready state. |
403 | IncorrectDBInstanceConnType | Current DB instance conn type does not support this operation. | The operation is not supported for the connection type of the RDS instance. |
403 | IncorrectDBInstanceState | The current database instance state does not support the operation. | The operation failed. The RDS instance is not running. |
404 | InvalidDBInstanceName.NotFound | The specified db instance is not found. | The operation failed. The instance ID cannot be found. |
404 | IncorrectDBInstanceLockMode | Current DB instance lock mode does not support this operation. | The operation failed. The RDS instance is locked. |
404 | InvalidBackupSetID.NotFound | Specified backup set ID does not exist. | The backup set does not exist. Specify an available backup set. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history