InstallClusterAddons
Description
call InstallClusterAddons to install components for the specified cluster.
Request Method
POST
Request Path
/apsara/route/CS/InstallClusterAddons
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
ClusterId | BODY | string | Yes | c82e6987e2961451182edacd74faf**** | cluster ID. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
array | No | No description for this parameter. | |
name | string | Yes | ags-metrics-collector |
version | string | Yes | v1.0.0.2-cc3b2d6-aliyun |
config | string | No | {\"IngressDashboardEnabled\":\"true\",\"sls_project_name\":\"your_sls_project_name\"}"} |
Example
Successful Response example
{
"":"No",
"name":"Yes",
"version":"Yes",
"config":"No"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}