{ "id":"/axapi/v3/vrrp-a/vrid/{vrid-val}/blade-parameters/tracking-options/gateway", "type":"object", "node-type":"intermediate", "title":"gateway", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"VRRP-A tracking 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" ] } ] } } }