cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7017
Views
7
Helpful
18
Replies

using Python to get Device registration status

motolba
Cisco Employee
Cisco Employee

Hi All

     I am trying to write a simple code to get the device registration using Python

here is my code

result= client.service.SelectCmDevice('',{'SelectBy':'Name', 'Status':'Registered', 'Class':'Phone', 'SelectItems':{'SelectItem':{'Item':SEPXXXXXXXX}}})

everytime I run it I am receiving

MethodNotFound: Method not found: 'RISService70.RisPort70.SelectCmDevice'

now sure what is the problem

appreciate any guidance

18 Replies 18

how to get show status information to a excel or notepad using the python 

I cant get  registered IP Phones detail from Cisco CUCM ver. 11.5 for 8811 model . what can be done?

A few questions:

  • Are you using the RisPort70 API?
  • Do details for other phone models work ok?
  • Assuming at least 8811 is registered, do you get details for only some 8811 phones, or none..?
  • Can you share an example of your request/response XML?