{ "id":"/axapi/v3/event/partition/{vnp-events}", "type":"object", "node-type":"list", "title":"partition", "partition-visibility":"shared", "description":"module partition", "properties":{ "vnp-events":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'part-create': Create new partition; 'part-del': Delete a partition; ", "enum":[ "part-create", "part-del" ], "optional":false }, "email":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'on': enable this action; 'off': disable this action; ", "enum":[ "on", "off" ], "optional":true }, "logging":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'on': enable this action; 'off': disable this action; ", "enum":[ "on", "off" ], "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "vnp-events" ], "required":[ "vnp-events" ] }