RevokeSecurityGroupEgress
调用RevokeSecurityGroupEgress删除一条出方向安全组规则,撤销安全组出方向的访问权限。
接口说明
安全组的API文档中,流量的发起端为源端(Source),数据传输的接收端为目的端(Dest)。
- 撤销对指定IP地址段的访问权限,如以下请求示例:IpProtocol、PortRange、(可选)SourcePortRange、NicType、Policy、DestCidrIp和(可选)SourceCidrIp。
https://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress &SecurityGroupId=sg-bp67acfmxazb4ph*** &IpProtocol=tcp &DestCidrIp=10.0.0.0/8 &PortRange=-22/22 &NicType=intranet &Policy=Allow &<公共请求参数>
- 撤销对其他安全组的访问权限,如以下请求示例:IpProtocol、PortRange、(可选)SourcePortRange、NicType、Policy、(可选)DestCidrIp、DestGroupOwnerAccount和DestGroupId。
https://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress &SecurityGroupId=sg-bp67acfmxazb4ph*** &DestGroupId=sg-bp67acfmxazb4pi*** &[email protected] &IpProtocol=tcp &PortRange=22/22 &NicType=intranet &Policy=Drop &<公共请求参数>
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
IpProtocol | String | 是 | tcp |
传输层协议。不区分大小写。取值范围:
|
PortRange | String | 是 | 22/22 |
目的端安全组开放的传输层协议相关的端口范围。取值范围:
|
RegionId | String | 是 | cn-hangzhou |
源端安全组所属地域ID。您可以调用DescribeRegions查看最新的阿里云地域列表。 |
SecurityGroupId | String | 是 | sg-bp67acfmxazb4ph*** |
源端安全组ID。 |
Action | String | 否 | RevokeSecurityGroupEgress |
系统规定参数。取值:RevokeSecurityGroupEgress |
ClientToken | String | 否 | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。更多详情,请参见如何保证幂等性。 |
Description | String | 否 | FinanceJoshuaTest |
安全组规则的描述。 |
DestCidrIp | String | 否 | 10.0.0.0/8 |
目的端IP地址范围。支持CIDR格式和IPv4格式的IP地址范围。 默认值:无。 |
DestGroupId | String | 否 | sg-bp67acfmxazb4pi*** |
需要撤销访问权限的目的端安全组ID。
|
DestGroupOwnerAccount | String | 否 | FinanceJoshua |
跨账户删除安全组规则时,目的端安全组所属的阿里云账户。
|
DestGroupOwnerId | Long | 否 | 155780923770 |
跨账户删除安全组规则时,目的端安全组所属的阿里云账户ID。
|
Ipv6DestCidrIp | String | 否 | 2001:db8:1233:1a00::*** |
目的端IPv6 CIDR地址段。支持CIDR格式和IPv6格式的IP地址范围。 默认值:无。 说明 仅支持VPC类型的IP地址。
|
Ipv6SourceCidrIp | String | 否 | 2001:db8:1234:1a00::*** |
源端IPv6 CIDR地址段。支持CIDR格式和IPv6格式的IP地址范围。 默认值:无。 说明 仅支持VPC类型的IP地址。
|
NicType | String | 否 | intranet |
经典网络类型安全组规则的网卡类型。取值范围:
默认值:internet。 |
Policy | String | 否 | accept |
访问权限。取值范围:
默认值:accept。 |
Priority | String | 否 | 1 |
安全组规则优先级。取值范围:1~100 默认值:1。 |
SourceCidrIp | String | 否 | 10.0.0.0/8 |
源端IP地址范围。支持CIDR格式和IPv4格式的IP地址范围。 默认值:无。 |
SourcePortRange | String | 否 | 22/22 |
源端安全组开放的传输层协议相关的端口范围。取值范围:
|
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
请求ID。 |
示例
请求示例
https://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress
&SecurityGroupId=sg-bp67acfmxazb4ph***
&IpProtocol=tcp
&DestCidrIp=10.0.0.0/8
&PortRange=22/22
&NicType=intranet
&Policy=Allow
&<公共请求参数>
正常返回示例
XML
格式
<RevokeSecurityGroupEgressResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BA984</RequestId>
</RevokeSecurityGroupEgressResponse>
JSON
格式
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidSecurityGroupId.NotFound | The specified SecurityGroupId does not exist. | 指定的安全组在该用户账号下不存在,请您检查安全组id是否正确。 |
400 | InvalidIpProtocol.ValueNotSupported | The specified IpProtocol does not exist. | IP协议参数指定的值不支持。 |
400 | InvalidIpPortRange.Malformed | The specified parameter "PortRange" is not valid. | IP协议相关的端口号范围格式不正确。 |
404 | InvalidDestGroupId.NotFound | The DestGroupId provided does not exist in our records. | 指定的出方向安全组不存在 |
403 | InvalidNicType.Mismatch | Specified nic type conflicts with the authorization record. | 指定的 NIC 类型不存在。 |
403 | InvalidGroupAuthItem.NotFound | Specified group authorized item does not exist in our records. | 指定的组授权条目不存在。 |
400 | InvalidDestCidrIp.sMalformed | The specified parameter "DestCidrIp" is not valid. | 指定的参数 DestCidrIp 不合法。 |
400 | MissingParameter | The input parameter "DestGroupId" or "DestCidrIp" cannot be both blank. | 参数 DestGroupId 和 DestCidrIp 不得为空。 |
400 | InvalidPolicy.Malformed | The specified parameter "Policy" is not valid. | 指定的参数无效,请您检查该参数是否正确。 |
400 | InvalidNicType.ValueNotSupported | The specified NicType does not exist. | 指定的网络类型不存在,请您检查网络类型是否正确。 |
400 | InvalidDestGroupId.Mismatch | Specified security group and destination group are not in the same VPC. | 指定的安全组和目标组不在同一个 VPC 下。 |
400 | VPCDisabled | Can't use the SecurityGroup in VPC. | VPC 不支持安全组。 |
403 | InvalidSecurityGroup.IsSame | The authorized SecurityGroupId should be different from the DestGroupId. | 已授权的 SecurityGroupId 不能与 DestGroupId 相同。 |
500 | InternalError | The request processing has failed due to some unknown error. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |
400 | InvalidDestCidrIp.Malformed | The specified parameter "DestCidrIp" is not valid. | 指定的 DestCidrIp 无效,请您检查该参数是否正确。 |
400 | MissingParameter.Dest | Either DestCidrIp or DestGroupId must be specified. | DestCidrIp和DestGroupId不能同时为空。 |
400 | InvalidParam.PortRange | Please specify the PortRange or SourcePortRange in integer, less than 65535, and separate the range with ?/?. | 请指定目的端口范围或者源端口范围,端口号要小于65535,如果是端口范围需要使用"/"分隔。 |
400 | InvalidIpProtocol.ValueNotSupported | The parameter IpProtocol must be specified with case insensitive TCP, UDP, ICMP, GRE or All. | 协议类型只能是TCP, UDP, ICMP, GRE 或者 All。 |
400 | InvalidPriority.Malformed | The parameter Priority is invalid. | 无效的规则优先级。 |
400 | InvalidPriority.ValueNotSupported | The parameter Priority is invalid. | 无效的规则优先级。 |
400 | InvalidParam.SourceIp | %s | 无效的源IP。 |
400 | InvalidParam.DestIp | %s | 无效的目的IP。 |
400 | InvalidParam.Ipv6DestCidrIp | %s | 无效的目的IP(v6格式)。 |
400 | InvalidParam.Ipv6SourceCidrIp | %s | 无效的源IP(v6格式)。 |
400 | InvalidParam.Ipv4ProtocolConflictWithIpv6Address | %s | IPv4和IPv6不能同时存在。 |
400 | InvalidParam.Ipv6ProtocolConflictWithIpv4Address | %s | IPv6和IPv4不能同时存在。 |
400 | ILLEGAL_IPV6_CIDR | %s | 指定的IPv6地址段无效。 |
访问错误中心查看更多错误码。
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。
评论