Call the ModifyClusterAddon operation to modify the configuration of an installed cluster component. Modifying the configuration may affect your services. We recommend that you assess the impact, perform this operation during off-peak hours, and back up your data in advance.
Operation description
-
The throttling limit for a single user is 10 calls per second.
-
Creating a cluster is an asynchronous operation. After the API is called, the cluster takes 10 to 20 minutes to initialize. During initialization, you can call the DescribeClustersV1 operation to check the creation status. After the cluster is created, call the DescribeClusterUserKubeconfig operation to retrieve the cluster certificate.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:ModifyClusterAddon |
create |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The cluster ID. |
eck-xxxxxxxx |
| ComponentName |
string |
Yes |
The component name. |
edge-csi-lite |
| Addon |
object |
No |
The component parameter settings. |
|
| Name |
string |
No |
The component name. |
edge-csi-lite |
| Version |
string |
No |
The version number. |
v1 |
| ConfigSchema |
array<object> |
No |
The schema for the custom parameters of the component. |
|
|
array<object> |
No |
The schema for the custom parameters of the component. |
||
| AppVersion |
string |
No |
The application version. |
d0ead1f4e28de0f9e3c86588409a88a4 |
| ConfigVersion |
string |
No |
The configuration version. |
d0ead1f4e28de0f9e3c86588409a88a4 |
| Name |
string |
No |
The component name. |
edge-csi-lite |
| Params |
object |
No |
Custom parameters. |
{"k1":"v1"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
CEF72CEB-54B6-4AE8-B225-F876FF7BA984 |
Examples
Success response
JSON format
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.