Creates an order to purchase an ApsaraDB RDS instance by calling the CreateOrderForRds operation.
Operation description
Before using this operation, make sure that you fully understand the billing method and pricing of this service.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:CreateOrderForRds |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| Params |
string |
Yes |
The JSON-formatted parameters for placing the ApsaraDB RDS order. For more information, see CreateDBInstance. |
{"key":"value"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Data |
string |
The instance ID of the ApsaraDB RDS instance that was purchased. |
[rm-***********] |
| RequestId |
string |
The request ID. |
9819BC51-D33D-4EB1-B80F-A89A20****** |
| Success |
boolean |
Indicates whether the request was successful. |
true |
Examples
Success response
JSON format
{
"Data": "[rm-***********]",
"RequestId": "9819BC51-D33D-4EB1-B80F-A89A20******",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.