cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/nat_rule \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": 123, "name": "<string>", "outside": "<string>", "rule_type": "SOURCE_ONE_TO_ONE", "inside_type": "segment", "inside": "<string>", "inside_port": 123, "protocol": 123, "outside_port": 123, "filters": [], "description": "<string>" } ], "count": 0, "total_count": 0 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes