Domain name for API request: cvm.tencentcloudapi.com.
This API is used to disassociate security groups from instances.
A maximum of 10 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DisassociateSecurityGroups. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
SecurityGroupIds.N | Yes | Array of String | ID of the security group to be disassociated, such as sg-efil73jd . Only one security group can be disassociated. |
InstanceIds.N | Yes | Array of String | ID(s) of the instance(s) to be disassociated,such as ins-lesecurk . You can specify multiple instances. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
GET https://cvm.tencentcloudapi.com/?Action=DisassociateSecurityGroups
&InstanceIds.0=ins-2zvpghhc
&InstanceIds.1=ins-915zrb0p
&SecurityGroupIds.0=sg-9id3l839
&<Common request parameters>
{
"Response": {
"RequestId": "3385dcf2-e1f0-4ed8-a924-c296721ab65f"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.SecurityGroupActionFailed | Security group operation failed. |
InvalidInstanceId.Malformed | Invalid instance ID . The specified instance ID has an invalid format. For example, ins-1122 has an invalid ID length. |
InvalidInstanceId.NotFound | No instance found. |
InvalidParameterValue.InstanceIdMalformed | Invalid instance ID. Please enter a valid ID, such as ins-xxxxxxxx (“x” represents a lower-case letter or a number). |
InvalidParameterValue.LimitExceeded | The number of parameter values exceeds the limit. |
InvalidSecurityGroupId.NotFound | The specified security group ID does not exist. |
InvalidSgId.Malformed | The specified security group ID is in the wrong format. For example, sg-ide32 has an invalid instance ID length. |
MutexOperation.TaskRunning | An identical job is running. |
OperationDenied.InstanceOperationInProgress | The instance has an operation in progress. Please try again later. |
SecGroupActionFailure | A general error occurred during the security group service API call. |
UnsupportedOperation | Unsupported operation. |
Was this page helpful?