{ "id":"/axapi/v3/techreport", "type":"object", "node-type":"scalar", "title":"techreport", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure show tech", "properties":{ "disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable the polling techreport", "optional":true }, "enable-full-history":{ "type":"number", "format":"flag", "plat-neg-list":["fpga"], "default":0, "partition-visibility":"shared", "description":"Enable 31 day poll techreports (default seven) on platforms with less than 32GB disk (no op otherwise)", "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 }, "interval":{ "type":"object", "$ref":"/axapi/v3/techreport/interval", "properties":{ "value":{ "type":"number", "format":"number", "minimum":15, "maximum":120, "default":15, "partition-visibility":"shared", "description":"Showtech interval in minutes (default is 15)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "max-partitions":{ "type":"object", "$ref":"/axapi/v3/techreport/max-partitions", "properties":{ "value":{ "type":"number", "format":"number", "minimum":1, "maximum":120, "default":30, "partition-visibility":"shared", "description":"Maximum partions to show in per periodic techsupport (default is 30)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "max-logfile-size":{ "type":"object", "$ref":"/axapi/v3/techreport/max-logfile-size", "properties":{ "value":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "default":1, "partition-visibility":"shared", "description":"Log file size for periodic techsupport (default is 1)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "priority-partition-list":{ "type":"array", "minItems":1, "items":{ "type":"priority-partition" }, "uniqueItems":true, "$ref":"/axapi/v3/techreport/priority-partition/{part-name}", "array":[ { "properties":{ "part-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":14, "partition-visibility":"shared", "description":"Name of partition always want to show in showtech (shared is always shown by default)", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "part-name" ] } ] } } }