firewall_static_nat_policy_obj

firewall_static_nat_policy_obj

Configuration Editor for API to add, modify, delete, and get configuration for Static NAT policy settings resource.

Read/write properties

service_type <String>

The Service Type that the translation applies to.. Possible values = [local,internet,intranet]

outside_network_ip_address <String>

The Outside IP Address and Subnet Mask packets will be translated to (Source IP Address in the direction selected)..

direction <String>

The direction, from the Service or Virtual Interface perspective, the translation will operate.. Possible values = [inbound,outbound]

inside_network_ip_address <String>

The Inside IP Address and Prefix to translate (Source IP Address in the direction selected)..

bind_responder_route <Boolean>

If enabled, the route for the responder's traffic will be bound to the Source Service..

service_name <String>

The Service Name that the translation applies to..

outside_zone <String>

The Zone a packet must be destined for to allow translation.. Possible values = [Internet_Zone,Untrusted_Internet_Zone,Default_LAN_Zone]

id <Integer>

Firewall local policy id.

inside_zone <String>

The Zone a packet must be from to allow translation.. Possible values = [Internet_Zone,Untrusted_Internet_Zone,Default_LAN_Zone]

Read only properties

priority <Integer>

The order/precedence in which Filters are applied (automatically redistributed)..

Operations

add delete get (all) modify

[add]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config_editor/firewall_static_nat_policy_obj

Description: Use this operation to add the Static NAT policy settings

HTTP Method: POST

Request Payload: JSON

{"firewall_static_nat_policy_obj": { "service_type":<String_value> , "outside_network_ip_address":<String_value> , "direction":<String_value> , "inside_network_ip_address":<String_value> , "bind_responder_route":<Boolean_value> , "service_name":<String_value> , "outside_zone":<String_value> , "id":<Integer_value> , "inside_zone":<String_value> }}

Response Payload: JSON

{ "firewall_static_nat_policy_obj":{ "service_type":<String_value>

, "priority":<Integer_value> , "outside_network_ip_address":<String_value> , "direction":<String_value> , "inside_network_ip_address":<String_value> , "bind_responder_route":<Boolean_value> , "service_name":<String_value> , "outside_zone":<String_value> , "id":<Integer_value> , "inside_zone":<String_value> }]}

[delete]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config_editor/firewall_static_nat_policy_obj/

Description: Use this operation to delete the Static NAT policy settings

HTTP Method: DELETE

Response Payload: JSON

{ "errorcode": 0, "message": "Done", "severity": <String;_value> }

[get (all)]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config_editor/firewall_static_nat_policy_obj

Description: Use this operation to get the Static NAT policy settings

HTTP Method: GET

Response Payload: JSON

{"firewall_static_nat_policy_obj":[{ "service_type":<String_value>

, "priority":<Integer_value> , "outside_network_ip_address":<String_value> , "direction":<String_value> , "inside_network_ip_address":<String_value> , "bind_responder_route":<Boolean_value> , "service_name":<String_value> , "outside_zone":<String_value> , "id":<Integer_value> , "inside_zone":<String_value> }]}

[modify]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config_editor/firewall_static_nat_policy_obj

Description: Use this operation to modify the Static NAT policy settings

HTTP Method: PUT

Request Payload: JSON

{"firewall_static_nat_policy_obj":{ "service_type":<String_value> , "outside_network_ip_address":<String_value> , "direction":<String_value> , "inside_network_ip_address":<String_value> , "bind_responder_route":<Boolean_value> , "service_name":<String_value> , "outside_zone":<String_value> , "id":<Integer_value> , "inside_zone":<String_value> }}

Response Payload: JSON

{ "firewall_static_nat_policy_obj":[{ "service_type":<String_value>

, "priority":<Integer_value> , "outside_network_ip_address":<String_value> , "direction":<String_value> , "inside_network_ip_address":<String_value> , "bind_responder_route":<Boolean_value> , "service_name":<String_value> , "outside_zone":<String_value> , "id":<Integer_value> , "inside_zone":<String_value> }]}

Was this article helpful?