Source code for controllers.odl_lithium_sr2_pb.get_links

#! /usr/bin/env python3.4

"""
This handler returns the number of links of a topology, connected
to the controller. This information is extracted from controller's operational
datastore, using RESTCONF.
"""

import sys
import logging
import requests




if __name__ == '__main__':
    get_oper_links()