DescribeSecurityGroupReferences
调用DescribeSecurityGroupReferences查询一个安全组和其他哪些安全组有安全组级别的授权行为。
接口说明
调用该接口时,您需要注意:
- 授权行为包括入方向授权和出方向授权。
- 该接口单次最多返回100条记录。
- 当您无法删除某一安全组(DeleteSecurityGroup)时,可以调用该接口查看指定的安全组是否已被其他安全组授权。如果指定的安全组已被授权,您需要在删除该安全组之前解除授权行为。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
RegionId | String | 是 | cn-hangzhou |
安全组所属地域。 |
SecurityGroupId.N | RepeatList | 是 | sg-securitygroupid1 |
要查询的第N个SecurityGroupId,N的取值范围为1~10。 |
Action | String | 否 | DescribeSecurityGroupReferences |
系统规定参数。取值:DescribeSecurityGroupReferences |
OwnerAccount | String | 否 | [email protected] |
RAM用户的账号登录名称。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
请求ID。 |
SecurityGroupReferences | Array |
所有用户指定的安全组被授权的完整信息。 |
|
SecurityGroupReference |
所有用户指定的安全组被授权的完整信息。 |
||
ReferencingSecurityGroups | Array |
正在授权给这个安全组的其他安全组信息。 |
|
ReferencingSecurityGroup |
正在授权给这个安全组的其他安全组信息。 |
||
AliUid | String | 1557809237** |
这个安全组所属用户ID。 |
SecurityGroupId | String | sg-bp67acfmxazb4ph*** |
安全组ID。 |
SecurityGroupId | String | sg-bp67acfmxazb4pj*** |
对应用户要查询的一个安全组。 |
示例
请求示例
https://ecs.aliyuncs.com/?Action=DescribeSecurityGroupReferences
&RegionId=cn-hangzhou
&SecurityGroupId.1=sg-bp67acfmxazb4ph***
&<公共请求参数>
正常返回示例
XML
格式
<DescribeSecurityGroupReferencesResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BA984</RequestId>
<SecurityGroupReferences>
<SecurityGroupReference>
<SecurityGroupId>sg-bp67acfmxazb4ph***</SecurityGroupId>
<ReferencingSecurityGroups>
<ReferencingSecurityGroup>
<SecurityGroupId>sg-bp67acfmxazb4pi***</SecurityGroupId>
<AliUid>155780923770</AliUid>
</ReferencingSecurityGroup>
<ReferencingSecurityGroup>
<SecurityGroupId>sg-bp67acfmxazb4pj***</SecurityGroupId>
<AliUid>155780923770</AliUid>
</ReferencingSecurityGroup>
</ReferencingSecurityGroups>
</SecurityGroupReference>
</SecurityGroupReferences>
</DescribeSecurityGroupReferencesResponse>
JSON
格式
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BA984",
"SecurityGroupReferences":[
{
"SecurityReferencingGroups":[
{
"SecurityGroupId":"sg-bp67acfmxazb4pi***",
"AliUid":"1557809237**"
},
{
"SecurityGroupId":"sg-bp67acfmxazb4pj***",
"AliUid":"1557809237**"
}
],
"SecurityGroupId":"sg-bp67acfmxazb4ph***"
}
]
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidSecurityGroupId.Malformed | The specified parameter SecurityGroupId is essential and size should less than 10 | 无效的安全组ID。 |
404 | InvalidSecurityGroupId.NotFound | The SecurityGroupId provided does not exist in our records. | 指定的安全组在该用户账号下不存在,请您检查安全组id是否正确。 |
访问错误中心查看更多错误码。
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。
评论