UnInstallClusterAddons
Description
call UnInstallClusterAddons uninstall components of the specified cluster.
Request Method
POST
Request Path
/apsara/route/CS/UnInstallClusterAddons
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
ClusterId | BODY | string | Yes | c5b5e80b0b64a4bf6939d2d8fbbc5**** | 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 | No | ack-node-problem-detector |
Example
Successful Response example
{
"":"No",
"name":"No"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}