02-03-2015 02:43 AM
I am working on Admin APIs , When I send the request to the server such as paste the following link in the browser like:
http://192.168.200.151/unifiedconfig/config/skillgroup?summary=true
This give me the pop-up like:
A username and password are being requested by http://192.168.200.151. The site says: "Cisco VTG Realm"
When I check this in POSTER , the pop-up appear that "401: Unauthorized" and the first line of pop-up body is:
"<html><head><title>Apache Tomcat/7.0.25 - Error report</title>". The credentials are correct because we are using the same credentials to access the server directly.
How I reach this problem , some help would be appreciated.
02-12-2015 10:38 AM
Are you looking for that specific URL, unifiedconfig? Could you send the URL you are trying to reach.
You might be doing this, you need to be logged in as administrator in one tab in a browser, then in a second tab you may call the API.
02-13-2015 02:25 AM
Dear Edwin,
Thank you for providing requested information.
Actually I want to get the list of skillgroup and for this I am following "Cisco Unified Contact Center Enterprise Developer Reference Release 10.0(x)".
I tried as you told by first login as an adminitrator then try to send API but same error "403 Forbidden"
But bove document telling us that the following APIs are not available for administrators:
- Skill Group API
- Agent Team API
I also tried supervisor credential but I get "401 Unauthorized" error. When I am send request in Firefox POSTER with the username i-e <adminuser>@domain then I get status "403 Forbidden".
Kindly provide some guidance to resolve this issue.
02-24-2015 11:21 AM
Zeb, I was experiencing a similar issue resulting from a mis-reading of the documentation. Rather than using a domain user account for the credentials, you should try using a supervisor agent account configured on the ICM instance. Specifically use the "Login Name" field from that agent's config page. That worked for me...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide