You can call ModifyScalingGroupV2 operation to modify the basic information of a scaling group.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. You can use OpenAPI Explorer to search for API operations, call API operations, and dynamically generate SDK sample code.

Request parameters

Parameter Type Required Example Description
Action String Yes ModifyScalingGroupV2

The operation that you want to perform. This parameter is required for API requests that you create by piecing together HTTP or HTTPS URLs. Valid values: ModifyScalingGroupV2.

Description String Yes This is a sample scaling Group

The description of the scaling group. You can call ListScalingGroupV2 View the description of the scaling group.

Name String Yes test

The name of the scaling group. You can call ListScalingGroupV2 View the scaling group name.

RegionId String Yes cn-hangzhou

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

ScalingGroupBizId String Yes SGB-12324AC3****

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

ResourceGroupId String No rg-acfmv6jutt6****

The ID of the resource group. 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 operation was successful.
  • false: The operation failed.
RequestId String 7B804810-3C11-4927-B116-1D1A98A60BDD

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=ModifyScalingGroupV2
&Description=This is a sample scaling Group
&Name=test 
&RegionId=cn-hangzhou 
&ScalingGroupBizId=SGB-12324AC3**** 
&<common request parameters> 

Sample success responses

XML format

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

JSON Syntax

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