Cisco Acano X-series

ページ / 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
153
3. The new Web Bridge ID is shown in the reply (see the example above). You will need the ID in
the following example.
E.3 Creating Web Bridge Customization on a Call Bridge
Using the WebBridge ID of 89fb1f38-c5cf-42df-a58f-caa06eaed32a from the previous
example, use a PUT method on the “/webBridges/<webBridge ID>” node.
1. Enter the following:
a. Set the method as PUT.
b. URL is https://192.168.3.77/api/v1/webBridges/89fb1f38-c5cf-42df-a58f-
caa06eaed32a.
c. Body message is “resourceArchive=http://192.168.1.188/webrtcbranding/Uxbridge-
colo.zip” which defines the path to the resource archive containing the customization
files.
d. Click Send.
2. Verify that the PUT method was successful by retrieving the Web Bridge node details with a
GET method on the “/webBridges/<webBridge ID>” node.
a. URL is https://192.168.3.77/api/v1/webBridges/89fb1f38-c5cf-42df-a58f-
caa06eaed32a.
If the GET operation is successful, the 200OK status is seen and the resourceArchive
parameter is displayed (as shown below).
Appendix E   API Examples