You need to enable JavaScript to run this app.
导航
DescribeNatIpAttributes
最近更新时间:2024.07.16 19:50:43首次发布时间:2023.11.07 08:15:17

调用 DescribeNatIpAttributes 接口,查看指定的中转IP。

说明

私网NAT网关正在邀测中,如需试用,请联系客户经理。

请求参数

参数名称
类型
是否必选
示例值
描述
ActionStringDescribeNatIpAttributes要执行的操作,取值:DescribeNatIpAttributes。
VersionString2020-04-01API的版本信息,当前版本为:2020-04-01。
NatIpIdStringvpcnatip-gw8y7q3cpk3fggs87****中转IP的ID。

返回数据

参数名称
类型
示例值
描述
RequestIdString2021062415303301022514515207C4****请求ID。
NatIpIdStringvpcnatip-gw8y7q3cpk3fggs87****中转IP的ID。
NatGatewayIdStringngw-1sm2t10buei****私网NAT网关ID
NatIpNameStringnat_ip_1中转IP的名称。
NatIpDescriptionStringnatip-1中转IP的描述。
NatIpString192.168.XX.34中转IP的IP地址。

IsDefault

bool

true

是否为默认中转IP。

  • true:是。
  • false:否。

Status

String

Available

中转IP的状态。

  • Creating:创建中。
  • Available:可用。
  • Deleting:删除中。
  • Deleted:已删除。

请求示例

GET /?Action=DescribeNatIpAttributes&Version=2020-04-01&NatIpId=vpcnatip-gw8y7q3cpk3fggs87**** HTTP/1.1
Host: open.volcengineapi.com
ServiceName: natgateway
Region: cn-beijing

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021062415303301022514515207C4****",
        "Action": "DescribeNatIpAttributes",
        "Version": "2020-04-01",
        "Service": "natgateway",
        "Region": "cn-beijing"
    },
    "Result":{
        "RequestId": "2021062415303301022514515207C4****",
        "NatIpId": "vpcnatip-gw8y7q3cpk3fggs87****",
        "NatGatewayId": "ngw-2feq5xhimd88w59gp686****",
        "NatIpName": "nat_ip_1",
        "NatIpDescription": "natip-1",
        "NatIp":"192.168.XX.34",
        "IsDefault": true,
        "Status":"Available"
    }
}

错误码

公共错误码,请参见 公共错误码 。

HttpCode
错误码
错误信息
描述
404InvalidNatIp.NotFoundThe specified nat ip does not exist.指定的NAT IP不存在。