本接口用于刪除指定安全組內(nèi)的一條或多條出方向安全組規(guī)則。
接口說(shuō)明
-
通過(guò)指定安全組規(guī)則 ID 參數(shù)刪除規(guī)則(推薦)。
- 如果指定的安全組規(guī)則 ID 不存在,會(huì)報(bào)異常。
-
通過(guò)指定 Permissions 參數(shù)刪除規(guī)則。
- 如果匹配的安全組規(guī)則不存在,此次調(diào)用成功,但不會(huì)刪除規(guī)則。
- 刪除一條安全組規(guī)則必要的相關(guān)參數(shù):
- 目的端設(shè)置:選擇 DestCidrIp(IPv4 地址)、Ipv6DestCidrIp(IPv6 地址)、DestPrefixListId(前綴列表 ID)、DestGroupId(目的端安全組)中的一項(xiàng)。
- 目的端口范圍:PortRange。
- 協(xié)議類型:IpProtocol。
- 權(quán)限策略:Policy。
請(qǐng)求示例
- 根據(jù)安全組規(guī)則 ID 刪除。
"SecurityGroupId":"sg-bp67acfmxazb4p****", //設(shè)置安全組 ID
"SecurityGroupRuleId":["sgr-bpdfmk****","sgr-bpdfmg****"] //設(shè)置安全組規(guī)則 ID
- 根據(jù) IP 地址段刪除。
"SecurityGroupId":"sg-bp67acfmxazb4ph***",
"Permissions":[
{
"IpProtocol":"TCP", //設(shè)置協(xié)議類型
"DestCidrIp":"10.0.0.0/8", //設(shè)置目的端 IP 地址段
"PortRange":"22/22", //設(shè)置目的端口范圍
"Policy":"accept" // 設(shè)置訪問(wèn)策略
}
]
- 根據(jù)目的端安全組刪除。
"SecurityGroupId":"sg-bp67acfmxazb4ph***",
"Permissions":[
{
"DestGroupId":"sg-bp67acfmxa123b****", //設(shè)置目的端安全組 ID
"IpProtocol":"TCP",
"PortRange":"22/22",
"Policy":"accept"
}
]
- 根據(jù)指定前綴列表刪除。
"SecurityGroupId":"sg-bp67acfmxazb4ph***",
"Permissions":[
{
"IpProtocol":"TCP",
"DestPrefixListId":"pl-x1j1k5ykzqlixdcy****", //設(shè)置目的端前綴列表 ID
"PortRange":"22/22",
"Policy":"accept",
}
]
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語(yǔ)句的Action
元素中使用,用來(lái)給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問(wèn)級(jí)別:是指每個(gè)操作的訪問(wèn)級(jí)別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說(shuō)明如下:
- 對(duì)于必選的資源類型,用背景高亮的方式表示。
- 對(duì)于不支持資源級(jí)授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪問(wèn)級(jí)別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
ecs:RevokeSecurityGroupEgress | delete | *SecurityGroup acs:ecs:{#regionId}:{#accountId}:securitygroup/{#securitygroupId} |
| 無(wú) |
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 安全組所屬地域 ID。您可以調(diào)用 DescribeRegions 查看最新的阿里云地域列表。 | cn-hangzhou |
ClientToken | string | 否 | 保證請(qǐng)求冪等性。從您的客戶端生成一個(gè)參數(shù)值,確保不同請(qǐng)求間該參數(shù)值唯一。ClientToken 只支持 ASCII 字符,且不能超過(guò) 64 個(gè)字符。更多詳情,請(qǐng)參見(jiàn)如何保證冪等性。 | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
SecurityGroupId | string | 是 | 安全組 ID。 | sg-bp67acfmxazb4p**** |
SecurityGroupRuleId | array | 否 | 安全組規(guī)則 ID 數(shù)組。數(shù)組長(zhǎng)度:0~100。 | |
string | 否 | 安全組規(guī)則 ID。 說(shuō)明
通過(guò)安全組規(guī)則 ID 刪除時(shí),該參數(shù)必填。
| sgr-bp67acfmxa123b*** | |
Permissions | array<object> | 否 | 安全組規(guī)則數(shù)組。數(shù)組長(zhǎng)度:0~100。 | |
object | 否 | 安全組規(guī)則。 | ||
Policy | string | 否 | 訪問(wèn)權(quán)限。取值范圍:
默認(rèn)值:accept。 | accept |
Priority | string | 否 | 安全組規(guī)則優(yōu)先級(jí)。數(shù)字越小,代表優(yōu)先級(jí)越高。取值范圍:1~100。 默認(rèn)值:1。 | 1 |
IpProtocol | string | 否 | 協(xié)議類型。取值不區(qū)分大小寫。取值范圍:
| TCP |
DestCidrIp | string | 否 | 需要撤銷訪問(wèn)權(quán)限的目的端 IPv4 CIDR 地址塊。支持 CIDR 格式和 IPv4 格式的 IP 地址范圍。 | 10.0.0.0/8 |
Ipv6DestCidrIp | string | 否 | 需要撤銷訪問(wèn)權(quán)限的目的端 IPv6 CIDR 地址塊。支持 CIDR 格式和 IPv6 格式的 IP 地址范圍。 說(shuō)明
僅在支持 IPv6 的 VPC 類型 ECS 實(shí)例上有效,且該參數(shù)與 DestCidrIp 參數(shù)不可同時(shí)設(shè)置。
| 2001:db8:1233:1a00::*** |
DestGroupId | string | 否 | 需要撤銷訪問(wèn)權(quán)限的目的端安全組 ID。
您需要注意:
| sg-bp67acfmxa123b**** |
DestPrefixListId | string | 否 | 需要撤銷訪問(wèn)權(quán)限的目的端前綴列表。您可以調(diào)用 DescribePrefixLists 查詢可以使用的前綴列表 ID。 注意事項(xiàng):
| pl-x1j1k5ykzqlixdcy**** |
PortRange | string | 否 | 安全組開(kāi)放的各協(xié)議相關(guān)的目的端口范圍。取值范圍:
| 22/22 |
SourceCidrIp | string | 否 | 源端 IPv4 CIDR 地址段。支持 CIDR 格式和 IPv4 格式的 IP 地址范圍。 用于支持五元組規(guī)則,請(qǐng)參見(jiàn)安全組五元組規(guī)則。 | 10.0.0.0/8 |
Ipv6SourceCidrIp | string | 否 | 源端 IPv6 CIDR 地址段。支持 CIDR 格式和 IPv6 格式的 IP 地址范圍。 用于支持五元組規(guī)則,請(qǐng)參見(jiàn)安全組五元組規(guī)則。 說(shuō)明
僅在支持 IPv6 的 VPC 類型 ECS 實(shí)例上有效,且該參數(shù)與 DestCidrIp 參數(shù)不可同時(shí)設(shè)置。
| 2001:db8:1234:1a00::*** |
SourcePortRange | string | 否 | 安全組開(kāi)放的各協(xié)議相關(guān)的源端端口范圍。取值范圍:
用于支持五元組規(guī)則,請(qǐng)參見(jiàn)安全組五元組規(guī)則。 | 22/22 |
DestGroupOwnerAccount | string | 否 | 撤銷跨賬戶授權(quán)的安全組規(guī)則時(shí),目的端安全組所屬的阿里云賬戶。
| Test@aliyun.com |
DestGroupOwnerId | string | 否 | 撤銷跨賬戶授權(quán)的安全組規(guī)則時(shí),目的端安全組所屬的阿里云賬戶。
| 12345678910 |
NicType | string | 否 | 經(jīng)典網(wǎng)絡(luò)類型安全組規(guī)則的網(wǎng)卡類型。取值范圍:
專有網(wǎng)絡(luò) VPC 類型安全組規(guī)則無(wú)需設(shè)置網(wǎng)卡類型,默認(rèn)為 intranet,只能為 intranet。 撤銷安全組之間授權(quán)規(guī)則,即指定了 默認(rèn)值:internet。 | intranet |
Description | string | 否 | 安全組規(guī)則的描述。長(zhǎng)度為 1~512 個(gè)字符。 | This is description. |
Policydeprecated | string | 否 | 已廢棄。請(qǐng)使用 | accept |
Prioritydeprecated | string | 否 | 已廢棄。請(qǐng)使用 | 1 |
IpProtocoldeprecated | string | 否 | 已廢棄。請(qǐng)使用 | TCP |
DestCidrIpdeprecated | string | 否 | 已廢棄。請(qǐng)使用 | 10.0.0.0/8 |
Ipv6DestCidrIpdeprecated | string | 否 | 已廢棄。請(qǐng)使用 | 2001:db8:1233:1a00::*** |
DestGroupIddeprecated | string | 否 | 已廢棄。請(qǐng)使用 | sg-bp67acfmxa123b**** |
DestPrefixListIddeprecated | string | 否 | 已廢棄。請(qǐng)使用 | pl-x1j1k5ykzqlixdcy**** |
PortRangedeprecated | string | 否 | 已廢棄。請(qǐng)使用 | 22/22 |
SourceCidrIpdeprecated | string | 否 | 已廢棄。請(qǐng)使用 | 10.0.0.0/8 |
Ipv6SourceCidrIpdeprecated | string | 否 | 已廢棄。請(qǐng)使用 | 2001:db8:1234:1a00::*** |
SourcePortRangedeprecated | string | 否 | 已廢棄。請(qǐng)使用 | 22/22 |
DestGroupOwnerAccountdeprecated | string | 否 | 已廢棄。請(qǐng)使用 | Test@aliyun.com |
DestGroupOwnerIddeprecated | long | 否 | 已廢棄。請(qǐng)使用 | 12345678910 |
NicTypedeprecated | string | 否 | 已廢棄。請(qǐng)使用 | intranet |
Descriptiondeprecated | string | 否 | 已廢棄。請(qǐng)使用 | This is description. |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****"
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | InvalidIpProtocol.ValueNotSupported | The parameter IpProtocol must be specified with case insensitive TCP, UDP, ICMP, GRE or All. | 協(xié)議類型只能是TCP、UDP、ICMP、GRE或者All。 |
400 | InvalidIpPortRange.Malformed | The specified parameter PortRange is not valid. | IP協(xié)議相關(guān)的端口號(hào)范圍格式不正確。 |
400 | InvalidDestCidrIp.sMalformed | The specified parameter DestCidrIp is not valid. | 指定的參數(shù) DestCidrIp 不合法。 |
400 | MissingParameter | The input parameter DestGroupId or DestCidrIp cannot be both blank. | 參數(shù) DestGroupId 和 DestCidrIp 不得為空。 |
400 | InvalidPolicy.Malformed | The specified parameter %s is not valid. | 指定的授權(quán)策略參數(shù)Policy不合法。 |
400 | InvalidNicType.ValueNotSupported | The specified parameter %s is not valid. | 指定的網(wǎng)卡類型參數(shù)NicType不合法。 |
400 | InvalidDestGroupId.Mismatch | Specified security group and destination group are not in the same VPC. | 指定的安全組和目標(biāo)組不在同一個(gè) VPC 下。 |
400 | InvalidDestCidrIp.Malformed | The specified parameter DestCidrIp is not valid. | 指定的 DestCidrIp 無(wú)效,請(qǐng)您檢查該參數(shù)是否正確。 |
400 | MissingParameter.Dest | One of the parameters DestCidrIp, Ipv6DestCidrIp, DestGroupId or DestPrefixListId in %s must be specified. | 請(qǐng)指定參數(shù)DestCidrIp,Ipv6DestCidrIp,DestGroupId或DestPrefixListId中的至少一個(gè)。 |
400 | InvalidParam.PortRange | The specified parameter %s is not valid. It should be two integers less than 65535 in ?/? format. | 端口范圍不合法,應(yīng)為斜線分隔兩個(gè)整數(shù)的格式。 |
400 | InvalidIpProtocol.ValueNotSupported | The parameter %s must be specified with case insensitive TCP, UDP, ICMP, GRE or All. | 協(xié)議Protocol字段不合法,應(yīng)指定大小寫不敏感的TCP,UDP,ICMP,GRE或All。 |
400 | InvalidPriority.Malformed | The parameter Priority is invalid. | 指定的參數(shù) Priority 無(wú)效。 |
400 | InvalidPriority.ValueNotSupported | The specified parameter %s is invalid. | 指定的優(yōu)先級(jí)參數(shù)Priority不合法。 |
400 | InvalidParam.SourceIp | The Parameters SourceCidrIp and Ipv6SourceCidrIp in %s cannot be set at the same time. | 參數(shù)SourceCidrIp和Ipv6SourceCidrIp不能被同時(shí)設(shè)置。 |
400 | InvalidParam.DestIp | The Parameters DestCidrIp and Ipv6DestCidrIp in %s cannot be set at the same time. | 參數(shù)DestCidrIp和Ipv6DestCidrIp不能被同時(shí)設(shè)置。 |
400 | InvalidParam.Ipv6DestCidrIp | The specified parameter %s is not valid. | 指定的參數(shù)Ipv6DestCidrIp不合法。 |
400 | InvalidParam.Ipv6SourceCidrIp | The specified parameter %s is not valid. | 指定的參數(shù)Ipv6SourceCidrIp不合法。 |
400 | InvalidParam.Ipv4ProtocolConflictWithIpv6Address | IPv6 address cannot be specified for IPv4-specific protocol. | IPv4協(xié)議不能指定IPv6地址。 |
400 | InvalidParam.Ipv6ProtocolConflictWithIpv4Address | IPv4 address cannot be specified for IPv6-specific protocol. | IPv6協(xié)議不能指定IPv4地址。 |
400 | InvalidParameter.Ipv6CidrIp | The specified Ipv6CidrIp is not valid. | 指定的Ipv6CidrIp參數(shù)不合法。 |
400 | InvalidGroupAuthParameter.OperationDenied | The security group can not authorize to enterprise level security group. | 安全組不能授權(quán)給企業(yè)級(jí)安全組。 |
400 | InvalidSecurityGroupId.Malformed | The specified parameter SecurityGroupId is not valid. | 指定的參數(shù) SecurityGroupId 無(wú)效。 |
400 | InvalidPortRange.Malformed | The specified parameter PortRange must set. | 參數(shù)PortRange必須被設(shè)置。 |
400 | InvalidSourcePortRange.Malformed | The specified parameter SourcePortRange is not valid. | 指定的參數(shù) SourcePortRange 無(wú)效。 |
400 | InvalidSecurityGroupDiscription.Malformed | The specified security group rule description is not valid. | 指定的安全組規(guī)則描述不合法。 |
400 | NotSupported.ClassicNetworkPrefixList | The prefix list is not supported when the network type of security group is classic. | 安全組的網(wǎng)絡(luò)類型為經(jīng)典網(wǎng)絡(luò),不支持前綴列表。 |
400 | InvalidParam.SourceCidrIp | The specified parameter %s is not valid. | 指定的參數(shù)SourceCidrIp不合法。 |
400 | InvalidParam.SourceCidrIp | The specified param SourceCidrIp is not valid. | 參數(shù)SourceCidrIp不合法。 |
400 | InvalidParam.DestCidrIp | The specified parameter %s is not valid. | 指定的參數(shù)DestCidrIp不合法。 |
400 | InvalidParam.DestCidrIp | The specified parameter DestCidrIp is invalid. | 指定的參數(shù)“DestCidrIp”無(wú)效。 |
400 | InvalidParam.Permissions | The specified parameter Permissions cannot coexist with other parameters. | 指定的參數(shù)Permissions不能與其他參數(shù)同時(shí)存在。 |
400 | InvalidParam.DuplicatePermissions | There are duplicate permissions in the specified parameter Permissions. | 指定的參數(shù)Permissions中存在重復(fù)的規(guī)則。 |
400 | InvalidParam.SecurityGroupRuleId | The specified parameter SecurityGroupRuleId is not valid. | 指定的參數(shù)SecurityGroupRuleId不合法。 |
400 | InvalidParam.SecurityGroupRuleIdRepeated | The specified parameter SecurityGroupRuleId is repeated. | 指定的參數(shù)SecurityGroupRuleId存在重復(fù)。 |
400 | InvalidGroupParameter.OperationDenied | The attributes Policy, SourceGroupId, DestGroupId of enterprise level security groups are not allowed to be set or modified. | 企業(yè)級(jí)安全組不能指定Policy,SourceGroupId,DestGroupId等參數(shù)。 |
400 | InvalidSecurityGroupRule.RuleNotExist | The specified rule does not exist. | 指定的安全組規(guī)則不存在。 |
401 | InvalidOperation.SecurityGroupNotAuthorized | The specified security group is not authorized to operate. | 沒(méi)有權(quán)限操作當(dāng)前安全組 |
403 | InvalidNicType.Mismatch | Specified nic type conflicts with the authorization record. | 指定的 NIC 類型與規(guī)則信息沖突。 |
403 | InvalidGroupAuthItem.NotFound | Specified group authorized item does not exist in our records. | 指定的組授權(quán)條目不存在。 |
403 | InvalidSecurityGroup.IsSame | The authorized SecurityGroupId should be different from the DestGroupId. | 已授權(quán)的 SecurityGroupId 不能與 DestGroupId 相同。 |
403 | InvalidParamter.Conflict | The specified SecurityGroupId should be different from the SourceGroupId. | 授權(quán)與被授權(quán)安全組必須不同。 |
403 | InvalidOperation.ResourceManagedByCloudProduct | %s | 云產(chǎn)品托管的安全組不支持修改操作。 |
404 | InvalidSecurityGroupId.NotFound | The specified SecurityGroupId does not exist. | 指定的安全組在該用戶賬號(hào)下不存在,請(qǐng)您檢查安全組 ID 是否正確。 |
404 | InvalidDestGroupId.NotFound | The DestGroupId provided does not exist in our records. | 指定的出方向安全組不存在。 |
404 | InvalidSecurityGroupRuleId.NotFound | The specified SecurityGroupRuleId is not exists. | 指定的SecurityGroupRuleId不存在。 |
404 | InvalidPrefixListId.NotFound | The specified prefix list was not found. | 前綴列表不存在。 |
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2024-12-04 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |
2024-06-20 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |
2023-11-21 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |
2023-04-07 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |
2022-09-05 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |
2022-07-13 | OpenAPI 描述信息更新、OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更 | 查看變更詳情 |
2022-05-07 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |