{ "id":"/axapi/v3/partition/{partition-name}/shared-vlan", "type":"object", "node-type":"scalar", "title":"shared-vlan", "partition-visibility":"shared", "description":"Enable shared-vlan feature in Network partition", "properties":{ "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "optional":true }, "allowable-ip-range":{ "type":"array", "items":{ "type":"string", "format":"ipv4-cidr" } } , "allowable-ipv6-range":{ "type":"array", "items":{ "type":"string", "format":"ipv6-address-plen" } } , "mgmt-floating-ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPv4 Address for Shared VLAN Mgmt IP Address", "optional":true }, "vrid":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "partition-visibility":"shared", "description":"Specify 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 } } }