This API is used to restore data to a new DB instance (v3).
Name |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Specifies the project ID of a tenant in a region. For details about how to obtain the project ID, see Obtaining a Project ID. |
Name |
Mandatory |
Type |
Description |
---|---|---|---|
name |
Yes |
String |
Specifies the DB instance name. DB instances of the same type can have same names under the same tenant. The value must be 4 to 64 characters in length and start with a letter. It is case-insensitive and can contain only letters, digits, hyphens (-), and underscores (_). |
ha |
No |
Object |
Specifies the HA configuration parameters, which are used when creating primary/standby DB instances. For details, see Table 3. |
configuration_id |
No |
String |
Specifies the parameter template ID. |
port |
No |
String |
Specifies the database port information.
If this parameter is not set, the default value is as follows:
|
password |
Yes |
String |
Specifies the database password. Valid value: A database password must be 8 to 32 characters long and contain at least three types of the following characters: uppercase letters, lowercase letters, digits, and special characters. Different DB engines support different special characters.
You are advised to enter a strong password to improve security, preventing security risks such as brute force cracking. If the password you provide is regarded as a weak password by the system, you will be prompted to enter a stronger password. |
backup_strategy |
No |
Object |
Specifies the advanced backup policy. For details, see Table 4. |
disk_encryption_id |
No |
String |
Specifies the key ID for disk encryption. The default value is empty. |
flavor_ref |
Yes |
String |
Specifies the specification code. The value cannot be empty. For details, see spec_code in section Querying Database Specifications. |
volume |
Yes |
Object |
Specifies the volume information. For details, see Table 5. |
availability_zone |
Yes |
String |
Specifies the AZ ID. If the DB instance is not a single instance, you need to specify an AZ for each node of the instance and separate the AZs with commas (,). For details, see the example. The value cannot be empty. For details about how to obtain this parameter value, see Regions and Endpoints. |
vpc_id |
Yes |
String |
Specifies the VPC ID. To obtain this parameter value, use either of the following methods:
|
subnet_id |
Yes |
String |
Specifies the network ID. To obtain this parameter value, use either of the following methods:
|
data_vip |
No |
String |
Specifies the floating IP address of a DB instance. To obtain this parameter value, use either of the following methods:
|
security_group_id |
No |
String |
Specifies the security group which the RDS DB instance belongs to. To obtain this parameter value, use either of the following methods:
|
restore_point |
Yes |
Object |
Specifies the restoration information. For details, see Table 6. |
collation |
No |
String |
This parameter applies only to Microsoft SQL Server DB instances. Value range: character sets queried in Querying the Available SQL Server Character Set. |
Name |
Mandatory |
Type |
Description |
---|---|---|---|
mode |
Yes |
String |
Specifies the DB instance type. The value is Ha (Primary/Standby or Cluster DB instances) and is case-insensitive. |
replication_mode |
Yes |
String |
Specifies the replication mode for the standby DB instance. The value cannot be empty.
NOTE:
|
Name |
Mandatory |
Type |
Description |
---|---|---|---|
start_time |
Yes |
String |
Specifies the backup time window. Automated backups will be triggered during the backup time window. The value cannot be empty. It must be a valid value in the "hh:mm-HH:MM" format. The current time is in the UTC format.
Example value:
|
keep_days |
No |
Integer |
Specifies the retention days for specific backup files. The value range is from 0 to 732. If this parameter is not specified or set to 0, the automated backup policy is disabled. To extend the retention period, contact customer service. Automated backups can be retained for up to 2562 days. NOTE:
For SQL Server Primary/Standby and Cluster instance parameter "keep_days" cannot be set to 0. |
Name |
Mandatory |
Type |
Description |
---|---|---|---|
type |
Yes |
String |
Specifies the volume type. Its value can be any of the following and is case-sensitive:
NOTE:
|
size |
Yes |
Integer |
Specifies the volume size. Its value range is from 40 GB to 4000 GB. The value must be a multiple of 10. NOTICE:
The volume size of the new DB instance must be greater than or equal to that of the original DB instance. |
Name |
Mandatory |
Type |
Description |
---|---|---|---|
instance_id |
Yes |
String |
Specifies the DB instance ID. |
type |
No |
String |
Specifies the restoration mode. Enumerated values include
|
backup_id |
No |
String |
Specifies the ID of the backup used to restore data. This parameter must be specified when the backup file is used for restoration. NOTICE:
When type is backup, backup_id is mandatory. |
restore_time |
No |
Integer |
Specifies the time point of data restoration in the UNIX timestamp. The unit is millisecond and the time zone is UTC. NOTICE:
When type is timestamp, restore_time is mandatory. |
POST https://rds.eu-de.otc.t-systems.com/v3/0483b6b16e954cb88930a360d2c4e663/instances
Use backup files for restoration:
{ "name": "targetInst", "availability_zone": "eu-de-01,eu-de-02", "ha": { "mode": "ha", "replication_mode": "async" }, "flavor_ref": "rds.mysql.n1.large", "volume": { "type": "ULTRAHIGH", "size": 40 }, "disk_encryption_id": "2gfdsh-844a-4023-a776-fc5c5fb71fb4", "vpc_id": "490a4a08-ef4b-44c5-94be-3051ef9e4fce", "subnet_id": "0e2eda62-1d42-4d64-a9d1-4e9aa9cd994f", "security_group_id": "2a1f7fc8-3307-42a7-aa6f-42c8b9b8f8c5", "backup_strategy": { "keep_days": 2, "start_time": "19:00-20:00" }, "password": "Demo@12345678", "configuration_id": "52e86e87445847a79bf807ceda213165pr01", "restore_point": { "instance_id": "d8e6ca5a624745bcb546a227aa3ae1cfin01", "type": "backup", "backup_id": "2f4ddb93-b901-4b08-93d8-1d2e472f30fe" } }
Use PITR for restoration:
{ "name": "targetInst", "availability_zone": "eu-de-01,eu-de-02", "ha": { "mode": "ha", "replication_mode": "async" }, "flavor_ref": "rds.mysql.n1.large", "volume": { "type": "ULTRAHIGH", "size": 40 }, "disk_encryption_id": "2gfdsh-844a-4023-a776-fc5c5fb71fb4", "vpc_id": "490a4a08-ef4b-44c5-94be-3051ef9e4fce", "subnet_id": "0e2eda62-1d42-4d64-a9d1-4e9aa9cd994f", "security_group_id": "2a1f7fc8-3307-42a7-aa6f-42c8b9b8f8c5", "backup_strategy": { "keep_days": 2, "start_time": "19:00-20:00" }, "password": "Demo@12345678", "configuration_id": "52e86e87445847a79bf807ceda213165pr01", "restore_point": { "instance_id": "d8e6ca5a624745bcb546a227aa3ae1cfin01", "type": "timestamp", "restore_time": 1532001446987 } }
Name |
Type |
Description |
---|---|---|
instance |
Object |
Indicates the DB instance information. For details, see Table 8. |
job_id |
String |
Indicates the ID of the DB instance creation task. |
Name |
Type |
Description |
---|---|---|
id |
String |
Indicates the DB instance ID. |
name |
String |
Indicates the DB instance name. DB instances of the same type can have same names under the same tenant. The value must be 4 to 64 characters in length and start with a letter. It is case-insensitive and can contain only letters, digits, hyphens (-), and underscores (_). |
status |
String |
Indicates the DB instance status. For example, BUILD indicates that the DB instance is being created. |
datastore |
Object |
Indicates the database information. For details, see Table 9. |
ha |
Object |
Indicates the HA configuration parameters. This parameter is returned only when primary/standby DB instances are created. For details, see Table 10. |
configuration_id |
String |
Indicates the parameter template ID. This parameter is returned only when a custom parameter template is used during DB instance creation. |
port |
String |
Indicates the database port information.
If this parameter is not set, the default value is as follows:
|
backup_strategy |
Object |
Indicates the automated backup policy. For details, see Table 11. |
flavor_ref |
String |
Indicates the specification ID. For details, see spec_code in Table 3 in section Querying Database Specifications. |
volume |
Object |
Indicates the volume information. For details, see Table 12. |
region |
String |
Indicates the region ID. |
availability_zone |
String |
Indicates the AZ ID. |
vpc_id |
String |
Indicates the VPC ID. To obtain this parameter value, use either of the following methods:
|
subnet_id |
String |
Indicates the network ID. To obtain this parameter value, use either of the following methods:
|
security_group_id |
String |
Indicates the security group which the RDS DB instance belongs to. To obtain this parameter value, use either of the following methods:
|
collation |
String |
Indicates the collation for Microsoft SQL Server. |
Name |
Mandatory |
Type |
Description |
---|---|---|---|
type |
Yes |
String |
Indicates the DB engine. Its value can be any of the following and is case-insensitive:
|
version |
Yes |
String |
Indicates the database version. For details about supported database versions, see section Database Version Queries. |
Name |
Mandatory |
Type |
Description |
---|---|---|---|
mode |
Yes |
String |
Indicates the DB instance type. The value is Ha (primary/standby DB instances). |
replication_mode |
Yes |
String |
Indicates the replication mode for the standby DB instance. The value cannot be empty.
NOTE:
|
Name |
Mandatory |
Type |
Description |
---|---|---|---|
start_time |
Yes |
String |
Indicates the backup time window. Automated backups will be triggered during the backup time window. The value cannot be empty. It must be a valid value in the "hh:mm-HH:MM" format. The current time is in the UTC format.
Example value:
|
keep_days |
No |
Integer |
Indicates the retention days for specific backup files. The value range is from 0 to 732. If this parameter is not specified or set to 0, the automated backup policy is disabled. To extend the retention period, contact customer service. Automated backups can be retained for up to 2562 days. |
Name |
Mandatory |
Type |
Description |
---|---|---|---|
type |
Yes |
String |
Indicates the volume type. Its value can be any of the following and is case-sensitive:
|
size |
Yes |
Integer |
Indicates the volume size. Its value range is from 40 GB to 4000 GB. The value must be a multiple of 10. |
{ "instance": { "id": "f5ffdd8b1c98434385eb001904209eacin01", "name": "demoname", "status": "BUILD", "datastore": { "type": "MySQL", "version": "5.6.41" }, "port": "3306", "volume": { "type": "ULTRAHIGH", "size": "40" }, "region": "eu-de", "backup_strategy": { "start_time": "02:00-03:00", "keep_days": "7" }, "flavor_ref": "rds.mysql.n1.large", "availability_zone": "eu-de-01", "vpc_id": "19e5d45d-70fd-4a91-87e9-b27e71c9891f", "subnet_id": "bd51fb45-2dcb-4296-8783-8623bfe89bb7", "security_group_id": "23fd0cd4-15dc-4d65-bdb3-8844cc291be0" }, "job_id": "bf003379-afea-4aa5-aa83-4543542070bc" }
For details, see Abnormal Request Results.
For details, see Status Codes.
For details, see Error Codes.