Returns a list of Supabase instances.
Operation description
Returns a list of Supabase instances.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
gpdb:ListSupabaseProjects |
list |
*SupabaseProject
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. Note
You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| NextToken |
string |
No |
The pagination token that is used in the next request to retrieve a new page of results. |
caeba0bbb2be03f84eb48b699f0a**** |
| MaxResults |
integer |
No |
The maximum number of entries to return on each page. Default value: 10. |
20 |
| PageSize |
integer |
No |
The number of entries per page. |
30 |
| PageNumber |
integer |
No |
The page number. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
ABB39CC3-4488-4857-905D-2E4A051D**** |
| PageNumber |
integer |
The page number. |
1 |
| PageRecordCount |
integer |
The number of entries returned on the current page. |
20 |
| TotalRecordCount |
integer |
The total number of entries. |
2 |
| Items |
array<object> |
A list of instance details. |
|
|
object |
The details of the instance. |
||
| Status |
string |
The status of the Supabase instance. |
running |
| PublicConnectUrl |
string |
The public endpoint for the Supabase dashboard. |
10.154.11.10 |
| EngineVersion |
string |
The engine version. |
6.0 |
| ZoneId |
string |
The zone ID. |
cn-hangzhou-h |
| ProjectName |
string |
The name of the Supabase project. |
supabase_project |
| VSwitchId |
string |
The VSwitch ID. |
vsw-bp1cpq8mr64paltkb**** |
| ProjectId |
string |
The Supabase instance ID. |
sbp-12*** |
| DiskPerformanceLevel |
string |
The disk performance level. |
PL0 |
| StorageSize |
integer |
The storage size, in GB. |
2 |
| PayType |
string |
The billing method. Valid values:
|
Postpaid |
| PrivateConnectUrl |
string |
The private endpoint for the Supabase dashboard. |
192.168.0.1 |
| ProjectSpec |
string |
The Supabase instance specification. |
1C1G |
| VpcId |
string |
The VPC ID. |
vpc-bp19ame5m1r3oejns**** |
| SecurityIPList |
string |
A comma-separated list of IP addresses in the IP whitelist. The following formats are supported:
|
127.0.0.1 |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| Engine |
string |
The database engine. |
gpdb |
| CreateTime |
string |
The creation time. |
2021-10-09T04:54:08Z |
| DashboardPassword |
string |
The password for the Supabase dashboard. This parameter is reserved. |
xxpassword |
| DashboardUserName |
string |
The username for the Supabase dashboard. This parameter is reserved. |
null |
| ExpireTime |
string |
The expiration time. |
2026-04-27T16:00:00Z |
| NextToken |
string |
A pagination token. It can be used in the next request to retrieve a new page of results. |
caeba0bbb2be03f84eb48b699f0a**** |
| MaxResults |
integer |
The number of entries per page. Default value: 10. |
50 |
Examples
Success response
JSON format
{
"RequestId": "ABB39CC3-4488-4857-905D-2E4A051D****",
"PageNumber": 1,
"PageRecordCount": 20,
"TotalRecordCount": 2,
"Items": [
{
"Status": "running",
"PublicConnectUrl": "10.154.11.10",
"EngineVersion": "6.0",
"ZoneId": "cn-hangzhou-h",
"ProjectName": "supabase_project",
"VSwitchId": "vsw-bp1cpq8mr64paltkb****",
"ProjectId": "sbp-12***",
"DiskPerformanceLevel": "PL0",
"StorageSize": 2,
"PayType": "Postpaid",
"PrivateConnectUrl": "192.168.0.1",
"ProjectSpec": "1C1G",
"VpcId": "vpc-bp19ame5m1r3oejns****",
"SecurityIPList": "127.0.0.1",
"RegionId": "cn-hangzhou",
"Engine": "gpdb",
"CreateTime": "2021-10-09T04:54:08Z",
"DashboardPassword": "xxpassword",
"DashboardUserName": "null",
"ExpireTime": "2026-04-27T16:00:00Z"
}
],
"NextToken": "caeba0bbb2be03f84eb48b699f0a****",
"MaxResults": 50
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.