oracle.oci.oci_data_flow_sql_endpoint – Manage a SqlEndpoint resource in Oracle Cloud Infrastructure

Note

This plugin is part of the oracle.oci collection (version 5.0.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_data_flow_sql_endpoint.

New in version 2.9.0: of oracle.oci

Synopsis

  • This module allows the user to create, update and delete a SqlEndpoint resource in Oracle Cloud Infrastructure

  • For state=present, create a new Sql Endpoint.

  • This resource has the following action operations in the oracle.oci.oci_data_flow_sql_endpoint_actions module: change_compartment.

Requirements

The below requirements are needed on the host that executes this module.

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
    Choices:
  • service_principal
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
    Choices:
  • api_key ←
  • instance_principal
  • instance_obo_user
  • resource_principal
  • security_token
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.
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.
compartment_id
string
The identifier of the compartment used with the SQL Endpoint.
Required for create using state=present.
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.
defined_tags
dictionary
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"Operations": {"CostCenter": "42"}}`
This parameter is updatable.
description
string
The description of CreateSQLEndpointDetails.
display_name
string
The SQL Endpoint name, which can be changed.
Required for create using state=present.
Required for update, delete when environment variable OCI_USE_NAME_AS_IDENTIFIER is set.

aliases: name
driver_shape
string
The shape of the SQL Endpoint driver instance.
Required for create using state=present.
driver_shape_config
dictionary
memory_in_gbs
float
The amount of memory used for the driver or executors.
ocpus
float
The total number of OCPUs used for the driver or executors. See here for details.
executor_shape
string
The shape of the SQL Endpoint worker instance.
Required for create using state=present.
executor_shape_config
dictionary
memory_in_gbs
float
The amount of memory used for the driver or executors.
ocpus
float
The total number of OCPUs used for the driver or executors. See here for details.
force_create
boolean
    Choices:
  • no ←
  • yes
Whether to attempt non-idempotent creation of a resource. By default, create resource is an idempotent operation, and doesn't create the resource if it already exists. Setting this option to true, forcefully creates a copy of the resource, even if it already exists.This option is mutually exclusive with key_by.
freeform_tags
dictionary
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: `{"Department": "Finance"}`
This parameter is updatable.
key_by
list / elements=string
The list of attributes of this resource which should be used to uniquely identify an instance of the resource. By default, all the attributes of a resource are used to uniquely identify a resource.
lake_id
string
OCI lake OCID
Required for create using state=present.
max_executor_count
integer
The maximum number of executors.
Required for create using state=present.
metastore_id
string
Metastore OCID
Required for create using state=present.
min_executor_count
integer
The minimum number of executors.
Required for create using state=present.
network_configuration
dictionary
Required for create using state=present.
access_control_rules
list / elements=dictionary
A list of SecureAccessControlRule's to which access is limited to
Applicable when network_type is 'SECURE_ACCESS'
ip_notation
string / required
    Choices:
  • IP_ADDRESS
  • CIDR
  • VCN
  • VCN_OCID
The type of IP notation.
Required when network_type is 'SECURE_ACCESS'
value
string / required
The associated value of the selected IP notation.
Required when network_type is 'SECURE_ACCESS'
vcn_ips
string
A comma-separated IP or CIDR address for VCN OCID IP notation selection.
Applicable when network_type is 'SECURE_ACCESS'
host_name_prefix
string
The host name prefix.
Applicable when network_type is 'VCN'
network_type
string
    Choices:
  • VCN
  • SECURE_ACCESS ←
The type of network configuration.
nsg_ids
list / elements=string
The OCIDs of Network Security Groups (NSGs).
Applicable when network_type is 'VCN'
private_endpoint_ip
string
Ip Address of private endpoint
Applicable when network_type is 'VCN'
public_endpoint_ip
string
Ip Address of public endpoint
Applicable when network_type is 'SECURE_ACCESS'
subnet_id
string
The VCN Subnet OCID.
Required when network_type is 'VCN'
vcn_id
string
The VCN OCID.
Required when network_type is 'VCN'
realm_specific_endpoint_template_enabled
boolean
    Choices:
  • no
  • yes
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.
spark_advanced_configurations
dictionary
The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
sql_endpoint_id
string
The unique id of the SQL Endpoint.
Required for update using state=present when environment variable OCI_USE_NAME_AS_IDENTIFIER is not set.
Required for delete using state=absent when environment variable OCI_USE_NAME_AS_IDENTIFIER is not set.

aliases: id
sql_endpoint_version
string
The version of the SQL Endpoint.
Required for create using state=present.
state
string
    Choices:
  • present ←
  • absent
The state of the SqlEndpoint.
Use state=present to create or update a SqlEndpoint.
Use state=absent to delete a SqlEndpoint.
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
wait
boolean
    Choices:
  • no
  • yes ←
Whether to wait for create or delete operation to complete.
wait_timeout
integer
Time, in seconds, to wait when wait=yes. Defaults to 1200 for most of the services but some services might have a longer wait timeout.
warehouse_bucket_uri
string
The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp- cloud/atpud/object-storage-uris.html
Required for create using state=present.

Examples

- name: Create sql_endpoint
  oci_data_flow_sql_endpoint:
    # required
    compartment_id: "ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx"
    display_name: display_name_example
    sql_endpoint_version: sql_endpoint_version_example
    driver_shape: driver_shape_example
    executor_shape: executor_shape_example
    min_executor_count: 56
    max_executor_count: 56
    metastore_id: "ocid1.metastore.oc1..xxxxxxEXAMPLExxxxxx"
    lake_id: "ocid1.lake.oc1..xxxxxxEXAMPLExxxxxx"
    warehouse_bucket_uri: warehouse_bucket_uri_example
    network_configuration:
      # required
      vcn_id: "ocid1.vcn.oc1..xxxxxxEXAMPLExxxxxx"
      subnet_id: "ocid1.subnet.oc1..xxxxxxEXAMPLExxxxxx"
      network_type: VCN

      # optional
      host_name_prefix: host_name_prefix_example
      nsg_ids: [ "nsg_ids_example" ]
      private_endpoint_ip: private_endpoint_ip_example

    # optional
    description: description_example
    driver_shape_config:
      # optional
      ocpus: 3.4
      memory_in_gbs: 3.4
    executor_shape_config:
      # optional
      ocpus: 3.4
      memory_in_gbs: 3.4
    spark_advanced_configurations: null
    defined_tags: {'Operations': {'CostCenter': 'US'}}
    freeform_tags: {'Department': 'Finance'}

- name: Update sql_endpoint
  oci_data_flow_sql_endpoint:
    # required
    sql_endpoint_id: "ocid1.sqlendpoint.oc1..xxxxxxEXAMPLExxxxxx"

    # optional
    defined_tags: {'Operations': {'CostCenter': 'US'}}
    freeform_tags: {'Department': 'Finance'}

- name: Update sql_endpoint using name (when environment variable OCI_USE_NAME_AS_IDENTIFIER is set)
  oci_data_flow_sql_endpoint:
    # required
    display_name: display_name_example

    # optional
    defined_tags: {'Operations': {'CostCenter': 'US'}}
    freeform_tags: {'Department': 'Finance'}

- name: Delete sql_endpoint
  oci_data_flow_sql_endpoint:
    # required
    sql_endpoint_id: "ocid1.sqlendpoint.oc1..xxxxxxEXAMPLExxxxxx"
    state: absent

- name: Delete sql_endpoint using name (when environment variable OCI_USE_NAME_AS_IDENTIFIER is set)
  oci_data_flow_sql_endpoint:
    # required
    display_name: display_name_example
    state: absent

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key Returned Description
sql_endpoint
complex
on success
Details of the SqlEndpoint resource acted upon by the current operation

Sample:
{'compartment_id': 'ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx', 'defined_tags': {'Operations': {'CostCenter': 'US'}}, 'description': 'description_example', 'display_name': 'display_name_example', 'driver_shape': 'driver_shape_example', 'driver_shape_config': {'memory_in_gbs': 10, 'ocpus': 10}, 'executor_shape': 'executor_shape_example', 'executor_shape_config': {'memory_in_gbs': 10, 'ocpus': 10}, 'freeform_tags': {'Department': 'Finance'}, 'id': 'ocid1.resource.oc1..xxxxxxEXAMPLExxxxxx', 'jdbc_endpoint_url': 'jdbc_endpoint_url_example', 'lake_id': 'ocid1.lake.oc1..xxxxxxEXAMPLExxxxxx', 'last_accepted_request_token': 'last_accepted_request_token_example', 'lifecycle_state': 'CREATING', 'max_executor_count': 56, 'metastore_id': 'ocid1.metastore.oc1..xxxxxxEXAMPLExxxxxx', 'min_executor_count': 56, 'network_configuration': {'access_control_rules': [{'ip_notation': 'IP_ADDRESS', 'value': 'value_example', 'vcn_ips': 'vcn_ips_example'}], 'host_name_prefix': 'host_name_prefix_example', 'network_type': 'VCN', 'nsg_ids': [], 'private_endpoint_ip': 'private_endpoint_ip_example', 'public_endpoint_ip': 'public_endpoint_ip_example', 'subnet_id': 'ocid1.subnet.oc1..xxxxxxEXAMPLExxxxxx', 'vcn_id': 'ocid1.vcn.oc1..xxxxxxEXAMPLExxxxxx'}, 'spark_advanced_configurations': {}, 'sql_endpoint_version': 'sql_endpoint_version_example', 'state_message': 'state_message_example', 'system_tags': {}, 'time_created': '2013-10-20T19:20:30+01:00', 'time_updated': '2013-10-20T19:20:30+01:00', 'warehouse_bucket_uri': 'warehouse_bucket_uri_example'}
 
compartment_id
string
on success
The OCID of a compartment.

Sample:
ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx
 
defined_tags
dictionary
on success
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"Operations": {"CostCenter": "42"}}`

Sample:
{'Operations': {'CostCenter': 'US'}}
 
description
string
on success
The description of the SQL Endpoint.

Sample:
description_example
 
display_name
string
on success
The SQL Endpoint name, which can be changed.

Sample:
display_name_example
 
driver_shape
string
on success
The shape of the SQL Endpoint driver instance.

Sample:
driver_shape_example
 
driver_shape_config
complex
on success

   
memory_in_gbs
float
on success
The amount of memory used for the driver or executors.

Sample:
10
   
ocpus
float
on success
The total number of OCPUs used for the driver or executors. See here for details.

Sample:
10
 
executor_shape
string
on success
The shape of the SQL Endpoint executor instance.

Sample:
executor_shape_example
 
executor_shape_config
complex
on success

   
memory_in_gbs
float
on success
The amount of memory used for the driver or executors.

Sample:
10
   
ocpus
float
on success
The total number of OCPUs used for the driver or executors. See here for details.

Sample:
10
 
freeform_tags
dictionary
on success
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: `{"Department": "Finance"}`

Sample:
{'Department': 'Finance'}
 
id
string
on success
The provision identifier that is immutable on creation.

Sample:
ocid1.resource.oc1..xxxxxxEXAMPLExxxxxx
 
jdbc_endpoint_url
string
on success
The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI

Sample:
jdbc_endpoint_url_example
 
lake_id
string
on success
The OCID of OCI Lake.

Sample:
ocid1.lake.oc1..xxxxxxEXAMPLExxxxxx
 
last_accepted_request_token
string
on success
This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.

Sample:
last_accepted_request_token_example
 
lifecycle_state
string
on success
The current state of the Sql Endpoint.

Sample:
CREATING
 
max_executor_count
integer
on success
The maximum number of executors.

Sample:
56
 
metastore_id
string
on success
The OCID of OCI Hive Metastore.

Sample:
ocid1.metastore.oc1..xxxxxxEXAMPLExxxxxx
 
min_executor_count
integer
on success
The minimum number of executors.

Sample:
56
 
network_configuration
complex
on success

   
access_control_rules
complex
on success
A list of SecureAccessControlRule's to which access is limited to

     
ip_notation
string
on success
The type of IP notation.

Sample:
IP_ADDRESS
     
value
string
on success
The associated value of the selected IP notation.

Sample:
value_example
     
vcn_ips
string
on success
A comma-separated IP or CIDR address for VCN OCID IP notation selection.

Sample:
vcn_ips_example
   
host_name_prefix
string
on success
The host name prefix.

Sample:
host_name_prefix_example
   
network_type
string
on success
The type of network configuration.

Sample:
VCN
   
nsg_ids
list / elements=string
on success
The OCIDs of Network Security Groups (NSGs).

   
private_endpoint_ip
string
on success
Ip Address of private endpoint

Sample:
private_endpoint_ip_example
   
public_endpoint_ip
string
on success
Ip Address of public endpoint

Sample:
public_endpoint_ip_example
   
subnet_id
string
on success
The VCN Subnet OCID.

Sample:
ocid1.subnet.oc1..xxxxxxEXAMPLExxxxxx
   
vcn_id
string
on success
The VCN OCID.

Sample:
ocid1.vcn.oc1..xxxxxxEXAMPLExxxxxx
 
spark_advanced_configurations
dictionary
on success
The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.

 
sql_endpoint_version
string
on success
The version of SQL Endpoint.

Sample:
sql_endpoint_version_example
 
state_message
string
on success
A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.

Sample:
state_message_example
 
system_tags
dictionary
on success
The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: `{orcl-cloud: {free-tier-retain: true}}`

 
time_created
string
on success
The time the Sql Endpoint was created. An RFC3339 formatted datetime string.

Sample:
2013-10-20T19:20:30+01:00
 
time_updated
string
on success
The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.

Sample:
2013-10-20T19:20:30+01:00
 
warehouse_bucket_uri
string
on success
The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html

Sample:
warehouse_bucket_uri_example


Authors

  • Oracle (@oracle)