Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
129
Parameters
Type/Value
Description/Notes
filter
Text
Supply filter=<tenant> in the URI to return just those tenants that match the
filter
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
).
callLegProfileFilter
ID
Supply callLegProfileFilter=<call leg profile id> to return just those
coSpaces using that call leg profile
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <tenants total=”N”>
tag with potentially multiple <tenant> elements within it.
tenant id
name
ID
Text
<tenant> elements follow the general form on the left.
tenantGroup
ID
If specified, associate this tenant with the supplied tenant
group; the IDs of coSpaces in tenants within the same
tenant group must be unique.
12.1.2 Creating and Modifying a Tenant
n
Creating: POST method to the “/tenants” node. If the tenant is created successfully, an ID for
the new tenant is returned in the “Location” field of the response header
n
Modifying: PUT method performed on a “/tenants/<tenant id>” node
Parameters
Type/Value
Description/Notes
name *
Text
A label for the tenant
tenantGroup
ID
If specified, associate this tenant with the supplied tenant group; the IDs of
coSpaces in tenants within the same tenant group must be unique.
callLegProfile
ID
If specified, associates the specified call leg profile with this tenant
callProfile
ID
If specified, associates the specified call profile with this tenant
dtmfProfile
ID
If specified, associates the specified DTMF profile with this tenant
ivrBrandingProfile
ID
If specified, associates the specified IVR branding profile with this tenant
callBrandingProfile
ID
If specified, associates the specified call branding profile with this tenant
participantLimit
Number
If specified, sets a limit on the number of participants associated with this
tenant that can be simultaneously active; new participants beyond this limit
will not be permitted.
userProfile
ID
If supplied, a user profile to associate with this tenant; unless otherwise
overridden, all users associated with this tenant will use this user profile
12   Multi-tenancy