{ "id":"/axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address/{ip-address}", "type":"object", "node-type":"list", "title":"destination-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 }, "vni-list":{ "type":"array", "minItems":1, "items":{ "type":"vni" }, "uniqueItems":true, "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/destination-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" ] }