{ "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 }, "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)", "optional":true }, "gateway":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"This is a Gateway segment id", "optional":true }, "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" ] }