Queries a list of AINode resource pools.
Operation description
This operation lists the AINode resource pools for the specified instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
gpdb:ListAINodePools |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceId |
string |
Yes |
The instance ID. |
gp-xxxxxxxxx |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
ABB39CC3-4488-4857-905D-2E4A051D0521 |
| AINodePoolInfos |
array<object> |
The details of the AINode resource pools. |
|
|
array<object> |
The details of an AINode resource pool. |
||
| AINodePoolId |
string |
The ID of the AINode resource pool. |
aipool-xxxxxxxxx |
| NodeNum |
string |
The number of nodes. |
2 |
| AINodeInfos |
array<object> |
The details of AINodes. |
|
|
object |
The details of an AINode. |
||
| NodeName |
string |
The name of the AINode. |
ai-xxxxxxxxx |
| Namespace |
string |
The namespace. |
adbpg-ainode |
| NodeSpec |
string |
The AINode specification. The following specifications are supported: |
ADB.AIStandard.1 |
| CreateTime |
string |
The creation time. |
2024-10-09T02:07:15Z |
| UpdateTime |
string |
The update time. |
2025-06-16T02:04:42Z |
| BindStatus |
string |
The binding status.
|
bound:表示已绑定。 |
| BindObject |
string |
The type of the bound object. |
model_serving |
| ZoneId |
string |
The zone ID. |
cn-hangzhou-j |
Examples
Success response
JSON format
{
"RequestId": "ABB39CC3-4488-4857-905D-2E4A051D0521",
"AINodePoolInfos": [
{
"AINodePoolId": "aipool-xxxxxxxxx",
"NodeNum": "2",
"AINodeInfos": [
{
"NodeName": "ai-xxxxxxxxx",
"Namespace": "adbpg-ainode",
"NodeSpec": "ADB.AIStandard.1",
"CreateTime": "2024-10-09T02:07:15Z",
"UpdateTime": "2025-06-16T02:04:42Z",
"BindStatus": "\n bound:表示已绑定。",
"BindObject": "model_serving",
"ZoneId": "cn-hangzhou-j"
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.