Young2020
Level 1
Level 1
Member since ‎04-07-2022
‎07-20-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Helpful votes Given
  • 0 Helpful votes Received
Recent Badges
5 Discussion Posts
First Discussion
First Question
1 Reply
FirstQuestion

User Activity

I used the following python code to update the queueCalls configurations and it worked ok dn='7'+siteID + '1920'resp = axl_service.getHuntPilot(pattern=dn, routePartitionName='PT-INTERNAL')rtn=resp['return']hp=rtn['huntPilot']qCals=hp['queueCalls']qC...
I can get a single huntPilot OK with the following API callresp = axl_service.getHuntPilot(pattern='70001920', routePartitionName='PT-INTERNAL')But I got errors when trying to seach for multiple huntPilots by the following API callresp = axl_service....
sql = '''select * from device where name = "ATAD4ADBDCECF72" '''# Execute the executeSQLQuery requesttry:resp = service.executeSQLQuery( sql )except Fault as err:print('Zeep error: executeSQLQuery: {err}'.format( err = err ) )else:print( '\nexecuteSQ...
I was trying to query the status of cisco phones status in the following python script. But received following errors requests.exceptions.ConnectionError: HTTPSConnectionPool(host='localhost', port=8443): Max retries exceeded with url: /realtimeservi...
Community Statistics
Member Since ‎04-07-2022 12:46 PM
Date Last Visited ‎07-20-2022 12:01 AM
Posts 5