Creates AI nodes.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
No |
The cluster ID. Note
Call the DescribeAIDBClusters operation to query information about all clusters in your account, including cluster IDs. |
pm-xxxxxx |
| DBNodes |
array<object> |
No |
The information about the nodes to add. |
|
|
object |
No |
The node information. |
||
| DBNodeClass |
string |
No |
The node specifications. |
polar.mysql.g4.xlarge.gu10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
D0CEC6AC-7760-409A-A0D5-E6CD86****** |
| DBClusterId |
string |
The cluster ID. |
pm-xxxxxx |
| OrderId |
string |
The ID of the order. |
2148126708***** |
| DBNodeIds |
array |
The IDs of the created DB nodes. |
|
|
string |
The node ID. |
pi-*************** |
Examples
Success response
JSON format
{
"RequestId": "D0CEC6AC-7760-409A-A0D5-E6CD86******",
"DBClusterId": "pm-xxxxxx",
"OrderId": "2148126708*****",
"DBNodeIds": [
"pi-***************"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.