Skip to main content

InstallClusterAddons

Description

call InstallClusterAddons to install components for the specified cluster.

Request Method

POST

Request Path

/apsara/route/CS/InstallClusterAddons

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
ClusterIdBODYstringYesc82e6987e2961451182edacd74faf****cluster ID.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
arrayNoNo description for this parameter.
namestringYesags-metrics-collector
versionstringYesv1.0.0.2-cc3b2d6-aliyun
configstringNo{\"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
}

}