UnAssociateSecurityGroupInstance
UnAssociateSecurityGroupInstance
1. API Description
This API is used to disassociate the security group from an instance.
Note
Status of security group should be
Available
.Status of instance should be
RUNNING
orSTOPPED
.
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
Disassociate the security group from 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_NOT_SUPPORT_SECURITY_GROUP
实例不支持安全组。
Last updated