oci 2.116.0__py3-none-any.whl → 2.117.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/adm/application_dependency_management_client.py +41 -41
- oci/adm/models/__init__.py +4 -0
- oci/adm/models/create_vulnerability_audit_details.py +27 -0
- oci/adm/models/usage_data_details.py +92 -0
- oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
- oci/adm/models/vulnerability.py +33 -2
- oci/adm/models/vulnerability_audit.py +86 -0
- oci/adm/models/work_request_summary.py +35 -2
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- 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/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 +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- 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/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
- 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 +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +141 -141
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +252 -252
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/fast_launch_job_config_summary.py +7 -3
- oci/data_science/models/job_shape_summary.py +7 -3
- oci/data_science/models/model_deployment_shape_summary.py +7 -3
- oci/data_science/models/notebook_session_shape_summary.py +7 -3
- oci/database/database_client.py +2092 -1268
- oci/database/database_client_composite_operations.py +222 -0
- oci/database/models/__init__.py +14 -0
- oci/database/models/autonomous_container_database.py +33 -2
- oci/database/models/autonomous_container_database_backup_config.py +2 -0
- oci/database/models/autonomous_container_database_summary.py +33 -2
- oci/database/models/autonomous_vm_cluster.py +95 -2
- oci/database/models/autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/console_history.py +368 -0
- oci/database/models/console_history_collection.py +72 -0
- oci/database/models/console_history_summary.py +368 -0
- oci/database/models/create_cloud_vm_cluster_details.py +33 -2
- oci/database/models/create_console_history_details.py +151 -0
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/db_system_upgrade_history_entry.py +64 -2
- oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
- oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
- oci/database/models/system_version_collection.py +72 -0
- oci/database/models/system_version_summary.py +134 -0
- oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
- oci/database/models/update_console_history_details.py +150 -0
- oci/database/models/upgrade_db_system_details.py +31 -0
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- 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_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/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- 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 +536 -57
- oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
- oci/golden_gate/models/__init__.py +8 -0
- oci/golden_gate/models/certificate.py +713 -0
- oci/golden_gate/models/certificate_collection.py +72 -0
- oci/golden_gate/models/certificate_summary.py +269 -0
- oci/golden_gate/models/create_certificate_details.py +105 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +2 -2
- oci/golden_gate/models/create_mysql_connection_details.py +10 -12
- oci/golden_gate/models/create_postgresql_connection_details.py +8 -6
- oci/golden_gate/models/microsoft_sqlserver_connection.py +2 -2
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +2 -2
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +2 -2
- oci/golden_gate/models/update_mysql_connection_details.py +10 -12
- oci/golden_gate/models/update_postgresql_connection_details.py +8 -6
- oci/golden_gate/models/work_request.py +11 -3
- 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_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +294 -294
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- 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/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +388 -192
- oci/log_analytics/models/export_details.py +15 -17
- oci/logging/logging_management_client.py +30 -30
- 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_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/__init__.py +4 -2
- oci/ocvp/cluster_client.py +732 -0
- oci/ocvp/cluster_client_composite_operations.py +160 -0
- oci/ocvp/esxi_host_client.py +262 -14
- oci/ocvp/esxi_host_client_composite_operations.py +84 -1
- oci/ocvp/models/__init__.py +29 -7
- oci/ocvp/models/change_sddc_compartment_details.py +1 -1
- oci/ocvp/models/cluster.py +1026 -0
- oci/ocvp/models/cluster_collection.py +72 -0
- oci/ocvp/models/cluster_summary.py +671 -0
- oci/ocvp/models/create_cluster_details.py +658 -0
- oci/ocvp/models/create_esxi_host_details.py +112 -161
- oci/ocvp/models/create_sddc_details.py +86 -814
- oci/ocvp/models/datastore_details.py +154 -0
- oci/ocvp/models/datastore_info.py +6 -6
- oci/ocvp/models/downgrade_hcx_details.py +1 -1
- oci/ocvp/models/esxi_host.py +132 -64
- oci/ocvp/models/esxi_host_collection.py +1 -1
- oci/ocvp/models/esxi_host_summary.py +100 -63
- oci/ocvp/models/hcx_license_summary.py +1 -1
- oci/ocvp/models/initial_cluster_configuration.py +518 -0
- oci/ocvp/models/initial_configuration.py +72 -0
- oci/ocvp/models/network_configuration.py +635 -0
- oci/ocvp/models/replace_host_details.py +78 -0
- oci/ocvp/models/sddc.py +176 -1269
- oci/ocvp/models/sddc_collection.py +1 -1
- oci/ocvp/models/sddc_password.py +123 -0
- oci/ocvp/models/sddc_summary.py +55 -161
- oci/ocvp/models/supported_commitment_summary.py +96 -0
- oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
- oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
- oci/ocvp/models/supported_host_shape_collection.py +1 -1
- oci/ocvp/models/supported_host_shape_summary.py +54 -54
- oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
- oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
- oci/ocvp/models/update_cluster_details.py +265 -0
- oci/ocvp/models/update_esxi_host_details.py +32 -32
- oci/ocvp/models/update_sddc_details.py +42 -377
- oci/ocvp/models/vsphere_license.py +1 -1
- oci/ocvp/models/vsphere_upgrade_object.py +1 -1
- oci/ocvp/models/work_request.py +20 -4
- oci/ocvp/models/work_request_collection.py +1 -1
- oci/ocvp/models/work_request_error.py +1 -1
- oci/ocvp/models/work_request_error_collection.py +1 -1
- oci/ocvp/models/work_request_log_entry.py +1 -1
- oci/ocvp/models/work_request_log_entry_collection.py +1 -1
- oci/ocvp/models/work_request_resource.py +1 -1
- oci/ocvp/sddc_client.py +212 -68
- oci/ocvp/sddc_client_composite_operations.py +1 -1
- oci/ocvp/work_request_client.py +10 -10
- oci/ocvp/work_request_client_composite_operations.py +1 -1
- 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/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_client.py +6 -6
- oci/opsi/models/__init__.py +22 -0
- oci/opsi/models/awr_hub_objects.py +72 -0
- oci/opsi/models/awr_hub_source.py +904 -0
- oci/opsi/models/awr_hub_source_summary.py +904 -0
- oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
- oci/opsi/models/awr_hub_sources.py +72 -0
- oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
- oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
- oci/opsi/models/create_awr_hub_details.py +1 -1
- oci/opsi/models/create_awr_hub_source_details.py +377 -0
- oci/opsi/models/list_objects.py +134 -0
- oci/opsi/models/object_summary.py +329 -0
- oci/opsi/models/update_awr_hub_source_details.py +210 -0
- oci/opsi/models/work_request.py +27 -3
- oci/opsi/operations_insights_client.py +3221 -1507
- oci/opsi/operations_insights_client_composite_operations.py +283 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- 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/psql/postgresql_client.py +66 -66
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +12 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- 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_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 +58 -58
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- 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 +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +19 -19
- 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/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/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/METADATA +1 -1
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/RECORD +352 -312
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/WHEEL +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/top_level.txt +0 -0
oci/ocvp/work_request_client.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
3
3
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
4
|
|
5
|
-
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version:
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230701
|
6
6
|
|
7
7
|
from __future__ import absolute_import
|
8
8
|
|
@@ -100,7 +100,7 @@ class WorkRequestClient(object):
|
|
100
100
|
base_client_init_kwargs = {
|
101
101
|
'regional_client': True,
|
102
102
|
'service_endpoint': kwargs.get('service_endpoint'),
|
103
|
-
'base_path': '/
|
103
|
+
'base_path': '/20230701',
|
104
104
|
'service_endpoint_template': 'https://ocvps.{region}.oci.{secondLevelDomain}',
|
105
105
|
'service_endpoint_template_per_realm': { }, # noqa: E201 E202
|
106
106
|
'skip_deserialization': kwargs.get('skip_deserialization', False),
|
@@ -147,14 +147,14 @@ class WorkRequestClient(object):
|
|
147
147
|
:rtype: :class:`~oci.response.Response`
|
148
148
|
|
149
149
|
:example:
|
150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/ocvp/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
151
151
|
"""
|
152
152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
153
153
|
required_arguments = ['workRequestId']
|
154
154
|
resource_path = "/workRequests/{workRequestId}"
|
155
155
|
method = "GET"
|
156
156
|
operation_name = "get_work_request"
|
157
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/vmware/
|
157
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/vmware/20230701/WorkRequest/GetWorkRequest"
|
158
158
|
|
159
159
|
# Don't accept unknown kwargs
|
160
160
|
expected_kwargs = [
|
@@ -262,14 +262,14 @@ class WorkRequestClient(object):
|
|
262
262
|
:rtype: :class:`~oci.response.Response`
|
263
263
|
|
264
264
|
:example:
|
265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/ocvp/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
266
266
|
"""
|
267
267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
268
268
|
required_arguments = ['workRequestId']
|
269
269
|
resource_path = "/workRequests/{workRequestId}/errors"
|
270
270
|
method = "GET"
|
271
271
|
operation_name = "list_work_request_errors"
|
272
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/vmware/
|
272
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/vmware/20230701/WorkRequestError/ListWorkRequestErrors"
|
273
273
|
|
274
274
|
# Don't accept unknown kwargs
|
275
275
|
expected_kwargs = [
|
@@ -387,14 +387,14 @@ class WorkRequestClient(object):
|
|
387
387
|
:rtype: :class:`~oci.response.Response`
|
388
388
|
|
389
389
|
:example:
|
390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/ocvp/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
391
391
|
"""
|
392
392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
393
393
|
required_arguments = ['workRequestId']
|
394
394
|
resource_path = "/workRequests/{workRequestId}/logs"
|
395
395
|
method = "GET"
|
396
396
|
operation_name = "list_work_request_logs"
|
397
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/vmware/
|
397
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/vmware/20230701/WorkRequestLogEntry/ListWorkRequestLogs"
|
398
398
|
|
399
399
|
# Don't accept unknown kwargs
|
400
400
|
expected_kwargs = [
|
@@ -517,14 +517,14 @@ class WorkRequestClient(object):
|
|
517
517
|
:rtype: :class:`~oci.response.Response`
|
518
518
|
|
519
519
|
:example:
|
520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/ocvp/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
521
521
|
"""
|
522
522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
523
523
|
required_arguments = ['compartmentId']
|
524
524
|
resource_path = "/workRequests"
|
525
525
|
method = "GET"
|
526
526
|
operation_name = "list_work_requests"
|
527
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/vmware/
|
527
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/vmware/20230701/WorkRequest/ListWorkRequests"
|
528
528
|
|
529
529
|
# Don't accept unknown kwargs
|
530
530
|
expected_kwargs = [
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
3
3
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
4
|
|
5
|
-
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version:
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230701
|
6
6
|
|
7
7
|
import oci # noqa: F401
|
8
8
|
from oci.util import WAIT_RESOURCE_NOT_FOUND # noqa: F401
|
oci/oda/management_client.py
CHANGED
@@ -168,7 +168,7 @@ class ManagementClient(object):
|
|
168
168
|
:rtype: :class:`~oci.response.Response`
|
169
169
|
|
170
170
|
:example:
|
171
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/change_oda_private_endpoint_compartment.py.html>`__ to see an example of how to use change_oda_private_endpoint_compartment API.
|
172
172
|
"""
|
173
173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
174
174
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -274,7 +274,7 @@ class ManagementClient(object):
|
|
274
274
|
:rtype: :class:`~oci.response.Response`
|
275
275
|
|
276
276
|
:example:
|
277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/configure_digital_assistant_parameters.py.html>`__ to see an example of how to use configure_digital_assistant_parameters API.
|
278
278
|
"""
|
279
279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
280
280
|
required_arguments = ['odaInstanceId']
|
@@ -383,7 +383,7 @@ class ManagementClient(object):
|
|
383
383
|
:rtype: :class:`~oci.response.Response`
|
384
384
|
|
385
385
|
:example:
|
386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/create_authentication_provider.py.html>`__ to see an example of how to use create_authentication_provider API.
|
387
387
|
"""
|
388
388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
389
389
|
required_arguments = ['odaInstanceId']
|
@@ -497,7 +497,7 @@ class ManagementClient(object):
|
|
497
497
|
:rtype: :class:`~oci.response.Response`
|
498
498
|
|
499
499
|
:example:
|
500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/create_channel.py.html>`__ to see an example of how to use create_channel API.
|
501
501
|
"""
|
502
502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
503
503
|
required_arguments = ['odaInstanceId']
|
@@ -611,7 +611,7 @@ class ManagementClient(object):
|
|
611
611
|
:rtype: :class:`~oci.response.Response`
|
612
612
|
|
613
613
|
:example:
|
614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/create_digital_assistant.py.html>`__ to see an example of how to use create_digital_assistant API.
|
615
615
|
"""
|
616
616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
617
617
|
required_arguments = ['odaInstanceId']
|
@@ -723,7 +723,7 @@ class ManagementClient(object):
|
|
723
723
|
:rtype: :class:`~oci.response.Response`
|
724
724
|
|
725
725
|
:example:
|
726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/create_oda_private_endpoint.py.html>`__ to see an example of how to use create_oda_private_endpoint API.
|
727
727
|
"""
|
728
728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
729
729
|
required_arguments = []
|
@@ -825,7 +825,7 @@ class ManagementClient(object):
|
|
825
825
|
:rtype: :class:`~oci.response.Response`
|
826
826
|
|
827
827
|
:example:
|
828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/create_oda_private_endpoint_attachment.py.html>`__ to see an example of how to use create_oda_private_endpoint_attachment API.
|
829
829
|
"""
|
830
830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
831
831
|
required_arguments = []
|
@@ -932,7 +932,7 @@ class ManagementClient(object):
|
|
932
932
|
:rtype: :class:`~oci.response.Response`
|
933
933
|
|
934
934
|
:example:
|
935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/create_oda_private_endpoint_scan_proxy.py.html>`__ to see an example of how to use create_oda_private_endpoint_scan_proxy API.
|
936
936
|
"""
|
937
937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
938
938
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -1046,7 +1046,7 @@ class ManagementClient(object):
|
|
1046
1046
|
:rtype: :class:`~oci.response.Response`
|
1047
1047
|
|
1048
1048
|
:example:
|
1049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/create_skill.py.html>`__ to see an example of how to use create_skill API.
|
1050
1050
|
"""
|
1051
1051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1052
1052
|
required_arguments = ['odaInstanceId']
|
@@ -1161,7 +1161,7 @@ class ManagementClient(object):
|
|
1161
1161
|
:rtype: :class:`~oci.response.Response`
|
1162
1162
|
|
1163
1163
|
:example:
|
1164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/create_skill_parameter.py.html>`__ to see an example of how to use create_skill_parameter API.
|
1165
1165
|
"""
|
1166
1166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1167
1167
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -1276,7 +1276,7 @@ class ManagementClient(object):
|
|
1276
1276
|
:rtype: :class:`~oci.response.Response`
|
1277
1277
|
|
1278
1278
|
:example:
|
1279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/create_translator.py.html>`__ to see an example of how to use create_translator API.
|
1280
1280
|
"""
|
1281
1281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1282
1282
|
required_arguments = ['odaInstanceId']
|
@@ -1390,7 +1390,7 @@ class ManagementClient(object):
|
|
1390
1390
|
:rtype: :class:`~oci.response.Response`
|
1391
1391
|
|
1392
1392
|
:example:
|
1393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/delete_authentication_provider.py.html>`__ to see an example of how to use delete_authentication_provider API.
|
1394
1394
|
"""
|
1395
1395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1396
1396
|
required_arguments = ['odaInstanceId', 'authenticationProviderId']
|
@@ -1500,7 +1500,7 @@ class ManagementClient(object):
|
|
1500
1500
|
:rtype: :class:`~oci.response.Response`
|
1501
1501
|
|
1502
1502
|
:example:
|
1503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/delete_channel.py.html>`__ to see an example of how to use delete_channel API.
|
1504
1504
|
"""
|
1505
1505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1506
1506
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -1610,7 +1610,7 @@ class ManagementClient(object):
|
|
1610
1610
|
:rtype: :class:`~oci.response.Response`
|
1611
1611
|
|
1612
1612
|
:example:
|
1613
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1613
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/delete_digital_assistant.py.html>`__ to see an example of how to use delete_digital_assistant API.
|
1614
1614
|
"""
|
1615
1615
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1616
1616
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -1720,7 +1720,7 @@ class ManagementClient(object):
|
|
1720
1720
|
:rtype: :class:`~oci.response.Response`
|
1721
1721
|
|
1722
1722
|
:example:
|
1723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/delete_oda_private_endpoint.py.html>`__ to see an example of how to use delete_oda_private_endpoint API.
|
1724
1724
|
"""
|
1725
1725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1726
1726
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -1829,7 +1829,7 @@ class ManagementClient(object):
|
|
1829
1829
|
:rtype: :class:`~oci.response.Response`
|
1830
1830
|
|
1831
1831
|
:example:
|
1832
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/delete_oda_private_endpoint_attachment.py.html>`__ to see an example of how to use delete_oda_private_endpoint_attachment API.
|
1833
1833
|
"""
|
1834
1834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1835
1835
|
required_arguments = ['odaPrivateEndpointAttachmentId']
|
@@ -1941,7 +1941,7 @@ class ManagementClient(object):
|
|
1941
1941
|
:rtype: :class:`~oci.response.Response`
|
1942
1942
|
|
1943
1943
|
:example:
|
1944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/delete_oda_private_endpoint_scan_proxy.py.html>`__ to see an example of how to use delete_oda_private_endpoint_scan_proxy API.
|
1945
1945
|
"""
|
1946
1946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1947
1947
|
required_arguments = ['odaPrivateEndpointScanProxyId', 'odaPrivateEndpointId']
|
@@ -2051,7 +2051,7 @@ class ManagementClient(object):
|
|
2051
2051
|
:rtype: :class:`~oci.response.Response`
|
2052
2052
|
|
2053
2053
|
:example:
|
2054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/delete_skill.py.html>`__ to see an example of how to use delete_skill API.
|
2055
2055
|
"""
|
2056
2056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2057
2057
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -2164,7 +2164,7 @@ class ManagementClient(object):
|
|
2164
2164
|
:rtype: :class:`~oci.response.Response`
|
2165
2165
|
|
2166
2166
|
:example:
|
2167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/delete_skill_parameter.py.html>`__ to see an example of how to use delete_skill_parameter API.
|
2168
2168
|
"""
|
2169
2169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2170
2170
|
required_arguments = ['odaInstanceId', 'skillId', 'parameterName']
|
@@ -2275,7 +2275,7 @@ class ManagementClient(object):
|
|
2275
2275
|
:rtype: :class:`~oci.response.Response`
|
2276
2276
|
|
2277
2277
|
:example:
|
2278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/delete_translator.py.html>`__ to see an example of how to use delete_translator API.
|
2279
2279
|
"""
|
2280
2280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2281
2281
|
required_arguments = ['odaInstanceId', 'translatorId']
|
@@ -2380,7 +2380,7 @@ class ManagementClient(object):
|
|
2380
2380
|
:rtype: :class:`~oci.response.Response`
|
2381
2381
|
|
2382
2382
|
:example:
|
2383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/export_digital_assistant.py.html>`__ to see an example of how to use export_digital_assistant API.
|
2384
2384
|
"""
|
2385
2385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2386
2386
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -2485,7 +2485,7 @@ class ManagementClient(object):
|
|
2485
2485
|
:rtype: :class:`~oci.response.Response`
|
2486
2486
|
|
2487
2487
|
:example:
|
2488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/export_skill.py.html>`__ to see an example of how to use export_skill API.
|
2489
2489
|
"""
|
2490
2490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2491
2491
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -2592,7 +2592,7 @@ class ManagementClient(object):
|
|
2592
2592
|
:rtype: :class:`~oci.response.Response`
|
2593
2593
|
|
2594
2594
|
:example:
|
2595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/get_authentication_provider.py.html>`__ to see an example of how to use get_authentication_provider API.
|
2596
2596
|
"""
|
2597
2597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2598
2598
|
required_arguments = ['odaInstanceId', 'authenticationProviderId']
|
@@ -2701,7 +2701,7 @@ class ManagementClient(object):
|
|
2701
2701
|
:rtype: :class:`~oci.response.Response`
|
2702
2702
|
|
2703
2703
|
:example:
|
2704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/get_channel.py.html>`__ to see an example of how to use get_channel API.
|
2705
2705
|
"""
|
2706
2706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2707
2707
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -2810,7 +2810,7 @@ class ManagementClient(object):
|
|
2810
2810
|
:rtype: :class:`~oci.response.Response`
|
2811
2811
|
|
2812
2812
|
:example:
|
2813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/get_digital_assistant.py.html>`__ to see an example of how to use get_digital_assistant API.
|
2814
2814
|
"""
|
2815
2815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2816
2816
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -2922,7 +2922,7 @@ class ManagementClient(object):
|
|
2922
2922
|
:rtype: :class:`~oci.response.Response`
|
2923
2923
|
|
2924
2924
|
:example:
|
2925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/get_digital_assistant_parameter.py.html>`__ to see an example of how to use get_digital_assistant_parameter API.
|
2926
2926
|
"""
|
2927
2927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2928
2928
|
required_arguments = ['odaInstanceId', 'digitalAssistantId', 'parameterName']
|
@@ -3026,7 +3026,7 @@ class ManagementClient(object):
|
|
3026
3026
|
:rtype: :class:`~oci.response.Response`
|
3027
3027
|
|
3028
3028
|
:example:
|
3029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/get_oda_private_endpoint.py.html>`__ to see an example of how to use get_oda_private_endpoint API.
|
3030
3030
|
"""
|
3031
3031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3032
3032
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -3126,7 +3126,7 @@ class ManagementClient(object):
|
|
3126
3126
|
:rtype: :class:`~oci.response.Response`
|
3127
3127
|
|
3128
3128
|
:example:
|
3129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/get_oda_private_endpoint_attachment.py.html>`__ to see an example of how to use get_oda_private_endpoint_attachment API.
|
3130
3130
|
"""
|
3131
3131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3132
3132
|
required_arguments = ['odaPrivateEndpointAttachmentId']
|
@@ -3229,7 +3229,7 @@ class ManagementClient(object):
|
|
3229
3229
|
:rtype: :class:`~oci.response.Response`
|
3230
3230
|
|
3231
3231
|
:example:
|
3232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/get_oda_private_endpoint_scan_proxy.py.html>`__ to see an example of how to use get_oda_private_endpoint_scan_proxy API.
|
3233
3233
|
"""
|
3234
3234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3235
3235
|
required_arguments = ['odaPrivateEndpointScanProxyId', 'odaPrivateEndpointId']
|
@@ -3336,7 +3336,7 @@ class ManagementClient(object):
|
|
3336
3336
|
:rtype: :class:`~oci.response.Response`
|
3337
3337
|
|
3338
3338
|
:example:
|
3339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/get_skill.py.html>`__ to see an example of how to use get_skill API.
|
3340
3340
|
"""
|
3341
3341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3342
3342
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -3448,7 +3448,7 @@ class ManagementClient(object):
|
|
3448
3448
|
:rtype: :class:`~oci.response.Response`
|
3449
3449
|
|
3450
3450
|
:example:
|
3451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/get_skill_parameter.py.html>`__ to see an example of how to use get_skill_parameter API.
|
3452
3452
|
"""
|
3453
3453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3454
3454
|
required_arguments = ['odaInstanceId', 'skillId', 'parameterName']
|
@@ -3558,7 +3558,7 @@ class ManagementClient(object):
|
|
3558
3558
|
:rtype: :class:`~oci.response.Response`
|
3559
3559
|
|
3560
3560
|
:example:
|
3561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/get_translator.py.html>`__ to see an example of how to use get_translator API.
|
3562
3562
|
"""
|
3563
3563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3564
3564
|
required_arguments = ['odaInstanceId', 'translatorId']
|
@@ -3670,7 +3670,7 @@ class ManagementClient(object):
|
|
3670
3670
|
:rtype: :class:`~oci.response.Response`
|
3671
3671
|
|
3672
3672
|
:example:
|
3673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/import_bot.py.html>`__ to see an example of how to use import_bot API.
|
3674
3674
|
"""
|
3675
3675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3676
3676
|
required_arguments = ['odaInstanceId']
|
@@ -3817,7 +3817,7 @@ class ManagementClient(object):
|
|
3817
3817
|
:rtype: :class:`~oci.response.Response`
|
3818
3818
|
|
3819
3819
|
:example:
|
3820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/list_authentication_providers.py.html>`__ to see an example of how to use list_authentication_providers API.
|
3821
3821
|
"""
|
3822
3822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3823
3823
|
required_arguments = ['odaInstanceId']
|
@@ -4015,7 +4015,7 @@ class ManagementClient(object):
|
|
4015
4015
|
:rtype: :class:`~oci.response.Response`
|
4016
4016
|
|
4017
4017
|
:example:
|
4018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/list_channels.py.html>`__ to see an example of how to use list_channels API.
|
4019
4019
|
"""
|
4020
4020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4021
4021
|
required_arguments = ['odaInstanceId']
|
@@ -4210,7 +4210,7 @@ class ManagementClient(object):
|
|
4210
4210
|
:rtype: :class:`~oci.response.Response`
|
4211
4211
|
|
4212
4212
|
:example:
|
4213
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/list_digital_assistant_parameters.py.html>`__ to see an example of how to use list_digital_assistant_parameters API.
|
4214
4214
|
"""
|
4215
4215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4216
4216
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -4408,7 +4408,7 @@ class ManagementClient(object):
|
|
4408
4408
|
:rtype: :class:`~oci.response.Response`
|
4409
4409
|
|
4410
4410
|
:example:
|
4411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/list_digital_assistants.py.html>`__ to see an example of how to use list_digital_assistants API.
|
4412
4412
|
"""
|
4413
4413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4414
4414
|
required_arguments = ['odaInstanceId']
|
@@ -4594,7 +4594,7 @@ class ManagementClient(object):
|
|
4594
4594
|
:rtype: :class:`~oci.response.Response`
|
4595
4595
|
|
4596
4596
|
:example:
|
4597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/list_oda_private_endpoint_attachments.py.html>`__ to see an example of how to use list_oda_private_endpoint_attachments API.
|
4598
4598
|
"""
|
4599
4599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4600
4600
|
required_arguments = ['odaPrivateEndpointId', 'compartmentId']
|
@@ -4754,7 +4754,7 @@ class ManagementClient(object):
|
|
4754
4754
|
:rtype: :class:`~oci.response.Response`
|
4755
4755
|
|
4756
4756
|
:example:
|
4757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/list_oda_private_endpoint_scan_proxies.py.html>`__ to see an example of how to use list_oda_private_endpoint_scan_proxies API.
|
4758
4758
|
"""
|
4759
4759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4760
4760
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -4927,7 +4927,7 @@ class ManagementClient(object):
|
|
4927
4927
|
:rtype: :class:`~oci.response.Response`
|
4928
4928
|
|
4929
4929
|
:example:
|
4930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/list_oda_private_endpoints.py.html>`__ to see an example of how to use list_oda_private_endpoints API.
|
4931
4931
|
"""
|
4932
4932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4933
4933
|
required_arguments = ['compartmentId']
|
@@ -5091,7 +5091,7 @@ class ManagementClient(object):
|
|
5091
5091
|
:rtype: :class:`~oci.response.Response`
|
5092
5092
|
|
5093
5093
|
:example:
|
5094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/list_skill_parameters.py.html>`__ to see an example of how to use list_skill_parameters API.
|
5095
5095
|
"""
|
5096
5096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5097
5097
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -5289,7 +5289,7 @@ class ManagementClient(object):
|
|
5289
5289
|
:rtype: :class:`~oci.response.Response`
|
5290
5290
|
|
5291
5291
|
:example:
|
5292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/list_skills.py.html>`__ to see an example of how to use list_skills API.
|
5293
5293
|
"""
|
5294
5294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5295
5295
|
required_arguments = ['odaInstanceId']
|
@@ -5484,7 +5484,7 @@ class ManagementClient(object):
|
|
5484
5484
|
:rtype: :class:`~oci.response.Response`
|
5485
5485
|
|
5486
5486
|
:example:
|
5487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/list_translators.py.html>`__ to see an example of how to use list_translators API.
|
5488
5488
|
"""
|
5489
5489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5490
5490
|
required_arguments = ['odaInstanceId']
|
@@ -5644,7 +5644,7 @@ class ManagementClient(object):
|
|
5644
5644
|
:rtype: :class:`~oci.response.Response`
|
5645
5645
|
|
5646
5646
|
:example:
|
5647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/publish_digital_assistant.py.html>`__ to see an example of how to use publish_digital_assistant API.
|
5648
5648
|
"""
|
5649
5649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5650
5650
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -5757,7 +5757,7 @@ class ManagementClient(object):
|
|
5757
5757
|
:rtype: :class:`~oci.response.Response`
|
5758
5758
|
|
5759
5759
|
:example:
|
5760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/publish_skill.py.html>`__ to see an example of how to use publish_skill API.
|
5761
5761
|
"""
|
5762
5762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5763
5763
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -5871,7 +5871,7 @@ class ManagementClient(object):
|
|
5871
5871
|
:rtype: :class:`~oci.response.Response`
|
5872
5872
|
|
5873
5873
|
:example:
|
5874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/rotate_channel_keys.py.html>`__ to see an example of how to use rotate_channel_keys API.
|
5875
5875
|
"""
|
5876
5876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5877
5877
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -5983,7 +5983,7 @@ class ManagementClient(object):
|
|
5983
5983
|
:rtype: :class:`~oci.response.Response`
|
5984
5984
|
|
5985
5985
|
:example:
|
5986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5986
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/start_channel.py.html>`__ to see an example of how to use start_channel API.
|
5987
5987
|
"""
|
5988
5988
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5989
5989
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -6095,7 +6095,7 @@ class ManagementClient(object):
|
|
6095
6095
|
:rtype: :class:`~oci.response.Response`
|
6096
6096
|
|
6097
6097
|
:example:
|
6098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/stop_channel.py.html>`__ to see an example of how to use stop_channel API.
|
6099
6099
|
"""
|
6100
6100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6101
6101
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -6210,7 +6210,7 @@ class ManagementClient(object):
|
|
6210
6210
|
:rtype: :class:`~oci.response.Response`
|
6211
6211
|
|
6212
6212
|
:example:
|
6213
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/update_authentication_provider.py.html>`__ to see an example of how to use update_authentication_provider API.
|
6214
6214
|
"""
|
6215
6215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6216
6216
|
required_arguments = ['odaInstanceId', 'authenticationProviderId']
|
@@ -6327,7 +6327,7 @@ class ManagementClient(object):
|
|
6327
6327
|
:rtype: :class:`~oci.response.Response`
|
6328
6328
|
|
6329
6329
|
:example:
|
6330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/update_channel.py.html>`__ to see an example of how to use update_channel API.
|
6331
6331
|
"""
|
6332
6332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6333
6333
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -6444,7 +6444,7 @@ class ManagementClient(object):
|
|
6444
6444
|
:rtype: :class:`~oci.response.Response`
|
6445
6445
|
|
6446
6446
|
:example:
|
6447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/update_digital_assistant.py.html>`__ to see an example of how to use update_digital_assistant API.
|
6448
6448
|
"""
|
6449
6449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6450
6450
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -6564,7 +6564,7 @@ class ManagementClient(object):
|
|
6564
6564
|
:rtype: :class:`~oci.response.Response`
|
6565
6565
|
|
6566
6566
|
:example:
|
6567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/update_digital_assistant_parameter.py.html>`__ to see an example of how to use update_digital_assistant_parameter API.
|
6568
6568
|
"""
|
6569
6569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6570
6570
|
required_arguments = ['odaInstanceId', 'digitalAssistantId', 'parameterName']
|
@@ -6681,7 +6681,7 @@ class ManagementClient(object):
|
|
6681
6681
|
:rtype: :class:`~oci.response.Response`
|
6682
6682
|
|
6683
6683
|
:example:
|
6684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/update_oda_private_endpoint.py.html>`__ to see an example of how to use update_oda_private_endpoint API.
|
6685
6685
|
"""
|
6686
6686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6687
6687
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -6795,7 +6795,7 @@ class ManagementClient(object):
|
|
6795
6795
|
:rtype: :class:`~oci.response.Response`
|
6796
6796
|
|
6797
6797
|
:example:
|
6798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/update_skill.py.html>`__ to see an example of how to use update_skill API.
|
6799
6799
|
"""
|
6800
6800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6801
6801
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -6915,7 +6915,7 @@ class ManagementClient(object):
|
|
6915
6915
|
:rtype: :class:`~oci.response.Response`
|
6916
6916
|
|
6917
6917
|
:example:
|
6918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/update_skill_parameter.py.html>`__ to see an example of how to use update_skill_parameter API.
|
6919
6919
|
"""
|
6920
6920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6921
6921
|
required_arguments = ['odaInstanceId', 'skillId', 'parameterName']
|
@@ -7033,7 +7033,7 @@ class ManagementClient(object):
|
|
7033
7033
|
:rtype: :class:`~oci.response.Response`
|
7034
7034
|
|
7035
7035
|
:example:
|
7036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/oda/update_translator.py.html>`__ to see an example of how to use update_translator API.
|
7037
7037
|
"""
|
7038
7038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7039
7039
|
required_arguments = ['odaInstanceId', 'translatorId']
|