{ "id":"/axapi/v3/fw/fast-forwarding", "type":"object", "node-type":"scalar", "title":"fast-forwarding", "partition-visibility":"shared", "auto-created-object":1, "description":"Fast packets forwarding for established CGN/FW sessions", "properties":{ "toggle":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable fast forwarding path; 'disable': Disable fast forwarding path; ", "enum":[ "enable", "disable" ], "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 } } }