本接口用于获取 NAT 网关的列表。
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListNatGateways | 公共参数。该参数表示接口名称。取值:ListNatGateways。 |
Version | String | 是 | 2021-04-30 | 公共参数。该参数表示接口版本。取值:2021-04-30。 |
cluster_name | String | 否 | ****-xxct | 节点名称。 |
status_list | String | 否 | creating,updating | 状态列表。状态之间用半角逗号(,)分隔。取值范围:
|
fuzzy_id_or_name | String | 否 | bhhc**** | NAT 网关的 ID 或名称。 支持模糊查询。 |
page | Integer | 否 | 1 | NAT 网关列表的页码。 |
limit | Integer | 否 | 10 | 分页查询时设置的每页行数。 |
order_by | Integer | 否 | 1 | 查询出来的 NAT 网关的排列顺序。取值范围:
|
order_by_field | String | 否 | create_at | 查询出来的 NAT 网关的排序依据。取值范围:
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
natgw_list | 请参见返回示例 | NAT 网关列表。 | |
total_count | Integer | 2 | NAT 网关的数量。 |
GET https://veenedge.volcengineapi.com/?Action=ListNatGateways&Version=2021-04-30 &<其他公共参数>
{ "ResponseMetadata": { "RequestId": "202412301804526F3EB2B6B660B83F****", "Action": "ListNatGateways", "Version": "2021-04-30", "Service": "veenedge", "Region": "cn-north-1" }, "Result": { "natgw_list": [ { "account_identity": 210006****, "user_identity": 21000****, "natgw_identity": "natgw-5tdksw5c2k****", "natgw_name": "nat-dev01", "status": "running", "cluster": { "cluster_name": "****-czcm", "country": "CN", "region": "EastChina", "province": "JS", "city": "320400", "isp": "CMCC", "level": "3", "alias": "**移动" }, "vpc": { "vpc_identity": "vpc-jdkn6****", "vpc_name": "**移动-默认VPC" }, "eip_list": [ { "eip_identity": "eip-vk26c****", "eip_addr": "223.**.**.44" } ], "bps_limit": "2000", "billing_method": "HourUsed", "connect_limit": "500000", "new_connect_limit": "50000", "project": "default", "is_overdue": false, "start_at": 1732197769, "create_time": 1732197768, "update_time": 1732197812 } ], "total_count": 1 } }