{ "id":"/axapi/v3/accounting", "type":"object", "node-type":"scalar", "title":"accounting", "partition-visibility":"shared", "description":"Configuration for accounting", "properties":{ "commands":{ "type":"number", "format":"number", "minimum":0, "maximum":15, "default":0, "partition-visibility":"shared", "description":"Enable level for commands accounting", "optional":true }, "debug":{ "type":"number", "format":"number", "minimum":1, "maximum":15, "partition-visibility":"shared", "description":"Specify the debug level for accounting (Debug level for command accounting. bitwise OR of the following: 1(common), 2(packet),4(packet detail), 8(md5))", "optional":true }, "stop-only":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Record stop when service terminates", "optional":true }, "tacplus":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use TACACS+ servers for accounting", "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 }, "exec":{ "type":"object", "$ref":"/axapi/v3/accounting/exec", "properties":{ "accounting-exec-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'start-stop': Record start and stop without waiting; 'stop-only': Record stop when service terminates; ", "enum":[ "start-stop", "stop-only" ] }, "accounting-exec-method":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'tacplus': Use TACACS+ servers for accounting; 'radius': Use radius servers for accounting; ", "enum":[ "tacplus", "radius" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }