{ "id":"/axapi/v3/vrrp-a/ospf-inline/{vlan}", "type":"object", "node-type":"list", "title":"ospf-inline", "partition-visibility":"shared", "description":"Enable OSPF under Layer 3 Inline Hot Standby Mode", "properties":{ "vlan":{ "type":"number", "format":"number", "minimum":1, "maximum":4094, "partition-visibility":"shared", "description":"Do not filter OSPF packet on specific vlan (Vlan number)", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "vlan" ], "required":[ "vlan" ] }