{ "id":"/axapi/v3/system/asic-mmu-fail-safe", "type":"object", "node-type":"scalar", "title":"asic-mmu-fail-safe", "partition-visibility":"shared", "auto-created-object":1, "description":"ASIC Fail Safe Global Commands", "properties":{ "recovery-threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":1000, "default":2, "partition-visibility":"shared", "description":"ASIC Fail-safe recovery threshold in Errors (Units of 1 Errors (default 2))", "optional":true }, "monitor-interval":{ "type":"number", "format":"number", "minimum":5, "maximum":300, "default":60, "partition-visibility":"shared", "description":"ASIC Fail-safe monitoring intervals in Seconds (Units of 1 Seconds (default 60))", "optional":true }, "monitor-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable Fail-safe software error monitoring and act on it", "optional":true }, "reboot-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable system reboot if system encounters mmu error", "optional":true }, "inject-error":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Inject MMU SER/Parity errors", "optional":true }, "test-pattern-type":{ "type":"string", "format":"enum", "default":"lcb", "partition-visibility":"shared", "description":"'all-zeros': Inject all bits 0s in a byte; 'all-ones': Inject all bits 1s in a byte; 'lcb': Logical checker board; 'inverse-lcb': Inverse Logical checker board; ", "enum":[ "all-zeros", "all-ones", "lcb", "inverse-lcb" ], "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 } } }