接口功能介绍
查询中转IP网段
接口约束
已创建私网NAT实例
接口是否审批
否
URI
GET /v4/privatenat/list-cidrs
Content-Type
application/json
路径参数
无
Query参数
Query参数 | 参数 | 是否必填 | 参数类型 | 说明 | 示例 |
---|---|---|---|---|---|
regionID | 是 | String | 区域id | 81f7728662dd11ec810800155d307d5b | |
natGatewayID | 是 | String | 要查询的私网NAT的ID。 | ngw-bp1uewa15k4iy5770 | |
pageNumber | 否 | Integer | 列表的页码,默认值为1。 | 11 | |
pageSize | 否 | Integer | 分页查询时每页的行数,最大值为50,默认值为10。 | 10 |
请求头header参数
无
请求体body参数
无
响应参数
响应参数 | 参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
statusCode | Integer | 返回状态码(800为成功,900为失败) | 800 | ||
message | String | statusCode为900时的错误信息; statusCode为800时为success, 英文 | success | ||
description | String | statusCode为900时的错误信息; statusCode为800时为成功, 中文 | 成功 | ||
errorCode | String | statusCode为900时为业务细分错误码,三段式:product.module.code; statusCode为800时为SUCCESS | SUCCESS | ||
returnObj | Array of Objects | 返回结果 | returnObj | ||
totalCount | Integer | 列表条目数 | 20 | ||
currentCount | Integer | 分页查询时每页的行数。 | 4 | ||
totalPage | Integer | 总页数 | 5 |
表 returnObj | 参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
name | String | 中转网段名称 | default | ||
cidr | String | 对用网段 | 192.168.0.0/16 |
枚举参数
无
请求头header示例
无
请求url示例
GET /openapi/v4/privatenat/list-cidrs?regionID=81f7728662dd11ec810800155d307d5b&natGatewayID=natgw-xxxxx
请求体body示例
无
响应示例
{
"statusCode": 800,
"errorCode": "SUCCESS",
"message": "success",
"description": "",
"returnObj": [
{
"name": "default",
"cidr": "192.168.1.0/24",
}
],
"totalPage": 1,
"currentCount": 1,
"totalCount": 1
}
状态码
状态码 | 描述 |
---|---|
200 | 表示请求成功 |
错误码
请参考 错误码说明。