{ "id":"/axapi/v3/vrrp-a/preferred-session-sync-port", "type":"object", "node-type":"intermediate", "title":"preferred-session-sync-port", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"VRRP-A preferred-session-sync-port", "properties":{ "ethernet-list":{ "type":"array", "minItems":1, "items":{ "type":"ethernet" }, "uniqueItems":true, "$ref":"/axapi/v3/vrrp-a/preferred-session-sync-port/ethernet/{pre-eth}", "array":[ { "properties":{ "pre-eth":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface number", "optional":false }, "pre-vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"Interface VLAN (VLAN ID)", "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 } }, "required":[ "pre-eth" ] } ] }, "trunk-list":{ "type":"array", "minItems":1, "items":{ "type":"trunk" }, "uniqueItems":true, "$ref":"/axapi/v3/vrrp-a/preferred-session-sync-port/trunk/{pre-trunk}", "array":[ { "properties":{ "pre-trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"Trunk Interface number", "optional":false }, "pre-vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"Interface VLAN (VLAN ID)", "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 } }, "required":[ "pre-trunk" ] } ] } } }