oracle.oci.oci_oda_channel_facts – Fetches details about one or multiple Channel resources in Oracle Cloud Infrastructure¶
Note
This plugin is part of the oracle.oci collection (version 5.3.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install oracle.oci
.
To use it in a playbook, specify: oracle.oci.oci_oda_channel_facts
.
New in version 2.9.0: of oracle.oci
Synopsis¶
Fetches details about one or multiple Channel resources in Oracle Cloud Infrastructure
Returns a page of Channels that belong to the specified Digital Assistant instance.
If the opc-next-page header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header’s value as the page query parameter.
If channel_id is specified, the details of a single Channel will be returned.
Requirements¶
The below requirements are needed on the host that executes this module.
python >= 3.6
Python SDK for Oracle Cloud Infrastructure https://oracle-cloud-infrastructure-python-sdk.readthedocs.io
Parameters¶
Parameter | Choices/Defaults | Comments |
---|---|---|
api_user
string
|
The OCID of the user, on whose behalf, OCI APIs are invoked. If not set, then the value of the OCI_USER_ID environment variable, if any, is used. This option is required if the user is not specified through a configuration file (See
config_file_location ). To get the user's OCID, please refer https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm. |
|
api_user_fingerprint
string
|
Fingerprint for the key pair being used. If not set, then the value of the OCI_USER_FINGERPRINT environment variable, if any, is used. This option is required if the key fingerprint is not specified through a configuration file (See
config_file_location ). To get the key pair's fingerprint value please refer https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm. |
|
api_user_key_file
string
|
Full path and filename of the private key (in PEM format). If not set, then the value of the OCI_USER_KEY_FILE variable, if any, is used. This option is required if the private key is not specified through a configuration file (See
config_file_location ). If the key is encrypted with a pass-phrase, the api_user_key_pass_phrase option must also be provided. |
|
api_user_key_pass_phrase
string
|
Passphrase used by the key referenced in
api_user_key_file , if it is encrypted. If not set, then the value of the OCI_USER_KEY_PASS_PHRASE variable, if any, is used. This option is required if the key passphrase is not specified through a configuration file (See config_file_location ). |
|
auth_purpose
string
|
|
The auth purpose which can be used in conjunction with 'auth_type=instance_principal'. The default auth_purpose for instance_principal is None.
|
auth_type
string
|
|
The type of authentication to use for making API requests. By default
auth_type="api_key" based authentication is performed and the API key (see api_user_key_file) in your config file will be used. If this 'auth_type' module option is not specified, the value of the OCI_ANSIBLE_AUTH_TYPE, if any, is used. Use auth_type="instance_principal" to use instance principal based authentication when running ansible playbooks within an OCI compute instance. |
category
string
|
|
List only Channels with this category.
|
cert_bundle
string
|
The full path to a CA certificate bundle to be used for SSL verification. This will override the default CA certificate bundle. If not set, then the value of the OCI_ANSIBLE_CERT_BUNDLE variable, if any, is used.
|
|
channel_id
string
|
Unique Channel identifier.
Required to get a specific channel.
aliases: id |
|
config_file_location
string
|
Path to configuration file. If not set then the value of the OCI_CONFIG_FILE environment variable, if any, is used. Otherwise, defaults to ~/.oci/config.
|
|
config_profile_name
string
|
The profile to load from the config file referenced by
config_file_location . If not set, then the value of the OCI_CONFIG_PROFILE environment variable, if any, is used. Otherwise, defaults to the "DEFAULT" profile in config_file_location . |
|
lifecycle_state
string
|
|
List only the resources that are in this lifecycle state.
|
name
string
|
List only the information for Channels with this name. Channels names are unique and may not change.
Example: `MyChannel`
|
|
oda_instance_id
string
/ required
|
Unique Digital Assistant instance identifier.
|
|
realm_specific_endpoint_template_enabled
boolean
|
|
Enable/Disable realm specific endpoint template for service client. By Default, realm specific endpoint template is disabled. If not set, then the value of the OCI_REALM_SPECIFIC_SERVICE_ENDPOINT_TEMPLATE_ENABLED variable, if any, is used.
|
region
string
|
The Oracle Cloud Infrastructure region to use for all OCI API requests. If not set, then the value of the OCI_REGION variable, if any, is used. This option is required if the region is not specified through a configuration file (See
config_file_location ). Please refer to https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm for more information on OCI regions. |
|
sort_by
string
|
|
Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
The default sort order for `timeCreated` and `timeUpdated` is descending, and the default sort order for `name` is ascending.
|
sort_order
string
|
|
Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
tenancy
string
|
OCID of your tenancy. If not set, then the value of the OCI_TENANCY variable, if any, is used. This option is required if the tenancy OCID is not specified through a configuration file (See
config_file_location ). To get the tenancy OCID, please refer https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm |
|
type
string
|
|
List only Channels of this type.
|
Notes¶
Note
For OCI python sdk configuration, please refer to https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/configuration.html
Examples¶
- name: Get a specific channel
oci_oda_channel_facts:
# required
channel_id: "ocid1.channel.oc1..xxxxxxEXAMPLExxxxxx"
oda_instance_id: "ocid1.odainstance.oc1..xxxxxxEXAMPLExxxxxx"
- name: List channels
oci_oda_channel_facts:
# required
oda_instance_id: "ocid1.odainstance.oc1..xxxxxxEXAMPLExxxxxx"
# optional
name: name_example
category: AGENT
type: ANDROID
lifecycle_state: CREATING
sort_order: ASC
sort_by: timeCreated
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description | |
---|---|---|---|
channels
complex
|
on success |
List of Channel resources
Sample:
[{'account_sid': 'account_sid_example', 'allowed_domains': 'allowed_domains_example', 'auth_error_url': 'auth_error_url_example', 'auth_success_url': 'auth_success_url_example', 'authentication_provider_name': 'authentication_provider_name_example', 'bootstrap_servers': 'bootstrap_servers_example', 'bot_id': 'ocid1.bot.oc1..xxxxxxEXAMPLExxxxxx', 'category': 'AGENT', 'channel_service': 'OSVC', 'client_id': 'ocid1.client.oc1..xxxxxxEXAMPLExxxxxx', 'client_type': 'WSDL', 'defined_tags': {'Operations': {'CostCenter': 'US'}}, 'description': 'description_example', 'domain_name': 'domain_name_example', 'event_sink_bot_ids': [], 'freeform_tags': {'Department': 'Finance'}, 'host': 'host_example', 'host_name_prefix': 'host_name_prefix_example', 'id': 'ocid1.resource.oc1..xxxxxxEXAMPLExxxxxx', 'inbound_message_topic': 'inbound_message_topic_example', 'is_authenticated_user_id': True, 'is_client_authentication_enabled': True, 'is_mms_enabled': True, 'lifecycle_state': 'CREATING', 'max_token_expiration_time_in_minutes': 56, 'msa_app_id': 'ocid1.msaapp.oc1..xxxxxxEXAMPLExxxxxx', 'name': 'name_example', 'original_connectors_url': 'original_connectors_url_example', 'outbound_message_topic': 'outbound_message_topic_example', 'outbound_url': 'outbound_url_example', 'payload_version': '1.0', 'phone_number': 'phone_number_example', 'port': 'port_example', 'sasl_mechanism': 'sasl_mechanism_example', 'security_protocol': 'security_protocol_example', 'session_expiry_duration_in_milliseconds': 56, 'stream_pool_id': 'ocid1.streampool.oc1..xxxxxxEXAMPLExxxxxx', 'tenancy_name': 'tenancy_name_example', 'time_created': '2013-10-20T19:20:30+01:00', 'time_updated': '2013-10-20T19:20:30+01:00', 'total_session_count': 56, 'type': 'ANDROID', 'user_name': 'user_name_example', 'webhook_url': 'webhook_url_example'}]
|
|
account_sid
string
|
on success |
The Account SID for the Twilio number.
Returned for get operation
Sample:
account_sid_example
|
|
allowed_domains
string
|
on success |
A comma-delimited whitelist of allowed domains.
The channel will only communicate with the sites from the domains that you add to this list. For example, *.corp.example.com, *.hdr.example.com. Entering a single asterisk (*) allows unrestricted access to the channel from any domain.
Typically, you'd only enter a single asterisk during development. For production, you would add an allowlist of domains.
Returned for get operation
Sample:
allowed_domains_example
|
|
auth_error_url
string
|
on success |
The URL to redirect to when authentication is unsuccessful.
Returned for get operation
Sample:
auth_error_url_example
|
|
auth_success_url
string
|
on success |
The URL to redirect to when authentication is successful.
Returned for get operation
Sample:
auth_success_url_example
|
|
authentication_provider_name
string
|
on success |
The name of the Authentication Provider to use to authenticate the user.
Returned for get operation
Sample:
authentication_provider_name_example
|
|
bootstrap_servers
string
|
on success |
The Oracle Streaming Service bootstrap servers.
Returned for get operation
Sample:
bootstrap_servers_example
|
|
bot_id
string
|
on success |
The ID of the Skill or Digital Assistant that the Channel is routed to.
Returned for get operation
Sample:
ocid1.bot.oc1..xxxxxxEXAMPLExxxxxx
|
|
category
string
|
on success |
The category of the Channel.
Sample:
AGENT
|
|
channel_service
string
|
on success |
The type of OSVC service.
Returned for get operation
Sample:
OSVC
|
|
client_id
string
|
on success |
The Slack Client Id for the Slack app.
Returned for get operation
Sample:
ocid1.client.oc1..xxxxxxEXAMPLExxxxxx
|
|
client_type
string
|
on success |
The type of Service Cloud client.
Returned for get operation
Sample:
WSDL
|
|
defined_tags
dictionary
|
on success |
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace": {"bar-key": "value"}}`
Sample:
{'Operations': {'CostCenter': 'US'}}
|
|
description
string
|
on success |
A short description of the Channel.
Sample:
description_example
|
|
domain_name
string
|
on success |
The domain name.
If you have access to Oracle B2C Service, you can derive this value from the URL that you use to launch the Agent Browser User Interface. For example, if the URL is sitename.exampledomain.com, then the host name prefix is sitename and the domain name is exampledomain.com.
If the channel is connecting to Oracle B2C Service version 19A or later, and you have multiple interfaces, then you must include the interface ID in the host (site) name . For example, for the interface that has an ID of 2, you would use something like sitename-2.exampledomain.com.
Returned for get operation
Sample:
domain_name_example
|
|
event_sink_bot_ids
list
/ elements=string
|
on success |
The IDs of the Skills and Digital Assistants that the Channel is routed to.
Returned for get operation
|
|
freeform_tags
dictionary
|
on success |
Simple key-value pair that is applied without any predefined name, type, or scope. Example: `{"bar-key": "value"}`
Sample:
{'Department': 'Finance'}
|
|
host
string
|
on success |
The host.
For OSVC, you can derive these values from the URL that you use to launch the Agent Browser User Interface or the chat launch page. For example, if the URL is https://sitename.exampledomain.com/app/chat/chat_launch, then the host is sitename.exampledomain.com.
For FUSION, this is the host portion of your Oracle Applications Cloud (Fusion) instance's URL. For example: sitename.exampledomain.com.
Returned for get operation
Sample:
host_example
|
|
host_name_prefix
string
|
on success |
The host prefix.
If you have access to Oracle B2C Service, you can derive this value from the URL that you use to launch the Agent Browser User Interface. For example, if the URL is sitename.exampledomain.com, then the host name prefix is sitename and the domain name is exampledomain.com.
If the channel is connecting to Oracle B2C Service version 19A or later, and you have multiple interfaces, then you must include the interface ID in the host (site) name . For example, for the interface that has an ID of 2, you would use something like sitename-2.exampledomain.com.
Returned for get operation
Sample:
host_name_prefix_example
|
|
id
string
|
on success |
Unique immutable identifier that was assigned when the Channel was created.
Sample:
ocid1.resource.oc1..xxxxxxEXAMPLExxxxxx
|
|
inbound_message_topic
string
|
on success |
The topic inbound messages are received on.
Returned for get operation
Sample:
inbound_message_topic_example
|
|
is_authenticated_user_id
boolean
|
on success |
True if the user id in the AIC message should be treated as an authenticated user id.
Returned for get operation
Sample:
True
|
|
is_client_authentication_enabled
boolean
|
on success |
Whether client authentication is enabled or not.
Returned for get operation
Sample:
True
|
|
is_mms_enabled
boolean
|
on success |
Whether MMS is enabled for this channel or not.
Returned for get operation
Sample:
True
|
|
lifecycle_state
string
|
on success |
The Channel's current state.
Sample:
CREATING
|
|
max_token_expiration_time_in_minutes
integer
|
on success |
The maximum time until the token expires (in minutes).
Returned for get operation
Sample:
56
|
|
msa_app_id
string
|
on success |
The Microsoft App ID that you obtained when you created your bot registration in Azure.
Returned for get operation
Sample:
ocid1.msaapp.oc1..xxxxxxEXAMPLExxxxxx
|
|
name
string
|
on success |
The Channel's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter.
Sample:
name_example
|
|
original_connectors_url
string
|
on success |
The original connectors URL (used for backward compatibility).
Returned for get operation
Sample:
original_connectors_url_example
|
|
outbound_message_topic
string
|
on success |
The topic outbound messages are sent on.
Returned for get operation
Sample:
outbound_message_topic_example
|
|
outbound_url
string
|
on success |
The URL for sending errors and responses to.
Returned for get operation
Sample:
outbound_url_example
|
|
payload_version
string
|
on success |
The version for payloads.
Returned for get operation
Sample:
1.0
|
|
phone_number
string
|
on success |
The Twilio phone number.
Returned for get operation
Sample:
phone_number_example
|
|
port
string
|
on success |
The port.
Returned for get operation
Sample:
port_example
|
|
sasl_mechanism
string
|
on success |
The SASL mechanmism to use when conecting to the Oracle Streaming Service. See Oracle Streaming Service documentation for a list of valid values.
Returned for get operation
Sample:
sasl_mechanism_example
|
|
security_protocol
string
|
on success |
The security protocol to use when conecting to the Oracle Streaming Service. See Oracle Streaming Service documentation for a list of valid values.
Returned for get operation
Sample:
security_protocol_example
|
|
session_expiry_duration_in_milliseconds
integer
|
on success |
The number of milliseconds before a session expires.
Returned for get operation
Sample:
56
|
|
stream_pool_id
string
|
on success |
The stream pool OCI to use when connecting to the Oracle Streaming Service.
Returned for get operation
Sample:
ocid1.streampool.oc1..xxxxxxEXAMPLExxxxxx
|
|
tenancy_name
string
|
on success |
The tenancy to use when connecting to the Oracle Streaming Service.
Returned for get operation
Sample:
tenancy_name_example
|
|
time_created
string
|
on success |
When the resource was created. A date-time string as described in RFC 3339, section 14.29.
Sample:
2013-10-20T19:20:30+01:00
|
|
time_updated
string
|
on success |
When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
Sample:
2013-10-20T19:20:30+01:00
|
|
total_session_count
integer
|
on success |
The total session count.
Returned for get operation
Sample:
56
|
|
type
string
|
on success |
The Channel type.
Sample:
ANDROID
|
|
user_name
string
|
on success |
The user name to use when connecting to the Oracle Streaming Service.
Returned for get operation
Sample:
user_name_example
|
|
webhook_url
string
|
on success |
The URL to use to send messages to this channel. This will be generally be used to configure a webhook in a 3rd party messaging system to send messages to this channel.
Returned for get operation
Sample:
webhook_url_example
|
Authors¶
Oracle (@oracle)