Cisco Cisco Meeting Server 2000

下载
页码 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
149
Appendix E API Examples
The examples in this appendix use the POSTMAN API tool. There are others that you can use.
The examples do not use all the parameters that are possible for these API methods; see the
for additional details.
Note: You will need to enter a login account and password for the API in POSTMAN. This is not
called out as a separate step in the examples below but must be entered before you click Send.
E.1 Creating an Outbound Dial Plan Rule for a Specific Call Bridge in a
Cluster
This requires a POST method to the “/outboundDialPlanRules” node.
1. Set the following (see the screenshot below):
a. Assuming that the Call Bridge IP address is 192.168.3.77, then the Post URL is
https://192.168.3.77/api/v1/outboundDialPlanRules.
b. If the domain to match in order to apply the dial plan rule is acanopartners.com, then this
is added in body message. This is the only mandatory parameter.
c. Set the method as POST
d. Click Send. (Required for every API call.)
If POST operation is successful, 200OK status is seen in the reply.
Appendix E   API Examples