cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
610
Views
10
Helpful
2
Replies

Scripts for CMS

Hi

 

Is it possible to get the scripts(like python or any) for CMS to configure API's? At the moment we are manually configuring them,  which is a tedious jobs if we need hundreds of spaces to be created. We are aware of POSTMAN but a more granular scripting would do a world of good.

 

We are looking for API scripting for features like Cospaces, IVR Branding, Tenants, Access Methods, Call Leg profiles, Callleg etc

 

Thanks for your help!!

1 Accepted Solution

Accepted Solutions

Jaime Valencia
Cisco Employee
Cisco Employee

You can use python to create your own scripts, you can use the requests library and refer to the API reference guide for the information of what parameters would be needed for each object.

You can also buy tools like VQ conference manager which leverage the APIs with a GUI for management.

HTH

java

if this helps, please rate

View solution in original post

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

You can use python to create your own scripts, you can use the requests library and refer to the API reference guide for the information of what parameters would be needed for each object.

You can also buy tools like VQ conference manager which leverage the APIs with a GUI for management.

HTH

java

if this helps, please rate

Thanks Jaime

 

We did think of Python to prepare the script accordingly. But I thought there will be some 'collaborators' who might have created the script already and can share with us.

 

If not we can start the scripting. 

 

Cheers