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.
Hi Everyone, I am doing a second Make REST Call that is passing the received token value from first REST Call step as an Header. I do receive some JSON object, but not the correct one from the CRM server. So the second Make REST step is not failing. ...
Hi Everyone, Trying to verify passing of data and extraction of value using local test json-server before testing with CRM JSON Path expression - "$..first_name" looks correct, validated online with jsonpath.com and Postman's JSONpath Visualizer. Tri...
Hi Everyone, Looking for some help with configuration of REST API call step in a CCX script. I am using an array string variable here and inputting the variable values into one array variable instead of creating 8 different variables for every field ...
Hi All,I am facing this strange issue with Unity Connection version - 8.0.3.20000-2 integrated with CUCM v8.0.3.20000-2. This server frequently has problems when dialing the Messages button, gives out busy tone. Occurs regulary in a week or so. And, ...
Hi,I have CUCM 6.1.4 integrated with LDAP. The synchronization was perfectly fine up until now. However, any updates in AD (such as ipPhone number field) does not reflect to its corresponding field in CUCM now. I neither see the "perform full sync no...
Found this doc helpful after needing to verify and do this step after a long time. Appreciate it. Just one question, with the server hostnames already defined and domain set, if you change the Server name entries from GUI, do the certs need to be res...
I forgot to mention, I did try with both application/xml and application/json earlier that resulted same error with CCX API. Not a showstopper, but I will try reworking on this after learning some more concepts. I appreciate all your help so far. Tha...
Thanks, Anthony. Using your code, I was able to debug the Request Headers for a local json-server with no authentication. However, with CCX Admin API it came back with 415 error. I believe the authentication is going through, I got Base64 encoded for...
Hi Anthony, Appreciate the detailed response. I will have to read up more to understand the java steps better and then I will run this again in a test environment. I was trying to test against CCX API, which got me stuck with authentication error 401...
Thank you, Anthony. That worked to get response from CCX API in JSON format in Postman.I also realize the expression that I was using against Admin API was incorrect, it had to be changed from "$.team.teamname" > "$.team[0].teamname" to get the value...