Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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....
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...