{ "id":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}", "type":"object", "node-type":"list", "title":"remote-ip-address", "partition-visibility":"shared", "description":"Configure remote tunnel end point parameters", "properties":{ "ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IP Address of the remote VTEP", "optional":false }, "encap":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'nvgre': Tunnel Encapsulation Type is NVGRE; 'vxlan': Tunnel Encapsulation Type is VXLAN; ", "enum":[ "nvgre", "vxlan" ], "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "use-lif":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/use-lif", "properties":{ "partition":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "description":"Name of the Partition with the L2 segment being extended (Name of the User Partition with the L2 segment being extended)" }, "lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "description":"Logical interface (logical interface name)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "gre-keepalive":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/gre-keepalive", "properties":{ "retry-time":{ "type":"number", "format":"number", "minimum":1, "maximum":60, "default":10, "partition-visibility":"shared", "description":"Keepalive retry interval in seconds" }, "retry-count":{ "type":"number", "format":"number", "minimum":2, "maximum":100, "partition-visibility":"shared", "description":"Keepalive multiplier" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "use-gre-key":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/use-gre-key", "properties":{ "gre-key":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"key" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "vni-list":{ "type":"array", "minItems":1, "items":{ "type":"vni" }, "uniqueItems":true, "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/vni/{segment}", "array":[ { "properties":{ "segment":{ "type":"number", "format":"number", "minimum":1, "maximum":16777215, "partition-visibility":"shared", "description":"VNI configured for the remote VTEP", "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 } }, "required":[ "segment" ] } ] } }, "object-keys":[ "ip-address" ], "required":[ "ip-address" ] }