cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/nat_rule/{rule_name} \ --header 'Authorization: Bearer <token>'
{ "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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
SOURCE_ONE_TO_ONE
SOURCE_NAT
DESTINATION_NAT
NOP
segment
ip
Show child attributes