{ "id":"/axapi/v3/fw/hairpin/next-hop-follow", "type":"object", "node-type":"scalar", "title":"next-hop-follow", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure IP/IPv6 address to lookup for next hop of firewall hairpin traffic", "properties":{ "ipv4":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"IPV4 network", "optional":true }, "ipv6":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPV6 network", "optional":true }, "disable-local-hairpin":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable local hairpin", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }