{ "id":"/axapi/v3/visibility/monitor/debug/{debug-ip-addr}+{debug-port}+{debug-protocol}", "type":"object", "node-type":"list", "title":"debug", "partition-visibility":"shared", "description":"Enable store and replay for the entitites", "properties":{ "debug-ip-addr":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify source/dest ip addr", "optional":false }, "debug-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify port", "optional":false }, "debug-protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; ", "enum":[ "TCP", "UDP", "ICMP" ], "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "debug-ip-addr", "debug-port", "debug-protocol" ], "required":[ "debug-ip-addr", "debug-port", "debug-protocol" ] }