>>> import tarantool
>>> c = tarantool.connect('localhost', 3301)
>>>
c.call('
box.info')[0]['replication']
{1: {'id': 1, 'uuid': '84560a97-1cba-4e24-8814-d49fa1f9d6a5', 'lsn': 1000963}, 2: {'id': 2, 'uuid': '00955441-2a34-4015-be32-df17ce06610b', 'lsn': 0}, 3: {'id': 3, 'uuid': '2d82e625-3a6c-427a-9075-93bfc5c07dd7', 'lsn': 0}}