AssociateSecurityGroupInstance
AssociateSecurityGroupInstance
1. API Description
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
orSTOPPED
.You can apply at most 2 security groups on an instance.
2. Input Parameters
The following request parameter list only provides API request parameters.
securityGroupId
Yes
String
Security group ID.
instanceId
Yes
String
Instance ID.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4. Code Example
Apply a security group on an instance.
5. Developer Resources
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
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.
Last updated