cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
604
Views
1
Helpful
1
Replies

DeviceInformationX Endpoint 403 Error

aheinric1
Level 1
Level 1

Hello All,

I am working on writing a java program to gather device information.  In the information I gather about the device I would like the serial number which isn't included in the cucm RISService.  So as a secondary method to retrieve the serial number I attempted to use the http://<ip address>/DeviceInformationX to get the serial number.  This works fine from my browser.  However, when I write out the URLConnection in java I always get a 403 forbidden error for that endpoint.  Has anyone run into this issue?

Thanks in advance,

Austin

1 Reply 1

aheinric1
Level 1
Level 1

I wanted to update this discussion with the answer.  The reason the HTTP request was not responding was that "Web Access" was disabled for the phone in CUCM.  After it was enabled, the HTTP request was successful.