def enableProtocolRouteRange(self, routerId, protocol, enable=False): """ Description Enable or disable route range for protocols: ospf, bgp, isis, etc. Parameters routerId: all|List of routerId enable: True|False """ deviceGroupObj = self.getDeviceGroupByRouterId(routerId) response = self.ixnObj.get(self.ixnObj.httpHeader+deviceGroupObj+'/routerData') routerIdMultivalue = response.json()[0]['routerId'] routerIdList = self.ixnObj.getMultivalueValues(routerIdMultivalue) print(routerIdList) print(deviceGroupObj)