技术员联盟提供win764位系统下载,win10,win7,xp,装机纯净版,64位旗舰版,绿色软件,免费软件下载基地!

当前位置:主页 > 教程 > 服务器类 >

阿里云如何使用将实例移出安全组接口

来源:技术员联盟┆发布时间:2017-12-04 12:10┆点击:

  将实例移出安全组

  描述

  将实例移出指定的安全组。

  只有在实例状态为 Stopped 或 Running 状态下才可以执行该操作。

  每个实例最少属于 1 个安全组,如果实例仅属于一个安全组,尝试移出时,请求会失败。

  请求参数

名称 类型 是否必须 描述
Action   String     系统规定参数,取值:LeaveSecurityGroup  
InstanceId   String     指定的实例 ID  
SecurityGroupId   String     安全组代码  

  返回参数

  全是公共返回参数,详见公共返回参数

  错误码

错误代码 描述 Http 状态码 语义
InvalidInstanceId.NotFound   The InstanceId provided does not exist in our records.   404   指定的 InstanceId 不存在  
MissingParameter   The input parameter "InstanceId" that is mandatory for processing this request is not supplied.   400   缺少 InstanceId 值  
InvalidSecurityGroupId.NotFound   The SecurityGroupId provided does not exist in our records.   404   指定的 SecurityGroupId 不存在  
MissingParameter   The input parameter "SecurityGroupId" that is mandatory for processing this request is not supplied.   400   缺少 SecurityGroupId 值  
InstanceLastSecurityGroup   The SecurityGroup is the only one for the Instance.   403   该安全组是该实例唯一的安全组  
IncorrectInstanceStatus   The current status of the resource does not support this operation.   403   该资源目前的状态不支持此操作  
InstanceLockedForSecurity   The specified operation is denied as your instance is locked for security reasons.   403   该资源目前被安全锁定被拒绝操作  

  示例

  请求示例

  https://ecs.aliyuncs.com/?Action=LeaveSecurityGroup

  &InstanceId=i-instance1

  &SecurityGroupId=F876FF7BA984

  &<公共请求参数>

  返回示例

  XML格式

  

  473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

  

  JSON格式

  {

  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"