{ "id":"/axapi/v3/overlay-tunnel/vtep/{id}/local-ip-address/vni/{segment}", "type":"object", "node-type":"list", "title":"vni", "partition-visibility":"shared", "description":"IP Address of the local tunnel end point", "properties":{ "segment":{ "type":"number", "format":"number", "minimum":1, "maximum":16777215, "partition-visibility":"shared", "description":"Id of the segment that is being extended", "optional":false }, "lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "description":"Logical interface (logical interface name)", "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 } }, "object-keys":[ "segment" ], "required":[ "segment" ] }