Cisco Acano X-series

ページ / 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
154
E.4 Setting up Turn Servers on a Call Bridge
This requires a POST method on the “/turnServers” node.
1. Enter the following:
a. Set the method as POST
b. URL is https://192.168.3.77/api/v1/turnServers/
c. Body messages is (ampersands concatenate parameters as in an earlier example)
“serverAddress=192.168.7.66&clientAddress=200.100.1.66&username=turnuser&pa
ssword=acano&type=acano”,
d. Click Send.
2. Verify the success and retrieve the Turn Server’s ID with a GET method on the
“/turnServers/” node.
3. Retrieve the Turn Server’s details with a GET method on the “/turnServers/<turnServer ID>”
node.
a. URL is https://192.168.3.77/api/v1/turnServers/e545f4c4-56f2-45ab-be36-
ef5aa64db55e.
Appendix E   API Examples