{ "id":"/axapi/v3/system/gen-logdb", "type":"object", "node-type":"scalar", "title":"gen-logdb", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Create log stream for certain duration of time", "properties":{ "logs-per-sec":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "partition-visibility":"shared", "description":"Number of logs generated per second for logdb", "optional":true }, "total-logs":{ "type":"number", "format":"number", "minimum":1, "maximum":4294967295, "partition-visibility":"shared", "description":"Total number of logs to be generated", "optional":true }, "vnp-id":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "partition-visibility":"shared", "description":"Number of logs generated per second for logdb", "optional":true }, "table-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"ACOS-DB table for which logs are created", "optional":true }, "performance":{ "type":"object", "$ref":"/axapi/v3/system/gen-logdb/performance", "properties":{ "start":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"start perf" }, "table-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"ACOS-DB table for which logs are getting created" }, "stop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"stop perf" } } } } }