{ "id":"/axapi/v3/debug/lb", "type":"object", "node-type":"scalar", "title":"lb", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Load Balancing debug switch parameter", "properties":{ "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Load Balancing debug all switch", "optional":true }, "cfg":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Load Balancing configuration debug switch", "optional":true }, "flow":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Packet flow debug switch", "optional":true }, "llb":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Link Load Balancing debug switch", "optional":true }, "slb":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Server Load Balancing debug switch", "optional":true }, "fwlb":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Firewall Load Balancing debug switch", "optional":true }, "clb":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Cache Load Balancing debug switch", "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 } } }