Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
130
12.1.3 Retrieving Detailed Information about an Individual Tenant
GET method performed on a “/tenants/<tenant ID>” node. If the tenant ID supplied is valid, a
“200 OK” response is received, with XML content described in the previous section.
12.2 Tenant group operations
12.2.1 Retrieving Tenant Groups
GET method performed on a “/tenantGroups” node.
Parameters
Type/Value
Description/Notes
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve elements other than the first
"page" in the notional list (see
above
).
Response is structured as a top-level <tenantGroups total=”N”> tag with
potentially multiple <tenantGroup> elements within it.
tenantGroups
Number
Number of tenant groups
tenantGroup
id
ID
Id for each tenant group
12.2.2 Creating and Modifying a Tenant Group
n
Creating: POST method to the “/tenantGroups” node. If the tenant group is created
successfully, an ID for the new tenant group is returned in the “Location” field of the response
header
n
Modifying: PUT method performed on a “/tenantGroups/<tenant group id>” node
12.2.3 Retrieving Detailed Information about an Individual Tenant Group
GET method performed on a “/tenantGroups/<tenant group id>” node. If the tenant ID supplied
is valid, a “200 OK” response is received.
12   Multi-tenancy