View the details of a custom instance
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeAIDBClusterAttribute |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The cluster ID. |
pc-**************** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
EBEAA83D-1734-42E3-85E3-E25F6E****** |
| DBClusterId |
string |
The cluster ID. |
pc-************** |
| DBClusterStatus |
string |
The status of the cluster. Valid values:
|
Running |
| DBClusterDescription |
string |
The description of the cluster. Fuzzy queries are supported. |
test |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| ZoneId |
string |
The zone ID of the PolarDB cluster node. |
cn-hangzhou-d |
| VPCId |
string |
The ID of the virtual private cloud (VPC). You can specify a VPC when you switch zones. |
vpc-******************* |
| VSwitchId |
string |
The virtual switch ID. Note
If you specify a VPCId, VSwitchId is required. |
vsw-********************* |
| InternalIp |
string |
The private IP address. |
10.*.*.72 |
| StorageType |
string |
The storage class for the Enterprise Edition. Valid values:
The storage class for the Standard Edition. Valid values:
|
essdpl1 |
| DBNodes |
array<object> |
The details of the nodes. |
|
|
array<object> |
The details of the nodes. |
||
| DBNodeClass |
string |
The node specifications. |
polar.pg.g8.8xlarge.gu30 |
| CpuCores |
string |
The number of CPU cores of the node. |
2 |
| MemorySize |
string |
The memory size of the node. Unit: MB. |
8192 |
| GPU |
string |
The number of GPUs. |
2 |
| DBNodeId |
string |
The node ID. |
pi-**************** |
| DBNodeDescription |
string |
The description of the node. |
test |
| VSwitchId |
string |
The virtual switch ID. |
vsw-********************* |
| VPCId |
string |
The VPC ID. |
vpc-******************* |
| DBNodeStatus |
string |
The status of the node. Valid values:
|
Running |
| ZoneId |
string |
The zone. |
cn-hangzhou-d |
| VNodeId |
string |
The ID of the Kubernetes virtual node. |
vn-*************** |
| LinkIP |
string |
The private IP address. |
10.*.*12 |
| ChildVolumes |
array<object> |
||
|
object |
|||
| StorageType |
string |
PL1 |
|
| StorageCategory |
string |
PolarFs |
|
| SizeGB |
string |
8192 |
|
| Name |
string |
jueming |
|
| MountPath |
string |
/tmp/CrowdStrike |
|
| PublicIp |
string |
101.101.101.101 |
|
| CreationTime |
string |
2020-08-14T05:58:42Z |
|
| LockMode |
string |
The lock mode of the instance. A value of lock indicates that the instance is locked due to expiration or an overdue payment. |
Unlock |
| CreationTime |
string |
The time when the cluster was created. |
2020-08-14T05:58:42Z |
| PayType |
string |
The billing method. Valid values:
|
Postpaid |
| ExpireTime |
string |
The expiration time of the cluster. Note
This parameter is returned only for subscription clusters. For pay-as-you-go clusters, an empty string is returned. |
2020-11-14T16:00:00Z |
| Expired |
boolean |
Indicates whether the cluster has expired. Valid values:
|
false |
| ZoneIds |
string |
The zone ID. |
cn-hangzhou-i,cn-hangzhou-g |
| RunType |
string |
The architecture type. Valid values:
|
container |
| KubeClusterId |
string |
The ACK cluster ID. |
xxxxxxxxxxxxxxxxxxxxxxx |
| DBVersion |
string |
The cluster version. Valid values: 1.0 2.0 3.0 |
1.0 |
| AiNodeType |
string |
The node type. Valid values:
|
vnode |
| Volumes |
array<object> |
The list of data disks. |
|
|
object |
The data of the data disk. |
||
| StorageType |
string |
The storage category. |
PolarFs |
| StorageCategory |
string |
The storage class. |
PL1 |
| Name |
string |
The disk name. |
jueming |
| SizeGB |
string |
The storage size. |
8192 |
| MountPath |
string |
The mount path in the container. |
/var/run/secrets/kubernetes.io/serviceaccount |
| EndpointList |
array<object> |
A list of endpoints for the instance. |
|
|
array<object> |
The endpoint of the instance. |
||
| NetInfoItems |
array<object> |
A list of network information for the instance. |
|
|
object |
A list of network information for the instance. |
||
| NetType |
string |
The network type of the connection string. Valid values:
|
Public |
| ConnectionString |
string |
The database endpoint. |
pc-**********.rwlb.rds.aliyuncs.com |
| Port |
string |
The port number. |
3306 |
| ModelName |
string |
The model name. |
Qwen3-Embedding-8B |
| MaxQPM |
string |
The maximum number of requests per minute. |
20 |
| PublicIp |
string |
||
| KVCacheInstanceId |
string |
pkv-xxxxx |
|
| EcsSecurityGroupId |
string |
sg-xxxxxx |
|
| ModelType |
string |
Examples
Success response
JSON format
{
"RequestId": "EBEAA83D-1734-42E3-85E3-E25F6E******",
"DBClusterId": "pc-**************",
"DBClusterStatus": "Running",
"DBClusterDescription": "test",
"RegionId": "cn-hangzhou",
"ZoneId": "cn-hangzhou-d\t\n",
"VPCId": "vpc-*******************",
"VSwitchId": "vsw-*********************",
"InternalIp": "10.*.*.72",
"StorageType": "essdpl1",
"DBNodes": [
{
"DBNodeClass": "\npolar.pg.g8.8xlarge.gu30",
"CpuCores": "2",
"MemorySize": "8192",
"GPU": "2",
"DBNodeId": "pi-****************",
"DBNodeDescription": "test",
"VSwitchId": "vsw-*********************",
"VPCId": "vpc-*******************",
"DBNodeStatus": "Running",
"ZoneId": "cn-hangzhou-d\t\n",
"VNodeId": "vn-***************",
"LinkIP": "10.*.*12",
"ChildVolumes": [
{
"StorageType": "PL1",
"StorageCategory": "PolarFs",
"SizeGB": "8192",
"Name": "jueming",
"MountPath": "/tmp/CrowdStrike"
}
],
"PublicIp": "101.101.101.101",
"CreationTime": "2020-08-14T05:58:42Z"
}
],
"LockMode": "Unlock",
"CreationTime": "2020-08-14T05:58:42Z",
"PayType": "Postpaid",
"ExpireTime": "2020-11-14T16:00:00Z",
"Expired": false,
"ZoneIds": "cn-hangzhou-i,cn-hangzhou-g",
"RunType": "container",
"KubeClusterId": "xxxxxxxxxxxxxxxxxxxxxxx",
"DBVersion": "1.0",
"AiNodeType": "vnode",
"Volumes": [
{
"StorageType": "PolarFs",
"StorageCategory": "PL1",
"Name": "jueming",
"SizeGB": "8192",
"MountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
}
],
"EndpointList": [
{
"NetInfoItems": [
{
"NetType": "Public",
"ConnectionString": "pc-**********.rwlb.rds.aliyuncs.com",
"Port": "3306"
}
]
}
],
"ModelName": "\nQwen3-Embedding-8B",
"MaxQPM": "20",
"PublicIp": "",
"KVCacheInstanceId": "pkv-xxxxx",
"EcsSecurityGroupId": "sg-xxxxxx",
"ModelType": ""
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.