Data Governance Broker Documentation Index
Configuration Reference Home

Telephony Messaging Provider

Note: this is an abstract component that cannot be instantiated.

Note: this component stores cluster-wide configuration data and is mirrored across all servers in the topology within the the same cluster.

Note: changes to cluster-wide configuration objects are immediately and automatically mirrored across all servers within the same cluster, so offline changes are not supported.

Telephony Messaging Providers are used to deliver messages to users by telephone (e.g. SMS or voice message).

Direct Subcomponents
Relations to This Component
Properties
dsconfig Usage

Direct Subcomponents

The following Telephony Messaging Providers are available in the server :

These Telephony Messaging Providers inherit from the properties described below.

Relations to This Component

The following components have a direct aggregation relation to Telephony Messaging Providers:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None

Basic Properties

description

Description
A description for this Telephony Messaging Provider
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Telephony Messaging Providers:

dsconfig list-telephony-messaging-providers
     [--property {propertyName}] ...

To view the configuration for an existing Telephony Messaging Provider:

dsconfig get-telephony-messaging-provider-prop
     --provider-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Telephony Messaging Provider:

dsconfig set-telephony-messaging-provider-prop
     --provider-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To delete an existing Telephony Messaging Provider:

dsconfig delete-telephony-messaging-provider
     --provider-name {name}