{ "id":"/axapi/v3/vrrp-a/vrid/{vrid-val}", "type":"object", "node-type":"list", "title":"vrid", "partition-visibility":"shared", "auto-created-object":1, "description":"Specify VRRP-A vrid", "properties":{ "vrid-val":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "default":0, "partition-visibility":"shared", "description":"Specify ha VRRP-A vrid", "optional":false }, "floating-ip":{ "type":"object", "properties":{ "ip-address-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ip-address":{ "type":"string", "format":"ipv4-address", "platform-specific-default":1, "partition-visibility":"shared", "description":"IP Address" } } } ] }, "ip-address-part-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ip-address-partition":{ "type":"string", "format":"ipv4-address", "platform-specific-default":1, "partition-visibility":"private", "description":"IP Address" } } } ] }, "ipv6-address-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv6-address":{ "type":"string", "format":"ipv6-address", "platform-specific-default":1, "partition-visibility":"shared", "description":"IPV6 address" }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet (for link-local address only)" }, "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "$ref":"/axapi/v3/interface/trunk", "description":"Trunk interface (for link-local address only)" }, "ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "$ref":"/axapi/v3/network/vlan", "description":"VE interface (for link-local address only)" } } } ] }, "ipv6-address-part-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv6-address-partition":{ "type":"string", "format":"ipv6-address", "platform-specific-default":1, "partition-visibility":"private", "description":"IPV6 address" }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet (for link-local address only)" }, "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"Trunk interface (for link-local address only)" }, "ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "$ref":"/axapi/v3/network/vlan", "description":"VE interface (for link-local address only)" } } } ] } } }, "preempt-mode":{ "type":"object", "properties":{ "threshold":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":0, "partition-visibility":"shared", "description":"preemption threshold (preemption threshhold (0-255), default 0)" }, "disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"disable preemption" } } }, "follow":{ "type":"object", "properties":{ "vrid-lead":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Define a VRRP-A VRID leader" } } }, "pair-follow":{ "type":"object", "properties":{ "pair-follow":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Follow other VRRP-A vrid" }, "vrid-lead":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Define a VRRP-A VRID leader" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'associated_vip_count': Number of vips associated to vrid; 'associated_vport_count': Number of vports associated to vrid; 'associated_natpool_count': Number of nat pools associated to vrid; ", "enum":[ "all", "associated_vip_count", "associated_vport_count", "associated_natpool_count" ] } } } ] }, "blade-parameters":{ "type":"object", "$ref":"/axapi/v3/vrrp-a/vrid/{vrid-val}/blade-parameters", "properties":{ "priority":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "default":150, "partition-visibility":"shared", "description":"VRRP-A priorty (Priority, default is 150)" }, "fail-over-policy-template":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/vrrp-a/fail-over-policy-template", "description":"Apply a fail over policy template (VRRP-A fail over policy template name)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "tracking-options":{ "type":"object", "$ref":"/axapi/v3/vrrp-a/vrid/{vrid-val}/blade-parameters/tracking-options", "properties":{ "interface":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet Interface (Ethernet interface number)" }, "priority-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"The amount the priority will decrease" } } } ] }, "route":{ "type":"object", "properties":{ "ip-destination-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ip-destination":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Destination prefix" }, "mask":{ "type":"string", "format":"ipv4-netmask", "partition-visibility":"shared", "description":"Destination prefix mask" }, "priority-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"The amount the priority will decrease if the route is missing (The amount the priority will decrease if the route is not present)" }, "gateway":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Match the route's gateway (next-hop) (default: match any)" }, "distance":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Route's administrative distance (default: match any)" }, "protocol":{ "type":"string", "format":"enum", "default":"any", "partition-visibility":"shared", "description":"'any': Match any routing protocol (default); 'static': Match only static routes (added by user); 'dynamic': Match routes added by dynamic routing protocols (e.g. OSPF); ", "enum":[ "any", "static", "dynamic" ] } } } ] }, "ipv6-destination-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv6-destination":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPv6 Destination Prefix" }, "priority-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"The amount the priority will decrease if the route is missing (The amount the priority will decrease if the route is not present)" }, "gatewayv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Match the route's gateway (next-hop) (default: match any)" }, "distance":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Route's administrative distance (default: match any)" }, "protocol":{ "type":"string", "format":"enum", "default":"any", "partition-visibility":"shared", "description":"'any': Match any routing protocol (default); 'static': Match only static routes (added by user); 'dynamic': Match routes added by dynamic routing protocols (e.g. OSPF); ", "enum":[ "any", "static", "dynamic" ] } } } ] } } }, "trunk-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"trunk tracking (Trunk Number)" }, "priority-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"The amount the priority will decrease" }, "per-port-pri":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":0, "partition-visibility":"shared", "description":"per port priority" } } } ] }, "bgp":{ "type":"object", "properties":{ "bgp-ipv4-address-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "bgp-ipv4-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"bgp IP Address" }, "priority-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"The amount the priority will decrease" } } } ] }, "bgp-ipv6-address-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "bgp-ipv6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 address" }, "priority-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"The amount the priority will decrease" } } } ] } } }, "vlan-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vlan":{ "type":"number", "format":"number", "minimum":1, "maximum":4094, "partition-visibility":"shared", "description":"VLAN tracking (VLAN id)" }, "timeout":{ "type":"number", "format":"number", "minimum":2, "maximum":600, "partition-visibility":"shared" }, "priority-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"The amount the priority will decrease" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "gateway":{ "type":"object", "$ref":"/axapi/v3/vrrp-a/vrid/{vrid-val}/blade-parameters/tracking-options/gateway", "properties":{ "ipv4-gateway-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv4-gateway" }, "uniqueItems":true, "$ref":"/axapi/v3/vrrp-a/vrid/{vrid-val}/blade-parameters/tracking-options/gateway/ipv4-gateway/{ip-address}", "array":[ { "properties":{ "ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IP Address", "optional":false }, "priority-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"The amount the priority will decrease", "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":[ "ip-address" ] } ] }, "ipv6-gateway-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6-gateway" }, "uniqueItems":true, "$ref":"/axapi/v3/vrrp-a/vrid/{vrid-val}/blade-parameters/tracking-options/gateway/ipv6-gateway/{ipv6-address}", "array":[ { "properties":{ "ipv6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 address", "optional":false }, "priority-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"The amount the priority will decrease", "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":[ "ipv6-address" ] } ] } } } } } } } }, "object-keys":[ "vrid-val" ], "required":[ "vrid-val" ] }