All Products
Search
Document Center

ENS:DescribeSnatTableEntries

Last Updated:Jul 26, 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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ens:DescribeSnatTableEntrieslist
  • All Resources
    *
    none
none

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
SnatTableEntriesarray<object>

Details of SNAT entries.

object
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 messageDescription
400Invalid%sThe specified parameter %s is invalid.-
400Missing%sYou must specify the parameter %s.-
400InvalidParameter.NatNotFoundThe specified Nat is not found.The specified parameter Nat does not exist.
400ens.interface.errorFailed to call API.-
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
2024-06-28The Error code has changedView Change Details
2023-11-16The Error code has changed. The response structure of the API has changedView Change Details
2023-10-19The Error code has changed. The response structure of the API has changedView Change Details
2023-07-18The Error code has changed. The response structure of the API has changedView Change Details