{ "id":"/axapi/v3/system/config-mgmt/notification", "type":"object", "node-type":"scalar", "title":"notification", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"cm notification cconfigure option", "properties":{ "period":{ "type":"number", "format":"number", "minimum":0, "maximum":60, "default":15, "partition-visibility":"shared", "description":"Time interval (seconds) for kafka notification. Default is 15 seconds.", "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 } } }