{ "id":"/axapi/v3/accounting/exec", "type":"object", "node-type":"scalar", "title":"exec", "partition-visibility":"shared", "description":"Configuration for EXEC accounting", "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" ], "optional":true }, "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" ], "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 } } }