{ "id":"/axapi/v3/system/config-mgmt/pu-sync-detection", "type":"object", "node-type":"scalar", "title":"pu-sync-detection", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"pu sync detection feature actions", "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.", "optional":true }, "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" ], "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 } } }