{ "id":"/axapi/v3/debug/cgn", "type":"object", "node-type":"scalar", "title":"cgn", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"CGN packet debugging", "properties":{ "drops":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug logs for packet drops in CGN", "optional":true }, "error":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug logs for errors in CGN", "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 } } }