DeleteScalingRule
Description
deletes a specified scaling rule.
Request Method
POST
Request Path
/apsara/route/Ess/DeleteScalingRule
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| ScalingRuleId | BODY | string | Yes | No sample value for this parameter. | scaling rule ID. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| The specified scaling rule does not exist under this user account | invalidscalingruleid.notfound | The specified scaling rule does not exist. | 404 |
Example
Successful Response example
{
"The specified scaling rule does not exist under this user account":"The specified scaling rule does not exist."
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}