Domain name for API request: cvm.tencentcloudapi.com.
This API is used to associate security groups with specified 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: AssociateSecurityGroups. |
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 associated, such as sg-efil73jd . Only one security group can be associated. |
InstanceIds.N | Yes | Array of String | ID of the instance bound in the format of ins-lesecurk. You can specify up to 100 instances in each request. |
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=AssociateSecurityGroups
&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. |
LimitExceeded.AssociateUSGLimitExceeded | An instance can be bound with up to 5 security groups. |
LimitExceeded.CvmsVifsPerSecGroupLimitExceeded | The CVM ENIs associated with the security group has exceeded the limit. |
LimitExceeded.SingleUSGQuota | The number of security groups exceeds the quota limit. |
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.InstanceStateIsolating | Unable to isolate: the instance is isolated |
UnsupportedOperation.InstanceStatePending | The instances are being created, and this operation is not supported. |
Was this page helpful?