{ "id":"/axapi/v3/system/table-integrity", "type":"object", "node-type":"scalar", "title":"table-integrity", "partition-visibility":"shared", "auto-created-object":1, "description":"Table integrity audit for IPv4/v6 FIB, RIB, ND6, and MAC", "properties":{ "table":{ "type":"string", "format":"enum", "default":"all", "partition-visibility":"shared", "description":"'all': All tables; ", "enum":[ "all" ], "optional":true }, "audit-action":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable table integrity audit; 'disable': Disable table integrity audit; ", "enum":[ "enable", "disable" ], "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 } } }