Creates a Supabase project.
Operation description
This operation creates a Supabase instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
gpdb:CreateSupabaseProject |
create |
*SupabaseProject
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The ID of the region. Call the DescribeRegions operation to view the available region IDs. |
cn-hangzhou |
| ProjectName |
string |
Yes |
The project name. The name must meet the following requirements:
|
saas_iot_x86_modbustcp_lqt01 |
| ZoneId |
string |
Yes |
The ID of the zone. Note
Call the DescribeRegions operation to view the available zone IDs. |
cn-hangzhou-h |
| AccountPassword |
string |
Yes |
The password for the initial account.
|
Pw123456 |
| SecurityIPList |
string |
Yes |
The IP address whitelist. Set this parameter to 127.0.0.1 to block access from all external IP addresses. After the instance is created, call the ModifySecurityIps operation to modify the IP address whitelist. |
127.0.0.1 |
| VpcId |
string |
Yes |
The ID of the VPC. Note
|
vpc-bp******************* |
| VSwitchId |
string |
Yes |
The ID of the vSwitch. Note
|
vsw-bp1cpq8mr64paltkb**** |
| ProjectSpec |
string |
Yes |
The instance type of the Supabase instance. The default is 1C1G. |
1C1G |
| StorageSize |
integer |
No |
The storage size in GB. The default value is 1 GB. |
2 |
| DiskPerformanceLevel |
string |
No |
The performance level (PL) of the cloud disk. The default value is PL0. Valid values:
|
PL0 |
| ClientToken |
string |
No |
Idempotence check. For more information, see How to Ensure Idempotence. |
0c593ea1-3bea-11e9-b96b-88888888**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| ProjectId |
string |
The ID of the Supabase instance. |
sbp-180**** |
| RequestId |
string |
The request ID. |
ABB39CC3-4488-4857-905D-2E4A051D**** |
| OrderId |
string |
Examples
Success response
JSON format
{
"ProjectId": "sbp-180****",
"RequestId": "ABB39CC3-4488-4857-905D-2E4A051D****",
"OrderId": ""
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.