调用 DescribeSnatEntryAttributes 接口,查看SNAT规则的详情。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeSnatEntryAttributes | 要执行的操作,取值:DescribeSnatEntryAttributes。 |
Version | String | 是 | 2020-04-01 | API的版本信息,当前版本为:2020-04-01。 |
SnatEntryId | String | 是 | snat-342abc3bc3**** | SNAT规则的ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
NatGatewayId | String | ngw-1sm2t10buei**** | SNAT规则所属NAT网关的ID。 |
SnatEntryId | String | snat-3fvhk47kf56**** | SNAT规则的ID。 |
SnatEntryName | String | snat-test | SNAT规则的名称。 |
SubnetId | String | subnet-6o5smt1b9**** | SNAT规则关联子网的ID。 |
SourceCidr | String | 192.XX.XX.0/24 | SNAT规则对应的网段。 |
EipId | String | eip-12af342dca34****,eip-12af342dca35**** | SNAT规则关联的公网IP的ID。
|
EipAddress | String | 180.XX.XX.195,180.XX.XX.196 | SNAT规则关联的公网IP的IP地址。
|
NatIpId | String | vpcnatip-gw8y7q3cpk3fggs8**** | SNAT规则使用的中转IP的ID。 |
Status | String | Available | SNAT规则的状态。 |
GET /?Action=DescribeSnatEntryAttributes&Version=2020-04-01&SnatEntryId=snat-2fedi096gdiww59gp680**** HTTP/1.1 Host: open.volcengineapi.com Service: natgateway Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DescribeSnatEntryAttributes", "Version": "2020-04-01", "Service": "natgateway", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****", "NatGatewayId": "ngw-2feq5xhimd88w59gp686****", "SnatEntryId": "snat-2fedi096gdiww59gp680r****", "SnatEntryName": "snat-01", "SubnetId": "subnet-2fe1vf6cq44cg59gp687k****", "SourceCidr": "192.XX.XX.0/24", "EipId": "eip-2feq2yc0hcv0g59gp680w****", "EipAddress": "180.XX.XX.195", "NatIpId": "vpcnatip-gw8y7q3cpk3fggs8****", "Status": "Available" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidSnatEntry.NotFound | The specified SNAT entry does not exist. | 指定的SNAT规则不存在。 |