{ "id":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/use-lif", "type":"object", "node-type":"scalar", "title":"use-lif", "partition-visibility":"shared", "description":"Specify the interface lif", "properties":{ "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 }, "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 } } }