调用 RevokeSecurityGroupEgress 接口,删除一条安全组出方向规则。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | RevokeSecurityGroupEgress | 系统规定参数。取值:RevokeSecurityGroupEgress。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
SecurityGroupId | String | 是 | sg-bp67acfmxazb4p**** | 安全组ID。 |
Protocol | String | 是 | all | 协议类型。取值如下:
|
PortStart | Integer | 是 | 22 | 端口范围开始值。
|
PortEnd | Integer | 是 | 22 | 端口范围结束值。
|
CidrIp | String | 否 | 10.XX.XX.0/8 | 目的地址的IPv4 CIDR或IPv6 CIDR。 说明 参数 |
SourceGroupId | String | 否 | sg-bp67acfmxazb4p**** | 目的地址安全组ID。即该安全组中的所有网卡的地址作为目的地址。 说明 参数 |
PrefixListId | String | 否 | pl-bp1fg655nh68xyz9**** | 目的地址前缀列表的ID。即前缀列表中的CIDR均为目的地址。 说明
|
Policy | String | 否 | accept | 访问策略。即安全组内的网卡访问
|
Priority | Integer | 否 | 1 | 安全组规则优先级,数字越小,优先级越高。
|
Description | String | 否 | s_g_egress_1 | 安全组规则的描述信息。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=RevokeSecurityGroupEgress&Version=2020-04-01&SecurityGroupId=sg-bp67acfmxazb4p****&Protocol=tcp&PortStart=22&PortEnd=22&CidrIp=10.XX.XX.0/8&Policy=accept&Priority=1 HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "RevokeSecurityGroupEgress", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidCidr.Malformed | The specified cidr block is malformed. | 指定的网段格式不合法。 |
400 | InvalidCidr.ProtocolMismatch | The specified cidr block mismatch the protocol type. | 指定的网段格式和协议类型不匹配。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidRouteCidr.Malformed | The specified CIDR is malformed. | 指定的网段不合法。 |
400 | InvalidSecurityGroup.InvalidStatus | The specified security group is not in the correct status for the request. | 指定的安全组所处的状态无法响应该请求。 |
400 | InvalidSecurityGroup.VpcMismatch | The specified source security group is not in the specified VPC. | 指定的引用安全组不在指定的VPC中。 |
400 | InvalidSecurityRule.InvalidSourceStatus | The specified source security group is not in the correct status for the request. | 指定安全组规则对应的源安全组所处的状态无法响应该请求。 |
400 | InvalidSecurityRule.InvalidStatus | The specified security rule is not in the correct status for the request. | 指定的安全组规则所处状态无法响应该请求。 |
400 | InvalidSecurityRulePolicy.Malformed | The specified security rule policy is malformed. | 指定的安全组规则的行为不合法。 |
400 | InvalidSecurityRulePort.Malformed | The specified security rule port is malformed. | 指定的安全组规则的端口不合法。 |
400 | InvalidSecurityRulePriority.Malformed | The specified security rule priority is malformed. | 指定的安全组规则的优先级不合法。 |
400 | InvalidSecurityRuleProtocol.Malformed | The specified security rule protocol is malformed. | 指定的安全组规则的协议不合法。 |
403 | Forbidden | You are not authorized to perform operations on the specified security group. The specified security group is a service-managed security group. | 无权限对指定安全组进行操作。指定的安全组为云产品托管的安全组。 |
404 | InvalidPrefixList.NotFound | The specified prefix list does not exist. | 指定的前缀列表不存在。 |
404 | InvalidPrefixListAssociation.NotFound | The specified prefix list is not associated with the specified resource. | 指定的前缀列表未被该资源引用。 |
404 | InvalidSecurityGroupId.NotFound | The specified security group does not exist. | 指定的安全组不存在。 |
404 | InvalidSecurityRule.NotFound | The specified security rule does not exist. | 指定的安全组规则不存在。 |