All Products
Search
Document Center

Cloud Firewall:DescribeCreatedNatFirewall

Last Updated:Nov 13, 2025

Retrieves a list of created NAT firewalls.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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:

  • en :

    English

  • zh :

    Chinese

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.