{ "id":"/axapi/v3/cgnv6/lsn/alg/sip", "type":"object", "node-type":"scalar", "title":"sip", "partition-visibility":"shared", "auto-created-object":1, "description":"Change LSN SIP ALG Settings", "properties":{ "sip-value":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'enable': Enable SIP ALG for LSN; ", "enum":[ "enable" ], "optional":true }, "rtp-stun-timeout":{ "type":"number", "format":"number", "minimum":2, "maximum":10, "default":5, "partition-visibility":"shared", "description":"RTP/RTCP STUN timeout in minutes (Default is 5 minutes)", "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 } } }