Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 806 Bytes

Data - NAT Statistics.adoc

File metadata and controls

46 lines (35 loc) · 806 Bytes

Data - Network Address Translation (NAT) Statistics

A HTTP GET to /api/edge/data.json?data=nat_stats can be used to get a JSON formatted list of Network Address Translation (NAT) statistics. This appears to be legacy and not used in recent releases.

Response

Root

Name Type Values Description

success

String

A boolean encapsulated in a string (e.g. "0" or "1")

Whether the API request was successful.

output

Object

output object

The output to the data request.

output Object

Name Type Values Description

Examples

Successful Response

GET /api/edge/data.json?data=nat_stats Response
{"success": "1", "output": {}}