Creates one or more extensions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:CreateExtensions |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-********** |
| DBClusterId |
string |
Yes |
The ID of the source instance. |
pc-************** |
| Extensions |
string |
No |
The extensions to create. Separate multiple extensions with a comma (,). |
vector,oss_fdw |
| DBNames |
string |
Yes |
The name of the database. |
ceshi1 |
| AccountName |
string |
Yes |
The name of the database account associated with the instance. |
whalecv |
| SourceDBName |
string |
No |
The name of the source database. |
testdb1 |
| VpcId |
string |
No |
The ID of the virtual private cloud (VPC) where the endpoint is located. |
vpc-bp1qpo0kug3a20qqe**** |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| ClientToken |
string |
No |
A client token to ensure the idempotence of the request. This token is generated by the client and must be unique for each request. The token is case-sensitive and cannot exceed 64 ASCII characters. |
6000170000591aed949d0f54a343f1a4233c1e7d1c5****** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
86627CF4-CBB6-531E-BBDA-7B6DD5C42E85 |
Examples
Success response
JSON format
{
"RequestId": "86627CF4-CBB6-531E-BBDA-7B6DD5C42E85"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. | The specified DBClusterId parameter does not exist in the current record. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.