{ "id":"/axapi/v3/vrrp-a/session-sync", "type":"object", "node-type":"scalar", "title":"session-sync", "partition-visibility":"shared", "auto-created-object":1, "description":"Enable/Disable vrrp-a session sync", "properties":{ "action":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': enable vrrp-a session sync (default); 'disable': disable vrrp-a session sync; ", "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 } } }