Call RemoveScalingConfigItemV2 interface to delete Auto Scaling configuration items.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes RemoveScalingConfigItemV2

The operation that you want to perform. Value: RemoveScalingConfigItemV2.

ConfigItemBizId String Yes SRB-54CCB030511A****

configuration items ID. You can call ListScalingConfigItemV2 View configuration items ID.

ConfigItemType String Yes SCALING_RULE

configuration items type, with the following values:

  • SCALING_RULE: a scaling rule
  • SCALING_STRATEGY: Scaling Policy
RegionId String Yes cn-hangzhou

The region ID. You can call DescribeRegions API to view the latest list of Alibaba Cloud regions.

ScalingGroupBizId String Yes SGB-32242E323****

The scaling group ID. You can call ListScalingGroupV2 View the scaling group ID.

ResourceGroupId String No rg-acfmv6jutt6****

The resource group ID. You can call ListResourceGroups View the resource group ID.

Response parameters

Parameter Type Example Description
Data Boolean true

Indicates whether SQL audit was disabled for the DRDS database. Valid values:

  • true: The configuration items deleted successfully
  • false: delete configuration items failed
RequestId String 7B804810-3C11-4927-B116-1D1A98A60BDD

The ID of the request.

Samples

Sample request

http(s)://[Endpoint]/?Action=RemoveScalingConfigItemV2
&ConfigItemBizId=SRB-54CCB030511A****
&ConfigItemType=SCALING_RULE
&RegionId=cn-hangzhou
&ScalingGroupBizId=SGB-32242E323****
&<common request parameters>

Sample success responses

XML format

<RequestId>7B804810-3C11-4927-B116-1D1A98A60BDD</RequestId>
<Data>true</Data>

JSON Format

{
    "RequestId":"7B804810-3C11-4927-B116-1D1A98A60BDD",
    "Data":"true"
}