弹性云服务器 ECS-查询指定云服务器安全组列表(废弃):响应消息
响应消息
响应参数如表2所示。
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
description |
是 |
String |
安全组描述信息,长度0-255 |
id |
是 |
String |
安全组ID,UUID格式 |
name |
是 |
String |
安全组名字,长度0-255 |
rules |
是 |
Array of objects |
安全组规则列表,参见表4 |
tenant_id |
是 |
String |
租户ID或项目ID |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
parent_group_id |
是 |
String |
相关联的安全组ID,UUID格式。 |
ip_protocol |
是 |
String |
协议类型或直接指定IP协议号,取值可为icmp,tcp,udp或IP协议号。 |
from_port |
是 |
Integer |
起始端口,范围1-65535,且不大于to_port。 ip_protocol设置为icmp时,from_port表示type,范围是0-255。 |
to_port |
是 |
Integer |
终止端口,范围1-65535,且不小于from_port。 ip_protocol设置为icmp时,to_port表示code,范围是0-255,且如果from_port为-1,to_port为-1表示任意ICMP报文。 |
ip_range |
是 |
Object |
对端ip网段,cidr格式,参见表5。 ip_range或者group参数的值,必须有一个为空。 |
group |
是 |
Object |
对端安全组的名称和对端安全组所属租户的租户ID,参见表6。 ip_range或者group参数的值,必须有一个为空。 |
id |
是 |
String |
安全组规则ID,UUID格式。 |