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 or STOPPED.

2. Input Parameters

The following request parameter list only provides API request parameters.

3. Output Parameters

4. Code Example

Disassociate the security group from an instance.

POST /api/v2/vm HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: UnAssociateSecurityGroupInstance
<Common Request Params>

Request:
{
  "securityGroupId": "your-security-group-id",
  "instanceId": "your-instance-id"
}

Response:
{
  "requestId": "T14FA1959-C139-4030-A867-2FBC53B04840",
  "response": {
    "requestId": "T14FA1959-C139-4030-A867-2FBC53B04840"
  }
}

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.​

Last updated