{ "id":"/axapi/v3/fw/hairpin", "type":"object", "node-type":"intermediate", "title":"hairpin", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Configure firewall hairpin parameters", "properties":{ "next-hop-follow":{ "type":"object", "$ref":"/axapi/v3/fw/hairpin/next-hop-follow", "properties":{ "ipv4":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"IPV4 network" }, "ipv6":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPV6 network" }, "disable-local-hairpin":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable local hairpin" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }