华为云计算 云知识 查询安全组规则NeutronShowSecurityGroupRule
查询安全组规则NeutronShowSecurityGroupRule

 

接口说明

查询安全组规则详情。

URL
GET  https://vpc.cn-north-4.myhuaweicloud.com/v2.0/security-group-rules/{security_group_rule_id} 
请求参数
名称 类型 IN 必选 描述
X-Auth-Token
 
string header

用户Token。 获取Token ,请参考《 统一身份认证 服务API参考》的“获取用户Token”章节。请求响应成功后在响应消息头中包含的“X-Subject-Token”的值即为Token值。

security_group_rule_id
 
string path

安全组规则ID

返回参数
返回码: 200

正常返回

名称 类型 必选 描述
security_group_rule
 
NeutronSecurityGroupRule object

安全组规则对象

200 security_group_rule
名称 类型 必选 描述
description
 
string

安全组规则描述

direction
 
string

功能说明:规则方向 取值范围:ingress、egress

ethertype
 
string

功能说明:网络类型 取值范围:IPv4、IPv6

id
 
string

安全组规则ID,查询安全组规则非必选

port_range_max
 
integer

功能说明:最大端口 取值范围:当协议类型为ICMP时,该值表示ICMP的code

port_range_min
 
integer

功能说明:最小端口 当协议类型为ICMP时,该值表示ICMP的type。protocol为tcp和udp时,port_range_max和port_range_min必须同时输入,且port_range_max应大于等于port_range_min。protocol为icmp时,指定ICMP code(port_range_max)时,必须同时指定ICMP type(port_range_min)。

protocol
 
string

功能说明:tcp/udp/icmp/icmpv6或IP协议编号(0~255) 约束:协议为icmpv6时,网络类型应该为IPv6;协议为icmp时,网络类型应该为IPv4

remote_group_id
 
string

所属安全组的对端ID

remote_ip_prefix
 
string

对端ip网段

remote_address_group_id
 
string

功能说明:远端IP地址组ID 约束:和remote_ip_prefix,remote_group_id互斥

security_group_id
 
string

所属安全组ID

tenant_id
 
string

项目ID

project_id
 
string

项目ID

created_at
 
string

功能说明:资源创建UTC时间 格式:yyyy-MM-ddTHH:mm:ss

updated_at
 
string

功能说明:资源更新UTC时间 格式:yyyy-MM-ddTHH:mm:ss

返回码: 400

服务器未能处理请求

名称 类型 必选 描述
NeutronError
 
NeutronErrorBody object

错误信息返回体

400 NeutronError
名称 类型 必选 描述
message
 
string

错误请求返回的错误信息

type
 
string

错误请求返回的错误类型

detail
 
string

错误请求返回的错误详情

返回码: 401

被请求的页面需要用户名和密码

名称 类型 必选 描述
NeutronError
 
NeutronErrorBody object

错误信息返回体

401 NeutronError
名称 类型 必选 描述
message
 
string

错误请求返回的错误信息

type
 
string

错误请求返回的错误类型

detail
 
string

错误请求返回的错误详情

返回码: 403

对被请求页面的访问被禁止。

名称 类型 必选 描述
NeutronError
 
NeutronErrorBody object

错误信息返回体

403 NeutronError
名称 类型 必选 描述
message
 
string

错误请求返回的错误信息

type
 
string

错误请求返回的错误类型

detail
 
string

错误请求返回的错误详情

返回码: 404

服务器无法找到被请求的页面

名称 类型 必选 描述
NeutronError
 
NeutronErrorBody object

错误信息返回体

404 NeutronError
名称 类型 必选 描述
message
 
string

错误请求返回的错误信息

type
 
string

错误请求返回的错误类型

detail
 
string

错误请求返回的错误详情

返回码: 409

由于冲突,请求无法被完成。

名称 类型 必选 描述
NeutronError
 
NeutronErrorBody object

错误信息返回体

409 NeutronError
名称 类型 必选 描述
message
 
string

错误请求返回的错误信息

type
 
string

错误请求返回的错误类型

detail
 
string

错误请求返回的错误详情

返回码: 500

请求未完成。服务异常。

名称 类型 必选 描述
NeutronError
 
NeutronErrorBody object

错误信息返回体

500 NeutronError
名称 类型 必选 描述
message
 
string

错误请求返回的错误信息

type
 
string

错误请求返回的错误类型

detail
 
string

错误请求返回的错误详情

请求示例
示例 1
 
"GET https://{Endpoint}/v2.0/security-group-rules/{security_group_rule_id}"
返回示例
返回码:200

正常返回

示例 1
 
{
"security_group_rule": {
"remote_group_id": null,
"direction": "egress",
"remote_ip_prefix": null,
"protocol": null,
"tenant_id": "6fbe9263116a4b68818cf1edce16bc4f",
"port_range_max": null,
"security_group_id": "723bc02c-d7f7-49b5-b6ff-d08320f315e2",
"port_range_min": null,
"ethertype": "IPv4",
"description": null,
"id": "1755bc80-cf3a-4f57-8ae9-d9796482ddc0",
"project_id": "6fbe9263116a4b68818cf1edce16bc4f",
"created_at": "2018-09-20T02:15:34",
"updated_at": "2018-09-20T02:15:34",
"remote_address_group_id": null
}
}
SDK
点击  虚拟私有云  (VPC) SDK, 下载SDK或查看SDK文档。SDK的安装、认证方式等在SDK文档中对应语言类型的【使用】目录下。
错误码
请参考 错误码说明

 

上一篇:华为云CDN服务修改CDN源站信息 下一篇:白话物联网 | 初学者聊对物联网的理解

虚拟私有云 VPC

虚拟私有云(Virtual Private Cloud)是用户在华为云上申请的隔离的、私密的虚拟网络环境。用户可以自由配置VPC内的IP地址段、子网、安全组等子服务,也可以申请弹性带宽和弹性IP搭建业务系统