Cisco Acano X-series

ページ / 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
156
a. Set the method as POST
b. URL is https://192.168.3.77/api/v1/coSpaces/ 49967952-83d1-4d7b-8dd6-
1688aec6cb5d/ coSpaceUsers
c. Body message is
“userJid=acanouser1@acanohome.com&canDestroy=true&canAddRemoveMember=t
rue&canChangeName=false&canChangeUri=false&canChangeCallId=false&canChang
ePasscode=true&canPostMessage=true&canRemoveSelf=false&canDeleteAllMessage
s=true”.
d. Click Send.
E.7 Creating Call Leg Profiles
This example creates two callLegProfiles, one for hosts and the other for guests. Both require a
POST operation to the “/callLegProfiles” node.
1. To create the host callLegProfile with the host default layout of all equal, enter the following:
a. Set method to POST.
b. URL is https://192.168.3.77/api/v1/callLegProfiles
c. body message is “defaultLayout=allEqual”
d. Click Send.
Appendix E   API Examples