Memperbarui informasi kluster kontainer, termasuk nama kluster kontainer dan jenis jaringan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:UpdateContainerCluster |
update |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
ID kluster. |
cc-000**************134 |
| Name |
string |
No |
Nama kluster. |
ack_pv_backup_location |
| Description |
string |
No |
Deskripsi kluster. |
description ack pv backup |
| NetworkType |
string |
No |
Jenis jaringan. Nilai valid:
|
VPC |
| RenewToken |
boolean |
No |
Apakah akan membuat ulang token. |
false |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| TokenUpdated |
boolean |
Indicates whether the cluster token has been updated. |
false |
| RequestId |
string |
Request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| Token |
string |
Cluster token, used for registering HBR clients within the cluster. |
eyJhY2NvdW*****VnZpgXQC5A== |
| Success |
boolean |
Indicates if the request was successful.
|
true |
| Code |
string |
Return code, 200 indicates success. |
200 |
| Message |
string |
Return information. |
successful |
Contoh
Respons sukses
JSONformat
{
"TokenUpdated": false,
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"Token": "eyJhY2NvdW*****VnZpgXQC5A==",
"Success": true,
"Code": "200",
"Message": "successful"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.