{ "id":"/axapi/v3/fw/vrid", "type":"object", "node-type":"scalar", "title":"vrid", "partition-visibility":"shared", "description":"Vrrp group ID", "properties":{ "vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"Vrrp group (VRRP-A vrid)", "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 } } }