def packetCaptureStop(self): """ Stop packet capturing """ response = self.ixnObj.post(self.ixnObj.sessionUrl+'/operations/stopcapture') self.ixnObj.waitForComplete(response, self.ixnObj.sessionUrl+'/operations/stopcapture/'+response.json()['id'])