def showLicenseDetails(self): """ Description Display the new session's license details. Syntax GET: /api/v1/sessions/{id}/globals/licensing """ response = self.get(self.sessionUrl+'/globals/licensing') self.logInfo('\nVerifying sessionId license server: %s' % self.sessionUrl, timestamp=False) self.logInfo('\t%s' % response.json()['licensingServers'], timestamp=False) self.logInfo('\t%s'% response.json()['mode'], timestamp=False) self.logInfo('\t%s' % response.json()['tier'], timestamp=False)