{ "id":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/vni/{segment}", "type":"object", "node-type":"list", "title":"vni", "partition-visibility":"shared", "description":"Virtual Segment Id configured on the remote VTEP", "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 } }, "object-keys":[ "segment" ], "required":[ "segment" ] }