{ "id":"/axapi/v3/vcs/discovery-mode", "type":"object", "node-type":"scalar", "title":"discovery-mode", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"vcs election discovery mode", "properties":{ "action":{ "type":"string", "format":"enum", "default":"Mcast", "partition-visibility":"shared", "description":"'Unicast': enable VCS Unicast election; 'Mcast': enable VCS Multicast election; 'Mixed': enable VCS Multicast/Unicastelection; ", "enum":[ "Unicast", "Mcast", "Mixed" ], "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 } } }