Cisco Acano X-series

ページ / 21
Cisco Meeting Server Release 2.0+ : Multi-tenancy considerations
11
Appendix A Multi-tenancy Configuration Example
This appendix assumes that you have followed the instructions in theCisco Meeting Server
Installation Guide completely. If this is not the case, then do so now before following this
example.
In this example:
n
Postman is used as the tool to access the API
n
Cisco Meeting Server Web Admin Interface IP address is192.168.1.101.
n
Active Directory Server IP address is 192.168.1.10
For full details of the API functionality see the Cisco Meeting Server API Reference Guide.
A.1 Creating Tenants
Creating is a POST operation on the “/tenants” node.
1. Create two tenants, tenant1 and tenant2:
l
Perform two POST operations with the Post URL
l
The body message is “name=tenant1” for the first POST and then “name=tenant2”.
If the POST operation is successful, 200OK status is seen as below.
2. Perform a GET operation as a check. Each tenant has its own tenant ID, as shown below
l
Tenant1 ID = 2f582acb-e8d3-4813-895c-c139576c0403
Appendix A   Multi-tenancy Configuration Example