AssociateSecurityGroupInstance
AssociateSecurityGroupInstance
Last updated
AssociateSecurityGroupInstance
Last updated
This API is used to apply a security group on an instance.
Note
Status of security group should be Available
.
Status of instance should be RUNNING
or STOPPED
.
You can apply at most 2 security groups on an instance.
The following request parameter list only provides API request parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Parameter Name | Type | Description |
---|---|---|
Apply a security group on an instance.
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
HTTP Status Code | Error Code | Description |
---|---|---|
securityGroupId
Yes
String
Security group ID.
instanceId
Yes
String
Instance ID.
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
404
INVALID_SECURITY_GROUP_NOT_FOUND
Security group does not exist.
403
OPERATION_DENIED_SECURITY_GROUP_STATUS_NOT_AVAILABLE
Status of security group should be Available
.
404
INVALID_INSTANCE_NOT_FOUND
Instance does not exist.
403
OPERATION_DENIED_INSTANCE_STATUS
Operations on the instance with current status are not supported.
403
OPERATION_DENIED_INSTANCE_SECURITY_GROUP_EXCEED_LIMIT
Quantity of security groups applied in an instance exceeds the limit.
403
OPERATION_DENIED_INSTANCE_NOT_SUPPORT_SECURITY_GROUP
Instance not support security groups.