09-30-2024 12:53 PM - edited 10-01-2024 09:06 AM
Hello team,
I'm using the following information for the CUCM to check the service status but it is failed and return the error message below. Please advise if I'm missing anything or this is a know issue with CUCM version 14.0 (my CUCM running (14.0.1.12900(161) )
Solved! Go to Solution.
10-02-2024 01:08 PM - edited 10-02-2024 01:09 PM
10-11-2024 04:45 AM
10-01-2024 03:05 PM - edited 10-01-2024 03:06 PM
It looks like the request is being sent to the AXL API base path: https://x.x.x.x:8443/axl/
But it looks like you're trying to use a Control Center Services API request, which has a different base path: https://ServerName:8443/controlcenterservice2/services/ControlCenterServices
See the top of the doc here: https://developer.cisco.com/docs/sxml/control-center-services-api/
For a working Python-base sample, check out this repo: https://github.com/CiscoDevNet/serviceability-python-zeep-samples
10-02-2024 01:08 PM - edited 10-02-2024 01:09 PM
10-07-2024 03:30 AM
10-11-2024 01:58 AM
Did you check the AXl Reference?
GetServiceStatus is nothing i can find there.
You have to use another api. AXL is the wrong one.
10-11-2024 04:45 AM
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