{ "id":"/axapi/v3/system/gen-logdb/performance", "type":"object", "node-type":"scalar", "title":"performance", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Get write performance for logdb in logs written per second", "properties":{ "start":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"start perf", "optional":true }, "table-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"ACOS-DB table for which logs are getting created", "optional":true }, "stop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"stop perf", "optional":true } } }