oci 2.101.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcement_subscription_client_composite_operations.py +9 -1
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_job_client_composite_operations.py +9 -1
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_catalog/service_catalog_client_composite_operations.py +9 -1
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/RECORD +341 -336
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -149,7 +149,7 @@ class DataIntegrationClient(object):
|
|
149
149
|
:rtype: :class:`~oci.response.Response`
|
150
150
|
|
151
151
|
:example:
|
152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/change_compartment.py.html>`__ to see an example of how to use change_compartment API.
|
153
153
|
"""
|
154
154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
155
155
|
required_arguments = ['workspaceId']
|
@@ -266,7 +266,7 @@ class DataIntegrationClient(object):
|
|
266
266
|
:rtype: :class:`~oci.response.Response`
|
267
267
|
|
268
268
|
:example:
|
269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/change_dis_application_compartment.py.html>`__ to see an example of how to use change_dis_application_compartment API.
|
270
270
|
"""
|
271
271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
272
272
|
required_arguments = ['workspaceId', 'disApplicationId']
|
@@ -376,7 +376,7 @@ class DataIntegrationClient(object):
|
|
376
376
|
:rtype: :class:`~oci.response.Response`
|
377
377
|
|
378
378
|
:example:
|
379
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
379
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_application.py.html>`__ to see an example of how to use create_application API.
|
380
380
|
"""
|
381
381
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
382
382
|
required_arguments = ['workspaceId']
|
@@ -488,7 +488,7 @@ class DataIntegrationClient(object):
|
|
488
488
|
:rtype: :class:`~oci.response.Response`
|
489
489
|
|
490
490
|
:example:
|
491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_application_detailed_description.py.html>`__ to see an example of how to use create_application_detailed_description API.
|
492
492
|
"""
|
493
493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
494
494
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -598,7 +598,7 @@ class DataIntegrationClient(object):
|
|
598
598
|
:rtype: :class:`~oci.response.Response`
|
599
599
|
|
600
600
|
:example:
|
601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
602
602
|
"""
|
603
603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
604
604
|
required_arguments = ['workspaceId']
|
@@ -707,7 +707,7 @@ class DataIntegrationClient(object):
|
|
707
707
|
:rtype: :class:`~oci.response.Response`
|
708
708
|
|
709
709
|
:example:
|
710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_connection_validation.py.html>`__ to see an example of how to use create_connection_validation API.
|
711
711
|
"""
|
712
712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
713
713
|
required_arguments = ['workspaceId']
|
@@ -816,7 +816,7 @@ class DataIntegrationClient(object):
|
|
816
816
|
:rtype: :class:`~oci.response.Response`
|
817
817
|
|
818
818
|
:example:
|
819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_copy_object_request.py.html>`__ to see an example of how to use create_copy_object_request API.
|
820
820
|
"""
|
821
821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
822
822
|
required_arguments = ['workspaceId']
|
@@ -925,7 +925,7 @@ class DataIntegrationClient(object):
|
|
925
925
|
:rtype: :class:`~oci.response.Response`
|
926
926
|
|
927
927
|
:example:
|
928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
|
929
929
|
"""
|
930
930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
931
931
|
required_arguments = ['workspaceId']
|
@@ -1034,7 +1034,7 @@ class DataIntegrationClient(object):
|
|
1034
1034
|
:rtype: :class:`~oci.response.Response`
|
1035
1035
|
|
1036
1036
|
:example:
|
1037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_data_flow.py.html>`__ to see an example of how to use create_data_flow API.
|
1038
1038
|
"""
|
1039
1039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1040
1040
|
required_arguments = ['workspaceId']
|
@@ -1143,7 +1143,7 @@ class DataIntegrationClient(object):
|
|
1143
1143
|
:rtype: :class:`~oci.response.Response`
|
1144
1144
|
|
1145
1145
|
:example:
|
1146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_data_flow_validation.py.html>`__ to see an example of how to use create_data_flow_validation API.
|
1147
1147
|
"""
|
1148
1148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1149
1149
|
required_arguments = ['workspaceId']
|
@@ -1252,7 +1252,7 @@ class DataIntegrationClient(object):
|
|
1252
1252
|
:rtype: :class:`~oci.response.Response`
|
1253
1253
|
|
1254
1254
|
:example:
|
1255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_dis_application.py.html>`__ to see an example of how to use create_dis_application API.
|
1256
1256
|
"""
|
1257
1257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1258
1258
|
required_arguments = ['workspaceId']
|
@@ -1364,7 +1364,7 @@ class DataIntegrationClient(object):
|
|
1364
1364
|
:rtype: :class:`~oci.response.Response`
|
1365
1365
|
|
1366
1366
|
:example:
|
1367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_dis_application_detailed_description.py.html>`__ to see an example of how to use create_dis_application_detailed_description API.
|
1368
1368
|
"""
|
1369
1369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1370
1370
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -1485,7 +1485,7 @@ class DataIntegrationClient(object):
|
|
1485
1485
|
:rtype: :class:`~oci.response.Response`
|
1486
1486
|
|
1487
1487
|
:example:
|
1488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_entity_shape.py.html>`__ to see an example of how to use create_entity_shape API.
|
1489
1489
|
"""
|
1490
1490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1491
1491
|
required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
|
@@ -1601,7 +1601,7 @@ class DataIntegrationClient(object):
|
|
1601
1601
|
:rtype: :class:`~oci.response.Response`
|
1602
1602
|
|
1603
1603
|
:example:
|
1604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_external_publication.py.html>`__ to see an example of how to use create_external_publication API.
|
1605
1605
|
"""
|
1606
1606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1607
1607
|
required_arguments = ['workspaceId', 'taskKey']
|
@@ -1714,7 +1714,7 @@ class DataIntegrationClient(object):
|
|
1714
1714
|
:rtype: :class:`~oci.response.Response`
|
1715
1715
|
|
1716
1716
|
:example:
|
1717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_external_publication_validation.py.html>`__ to see an example of how to use create_external_publication_validation API.
|
1718
1718
|
"""
|
1719
1719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1720
1720
|
required_arguments = ['workspaceId', 'taskKey']
|
@@ -1825,7 +1825,7 @@ class DataIntegrationClient(object):
|
|
1825
1825
|
:rtype: :class:`~oci.response.Response`
|
1826
1826
|
|
1827
1827
|
:example:
|
1828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_folder.py.html>`__ to see an example of how to use create_folder API.
|
1829
1829
|
"""
|
1830
1830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1831
1831
|
required_arguments = ['workspaceId']
|
@@ -1935,7 +1935,7 @@ class DataIntegrationClient(object):
|
|
1935
1935
|
:rtype: :class:`~oci.response.Response`
|
1936
1936
|
|
1937
1937
|
:example:
|
1938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_function_library.py.html>`__ to see an example of how to use create_function_library API.
|
1939
1939
|
"""
|
1940
1940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1941
1941
|
required_arguments = ['workspaceId']
|
@@ -2047,7 +2047,7 @@ class DataIntegrationClient(object):
|
|
2047
2047
|
:rtype: :class:`~oci.response.Response`
|
2048
2048
|
|
2049
2049
|
:example:
|
2050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_patch.py.html>`__ to see an example of how to use create_patch API.
|
2051
2051
|
"""
|
2052
2052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2053
2053
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -2157,7 +2157,7 @@ class DataIntegrationClient(object):
|
|
2157
2157
|
:rtype: :class:`~oci.response.Response`
|
2158
2158
|
|
2159
2159
|
:example:
|
2160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
|
2161
2161
|
"""
|
2162
2162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2163
2163
|
required_arguments = ['workspaceId']
|
@@ -2266,7 +2266,7 @@ class DataIntegrationClient(object):
|
|
2266
2266
|
:rtype: :class:`~oci.response.Response`
|
2267
2267
|
|
2268
2268
|
:example:
|
2269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_pipeline_validation.py.html>`__ to see an example of how to use create_pipeline_validation API.
|
2270
2270
|
"""
|
2271
2271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2272
2272
|
required_arguments = ['workspaceId']
|
@@ -2375,7 +2375,7 @@ class DataIntegrationClient(object):
|
|
2375
2375
|
:rtype: :class:`~oci.response.Response`
|
2376
2376
|
|
2377
2377
|
:example:
|
2378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_project.py.html>`__ to see an example of how to use create_project API.
|
2379
2379
|
"""
|
2380
2380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2381
2381
|
required_arguments = ['workspaceId']
|
@@ -2487,7 +2487,7 @@ class DataIntegrationClient(object):
|
|
2487
2487
|
:rtype: :class:`~oci.response.Response`
|
2488
2488
|
|
2489
2489
|
:example:
|
2490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
|
2491
2491
|
"""
|
2492
2492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2493
2493
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -2597,7 +2597,7 @@ class DataIntegrationClient(object):
|
|
2597
2597
|
:rtype: :class:`~oci.response.Response`
|
2598
2598
|
|
2599
2599
|
:example:
|
2600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_task.py.html>`__ to see an example of how to use create_task API.
|
2601
2601
|
"""
|
2602
2602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2603
2603
|
required_arguments = ['workspaceId']
|
@@ -2709,7 +2709,7 @@ class DataIntegrationClient(object):
|
|
2709
2709
|
:rtype: :class:`~oci.response.Response`
|
2710
2710
|
|
2711
2711
|
:example:
|
2712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_task_run.py.html>`__ to see an example of how to use create_task_run API.
|
2713
2713
|
"""
|
2714
2714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2715
2715
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -2822,7 +2822,7 @@ class DataIntegrationClient(object):
|
|
2822
2822
|
:rtype: :class:`~oci.response.Response`
|
2823
2823
|
|
2824
2824
|
:example:
|
2825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_task_schedule.py.html>`__ to see an example of how to use create_task_schedule API.
|
2826
2826
|
"""
|
2827
2827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2828
2828
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -2932,7 +2932,7 @@ class DataIntegrationClient(object):
|
|
2932
2932
|
:rtype: :class:`~oci.response.Response`
|
2933
2933
|
|
2934
2934
|
:example:
|
2935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_task_validation.py.html>`__ to see an example of how to use create_task_validation API.
|
2936
2936
|
"""
|
2937
2937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2938
2938
|
required_arguments = ['workspaceId']
|
@@ -3041,7 +3041,7 @@ class DataIntegrationClient(object):
|
|
3041
3041
|
:rtype: :class:`~oci.response.Response`
|
3042
3042
|
|
3043
3043
|
:example:
|
3044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_user_defined_function.py.html>`__ to see an example of how to use create_user_defined_function API.
|
3045
3045
|
"""
|
3046
3046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3047
3047
|
required_arguments = ['workspaceId']
|
@@ -3150,7 +3150,7 @@ class DataIntegrationClient(object):
|
|
3150
3150
|
:rtype: :class:`~oci.response.Response`
|
3151
3151
|
|
3152
3152
|
:example:
|
3153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_user_defined_function_validation.py.html>`__ to see an example of how to use create_user_defined_function_validation API.
|
3154
3154
|
"""
|
3155
3155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3156
3156
|
required_arguments = ['workspaceId']
|
@@ -3256,7 +3256,7 @@ class DataIntegrationClient(object):
|
|
3256
3256
|
:rtype: :class:`~oci.response.Response`
|
3257
3257
|
|
3258
3258
|
:example:
|
3259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/create_workspace.py.html>`__ to see an example of how to use create_workspace API.
|
3260
3260
|
"""
|
3261
3261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3262
3262
|
required_arguments = []
|
@@ -3353,7 +3353,7 @@ class DataIntegrationClient(object):
|
|
3353
3353
|
:rtype: :class:`~oci.response.Response`
|
3354
3354
|
|
3355
3355
|
:example:
|
3356
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3356
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_application.py.html>`__ to see an example of how to use delete_application API.
|
3357
3357
|
"""
|
3358
3358
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3359
3359
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -3460,7 +3460,7 @@ class DataIntegrationClient(object):
|
|
3460
3460
|
:rtype: :class:`~oci.response.Response`
|
3461
3461
|
|
3462
3462
|
:example:
|
3463
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_application_detailed_description.py.html>`__ to see an example of how to use delete_application_detailed_description API.
|
3464
3464
|
"""
|
3465
3465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3466
3466
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -3567,7 +3567,7 @@ class DataIntegrationClient(object):
|
|
3567
3567
|
:rtype: :class:`~oci.response.Response`
|
3568
3568
|
|
3569
3569
|
:example:
|
3570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
3571
3571
|
"""
|
3572
3572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3573
3573
|
required_arguments = ['workspaceId', 'connectionKey']
|
@@ -3674,7 +3674,7 @@ class DataIntegrationClient(object):
|
|
3674
3674
|
:rtype: :class:`~oci.response.Response`
|
3675
3675
|
|
3676
3676
|
:example:
|
3677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_connection_validation.py.html>`__ to see an example of how to use delete_connection_validation API.
|
3678
3678
|
"""
|
3679
3679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3680
3680
|
required_arguments = ['workspaceId', 'connectionValidationKey']
|
@@ -3781,7 +3781,7 @@ class DataIntegrationClient(object):
|
|
3781
3781
|
:rtype: :class:`~oci.response.Response`
|
3782
3782
|
|
3783
3783
|
:example:
|
3784
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_copy_object_request.py.html>`__ to see an example of how to use delete_copy_object_request API.
|
3785
3785
|
"""
|
3786
3786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3787
3787
|
required_arguments = ['workspaceId', 'copyObjectRequestKey']
|
@@ -3888,7 +3888,7 @@ class DataIntegrationClient(object):
|
|
3888
3888
|
:rtype: :class:`~oci.response.Response`
|
3889
3889
|
|
3890
3890
|
:example:
|
3891
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3891
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
|
3892
3892
|
"""
|
3893
3893
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3894
3894
|
required_arguments = ['workspaceId', 'dataAssetKey']
|
@@ -3995,7 +3995,7 @@ class DataIntegrationClient(object):
|
|
3995
3995
|
:rtype: :class:`~oci.response.Response`
|
3996
3996
|
|
3997
3997
|
:example:
|
3998
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3998
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_data_flow.py.html>`__ to see an example of how to use delete_data_flow API.
|
3999
3999
|
"""
|
4000
4000
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4001
4001
|
required_arguments = ['workspaceId', 'dataFlowKey']
|
@@ -4102,7 +4102,7 @@ class DataIntegrationClient(object):
|
|
4102
4102
|
:rtype: :class:`~oci.response.Response`
|
4103
4103
|
|
4104
4104
|
:example:
|
4105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_data_flow_validation.py.html>`__ to see an example of how to use delete_data_flow_validation API.
|
4106
4106
|
"""
|
4107
4107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4108
4108
|
required_arguments = ['workspaceId', 'dataFlowValidationKey']
|
@@ -4209,7 +4209,7 @@ class DataIntegrationClient(object):
|
|
4209
4209
|
:rtype: :class:`~oci.response.Response`
|
4210
4210
|
|
4211
4211
|
:example:
|
4212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_dis_application.py.html>`__ to see an example of how to use delete_dis_application API.
|
4213
4213
|
"""
|
4214
4214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4215
4215
|
required_arguments = ['workspaceId', 'disApplicationId']
|
@@ -4316,7 +4316,7 @@ class DataIntegrationClient(object):
|
|
4316
4316
|
:rtype: :class:`~oci.response.Response`
|
4317
4317
|
|
4318
4318
|
:example:
|
4319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_dis_application_detailed_description.py.html>`__ to see an example of how to use delete_dis_application_detailed_description API.
|
4320
4320
|
"""
|
4321
4321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4322
4322
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -4426,7 +4426,7 @@ class DataIntegrationClient(object):
|
|
4426
4426
|
:rtype: :class:`~oci.response.Response`
|
4427
4427
|
|
4428
4428
|
:example:
|
4429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_external_publication.py.html>`__ to see an example of how to use delete_external_publication API.
|
4430
4430
|
"""
|
4431
4431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4432
4432
|
required_arguments = ['workspaceId', 'taskKey', 'externalPublicationsKey']
|
@@ -4537,7 +4537,7 @@ class DataIntegrationClient(object):
|
|
4537
4537
|
:rtype: :class:`~oci.response.Response`
|
4538
4538
|
|
4539
4539
|
:example:
|
4540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_external_publication_validation.py.html>`__ to see an example of how to use delete_external_publication_validation API.
|
4541
4541
|
"""
|
4542
4542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4543
4543
|
required_arguments = ['workspaceId', 'taskKey', 'externalPublicationValidationKey']
|
@@ -4645,7 +4645,7 @@ class DataIntegrationClient(object):
|
|
4645
4645
|
:rtype: :class:`~oci.response.Response`
|
4646
4646
|
|
4647
4647
|
:example:
|
4648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
|
4649
4649
|
"""
|
4650
4650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4651
4651
|
required_arguments = ['workspaceId', 'folderKey']
|
@@ -4752,7 +4752,7 @@ class DataIntegrationClient(object):
|
|
4752
4752
|
:rtype: :class:`~oci.response.Response`
|
4753
4753
|
|
4754
4754
|
:example:
|
4755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_function_library.py.html>`__ to see an example of how to use delete_function_library API.
|
4756
4756
|
"""
|
4757
4757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4758
4758
|
required_arguments = ['workspaceId', 'functionLibraryKey']
|
@@ -4862,7 +4862,7 @@ class DataIntegrationClient(object):
|
|
4862
4862
|
:rtype: :class:`~oci.response.Response`
|
4863
4863
|
|
4864
4864
|
:example:
|
4865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_patch.py.html>`__ to see an example of how to use delete_patch API.
|
4866
4866
|
"""
|
4867
4867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4868
4868
|
required_arguments = ['workspaceId', 'applicationKey', 'patchKey']
|
@@ -4970,7 +4970,7 @@ class DataIntegrationClient(object):
|
|
4970
4970
|
:rtype: :class:`~oci.response.Response`
|
4971
4971
|
|
4972
4972
|
:example:
|
4973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
|
4974
4974
|
"""
|
4975
4975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4976
4976
|
required_arguments = ['workspaceId', 'pipelineKey']
|
@@ -5077,7 +5077,7 @@ class DataIntegrationClient(object):
|
|
5077
5077
|
:rtype: :class:`~oci.response.Response`
|
5078
5078
|
|
5079
5079
|
:example:
|
5080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_pipeline_validation.py.html>`__ to see an example of how to use delete_pipeline_validation API.
|
5081
5081
|
"""
|
5082
5082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5083
5083
|
required_arguments = ['workspaceId', 'pipelineValidationKey']
|
@@ -5184,7 +5184,7 @@ class DataIntegrationClient(object):
|
|
5184
5184
|
:rtype: :class:`~oci.response.Response`
|
5185
5185
|
|
5186
5186
|
:example:
|
5187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_project.py.html>`__ to see an example of how to use delete_project API.
|
5188
5188
|
"""
|
5189
5189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5190
5190
|
required_arguments = ['workspaceId', 'projectKey']
|
@@ -5294,7 +5294,7 @@ class DataIntegrationClient(object):
|
|
5294
5294
|
:rtype: :class:`~oci.response.Response`
|
5295
5295
|
|
5296
5296
|
:example:
|
5297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
|
5298
5298
|
"""
|
5299
5299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5300
5300
|
required_arguments = ['workspaceId', 'applicationKey', 'scheduleKey']
|
@@ -5402,7 +5402,7 @@ class DataIntegrationClient(object):
|
|
5402
5402
|
:rtype: :class:`~oci.response.Response`
|
5403
5403
|
|
5404
5404
|
:example:
|
5405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_task.py.html>`__ to see an example of how to use delete_task API.
|
5406
5406
|
"""
|
5407
5407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5408
5408
|
required_arguments = ['workspaceId', 'taskKey']
|
@@ -5512,7 +5512,7 @@ class DataIntegrationClient(object):
|
|
5512
5512
|
:rtype: :class:`~oci.response.Response`
|
5513
5513
|
|
5514
5514
|
:example:
|
5515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_task_run.py.html>`__ to see an example of how to use delete_task_run API.
|
5516
5516
|
"""
|
5517
5517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5518
5518
|
required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
|
@@ -5623,7 +5623,7 @@ class DataIntegrationClient(object):
|
|
5623
5623
|
:rtype: :class:`~oci.response.Response`
|
5624
5624
|
|
5625
5625
|
:example:
|
5626
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5626
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_task_schedule.py.html>`__ to see an example of how to use delete_task_schedule API.
|
5627
5627
|
"""
|
5628
5628
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5629
5629
|
required_arguments = ['workspaceId', 'applicationKey', 'taskScheduleKey']
|
@@ -5731,7 +5731,7 @@ class DataIntegrationClient(object):
|
|
5731
5731
|
:rtype: :class:`~oci.response.Response`
|
5732
5732
|
|
5733
5733
|
:example:
|
5734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_task_validation.py.html>`__ to see an example of how to use delete_task_validation API.
|
5735
5735
|
"""
|
5736
5736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5737
5737
|
required_arguments = ['workspaceId', 'taskValidationKey']
|
@@ -5838,7 +5838,7 @@ class DataIntegrationClient(object):
|
|
5838
5838
|
:rtype: :class:`~oci.response.Response`
|
5839
5839
|
|
5840
5840
|
:example:
|
5841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_user_defined_function.py.html>`__ to see an example of how to use delete_user_defined_function API.
|
5842
5842
|
"""
|
5843
5843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5844
5844
|
required_arguments = ['workspaceId', 'userDefinedFunctionKey']
|
@@ -5945,7 +5945,7 @@ class DataIntegrationClient(object):
|
|
5945
5945
|
:rtype: :class:`~oci.response.Response`
|
5946
5946
|
|
5947
5947
|
:example:
|
5948
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5948
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_user_defined_function_validation.py.html>`__ to see an example of how to use delete_user_defined_function_validation API.
|
5949
5949
|
"""
|
5950
5950
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5951
5951
|
required_arguments = ['workspaceId', 'userDefinedFunctionValidationKey']
|
@@ -6055,7 +6055,7 @@ class DataIntegrationClient(object):
|
|
6055
6055
|
:rtype: :class:`~oci.response.Response`
|
6056
6056
|
|
6057
6057
|
:example:
|
6058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/delete_workspace.py.html>`__ to see an example of how to use delete_workspace API.
|
6059
6059
|
"""
|
6060
6060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6061
6061
|
required_arguments = ['workspaceId']
|
@@ -6166,7 +6166,7 @@ class DataIntegrationClient(object):
|
|
6166
6166
|
:rtype: :class:`~oci.response.Response`
|
6167
6167
|
|
6168
6168
|
:example:
|
6169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_application.py.html>`__ to see an example of how to use get_application API.
|
6170
6170
|
"""
|
6171
6171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6172
6172
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -6268,7 +6268,7 @@ class DataIntegrationClient(object):
|
|
6268
6268
|
:rtype: :class:`~oci.response.Response`
|
6269
6269
|
|
6270
6270
|
:example:
|
6271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_application_detailed_description.py.html>`__ to see an example of how to use get_application_detailed_description API.
|
6272
6272
|
"""
|
6273
6273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6274
6274
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -6370,7 +6370,7 @@ class DataIntegrationClient(object):
|
|
6370
6370
|
:rtype: :class:`~oci.response.Response`
|
6371
6371
|
|
6372
6372
|
:example:
|
6373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
6374
6374
|
"""
|
6375
6375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6376
6376
|
required_arguments = ['workspaceId', 'connectionKey']
|
@@ -6472,7 +6472,7 @@ class DataIntegrationClient(object):
|
|
6472
6472
|
:rtype: :class:`~oci.response.Response`
|
6473
6473
|
|
6474
6474
|
:example:
|
6475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_connection_validation.py.html>`__ to see an example of how to use get_connection_validation API.
|
6476
6476
|
"""
|
6477
6477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6478
6478
|
required_arguments = ['workspaceId', 'connectionValidationKey']
|
@@ -6574,7 +6574,7 @@ class DataIntegrationClient(object):
|
|
6574
6574
|
:rtype: :class:`~oci.response.Response`
|
6575
6575
|
|
6576
6576
|
:example:
|
6577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_copy_object_request.py.html>`__ to see an example of how to use get_copy_object_request API.
|
6578
6578
|
"""
|
6579
6579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6580
6580
|
required_arguments = ['workspaceId', 'copyObjectRequestKey']
|
@@ -6677,7 +6677,7 @@ class DataIntegrationClient(object):
|
|
6677
6677
|
:rtype: :class:`~oci.response.Response`
|
6678
6678
|
|
6679
6679
|
:example:
|
6680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_count_statistic.py.html>`__ to see an example of how to use get_count_statistic API.
|
6681
6681
|
"""
|
6682
6682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6683
6683
|
required_arguments = ['workspaceId', 'countStatisticKey']
|
@@ -6779,7 +6779,7 @@ class DataIntegrationClient(object):
|
|
6779
6779
|
:rtype: :class:`~oci.response.Response`
|
6780
6780
|
|
6781
6781
|
:example:
|
6782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
|
6783
6783
|
"""
|
6784
6784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6785
6785
|
required_arguments = ['workspaceId', 'dataAssetKey']
|
@@ -6887,7 +6887,7 @@ class DataIntegrationClient(object):
|
|
6887
6887
|
:rtype: :class:`~oci.response.Response`
|
6888
6888
|
|
6889
6889
|
:example:
|
6890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_data_entity.py.html>`__ to see an example of how to use get_data_entity API.
|
6891
6891
|
"""
|
6892
6892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6893
6893
|
required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName', 'dataEntityKey']
|
@@ -6994,7 +6994,7 @@ class DataIntegrationClient(object):
|
|
6994
6994
|
:rtype: :class:`~oci.response.Response`
|
6995
6995
|
|
6996
6996
|
:example:
|
6997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_data_flow.py.html>`__ to see an example of how to use get_data_flow API.
|
6998
6998
|
"""
|
6999
6999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7000
7000
|
required_arguments = ['workspaceId', 'dataFlowKey']
|
@@ -7104,7 +7104,7 @@ class DataIntegrationClient(object):
|
|
7104
7104
|
:rtype: :class:`~oci.response.Response`
|
7105
7105
|
|
7106
7106
|
:example:
|
7107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_data_flow_validation.py.html>`__ to see an example of how to use get_data_flow_validation API.
|
7108
7108
|
"""
|
7109
7109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7110
7110
|
required_arguments = ['workspaceId', 'dataFlowValidationKey']
|
@@ -7209,7 +7209,7 @@ class DataIntegrationClient(object):
|
|
7209
7209
|
:rtype: :class:`~oci.response.Response`
|
7210
7210
|
|
7211
7211
|
:example:
|
7212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_dependent_object.py.html>`__ to see an example of how to use get_dependent_object API.
|
7213
7213
|
"""
|
7214
7214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7215
7215
|
required_arguments = ['workspaceId', 'applicationKey', 'dependentObjectKey']
|
@@ -7312,7 +7312,7 @@ class DataIntegrationClient(object):
|
|
7312
7312
|
:rtype: :class:`~oci.response.Response`
|
7313
7313
|
|
7314
7314
|
:example:
|
7315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_dis_application.py.html>`__ to see an example of how to use get_dis_application API.
|
7316
7316
|
"""
|
7317
7317
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7318
7318
|
required_arguments = ['workspaceId', 'disApplicationId']
|
@@ -7414,7 +7414,7 @@ class DataIntegrationClient(object):
|
|
7414
7414
|
:rtype: :class:`~oci.response.Response`
|
7415
7415
|
|
7416
7416
|
:example:
|
7417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_dis_application_detailed_description.py.html>`__ to see an example of how to use get_dis_application_detailed_description API.
|
7418
7418
|
"""
|
7419
7419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7420
7420
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -7519,7 +7519,7 @@ class DataIntegrationClient(object):
|
|
7519
7519
|
:rtype: :class:`~oci.response.Response`
|
7520
7520
|
|
7521
7521
|
:example:
|
7522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_external_publication.py.html>`__ to see an example of how to use get_external_publication API.
|
7523
7523
|
"""
|
7524
7524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7525
7525
|
required_arguments = ['workspaceId', 'taskKey', 'externalPublicationsKey']
|
@@ -7625,7 +7625,7 @@ class DataIntegrationClient(object):
|
|
7625
7625
|
:rtype: :class:`~oci.response.Response`
|
7626
7626
|
|
7627
7627
|
:example:
|
7628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_external_publication_validation.py.html>`__ to see an example of how to use get_external_publication_validation API.
|
7629
7629
|
"""
|
7630
7630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7631
7631
|
required_arguments = ['workspaceId', 'taskKey', 'externalPublicationValidationKey']
|
@@ -7733,7 +7733,7 @@ class DataIntegrationClient(object):
|
|
7733
7733
|
:rtype: :class:`~oci.response.Response`
|
7734
7734
|
|
7735
7735
|
:example:
|
7736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_folder.py.html>`__ to see an example of how to use get_folder API.
|
7737
7737
|
"""
|
7738
7738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7739
7739
|
required_arguments = ['workspaceId', 'folderKey']
|
@@ -7856,7 +7856,7 @@ class DataIntegrationClient(object):
|
|
7856
7856
|
:rtype: :class:`~oci.response.Response`
|
7857
7857
|
|
7858
7858
|
:example:
|
7859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_function_library.py.html>`__ to see an example of how to use get_function_library API.
|
7860
7860
|
"""
|
7861
7861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7862
7862
|
required_arguments = ['workspaceId', 'functionLibraryKey']
|
@@ -7977,7 +7977,7 @@ class DataIntegrationClient(object):
|
|
7977
7977
|
:rtype: :class:`~oci.response.Response`
|
7978
7978
|
|
7979
7979
|
:example:
|
7980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_patch.py.html>`__ to see an example of how to use get_patch API.
|
7981
7981
|
"""
|
7982
7982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7983
7983
|
required_arguments = ['workspaceId', 'applicationKey', 'patchKey']
|
@@ -8083,7 +8083,7 @@ class DataIntegrationClient(object):
|
|
8083
8083
|
:rtype: :class:`~oci.response.Response`
|
8084
8084
|
|
8085
8085
|
:example:
|
8086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
|
8087
8087
|
"""
|
8088
8088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8089
8089
|
required_arguments = ['workspaceId', 'pipelineKey']
|
@@ -8193,7 +8193,7 @@ class DataIntegrationClient(object):
|
|
8193
8193
|
:rtype: :class:`~oci.response.Response`
|
8194
8194
|
|
8195
8195
|
:example:
|
8196
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_pipeline_validation.py.html>`__ to see an example of how to use get_pipeline_validation API.
|
8197
8197
|
"""
|
8198
8198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8199
8199
|
required_arguments = ['workspaceId', 'pipelineValidationKey']
|
@@ -8300,7 +8300,7 @@ class DataIntegrationClient(object):
|
|
8300
8300
|
:rtype: :class:`~oci.response.Response`
|
8301
8301
|
|
8302
8302
|
:example:
|
8303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_project.py.html>`__ to see an example of how to use get_project API.
|
8304
8304
|
"""
|
8305
8305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8306
8306
|
required_arguments = ['workspaceId', 'projectKey']
|
@@ -8424,7 +8424,7 @@ class DataIntegrationClient(object):
|
|
8424
8424
|
:rtype: :class:`~oci.response.Response`
|
8425
8425
|
|
8426
8426
|
:example:
|
8427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_published_object.py.html>`__ to see an example of how to use get_published_object API.
|
8428
8428
|
"""
|
8429
8429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8430
8430
|
required_arguments = ['workspaceId', 'applicationKey', 'publishedObjectKey']
|
@@ -8538,7 +8538,7 @@ class DataIntegrationClient(object):
|
|
8538
8538
|
:rtype: :class:`~oci.response.Response`
|
8539
8539
|
|
8540
8540
|
:example:
|
8541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_reference.py.html>`__ to see an example of how to use get_reference API.
|
8542
8542
|
"""
|
8543
8543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8544
8544
|
required_arguments = ['workspaceId', 'applicationKey', 'referenceKey']
|
@@ -8647,7 +8647,7 @@ class DataIntegrationClient(object):
|
|
8647
8647
|
:rtype: :class:`~oci.response.Response`
|
8648
8648
|
|
8649
8649
|
:example:
|
8650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_runtime_operator.py.html>`__ to see an example of how to use get_runtime_operator API.
|
8651
8651
|
"""
|
8652
8652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8653
8653
|
required_arguments = ['workspaceId', 'applicationKey', 'runtimePipelineKey', 'runtimeOperatorKey']
|
@@ -8757,7 +8757,7 @@ class DataIntegrationClient(object):
|
|
8757
8757
|
:rtype: :class:`~oci.response.Response`
|
8758
8758
|
|
8759
8759
|
:example:
|
8760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_runtime_pipeline.py.html>`__ to see an example of how to use get_runtime_pipeline API.
|
8761
8761
|
"""
|
8762
8762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8763
8763
|
required_arguments = ['workspaceId', 'applicationKey', 'runtimePipelineKey']
|
@@ -8871,7 +8871,7 @@ class DataIntegrationClient(object):
|
|
8871
8871
|
:rtype: :class:`~oci.response.Response`
|
8872
8872
|
|
8873
8873
|
:example:
|
8874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
|
8875
8875
|
"""
|
8876
8876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8877
8877
|
required_arguments = ['workspaceId', 'applicationKey', 'scheduleKey']
|
@@ -8977,7 +8977,7 @@ class DataIntegrationClient(object):
|
|
8977
8977
|
:rtype: :class:`~oci.response.Response`
|
8978
8978
|
|
8979
8979
|
:example:
|
8980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_schema.py.html>`__ to see an example of how to use get_schema API.
|
8981
8981
|
"""
|
8982
8982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8983
8983
|
required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
|
@@ -9083,7 +9083,7 @@ class DataIntegrationClient(object):
|
|
9083
9083
|
:rtype: :class:`~oci.response.Response`
|
9084
9084
|
|
9085
9085
|
:example:
|
9086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_task.py.html>`__ to see an example of how to use get_task API.
|
9087
9087
|
"""
|
9088
9088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9089
9089
|
required_arguments = ['workspaceId', 'taskKey']
|
@@ -9196,7 +9196,7 @@ class DataIntegrationClient(object):
|
|
9196
9196
|
:rtype: :class:`~oci.response.Response`
|
9197
9197
|
|
9198
9198
|
:example:
|
9199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_task_run.py.html>`__ to see an example of how to use get_task_run API.
|
9200
9200
|
"""
|
9201
9201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9202
9202
|
required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
|
@@ -9302,7 +9302,7 @@ class DataIntegrationClient(object):
|
|
9302
9302
|
:rtype: :class:`~oci.response.Response`
|
9303
9303
|
|
9304
9304
|
:example:
|
9305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_task_schedule.py.html>`__ to see an example of how to use get_task_schedule API.
|
9306
9306
|
"""
|
9307
9307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9308
9308
|
required_arguments = ['workspaceId', 'applicationKey', 'taskScheduleKey']
|
@@ -9405,7 +9405,7 @@ class DataIntegrationClient(object):
|
|
9405
9405
|
:rtype: :class:`~oci.response.Response`
|
9406
9406
|
|
9407
9407
|
:example:
|
9408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_task_validation.py.html>`__ to see an example of how to use get_task_validation API.
|
9409
9409
|
"""
|
9410
9410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9411
9411
|
required_arguments = ['workspaceId', 'taskValidationKey']
|
@@ -9507,7 +9507,7 @@ class DataIntegrationClient(object):
|
|
9507
9507
|
:rtype: :class:`~oci.response.Response`
|
9508
9508
|
|
9509
9509
|
:example:
|
9510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_template.py.html>`__ to see an example of how to use get_template API.
|
9511
9511
|
"""
|
9512
9512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9513
9513
|
required_arguments = ['workspaceId', 'templateId']
|
@@ -9609,7 +9609,7 @@ class DataIntegrationClient(object):
|
|
9609
9609
|
:rtype: :class:`~oci.response.Response`
|
9610
9610
|
|
9611
9611
|
:example:
|
9612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_user_defined_function.py.html>`__ to see an example of how to use get_user_defined_function API.
|
9613
9613
|
"""
|
9614
9614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9615
9615
|
required_arguments = ['workspaceId', 'userDefinedFunctionKey']
|
@@ -9711,7 +9711,7 @@ class DataIntegrationClient(object):
|
|
9711
9711
|
:rtype: :class:`~oci.response.Response`
|
9712
9712
|
|
9713
9713
|
:example:
|
9714
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_user_defined_function_validation.py.html>`__ to see an example of how to use get_user_defined_function_validation API.
|
9715
9715
|
"""
|
9716
9716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9717
9717
|
required_arguments = ['workspaceId', 'userDefinedFunctionValidationKey']
|
@@ -9810,7 +9810,7 @@ class DataIntegrationClient(object):
|
|
9810
9810
|
:rtype: :class:`~oci.response.Response`
|
9811
9811
|
|
9812
9812
|
:example:
|
9813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
9814
9814
|
"""
|
9815
9815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9816
9816
|
required_arguments = ['workRequestId']
|
@@ -9908,7 +9908,7 @@ class DataIntegrationClient(object):
|
|
9908
9908
|
:rtype: :class:`~oci.response.Response`
|
9909
9909
|
|
9910
9910
|
:example:
|
9911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/get_workspace.py.html>`__ to see an example of how to use get_workspace API.
|
9912
9912
|
"""
|
9913
9913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9914
9914
|
required_arguments = ['workspaceId']
|
@@ -10038,7 +10038,7 @@ class DataIntegrationClient(object):
|
|
10038
10038
|
:rtype: :class:`~oci.response.Response`
|
10039
10039
|
|
10040
10040
|
:example:
|
10041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_applications.py.html>`__ to see an example of how to use list_applications API.
|
10042
10042
|
"""
|
10043
10043
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10044
10044
|
required_arguments = ['workspaceId']
|
@@ -10204,7 +10204,7 @@ class DataIntegrationClient(object):
|
|
10204
10204
|
:rtype: :class:`~oci.response.Response`
|
10205
10205
|
|
10206
10206
|
:example:
|
10207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_connection_validations.py.html>`__ to see an example of how to use list_connection_validations API.
|
10208
10208
|
"""
|
10209
10209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10210
10210
|
required_arguments = ['workspaceId']
|
@@ -10370,7 +10370,7 @@ class DataIntegrationClient(object):
|
|
10370
10370
|
:rtype: :class:`~oci.response.Response`
|
10371
10371
|
|
10372
10372
|
:example:
|
10373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
10374
10374
|
"""
|
10375
10375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10376
10376
|
required_arguments = ['workspaceId', 'dataAssetKey']
|
@@ -10542,7 +10542,7 @@ class DataIntegrationClient(object):
|
|
10542
10542
|
:rtype: :class:`~oci.response.Response`
|
10543
10543
|
|
10544
10544
|
:example:
|
10545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_copy_object_requests.py.html>`__ to see an example of how to use list_copy_object_requests API.
|
10546
10546
|
"""
|
10547
10547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10548
10548
|
required_arguments = ['workspaceId']
|
@@ -10721,7 +10721,7 @@ class DataIntegrationClient(object):
|
|
10721
10721
|
:rtype: :class:`~oci.response.Response`
|
10722
10722
|
|
10723
10723
|
:example:
|
10724
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
|
10725
10725
|
"""
|
10726
10726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10727
10727
|
required_arguments = ['workspaceId']
|
@@ -10897,7 +10897,7 @@ class DataIntegrationClient(object):
|
|
10897
10897
|
:rtype: :class:`~oci.response.Response`
|
10898
10898
|
|
10899
10899
|
:example:
|
10900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_data_entities.py.html>`__ to see an example of how to use list_data_entities API.
|
10901
10901
|
"""
|
10902
10902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10903
10903
|
required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
|
@@ -11069,7 +11069,7 @@ class DataIntegrationClient(object):
|
|
11069
11069
|
:rtype: :class:`~oci.response.Response`
|
11070
11070
|
|
11071
11071
|
:example:
|
11072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_data_flow_validations.py.html>`__ to see an example of how to use list_data_flow_validations API.
|
11073
11073
|
"""
|
11074
11074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11075
11075
|
required_arguments = ['workspaceId']
|
@@ -11235,7 +11235,7 @@ class DataIntegrationClient(object):
|
|
11235
11235
|
:rtype: :class:`~oci.response.Response`
|
11236
11236
|
|
11237
11237
|
:example:
|
11238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_data_flows.py.html>`__ to see an example of how to use list_data_flows API.
|
11239
11239
|
"""
|
11240
11240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11241
11241
|
required_arguments = ['workspaceId']
|
@@ -11414,7 +11414,7 @@ class DataIntegrationClient(object):
|
|
11414
11414
|
:rtype: :class:`~oci.response.Response`
|
11415
11415
|
|
11416
11416
|
:example:
|
11417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_dependent_objects.py.html>`__ to see an example of how to use list_dependent_objects API.
|
11418
11418
|
"""
|
11419
11419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11420
11420
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -11594,7 +11594,7 @@ class DataIntegrationClient(object):
|
|
11594
11594
|
:rtype: :class:`~oci.response.Response`
|
11595
11595
|
|
11596
11596
|
:example:
|
11597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_dis_application_task_run_lineages.py.html>`__ to see an example of how to use list_dis_application_task_run_lineages API.
|
11598
11598
|
"""
|
11599
11599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11600
11600
|
required_arguments = ['workspaceId', 'disApplicationId']
|
@@ -11768,7 +11768,7 @@ class DataIntegrationClient(object):
|
|
11768
11768
|
:rtype: :class:`~oci.response.Response`
|
11769
11769
|
|
11770
11770
|
:example:
|
11771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_dis_applications.py.html>`__ to see an example of how to use list_dis_applications API.
|
11772
11772
|
"""
|
11773
11773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11774
11774
|
required_arguments = ['workspaceId', 'compartmentId']
|
@@ -11935,7 +11935,7 @@ class DataIntegrationClient(object):
|
|
11935
11935
|
:rtype: :class:`~oci.response.Response`
|
11936
11936
|
|
11937
11937
|
:example:
|
11938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_external_publication_validations.py.html>`__ to see an example of how to use list_external_publication_validations API.
|
11939
11939
|
"""
|
11940
11940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11941
11941
|
required_arguments = ['workspaceId', 'taskKey']
|
@@ -12097,7 +12097,7 @@ class DataIntegrationClient(object):
|
|
12097
12097
|
:rtype: :class:`~oci.response.Response`
|
12098
12098
|
|
12099
12099
|
:example:
|
12100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_external_publications.py.html>`__ to see an example of how to use list_external_publications API.
|
12101
12101
|
"""
|
12102
12102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12103
12103
|
required_arguments = ['workspaceId', 'taskKey']
|
@@ -12263,7 +12263,7 @@ class DataIntegrationClient(object):
|
|
12263
12263
|
:rtype: :class:`~oci.response.Response`
|
12264
12264
|
|
12265
12265
|
:example:
|
12266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_folders.py.html>`__ to see an example of how to use list_folders API.
|
12267
12267
|
"""
|
12268
12268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12269
12269
|
required_arguments = ['workspaceId']
|
@@ -12431,7 +12431,7 @@ class DataIntegrationClient(object):
|
|
12431
12431
|
:rtype: :class:`~oci.response.Response`
|
12432
12432
|
|
12433
12433
|
:example:
|
12434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_function_libraries.py.html>`__ to see an example of how to use list_function_libraries API.
|
12435
12435
|
"""
|
12436
12436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12437
12437
|
required_arguments = ['workspaceId']
|
@@ -12597,7 +12597,7 @@ class DataIntegrationClient(object):
|
|
12597
12597
|
:rtype: :class:`~oci.response.Response`
|
12598
12598
|
|
12599
12599
|
:example:
|
12600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_patch_changes.py.html>`__ to see an example of how to use list_patch_changes API.
|
12601
12601
|
"""
|
12602
12602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12603
12603
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -12762,7 +12762,7 @@ class DataIntegrationClient(object):
|
|
12762
12762
|
:rtype: :class:`~oci.response.Response`
|
12763
12763
|
|
12764
12764
|
:example:
|
12765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_patches.py.html>`__ to see an example of how to use list_patches API.
|
12766
12766
|
"""
|
12767
12767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12768
12768
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -12927,7 +12927,7 @@ class DataIntegrationClient(object):
|
|
12927
12927
|
:rtype: :class:`~oci.response.Response`
|
12928
12928
|
|
12929
12929
|
:example:
|
12930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_pipeline_validations.py.html>`__ to see an example of how to use list_pipeline_validations API.
|
12931
12931
|
"""
|
12932
12932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12933
12933
|
required_arguments = ['workspaceId']
|
@@ -13093,7 +13093,7 @@ class DataIntegrationClient(object):
|
|
13093
13093
|
:rtype: :class:`~oci.response.Response`
|
13094
13094
|
|
13095
13095
|
:example:
|
13096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
|
13097
13097
|
"""
|
13098
13098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13099
13099
|
required_arguments = ['workspaceId']
|
@@ -13259,7 +13259,7 @@ class DataIntegrationClient(object):
|
|
13259
13259
|
:rtype: :class:`~oci.response.Response`
|
13260
13260
|
|
13261
13261
|
:example:
|
13262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_projects.py.html>`__ to see an example of how to use list_projects API.
|
13263
13263
|
"""
|
13264
13264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13265
13265
|
required_arguments = ['workspaceId']
|
@@ -13441,7 +13441,7 @@ class DataIntegrationClient(object):
|
|
13441
13441
|
:rtype: :class:`~oci.response.Response`
|
13442
13442
|
|
13443
13443
|
:example:
|
13444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_published_objects.py.html>`__ to see an example of how to use list_published_objects API.
|
13445
13445
|
"""
|
13446
13446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13447
13447
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -13608,7 +13608,7 @@ class DataIntegrationClient(object):
|
|
13608
13608
|
:rtype: :class:`~oci.response.Response`
|
13609
13609
|
|
13610
13610
|
:example:
|
13611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_references.py.html>`__ to see an example of how to use list_references API.
|
13612
13612
|
"""
|
13613
13613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13614
13614
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -13778,7 +13778,7 @@ class DataIntegrationClient(object):
|
|
13778
13778
|
:rtype: :class:`~oci.response.Response`
|
13779
13779
|
|
13780
13780
|
:example:
|
13781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_runtime_operators.py.html>`__ to see an example of how to use list_runtime_operators API.
|
13782
13782
|
"""
|
13783
13783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13784
13784
|
required_arguments = ['workspaceId', 'applicationKey', 'runtimePipelineKey']
|
@@ -13960,7 +13960,7 @@ class DataIntegrationClient(object):
|
|
13960
13960
|
:rtype: :class:`~oci.response.Response`
|
13961
13961
|
|
13962
13962
|
:example:
|
13963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_runtime_pipelines.py.html>`__ to see an example of how to use list_runtime_pipelines API.
|
13964
13964
|
"""
|
13965
13965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13966
13966
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -14136,7 +14136,7 @@ class DataIntegrationClient(object):
|
|
14136
14136
|
:rtype: :class:`~oci.response.Response`
|
14137
14137
|
|
14138
14138
|
:example:
|
14139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
|
14140
14140
|
"""
|
14141
14141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14142
14142
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -14309,7 +14309,7 @@ class DataIntegrationClient(object):
|
|
14309
14309
|
:rtype: :class:`~oci.response.Response`
|
14310
14310
|
|
14311
14311
|
:example:
|
14312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
14313
14313
|
"""
|
14314
14314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14315
14315
|
required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
|
@@ -14486,7 +14486,7 @@ class DataIntegrationClient(object):
|
|
14486
14486
|
:rtype: :class:`~oci.response.Response`
|
14487
14487
|
|
14488
14488
|
:example:
|
14489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_task_run_lineages.py.html>`__ to see an example of how to use list_task_run_lineages API.
|
14490
14490
|
"""
|
14491
14491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14492
14492
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -14651,7 +14651,7 @@ class DataIntegrationClient(object):
|
|
14651
14651
|
:rtype: :class:`~oci.response.Response`
|
14652
14652
|
|
14653
14653
|
:example:
|
14654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_task_run_logs.py.html>`__ to see an example of how to use list_task_run_logs API.
|
14655
14655
|
"""
|
14656
14656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14657
14657
|
required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
|
@@ -14826,7 +14826,7 @@ class DataIntegrationClient(object):
|
|
14826
14826
|
:rtype: :class:`~oci.response.Response`
|
14827
14827
|
|
14828
14828
|
:example:
|
14829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_task_runs.py.html>`__ to see an example of how to use list_task_runs API.
|
14830
14830
|
"""
|
14831
14831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14832
14832
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -15007,7 +15007,7 @@ class DataIntegrationClient(object):
|
|
15007
15007
|
:rtype: :class:`~oci.response.Response`
|
15008
15008
|
|
15009
15009
|
:example:
|
15010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_task_schedules.py.html>`__ to see an example of how to use list_task_schedules API.
|
15011
15011
|
"""
|
15012
15012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15013
15013
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -15176,7 +15176,7 @@ class DataIntegrationClient(object):
|
|
15176
15176
|
:rtype: :class:`~oci.response.Response`
|
15177
15177
|
|
15178
15178
|
:example:
|
15179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_task_validations.py.html>`__ to see an example of how to use list_task_validations API.
|
15180
15180
|
"""
|
15181
15181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15182
15182
|
required_arguments = ['workspaceId']
|
@@ -15348,7 +15348,7 @@ class DataIntegrationClient(object):
|
|
15348
15348
|
:rtype: :class:`~oci.response.Response`
|
15349
15349
|
|
15350
15350
|
:example:
|
15351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_tasks.py.html>`__ to see an example of how to use list_tasks API.
|
15352
15352
|
"""
|
15353
15353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15354
15354
|
required_arguments = ['workspaceId']
|
@@ -15515,7 +15515,7 @@ class DataIntegrationClient(object):
|
|
15515
15515
|
:rtype: :class:`~oci.response.Response`
|
15516
15516
|
|
15517
15517
|
:example:
|
15518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_templates.py.html>`__ to see an example of how to use list_templates API.
|
15519
15519
|
"""
|
15520
15520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15521
15521
|
required_arguments = ['workspaceId']
|
@@ -15679,7 +15679,7 @@ class DataIntegrationClient(object):
|
|
15679
15679
|
:rtype: :class:`~oci.response.Response`
|
15680
15680
|
|
15681
15681
|
:example:
|
15682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_user_defined_function_validations.py.html>`__ to see an example of how to use list_user_defined_function_validations API.
|
15683
15683
|
"""
|
15684
15684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15685
15685
|
required_arguments = ['workspaceId']
|
@@ -15845,7 +15845,7 @@ class DataIntegrationClient(object):
|
|
15845
15845
|
:rtype: :class:`~oci.response.Response`
|
15846
15846
|
|
15847
15847
|
:example:
|
15848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_user_defined_functions.py.html>`__ to see an example of how to use list_user_defined_functions API.
|
15849
15849
|
"""
|
15850
15850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15851
15851
|
required_arguments = ['workspaceId']
|
@@ -15999,7 +15999,7 @@ class DataIntegrationClient(object):
|
|
15999
15999
|
:rtype: :class:`~oci.response.Response`
|
16000
16000
|
|
16001
16001
|
:example:
|
16002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
16003
16003
|
"""
|
16004
16004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16005
16005
|
required_arguments = ['workRequestId']
|
@@ -16145,7 +16145,7 @@ class DataIntegrationClient(object):
|
|
16145
16145
|
:rtype: :class:`~oci.response.Response`
|
16146
16146
|
|
16147
16147
|
:example:
|
16148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
16149
16149
|
"""
|
16150
16150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16151
16151
|
required_arguments = ['workRequestId']
|
@@ -16299,7 +16299,7 @@ class DataIntegrationClient(object):
|
|
16299
16299
|
:rtype: :class:`~oci.response.Response`
|
16300
16300
|
|
16301
16301
|
:example:
|
16302
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16302
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
16303
16303
|
"""
|
16304
16304
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16305
16305
|
required_arguments = ['compartmentId']
|
@@ -16453,7 +16453,7 @@ class DataIntegrationClient(object):
|
|
16453
16453
|
:rtype: :class:`~oci.response.Response`
|
16454
16454
|
|
16455
16455
|
:example:
|
16456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/list_workspaces.py.html>`__ to see an example of how to use list_workspaces API.
|
16457
16457
|
"""
|
16458
16458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16459
16459
|
required_arguments = ['compartmentId']
|
@@ -16587,7 +16587,7 @@ class DataIntegrationClient(object):
|
|
16587
16587
|
:rtype: :class:`~oci.response.Response`
|
16588
16588
|
|
16589
16589
|
:example:
|
16590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/start_workspace.py.html>`__ to see an example of how to use start_workspace API.
|
16591
16591
|
"""
|
16592
16592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16593
16593
|
required_arguments = ['workspaceId']
|
@@ -16702,7 +16702,7 @@ class DataIntegrationClient(object):
|
|
16702
16702
|
:rtype: :class:`~oci.response.Response`
|
16703
16703
|
|
16704
16704
|
:example:
|
16705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/stop_workspace.py.html>`__ to see an example of how to use stop_workspace API.
|
16706
16706
|
"""
|
16707
16707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16708
16708
|
required_arguments = ['workspaceId']
|
@@ -16824,7 +16824,7 @@ class DataIntegrationClient(object):
|
|
16824
16824
|
:rtype: :class:`~oci.response.Response`
|
16825
16825
|
|
16826
16826
|
:example:
|
16827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_application.py.html>`__ to see an example of how to use update_application API.
|
16828
16828
|
"""
|
16829
16829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16830
16830
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -16938,7 +16938,7 @@ class DataIntegrationClient(object):
|
|
16938
16938
|
:rtype: :class:`~oci.response.Response`
|
16939
16939
|
|
16940
16940
|
:example:
|
16941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_application_detailed_description.py.html>`__ to see an example of how to use update_application_detailed_description API.
|
16942
16942
|
"""
|
16943
16943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16944
16944
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -17052,7 +17052,7 @@ class DataIntegrationClient(object):
|
|
17052
17052
|
:rtype: :class:`~oci.response.Response`
|
17053
17053
|
|
17054
17054
|
:example:
|
17055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
17056
17056
|
"""
|
17057
17057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17058
17058
|
required_arguments = ['workspaceId', 'connectionKey']
|
@@ -17166,7 +17166,7 @@ class DataIntegrationClient(object):
|
|
17166
17166
|
:rtype: :class:`~oci.response.Response`
|
17167
17167
|
|
17168
17168
|
:example:
|
17169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_copy_object_request.py.html>`__ to see an example of how to use update_copy_object_request API.
|
17170
17170
|
"""
|
17171
17171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17172
17172
|
required_arguments = ['workspaceId', 'copyObjectRequestKey']
|
@@ -17280,7 +17280,7 @@ class DataIntegrationClient(object):
|
|
17280
17280
|
:rtype: :class:`~oci.response.Response`
|
17281
17281
|
|
17282
17282
|
:example:
|
17283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
|
17284
17284
|
"""
|
17285
17285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17286
17286
|
required_arguments = ['workspaceId', 'dataAssetKey']
|
@@ -17394,7 +17394,7 @@ class DataIntegrationClient(object):
|
|
17394
17394
|
:rtype: :class:`~oci.response.Response`
|
17395
17395
|
|
17396
17396
|
:example:
|
17397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_data_flow.py.html>`__ to see an example of how to use update_data_flow API.
|
17398
17398
|
"""
|
17399
17399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17400
17400
|
required_arguments = ['workspaceId', 'dataFlowKey']
|
@@ -17508,7 +17508,7 @@ class DataIntegrationClient(object):
|
|
17508
17508
|
:rtype: :class:`~oci.response.Response`
|
17509
17509
|
|
17510
17510
|
:example:
|
17511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_dis_application.py.html>`__ to see an example of how to use update_dis_application API.
|
17512
17512
|
"""
|
17513
17513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17514
17514
|
required_arguments = ['workspaceId', 'disApplicationId']
|
@@ -17622,7 +17622,7 @@ class DataIntegrationClient(object):
|
|
17622
17622
|
:rtype: :class:`~oci.response.Response`
|
17623
17623
|
|
17624
17624
|
:example:
|
17625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_dis_application_detailed_description.py.html>`__ to see an example of how to use update_dis_application_detailed_description API.
|
17626
17626
|
"""
|
17627
17627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17628
17628
|
required_arguments = ['workspaceId', 'applicationKey']
|
@@ -17739,7 +17739,7 @@ class DataIntegrationClient(object):
|
|
17739
17739
|
:rtype: :class:`~oci.response.Response`
|
17740
17740
|
|
17741
17741
|
:example:
|
17742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_external_publication.py.html>`__ to see an example of how to use update_external_publication API.
|
17743
17743
|
"""
|
17744
17744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17745
17745
|
required_arguments = ['workspaceId', 'taskKey', 'externalPublicationsKey']
|
@@ -17854,7 +17854,7 @@ class DataIntegrationClient(object):
|
|
17854
17854
|
:rtype: :class:`~oci.response.Response`
|
17855
17855
|
|
17856
17856
|
:example:
|
17857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_folder.py.html>`__ to see an example of how to use update_folder API.
|
17858
17858
|
"""
|
17859
17859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17860
17860
|
required_arguments = ['workspaceId', 'folderKey']
|
@@ -17968,7 +17968,7 @@ class DataIntegrationClient(object):
|
|
17968
17968
|
:rtype: :class:`~oci.response.Response`
|
17969
17969
|
|
17970
17970
|
:example:
|
17971
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_function_library.py.html>`__ to see an example of how to use update_function_library API.
|
17972
17972
|
"""
|
17973
17973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17974
17974
|
required_arguments = ['workspaceId', 'functionLibraryKey']
|
@@ -18082,7 +18082,7 @@ class DataIntegrationClient(object):
|
|
18082
18082
|
:rtype: :class:`~oci.response.Response`
|
18083
18083
|
|
18084
18084
|
:example:
|
18085
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18085
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
|
18086
18086
|
"""
|
18087
18087
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18088
18088
|
required_arguments = ['workspaceId', 'pipelineKey']
|
@@ -18196,7 +18196,7 @@ class DataIntegrationClient(object):
|
|
18196
18196
|
:rtype: :class:`~oci.response.Response`
|
18197
18197
|
|
18198
18198
|
:example:
|
18199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_project.py.html>`__ to see an example of how to use update_project API.
|
18200
18200
|
"""
|
18201
18201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18202
18202
|
required_arguments = ['workspaceId', 'projectKey']
|
@@ -18316,7 +18316,7 @@ class DataIntegrationClient(object):
|
|
18316
18316
|
:rtype: :class:`~oci.response.Response`
|
18317
18317
|
|
18318
18318
|
:example:
|
18319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_reference.py.html>`__ to see an example of how to use update_reference API.
|
18320
18320
|
"""
|
18321
18321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18322
18322
|
required_arguments = ['workspaceId', 'applicationKey', 'referenceKey']
|
@@ -18437,7 +18437,7 @@ class DataIntegrationClient(object):
|
|
18437
18437
|
:rtype: :class:`~oci.response.Response`
|
18438
18438
|
|
18439
18439
|
:example:
|
18440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
|
18441
18441
|
"""
|
18442
18442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18443
18443
|
required_arguments = ['workspaceId', 'applicationKey', 'scheduleKey']
|
@@ -18552,7 +18552,7 @@ class DataIntegrationClient(object):
|
|
18552
18552
|
:rtype: :class:`~oci.response.Response`
|
18553
18553
|
|
18554
18554
|
:example:
|
18555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_task.py.html>`__ to see an example of how to use update_task API.
|
18556
18556
|
"""
|
18557
18557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18558
18558
|
required_arguments = ['workspaceId', 'taskKey']
|
@@ -18669,7 +18669,7 @@ class DataIntegrationClient(object):
|
|
18669
18669
|
:rtype: :class:`~oci.response.Response`
|
18670
18670
|
|
18671
18671
|
:example:
|
18672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_task_run.py.html>`__ to see an example of how to use update_task_run API.
|
18673
18673
|
"""
|
18674
18674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18675
18675
|
required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
|
@@ -18787,7 +18787,7 @@ class DataIntegrationClient(object):
|
|
18787
18787
|
:rtype: :class:`~oci.response.Response`
|
18788
18788
|
|
18789
18789
|
:example:
|
18790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18790
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_task_schedule.py.html>`__ to see an example of how to use update_task_schedule API.
|
18791
18791
|
"""
|
18792
18792
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18793
18793
|
required_arguments = ['workspaceId', 'applicationKey', 'taskScheduleKey']
|
@@ -18902,7 +18902,7 @@ class DataIntegrationClient(object):
|
|
18902
18902
|
:rtype: :class:`~oci.response.Response`
|
18903
18903
|
|
18904
18904
|
:example:
|
18905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_user_defined_function.py.html>`__ to see an example of how to use update_user_defined_function API.
|
18906
18906
|
"""
|
18907
18907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18908
18908
|
required_arguments = ['workspaceId', 'userDefinedFunctionKey']
|
@@ -19013,7 +19013,7 @@ class DataIntegrationClient(object):
|
|
19013
19013
|
:rtype: :class:`~oci.response.Response`
|
19014
19014
|
|
19015
19015
|
:example:
|
19016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/dataintegration/update_workspace.py.html>`__ to see an example of how to use update_workspace API.
|
19017
19017
|
"""
|
19018
19018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19019
19019
|
required_arguments = ['workspaceId']
|