{ "id":"/axapi/v3/overlay-tunnel/vtep/{id}/host/{ip-addr}+{overlay-mac-addr}+{vni}+{remote-vtep}", "type":"object", "node-type":"list", "title":"host", "partition-visibility":"shared", "description":"IP Address of the local tunnel end point", "properties":{ "ip-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPv4 address of the overlay host", "optional":false }, "overlay-mac-addr":{ "type":"string", "format":"mac-address", "partition-visibility":"shared", "description":"MAC Address of the overlay host", "optional":false }, "vni":{ "type":"number", "format":"number", "minimum":1, "maximum":16777215, "partition-visibility":"shared", "description":" Configure the segment id ( VNI of the remote host)", "optional":false }, "remote-vtep":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Configure the VTEP IP address (IPv4 address of the VTEP for the remote host)", "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 } }, "object-keys":[ "ip-addr", "overlay-mac-addr", "vni", "remote-vtep" ], "required":[ "ip-addr", "overlay-mac-addr", "vni", "remote-vtep" ] }