Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
48
7.1.2 Retrieving outbound dial plan rules
GET method on the "/outboundDialPlanRules/" node.
Parameters
Type/Value
Description/Notes
filter
String
Supply filter=<string> in the URI to return just those outbound dial plan 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 only returns those outbound dial plan rules associated with the
specified tenant.
Response elements
Type/Value
Description/Notes
Response is a collection of "<outboundDialPlanRule id=<ID>>" objects
contained within an "<outboundDialPlanRules>" object
<outboundDialPlanRule> elements follow the general form on the left.
outboundDialPlanRule
id
ID
domain
String
The domain to match in order to apply the dial plan rule; either a
complete value (e.g. "example.com") or a “wildcarded” one (e.g.
"*.com")
priority
Number
A numeric value which determines the order in which dial plan rules
(including rules with wild-carded domains) will be applied. Rules with
higher priority values are applied first
tenant
ID
If a tenant is specified, this rule will only be used to make outbound call
legs from calls associated with that tenant; otherwise, this rule may be
used from any call. 
7.1.3 Creating and modifying outbound dial plan rules
n
Creating: POST method to the "/outboundDialPlanRules" node. If the outgoing dial plan rule
is created successfully, a “200 OK” response will be received, and the “Location” header in
the response will contain the new outgoing dial plan rule ID
n
Modifying: PUT method on an "/outboundDialPlanRules/<outbound dial plan rule ID>" node
Parameters
Type/Value
Description/Notes
domain *
String
The domain to match in order to apply the dial plan rule; either a
complete value (e.g. "example.com") or a “wildcarded” one (e.g.
"*.com")
7   Dial Plan Methods