cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
214
Views
0
Helpful
0
Replies

Issues with Cisco Meeting Server API

Hags
Level 1
Level 1

Having issues using the Cisco Meeting Server API... I have been parsing though CMS servers and am trying to post a message to the meeting's messageBannerText field that is related to the names of the participants, so when someone joins the meeting a banner displays welcome john. 

been just sending https requests to the server and have had luck pulling data down but not pushing it up. My requests have been several variations of the following: 

curl -k -X "https://<servername>/api/v1/calls/<call_id>" -d "{'messageBannerText'='hello'}"

I have jumped into the web interface and done it manually seems to work well but that's not an options as this will be in a python script. 

Very new to the whole cisco landscape and appreciate any help

0 Replies 0