Retrieves a list of created NAT firewalls.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the requester. |
121.225.255.XXX |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The request ID. |
||
| RequestId |
string |
The ID of the request. |
072B5287-8A85-529E-BD47-F8AC2DB1**** |
| CreatedNatFirewalls |
array<object> |
A list of the created NAT firewalls. |
|
|
object |
The details of a created NAT firewall. |
||
| NatFirewallId |
string |
The ID of the NAT firewall. |
cfw-adk2ad45sf4t8**** |
| NatGatewayId |
string |
The ID of the NAT Gateway. |
ngw-uf6i0zkjtz4t2sttf**** |
| NatGatewayName |
string |
The name of the NAT Gateway. |
ngw-text |
Examples
Success response
JSON format
{
"RequestId": "072B5287-8A85-529E-BD47-F8AC2DB1****",
"CreatedNatFirewalls": [
{
"NatFirewallId": "cfw-adk2ad45sf4t8****",
"NatGatewayId": "ngw-uf6i0zkjtz4t2sttf****",
"NatGatewayName": "ngw-text"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.