Membuat node AI.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:CreateAINodes |
create |
*全部资源
|
None | None |
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
No |
ID kluster. Catatan
Gunakan operasi DescribeAIDBClusters untuk mengkueri informasi semua kluster di akun Anda, termasuk ID kluster. |
pm-xxxxxx |
| DBNodes |
array<object> |
No |
Informasi tentang node yang akan ditambahkan. |
|
|
object |
No |
The node information. |
||
| DBNodeClass |
string |
No |
The node specifications. |
polar.mysql.g4.xlarge.gu10 |
Elemen respons
|
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-*************** |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D0CEC6AC-7760-409A-A0D5-E6CD86******",
"DBClusterId": "pm-xxxxxx",
"OrderId": "2148126708*****",
"DBNodeIds": [
"pi-***************"
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.