{ "id":"/axapi/v3/debug/scaleout", "type":"object", "node-type":"scalar", "title":"scaleout", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug scaleout", "properties":{ "config":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug logs for scaleout config change", "optional":true }, "event":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug logs for scaleout events", "optional":true }, "packet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug logs for scaleout packet flow", "optional":true }, "session-sync":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":" Debug logs for scaleout session sync events", "optional":true }, "debug-level":{ "type":"number", "format":"number", "minimum":1, "maximum":3, "partition-visibility":"shared", "description":"Debug level (Level 1-3)", "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 } } }