{ "id":"/axapi/v3/fw/alg/sctp", "type":"object", "node-type":"scalar", "title":"sctp", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "description":"Change Firewall SCTP ALG Settings", "properties":{ "action":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'disable': disable; 'enable': enable; ", "enum":[ "disable", "enable" ], "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 } } }