{ "id":"/axapi/v3/interface/ethernet/{ifnum}/ipv6/rip", "type":"object", "node-type":"scalar", "title":"rip", "partition-visibility":"shared", "description":"RIP", "properties":{ "split-horizon-cfg":{ "type":"object", "properties":{ "state":{ "type":"string", "format":"enum", "default":"poisoned", "partition-visibility":"shared", "description":"'poisoned': Perform split horizon with poisoned reverse; 'disable': Disable split horizon; 'enable': Perform split horizon without poisoned reverse; ", "enum":[ "poisoned", "disable", "enable" ] } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }