{ "id":"/axapi/v3/debug/table-sync-event", "type":"object", "node-type":"scalar", "title":"table-sync-event", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug table sync events", "properties":{ "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "mac", "arp", "nd6", "fibv4", "fibv6" ], "description":"all Event Information", "optional":true }, "mac":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "all", "arp", "nd6", "fibv4", "fibv6" ], "description":"MAC Event Information", "optional":true }, "arp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "all", "mac", "nd6", "fibv4", "fibv6" ], "description":"ARP Event Information", "optional":true }, "nd6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "all", "mac", "arp", "fibv4", "fibv6" ], "description":"ND6 Event Information", "optional":true }, "fibv4":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "all", "mac", "arp", "nd6", "fibv6" ], "description":"IPv4 FIB Event Information", "optional":true }, "fibv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "all", "mac", "arp", "nd6", "fibv4" ], "description":"IPv6 FIB Event Information", "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 } } }