Queries the details of a Supabase instance.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeSupabaseInstanceAttribute |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| DBInstanceName |
string |
Yes |
The instance name. |
pxsp-********* |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
C457B28E-9CAB-4B77-B5C6-5D71B7870B6E |
| Data |
object |
The instance details. |
|
| DBInstanceName |
string |
The instance name. |
pxc-supabase-001 |
| Status |
string |
The instance status. |
Running |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| ZoneId |
string |
The zone ID. |
cn-zhangjiakou-a |
| SupabaseClassCode |
string |
The Supabase class code. |
polarx.supabase.x4.xlarge |
| NodeClass |
string |
The node specifications. |
polarx.supabase.x2.small |
| NodeCount |
integer |
The number of nodes. |
1 |
| VpcId |
string |
VPC ID |
vpc-******** |
| VSwitchId |
string |
The vSwitch ID. |
vsw-******** |
| CreateTime |
string |
The creation time. |
2025-07-13 10:01:50 +0800 |
| TopologyType |
string |
The topology type. |
1azone |
| EngineVersion |
string |
The database engine version. |
2.0 |
| MinorVersion |
string |
The minor engine version. |
polardb-2.6.0_xcluster8.4.21-20260716_pxbaas-20260915 |
| LockMode |
string |
The lock mode. |
Unlock |
| Expired |
boolean |
Indicates whether the instance has expired. |
false |
| PolarDBXDBInstanceName |
string |
The name of the associated PolarDB-X instance. |
pxc-********* |
| ConnAddrs |
array<object> |
The list of endpoints. |
|
|
object |
The endpoint. |
||
| ConnectionString |
string |
The endpoint. |
pxsp-********.rds.aliyuncs.com |
| Port |
integer |
The port. |
3306 |
| NetType |
string |
The network type. |
0 |
| VpcId |
string |
VPC ID |
vpc-******** |
| Nodes |
array<object> |
The list of nodes. |
|
|
object |
The node ID. |
||
| Id |
string |
The node ID. |
2005777 |
| Name |
string |
The node name. |
pxsp-******** |
| ZoneId |
string |
The zone ID. |
cn-hangzhou-a |
| ClassCode |
string |
The class code. |
polarx.supabase.x2.small |
| TenantMode |
boolean |
The multi-tenant mode. |
false |
| AccessDeniedDetail |
object |
The details of the access denial. |
|
| AuthAction |
string |
The authentication action. |
xxx |
| AuthPrincipalType |
string |
The authentication principal type. |
222 |
| NoPermissionType |
string |
The type of the permission denial. |
ImplicitDeny |
| PolicyType |
string |
The policy type. |
PRIORITY |
| EncodedDiagnosticMessage |
string |
The encoded diagnostic message. |
AQEAAAAAaKPfwjY0MzMyODRGLUZCQkQtNTA1RS04MUUxLTc5NTkzODk2MUIzMg== |
| AuthPrincipalOwnerId |
string |
The owner ID of the authentication principal. |
111 |
| AuthPrincipalDisplayName |
string |
The display name of the authentication principal. |
xxx |
Examples
Success response
JSON format
{
"RequestId": "C457B28E-9CAB-4B77-B5C6-5D71B7870B6E",
"Data": {
"DBInstanceName": "pxc-supabase-001",
"Status": "Running",
"RegionId": "cn-hangzhou",
"ZoneId": "cn-zhangjiakou-a",
"SupabaseClassCode": "polarx.supabase.x4.xlarge",
"NodeClass": "polarx.supabase.x2.small",
"NodeCount": 1,
"VpcId": "vpc-********",
"VSwitchId": "vsw-********",
"CreateTime": "2025-07-13 10:01:50 +0800",
"TopologyType": "1azone",
"EngineVersion": "2.0",
"MinorVersion": "polardb-2.6.0_xcluster8.4.21-20260716_pxbaas-20260915",
"LockMode": "Unlock",
"Expired": false,
"PolarDBXDBInstanceName": "pxc-*********",
"ConnAddrs": [
{
"ConnectionString": "pxsp-********.rds.aliyuncs.com",
"Port": 3306,
"NetType": "0",
"VpcId": "vpc-********"
}
],
"Nodes": [
{
"Id": "2005777",
"Name": "pxsp-********",
"ZoneId": "cn-hangzhou-a",
"ClassCode": "polarx.supabase.x2.small"
}
],
"TenantMode": false
},
"AccessDeniedDetail": {
"AuthAction": "xxx",
"AuthPrincipalType": "222",
"NoPermissionType": "ImplicitDeny",
"PolicyType": "PRIORITY",
"EncodedDiagnosticMessage": "AQEAAAAAaKPfwjY0MzMyODRGLUZCQkQtNTA1RS04MUUxLTc5NTkzODk2MUIzMg==",
"AuthPrincipalOwnerId": "111",
"AuthPrincipalDisplayName": "xxx"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.