ModifyClusterTags
Description
call ModifyClusterTags to modify the label of the current Kubernetes cluster.
Request Method
POST
Request Path
/apsara/route/CS/ModifyClusterTags
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
ClusterId | BODY | string | Yes | c106f377e16f34eb1808d6b9362c9**** | 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 of tag | No | No description for this parameter. |
Example
Successful Response example
{
"":"No"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}