{ "id":"/axapi/v3/system/config-mgmt", "type":"object", "node-type":"scalar", "title":"config-mgmt", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Setting of Configuration Management", "properties":{ "delete-referenced-tagged-objects":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Allow deletion of referenced tagged objects. Default option.; 'disable': Block deletion of referenced tagged objects; ", "enum":[ "enable", "disable" ], "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 }, "pu-sync-detection":{ "type":"object", "$ref":"/axapi/v3/system/config-mgmt/pu-sync-detection", "properties":{ "interval":{ "type":"number", "format":"number", "minimum":30, "maximum":86400, "default":30, "partition-visibility":"shared", "description":"Time interval (seconds) for detection. Default is 30 seconds." }, "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable pu-sync-detection feature; 'disable': Disable pu-sync-detection feature; ", "enum":[ "enable", "disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "mpm":{ "type":"object", "$ref":"/axapi/v3/system/config-mgmt/mpm", "properties":{ "max-workers":{ "type":"number", "format":"number", "minimum":1, "maximum":50, "default":1, "partition-visibility":"shared", "description":"Set max workers count. Default is 1" }, "min-idle-workers":{ "type":"number", "format":"number", "minimum":1, "maximum":50, "default":1, "partition-visibility":"shared", "description":"Set minimum idle workers count. Default is 1" }, "start-workers":{ "type":"number", "format":"number", "minimum":1, "maximum":50, "default":1, "partition-visibility":"shared", "description":"Set starting workers count. Default is 1" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }