Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
53
Parameters
Type/Value
Description/Notes
filter
String
Supply filter=<string> in the URI to return just those incoming call forwarding rules
that match the filter
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve coSpaces other than the first
"page" in the notional list (see
).
tenantFilter
ID
If supplied, this filter restricts the results returned to those forwarding dial plan rules
that are associated with the specified tenant.
Response elements
Type/Value
Description/Notes
Response is a collection of "<forwardingDialPlanRule id=<ID>>"
objects contained within an "<forwardingDialPlanRules>" object
<forwardingDialPlanRule> elements follow the general form on the
left.
forwardingDialPlanRule
id
ID
The matchPattern and priority are described in the next section
matchPattern
Text
The domain to match in order to apply the dial plan rule. Must be a
complete domain name (e.g. "example.com") or a “wildcarded” one
(e.g. *.com)
priority
Number
Numeric value used when determining the order in which to apply
forwarding dial plan rules; higher values will be applied first
tenant
ID
The tenant associated with the forwardingDualPlanRule
7.3.3 Creating and modifying incoming call forwarding dial plan rules
n
Creating: POST method to the "/forwardingDialPlanRules" node. If the forwarding dial plan
rule is created successfully, a “200 OK” response will be received, and the “Location” header
in the response will contain the new forwarding dial plan rule ID
n
Modifying a forwarding dial plan rule is a PUT method on a
"/forwardingDialPlanRules/<forwarding dial plan rule ID>" node
Parameters
Type/Value
Description/Notes
matchPattern
String
The domain to match in order to apply the dial plan rule. Must be a
complete domain name (e.g. "example.com") or a “wildcarded” one (e.g.
*.com)
destinationDomain
String
Calls that are forwarded with this rule will have their destination domain
rewritten to be this value
7   Dial Plan Methods