{ "id":"/axapi/v3/fail-safe/disable-failsafe", "type":"object", "node-type":"scalar", "title":"disable-failsafe", "partition-visibility":"shared", "description":"Disable HA failover when resource depletion is detected", "properties":{ "io-buffer":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"all", "description":"Disable I/O Buffer", "optional":true }, "session-memory":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"all", "description":"Disable Session Memory", "optional":true }, "system-memory":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"all", "description":"Disable System Memory", "optional":true }, "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "io-buffer", "session-memory", "system-memory" ], "description":"Disable all", "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 } } }