日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

AuthorizeSecurityGroup - 增加安全組入方向規(guī)則

調(diào)用AuthorizeSecurityGroup增加一條或多條入方向安全組規(guī)則。指定安全組入方向的訪問(wèn)權(quán)限,允許或者拒絕其他設(shè)備發(fā)送入方向流量到安全組里的實(shí)例。

接口說(shuō)明

安全組的 API 文檔中,流量的發(fā)起端為源端(Source),數(shù)據(jù)傳輸?shù)慕邮斩藶槟康亩耍―est)。

調(diào)用該接口時(shí),您需要了解:

  • 出方向和入方向安全組規(guī)則數(shù)量不能超過(guò) 200 條。具體限制請(qǐng)參見安全組使用限制

  • 安全組規(guī)則優(yōu)先級(jí)(Priority)可選范圍為 1~100。數(shù)字越小,代表優(yōu)先級(jí)越高。

  • 優(yōu)先級(jí)相同的安全組規(guī)則,以拒絕訪問(wèn)(drop)的規(guī)則優(yōu)先。

  • 源端設(shè)備可以是指定的 IP 地址范圍(SourceCidrIp、Ipv6SourceCidrIp、SourcePrefixListId),也可以是其他安全組(SourceGroupId)中的 ECS 實(shí)例。

  • 企業(yè)安全組不支持授權(quán)其他安全組訪問(wèn)。

  • 普通安全組支持授權(quán)的安全組數(shù)量最多為 20 個(gè)。

  • 如果指定的安全組規(guī)則已存在,此次調(diào)用成功,但不會(huì)增加規(guī)則。

  • Permissions.N前綴的字段和對(duì)應(yīng)不帶前綴的字段不能同時(shí)指定,建議您使用Permissions.N前綴的字段。

  • 以下任意一組參數(shù)可以確定一條安全組規(guī)則,只指定一個(gè)參數(shù)無(wú)法確定一條安全組規(guī)則。

    • 設(shè)置指定 IP 地址段的訪問(wèn)權(quán)限。此時(shí),VPC 類型安全組的網(wǎng)卡類型(NicType)應(yīng)設(shè)置為內(nèi)網(wǎng)(intranet)。經(jīng)典網(wǎng)絡(luò)類型安全組的網(wǎng)卡類型(NicType)可設(shè)置為公網(wǎng)(internet)或內(nèi)網(wǎng)(intranet)。如以下請(qǐng)求示例:IpProtocol、PortRange、(可選)SourcePortRange、NicType、Policy 和 SourceCidrIp。

      http(s)://ecs.aliyuncs.com/?Action=AuthorizeSecurityGroup
      &SecurityGroupId=sg-bp67acfmxazb4p****
      &Permissions.1.SourceCidrIp=10.0.0.0/8
      &Permissions.1.IpProtocol=TCP
      &Permissions.1.PortRange=22/22
      &Permissions.1.NicType=intranet
      &Permissions.1.Policy=Accept
      &<公共請(qǐng)求參數(shù)>
      
    • 設(shè)置其他安全組的訪問(wèn)權(quán)限。此時(shí),網(wǎng)卡類型(NicType)只能為內(nèi)網(wǎng)(intranet)。經(jīng)典網(wǎng)絡(luò)類型安全組之間互訪時(shí),可以設(shè)置同一地域中其他安全組對(duì)您的安全組的訪問(wèn)權(quán)限。這個(gè)安全組可以是您的也可以是其他阿里云賬戶(SourceGroupOwnerAccount)的。VPC 類型安全組之間互訪時(shí),可以設(shè)置同一 VPC 內(nèi)其他安全組訪問(wèn)該安全組的訪問(wèn)權(quán)限。如以下請(qǐng)求示例:IpProtocol、PortRange、(可選)SourcePortRange、NicType、Policy、SourceGroupOwnerAccount 和 SourceGroupId。

      http(s)://ecs.aliyuncs.com/?Action=AuthorizeSecurityGroup
      &SecurityGroupId=sg-bp67acfmxazb4p****
      &Permissions.1.SourceGroupId=sg-1651FBB**
      &Permissions.1.SourceGroupOwnerAccount=test@aliyun.com
      &Permissions.1.IpProtocol=TCP
      &Permissions.1.PortRange=22/22
      &Permissions.1.NicType=intranet
      &Permissions.1.Policy=Drop
      &<公共請(qǐng)求參數(shù)>
      
    • 在安全組規(guī)則中設(shè)置前綴列表的訪問(wèn)權(quán)限。此時(shí),前綴列表僅支持網(wǎng)絡(luò)類型為 VPC 的安全組,網(wǎng)卡類型(NicType)只可設(shè)置為內(nèi)網(wǎng)(intranet)。如以下請(qǐng)求示例:IpProtocol、PortRange、(可選)SourcePortRange、NicType、Policy 和 SourcePrefixListId。

      http(s)://ecs.aliyuncs.com/?Action=AuthorizeSecurityGroup
      &SecurityGroupId=sg-bp67acfmxazb4p****
      &Permissions.1.SourcePrefixListId=pl-x1j1k5ykzqlixdcy****
      &Permissions.1.SourceGroupOwnerAccount=test@aliyun.com
      &Permissions.1.IpProtocol=TCP
      &Permissions.1.PortRange=22/22
      &Permissions.1.NicType=intranet
      &Permissions.1.Policy=Drop
      &<公共請(qǐng)求參數(shù)>
      
  • 更多關(guān)于安全組規(guī)則的設(shè)置示例,請(qǐng)參見應(yīng)用案例安全組五元組規(guī)則介紹

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

當(dāng)前API暫無(wú)授權(quán)信息透出。

請(qǐng)求參數(shù)

名稱類型必填描述示例值
RegionIdstring

安全組所屬地域 ID。您可以調(diào)用 DescribeRegions 查看最新的阿里云地域列表。

cn-hangzhou
ClientTokenstring

保證請(qǐng)求冪等性。從您的客戶端生成一個(gè)參數(shù)值,確保不同請(qǐng)求間該參數(shù)值唯一。ClientToken 只支持 ASCII 字符,且不能超過(guò) 64 個(gè)字符。更多信息,請(qǐng)參見如何保證冪等性

123e4567-e89b-12d3-a456-426655440000
SecurityGroupIdstring

安全組 ID。

sg-bp67acfmxazb4p****
Permissionsarray<object>

安全組規(guī)則列表。N 的取值范圍:1~100。

object

安全組規(guī)則列表。N 的取值范圍:1~100。

Policystring

設(shè)置訪問(wèn)權(quán)限。取值范圍:

  • accept:接受訪問(wèn)。

  • drop:拒絕訪問(wèn),不返回拒絕信息,表現(xiàn)為發(fā)起端請(qǐng)求超時(shí)或者無(wú)法建立連接的類似信息。

默認(rèn)值:accept。

N 的取值范圍:1~100。

accept
Prioritystring

安全組規(guī)則優(yōu)先級(jí),數(shù)字越小,代表優(yōu)先級(jí)越高。取值范圍:1~100。

默認(rèn)值:1。

N 的取值范圍:1~100。

1
IpProtocolstring

協(xié)議類型。取值不區(qū)分大小寫。取值范圍:

  • TCP。
  • UDP。
  • ICMP。
  • ICMPv6。
  • GRE。
  • ALL:支持所有協(xié)議。

N 的取值范圍:1~100。

ALL
SourceCidrIpstring

需要設(shè)置訪問(wèn)權(quán)限的源端 IPv4 CIDR 地址段。支持 CIDR 格式和 IPv4 格式的 IP 地址范圍。

N 的取值范圍:1~100。

10.0.0.0/8
Ipv6SourceCidrIpstring

需要設(shè)置訪問(wèn)權(quán)限的源端 IPv6 CIDR 地址段。支持 CIDR 格式和 IPv6 格式的 IP 地址范圍。

N 的取值范圍:1~100。

說(shuō)明 僅在支持 IPv6 的 VPC 類型 ECS 實(shí)例上有效,且該參數(shù)與SourceCidrIp參數(shù)不可同時(shí)設(shè)置。
2001:250:6000::***
SourceGroupIdstring

需要設(shè)置訪問(wèn)權(quán)限的源端安全組 ID。

  • 至少設(shè)置SourceGroupIdSourceCidrIpIpv6SourceCidrIpSourcePrefixListId參數(shù)中的一項(xiàng)。

  • 如果指定了SourceGroupId,沒有指定參數(shù)SourceCidrIpIpv6SourceCidrIp,則參數(shù)NicType取值只能為intranet

  • 如果同時(shí)指定了SourceGroupIdSourceCidrIp,則默認(rèn)以SourceCidrIp為準(zhǔn)。

N 的取值范圍:1~100。

您需要注意:

  • 企業(yè)安全組不支持授權(quán)安全組訪問(wèn)。

  • 普通安全組支持授權(quán)的安全組數(shù)量最多為 20 個(gè)。

sg-bp67acfmxazb4p****
SourcePrefixListIdstring

需要設(shè)置訪問(wèn)權(quán)限的源端前綴列表 ID。您可以調(diào)用 DescribePrefixLists 查詢可以使用的前綴列表 ID。

N 的取值范圍:1~100。

注意事項(xiàng):

  • 安全組的網(wǎng)絡(luò)類型為經(jīng)典網(wǎng)絡(luò)時(shí),不支持設(shè)置前綴列表。關(guān)于安全組以及前綴列表使用限制的更多信息,請(qǐng)參見安全組使用限制

  • 當(dāng)您指定了SourceCidrIpIpv6SourceCidrIpSourceGroupId參數(shù)中的一個(gè)時(shí),將忽略該參數(shù)。

pl-x1j1k5ykzqlixdcy****
PortRangestring

安全組開放的各協(xié)議相關(guān)的目的端口范圍。取值范圍:

  • TCP/UDP:取值范圍為 1~65535。使用正斜線(/)隔開起始端口和終止端口。例如:1/200。
  • ICMP:-1/-1。
  • GRE:-1/-1。
  • IpProtocol 取值為 ALL:-1/-1。

了解端口的應(yīng)用場(chǎng)景,請(qǐng)參見典型應(yīng)用的常用端口

N 的取值范圍:1~100。

80/80
DestCidrIpstring

目的端 IPv4 CIDR 地址段。支持 CIDR 格式和 IPv4 格式的 IP 地址范圍。

用于支持五元組規(guī)則,請(qǐng)參見安全組五元組規(guī)則

N 的取值范圍:1~100。

10.0.0.0/8
Ipv6DestCidrIpstring

目的端 IPv6 CIDR 地址段。支持 CIDR 格式和 IPv6 格式的 IP 地址范圍。

用于支持五元組規(guī)則,請(qǐng)參見安全組五元組規(guī)則

N 的取值范圍:1~100。

說(shuō)明 僅在支持 IPv6 的 VPC 類型 ECS 實(shí)例上有效,且該參數(shù)與DestCidrIp參數(shù)不可同時(shí)設(shè)置。
2001:250:6000::***
SourcePortRangestring

安全組開放的各協(xié)議相關(guān)的源端端口范圍。取值范圍:

  • TCP/UDP 協(xié)議:取值范圍為 1~65535。使用正斜線(/)隔開起始端口和終止端口。例如:1/200。
  • ICMP 協(xié)議:-1/-1。
  • GRE 協(xié)議:-1/-1。
  • IpProtocol 取值為 ALL:-1/-1。

用于支持五元組規(guī)則,請(qǐng)參見安全組五元組規(guī)則

N 的取值范圍:1~100。

7000/8000
SourceGroupOwnerAccountstring

跨賬戶設(shè)置安全組規(guī)則時(shí),源端安全組所屬的阿里云賬戶。

  • 如果SourceGroupOwnerAccountSourceGroupOwnerId均未設(shè)置,則認(rèn)為是設(shè)置您其他安全組的訪問(wèn)權(quán)限。

  • 如果已經(jīng)設(shè)置參數(shù)SourceCidrIp,則參數(shù)SourceGroupOwnerAccount無(wú)效。

N 的取值范圍:1~100。

test@aliyun.com
SourceGroupOwnerIdlong

跨賬戶設(shè)置安全組規(guī)則時(shí),源端安全組所屬的阿里云賬戶 ID。

  • 如果SourceGroupOwnerAccountSourceGroupOwnerId均未設(shè)置,則認(rèn)為是設(shè)置您其他安全組的訪問(wèn)權(quán)限。

  • 如果已經(jīng)設(shè)置參數(shù)SourceCidrIp,則參數(shù)SourceGroupOwnerAccount無(wú)效。

N 的取值范圍:1~100。

1234567890
NicTypestring

經(jīng)典網(wǎng)絡(luò)類型安全組規(guī)則的網(wǎng)卡類型。取值范圍:

  • internet:公網(wǎng)網(wǎng)卡。

  • intranet:內(nèi)網(wǎng)網(wǎng)卡。

專有網(wǎng)絡(luò) VPC 類型安全組規(guī)則無(wú)需設(shè)置網(wǎng)卡類型,默認(rèn)為 intranet,只能為 intranet。

設(shè)置安全組之間互相訪問(wèn)時(shí),即僅指定了 DestGroupId 參數(shù)時(shí),只能為 intranet。

默認(rèn)值:internet。

N 的取值范圍:1~100。

intranet
Descriptionstring

安全組規(guī)則的描述信息。長(zhǎng)度為 1~512 個(gè)字符。

N 的取值范圍:1~100。

This is description.
Policydeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.Policy來(lái)設(shè)置訪問(wèn)權(quán)限。

accept
Prioritydeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.Priority來(lái)指定安全組規(guī)則優(yōu)先級(jí)。

1
IpProtocoldeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.IpProtocol來(lái)指定協(xié)議類型。

ALL
SourceCidrIpdeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.SourceCidrIp來(lái)指定源端 IPv4 CIDR 地址塊。

10.0.0.0/8
Ipv6SourceCidrIpdeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.Ipv6SourceCidrIp來(lái)指定源端 IPv6 CIDR 地址塊。

2001:250:6000::***
SourceGroupIddeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.SourceGroupId來(lái)指定源端安全組 ID。

sg-bp67acfmxazb4p****
SourcePrefixListIddeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.SourcePrefixListId來(lái)指定源端前綴列表 ID。

pl-x1j1k5ykzqlixdcy****
PortRangedeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.PortRange來(lái)指定端口范圍。

22/22
DestCidrIpdeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.DestCidrIp來(lái)指定目的端 IPv4 CIDR 地址段。

10.0.0.0/8
Ipv6DestCidrIpdeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.Ipv6DestCidrIp來(lái)指定目的端 IPv6 CIDR 地址段。

null
SourcePortRangedeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.SourcePortRange來(lái)指定源端端口范圍。

22/22
SourceGroupOwnerAccountdeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.SourceGroupOwnerAccount來(lái)指定源端安全組所屬的阿里云賬戶。

test@aliyun.com
SourceGroupOwnerIddeprecatedlong

已廢棄。請(qǐng)使用Permissions.N.SourceGroupOwnerId來(lái)指定源端安全組所屬的阿里云賬戶 ID。

1234567890
NicTypedeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.NicType來(lái)指定網(wǎng)卡類型。

intranet
Descriptiondeprecatedstring

已廢棄。請(qǐng)使用Permissions.N.Description來(lái)指定安全組規(guī)則的描述。

This is description.

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

請(qǐng)求 ID。

473469C7-AA6F-4DC5-B3DB-A3DC0DE3****

示例

正常返回示例

JSON格式

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****"
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400OperationDeniedThe specified IpProtocol does not exist or IpProtocol and PortRange do not match.指定的 IP 協(xié)議不存在,或與端口范圍不匹配。
400InvalidIpProtocol.MalformedThe specified parameter PortRange is not valid.IP 協(xié)議參數(shù)格式不正確,PortRange 參數(shù)不正確。
400InvalidSourceCidrIp.MalformedThe specified parameter SourceCidrIp is not valid.源 IP 地址范圍參數(shù)格式不正確。
400InvalidPolicy.MalformedThe specified parameter Policy is not valid.指定的參數(shù)無(wú)效,請(qǐng)您檢查該參數(shù)是否正確。
400InvalidNicType.ValueNotSupportedThe specified NicType does not exist.指定的網(wǎng)絡(luò)類型不存在,請(qǐng)您檢查網(wǎng)絡(luò)類型是否正確。
400InvalidNicType.MismatchThe specified NicType conflicts with the authorization record.指定的網(wǎng)卡類型與已有規(guī)則不匹配。
400InvalidSourceGroupId.MismatchSpecified security group and source group are not in the same VPC.指定的安全組和源安全組不在一個(gè) VPC 內(nèi)。
400InvalidSourceGroup.NotFoundSpecified source security group does not exist.指定的安全組入方向規(guī)則不存在,或相關(guān)參數(shù)缺失。
400InvalidPriority.MalformedThe parameter Priority is invalid.指定的參數(shù) Priority 無(wú)效。
400InvalidPriority.ValueNotSupportedThe specified parameter %s is invalid.指定的優(yōu)先級(jí)參數(shù)Priority不合法。
400InvalidNicType.ValueNotSupportedThe specified parameter %s is not valid.指定的網(wǎng)卡類型參數(shù)NicType不合法。
400InvalidPolicy.MalformedThe specified parameter %s is not valid.指定的授權(quán)策略參數(shù)Policy不合法。
400InvalidSecurityGroupDiscription.MalformedThe specified security group rule description parameter %s is not valid.指定的安全組規(guī)則描述不合法。
400InvalidSecurityGroup.InvalidNetworkTypeThe specified security group network type is not support this operation, please check the security group network types. For VPC security groups, ClassicLink must be enabled.指定的安全組網(wǎng)絡(luò)類型不支持此操作,請(qǐng)檢查安全組網(wǎng)絡(luò)類型。對(duì)于 VPC 安全組,必須啟用 ClassicLink。
400MissingParameter.SourceOne of the parameters SourceCidrIp, Ipv6SourceCidrIp, SourceGroupId or SourcePrefixListId in %s must be specified.至少需要指定參數(shù)SourceCidrIp、SourceGroupId或SourcePrefixListId中的一個(gè)。
400InvalidParam.PortRangeThe specified parameter %s is not valid. It should be two integers less than 65535 in ?/? format.端口范圍不合法,應(yīng)為斜線分隔兩個(gè)整數(shù)的格式。
400InvalidIpProtocol.ValueNotSupportedThe parameter %s must be specified with case insensitive TCP, UDP, ICMP, GRE or All.協(xié)議Protocol字段不合法,應(yīng)指定大小寫不敏感的TCP,UDP,ICMP,GRE或All。
400InvalidSecurityGroupId.MalformedThe specified parameter SecurityGroupId is not valid.指定的參數(shù) SecurityGroupId 無(wú)效。
400InvalidParamter.ConflictThe specified SourceCidrIp should be different from the DestCidrIp.參數(shù) SourceCidrIp 和 DestCidrIp 不能相同。
400InvalidSourcePortRange.MalformedThe specified parameter SourcePortRange is not valid.指定的參數(shù) SourcePortRange 無(wú)效。
400InvalidPortRange.MalformedThe specified parameter PortRange must set.參數(shù)PortRange必須被設(shè)置。
400InvalidParam.SourceIpThe Parameters SourceCidrIp and Ipv6SourceCidrIp in %s cannot be set at the same time.參數(shù)SourceCidrIp和Ipv6SourceCidrIp不能被同時(shí)設(shè)置。
400InvalidParam.DestIpThe Parameters DestCidrIp and Ipv6DestCidrIp in %s cannot be set at the same time.參數(shù)DestCidrIp和Ipv6DestCidrIp不能被同時(shí)設(shè)置。
400InvalidParam.Ipv6DestCidrIpThe specified parameter %s is not valid.指定的參數(shù)Ipv6DestCidrIp不合法。
400InvalidParam.Ipv6SourceCidrIpThe specified parameter %s is not valid.指定的參數(shù)Ipv6SourceCidrIp不合法。
400InvalidParam.Ipv4ProtocolConflictWithIpv6AddressIPv6 address cannot be specified for IPv4-specific protocol.IPv4協(xié)議不能指定IPv6地址。
400InvalidParam.Ipv6ProtocolConflictWithIpv4AddressIPv4 address cannot be specified for IPv6-specific protocol.IPv6協(xié)議不能指定IPv4地址。
400InvalidParameter.Ipv6CidrIpThe specified Ipv6CidrIp is not valid.指定的Ipv6CidrIp參數(shù)不合法。
400InvalidGroupAuthParameter.OperationDeniedThe security group can not authorize to enterprise level security group.安全組不能授權(quán)給企業(yè)級(jí)安全組。
400InvalidDestCidrIp.MalformedThe specified parameter DestCidrIp is not valid.指定的 DestCidrIp 無(wú)效,請(qǐng)您檢查該參數(shù)是否正確。
400InvalidParameter.ConflictIPv6 and IPv4 addresses cannot exist at the same time.IPv6地址和IPv4地址不能同時(shí)指定。
400InvalidParam.PrefixListAddressFamilyMismatchThe address family of the specified prefix list does not match the specified CidrIp.指定前綴列表的地址族,與指定的CidrIP的地址族不匹配。
400NotSupported.ClassicNetworkPrefixListThe prefix list is not supported when the network type of security group is classic.安全組的網(wǎng)絡(luò)類型為經(jīng)典網(wǎng)絡(luò),不支持前綴列表。
400AuthorizedGroupRule.LimitExceedYou have reached the limit on the number of group authorization rules that you can add to a security group.When authorization object of rule is security group, the limit is 20.普通安全組內(nèi)以安全組為授權(quán)對(duì)象的規(guī)則,最多只能20條。
400InvalidParam.SourceCidrIpThe specified parameter %s is not valid.指定的參數(shù)SourceCidrIp不合法。
400InvalidParam.DestCidrIpThe specified parameter %s is not valid.指定的參數(shù)DestCidrIp不合法。
400InvalidParam.SourceCidrIpThe specified param SourceCidrIp is not valid.參數(shù)SourceCidrIp不合法。
400InvalidParam.DestCidrIpThe specified param DestCidrIp is not valid.您指定的參數(shù)DestCidrIp不合法。
400MissingParameter%s缺失參數(shù),請(qǐng)檢查參數(shù)是否完整。
400InvalidParam.PermissionsThe specified parameter Permissions cannot coexist with other parameters.指定的參數(shù)Permissions不能與其他參數(shù)同時(shí)存在。
400InvalidParam.DuplicatePermissionsThere are duplicate permissions in the specified parameter Permissions.指定的參數(shù)Permissions中存在重復(fù)的規(guī)則。
400InvalidGroupParameter.OperationDeniedThe attributes Policy, SourceGroupId, DestGroupId of enterprise level security groups are not allowed to be set or modified.企業(yè)級(jí)安全組不能指定Policy,SourceGroupId,DestGroupId等參數(shù)。
403InvalidSourceGroupId.MismatchNicType is required or NicType expects intranet.需要提供 NicType,NicType 僅在內(nèi)網(wǎng)中使用。
403MissingParameterThe input parameter SourceGroupId or SourceCidrIp cannot be both blank.參數(shù) SourceGroupId 和 SourceCidrIp 不能同時(shí)為空。
403AuthorizationLimitExceedThe limit of authorization records in the security group reaches.安全組授權(quán)規(guī)則數(shù)達(dá)到上限,請(qǐng)您檢查授權(quán)規(guī)則是否合理。
403InvalidParamter.ConflictThe specified SecurityGroupId should be different from the SourceGroupId.授權(quán)與被授權(quán)安全組必須不同。
403InvalidNetworkType.MismatchThe specified SecurityGroup network type should be same with SourceGroup network type (vpc or classic).指定的 SecurityGroup 的網(wǎng)絡(luò)類型必須與 SouceGroup 的網(wǎng)絡(luò)類型一致。
403InvalidNetworkType.ConflictThe specified SecurityGroup network type should be same with SourceGroup network type (vpc or classic).指定的 SecurityGroup 的網(wǎng)絡(luò)類型必須與 SouceGroup 的網(wǎng)絡(luò)類型一致。
403InvalidOperation.ResourceManagedByCloudProduct%s云產(chǎn)品托管的安全組不支持修改操作。
403LimitExceed.PrefixListAssociationResourceThe number of resources associated with the prefix list exceeds the limit.與前綴列表關(guān)聯(lián)的資源數(shù)量超出限制。
404InvalidSecurityGroupId.NotFoundThe specified SecurityGroupId does not exist.指定的安全組在該用戶賬號(hào)下不存在,請(qǐng)您檢查安全組 ID 是否正確。
404InvalidSourceGroupId.NotFoundThe SourceGroupId provided does not exist in our records.指定的入方向安全組不存在。
404InvalidPrefixListId.NotFoundThe specified prefix list was not found.前綴列表不存在。
404InvalidSecurityGroupId.NotFound%s指定的安全組 ID 不存在。
500InternalErrorThe request processing has failed due to some unknown error.內(nèi)部錯(cuò)誤,請(qǐng)重試。

訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2023-11-21OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
2023-04-07OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
2022-09-05OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
2022-07-13OpenAPI 描述信息更新、OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2022-03-30OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情