All Products
Search
Document Center

ENS:DescribeSnatTableEntries

Last Updated:Mar 12, 2024

Queries source network address translation (SNAT) entries.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NatGatewayIdstringYes

The ID of the Network Address Translation (NAT) gateway.

nat-5tawjw5j7sgd2deujxuk0****
SnatEntryIdstringNo

The ID of the SNAT entry.

snat-5tfjp36fsrb36zs36faj0****
SnatIpstringNo

The elastic IP address (EIP) specified in the SNAT entry.

58.XXXX.XXX.29
SourceCIDRstringNo

The source CIDR block specified in the SNAT entry.

10.1.0.50/32
SnatEntryNamestringNo

The name of the SNAT entry.

test0
PageNumberintegerNo

The page number. Pages start from page 1.

Default value: 1.

1
PageSizeintegerNo

The number of entries per page. The maximum value is 100.

Default value: 10.

10

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
PageNumberinteger

The page number.

1
TotalCountinteger

The number of SNAT entries that are returned.

7
PageSizeinteger

The number of entries per page.

10
SnatTableEntriesobject []

Details of SNAT entries.

NatGatewayIdstring

The ID of the NAT gateway.

nat-5t7nh1cfm6kxiszlttr38****
SnatEntryIdstring

The ID of the SNAT entry.

snat-5tfjp3537mi6iokl59g5c****
SnatIpstring

The EIP specified in the SNAT entry.

120.XXX.XXX.71
SourceCIDRstring

The source CIDR block specified in the SNAT entry.

10.0.0.13/32
SnatEntryNamestring

The name of the SNAT entry.

test0
Statusstring

The status of the SNAT entry. Valid values:

  • Pending: The SNAT entry is being created or modified.
  • Available: The SNAT entry is available.
  • Deleting: The SNAT entry is being deleted.
Available
StandbySnatIpstring

The secondary EIP. Multiple EIPs are separated by commas (,).

101.XXX.XXX.7
StandbyStatusstring

The status of the secondary EIP. Valid values:

  • Running
  • Stopping
  • Stopped
  • Starting
Stopped

Examples

Sample success responses

JSONformat

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
  "PageNumber": 1,
  "TotalCount": 7,
  "PageSize": 10,
  "SnatTableEntries": [
    {
      "NatGatewayId": "nat-5t7nh1cfm6kxiszlttr38****",
      "SnatEntryId": "snat-5tfjp3537mi6iokl59g5c****",
      "SnatIp": "120.XXX.XXX.71",
      "SourceCIDR": "10.0.0.13/32",
      "SnatEntryName": "test0",
      "Status": "Available",
      "StandbySnatIp": "101.XXX.XXX.7",
      "StandbyStatus": "Stopped"
    }
  ]
}

Error codes

HTTP status codeError codeError message
400Invalid%sThe specified parameter %s is invalid.
400Missing%sYou must specify the parameter %s.
400ens.interface.error An error occurred while call the API.
400InvalidParameter.NatNotFoundThe specified Nat is not found.
400NoPermissionPermission denied.
400InvalidParameter.%sThe specified field %s invalid. Please check it again.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-11-16The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Output ParametersThe response structure of the API has changed.
2023-10-19The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Output ParametersThe response structure of the API has changed.
2023-07-18The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change
Output ParametersThe response structure of the API has changed.