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
@@ -153,7 +153,7 @@ class DbManagementClient(object):
|
|
153
153
|
:rtype: :class:`~oci.response.Response`
|
154
154
|
|
155
155
|
:example:
|
156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/add_data_files.py.html>`__ to see an example of how to use add_data_files API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -269,7 +269,7 @@ class DbManagementClient(object):
|
|
269
269
|
:rtype: :class:`~oci.response.Response`
|
270
270
|
|
271
271
|
:example:
|
272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/add_managed_database_to_managed_database_group.py.html>`__ to see an example of how to use add_managed_database_to_managed_database_group API.
|
273
273
|
"""
|
274
274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
275
275
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -394,7 +394,7 @@ class DbManagementClient(object):
|
|
394
394
|
:rtype: :class:`~oci.response.Response`
|
395
395
|
|
396
396
|
:example:
|
397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
|
398
398
|
"""
|
399
399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
400
400
|
required_arguments = ['managedDatabaseId', 'timeStart', 'timeEnd']
|
@@ -544,7 +544,7 @@ class DbManagementClient(object):
|
|
544
544
|
:rtype: :class:`~oci.response.Response`
|
545
545
|
|
546
546
|
:example:
|
547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
|
548
548
|
"""
|
549
549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
550
550
|
required_arguments = ['managedDatabaseId']
|
@@ -664,7 +664,7 @@ class DbManagementClient(object):
|
|
664
664
|
:rtype: :class:`~oci.response.Response`
|
665
665
|
|
666
666
|
:example:
|
667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/change_db_management_private_endpoint_compartment.py.html>`__ to see an example of how to use change_db_management_private_endpoint_compartment API.
|
668
668
|
"""
|
669
669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
670
670
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -786,7 +786,7 @@ class DbManagementClient(object):
|
|
786
786
|
:rtype: :class:`~oci.response.Response`
|
787
787
|
|
788
788
|
:example:
|
789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
|
790
790
|
"""
|
791
791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
792
792
|
required_arguments = ['externalDbSystemId']
|
@@ -908,7 +908,7 @@ class DbManagementClient(object):
|
|
908
908
|
:rtype: :class:`~oci.response.Response`
|
909
909
|
|
910
910
|
:example:
|
911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
|
912
912
|
"""
|
913
913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
914
914
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -1030,7 +1030,7 @@ class DbManagementClient(object):
|
|
1030
1030
|
:rtype: :class:`~oci.response.Response`
|
1031
1031
|
|
1032
1032
|
:example:
|
1033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
|
1034
1034
|
"""
|
1035
1035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1036
1036
|
required_arguments = ['jobId']
|
@@ -1154,7 +1154,7 @@ class DbManagementClient(object):
|
|
1154
1154
|
:rtype: :class:`~oci.response.Response`
|
1155
1155
|
|
1156
1156
|
:example:
|
1157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
|
1158
1158
|
"""
|
1159
1159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1160
1160
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -1272,7 +1272,7 @@ class DbManagementClient(object):
|
|
1272
1272
|
:rtype: :class:`~oci.response.Response`
|
1273
1273
|
|
1274
1274
|
:example:
|
1275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/check_external_db_system_connector_connection_status.py.html>`__ to see an example of how to use check_external_db_system_connector_connection_status API.
|
1276
1276
|
"""
|
1277
1277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1278
1278
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -1391,7 +1391,7 @@ class DbManagementClient(object):
|
|
1391
1391
|
:rtype: :class:`~oci.response.Response`
|
1392
1392
|
|
1393
1393
|
:example:
|
1394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
|
1395
1395
|
"""
|
1396
1396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1397
1397
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -1501,7 +1501,7 @@ class DbManagementClient(object):
|
|
1501
1501
|
:rtype: :class:`~oci.response.Response`
|
1502
1502
|
|
1503
1503
|
:example:
|
1504
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
|
1505
1505
|
"""
|
1506
1506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1507
1507
|
required_arguments = []
|
@@ -1597,7 +1597,7 @@ class DbManagementClient(object):
|
|
1597
1597
|
:rtype: :class:`~oci.response.Response`
|
1598
1598
|
|
1599
1599
|
:example:
|
1600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
|
1601
1601
|
"""
|
1602
1602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1603
1603
|
required_arguments = []
|
@@ -1695,7 +1695,7 @@ class DbManagementClient(object):
|
|
1695
1695
|
:rtype: :class:`~oci.response.Response`
|
1696
1696
|
|
1697
1697
|
:example:
|
1698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
|
1699
1699
|
"""
|
1700
1700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1701
1701
|
required_arguments = []
|
@@ -1793,7 +1793,7 @@ class DbManagementClient(object):
|
|
1793
1793
|
:rtype: :class:`~oci.response.Response`
|
1794
1794
|
|
1795
1795
|
:example:
|
1796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1796
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
|
1797
1797
|
"""
|
1798
1798
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1799
1799
|
required_arguments = []
|
@@ -1896,7 +1896,7 @@ class DbManagementClient(object):
|
|
1896
1896
|
:rtype: :class:`~oci.response.Response`
|
1897
1897
|
|
1898
1898
|
:example:
|
1899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
|
1900
1900
|
"""
|
1901
1901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1902
1902
|
required_arguments = []
|
@@ -1996,7 +1996,7 @@ class DbManagementClient(object):
|
|
1996
1996
|
:rtype: :class:`~oci.response.Response`
|
1997
1997
|
|
1998
1998
|
:example:
|
1999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
|
2000
2000
|
"""
|
2001
2001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2002
2002
|
required_arguments = []
|
@@ -2096,7 +2096,7 @@ class DbManagementClient(object):
|
|
2096
2096
|
:rtype: :class:`~oci.response.Response`
|
2097
2097
|
|
2098
2098
|
:example:
|
2099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
|
2100
2100
|
"""
|
2101
2101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2102
2102
|
required_arguments = []
|
@@ -2193,7 +2193,7 @@ class DbManagementClient(object):
|
|
2193
2193
|
:rtype: :class:`~oci.response.Response`
|
2194
2194
|
|
2195
2195
|
:example:
|
2196
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
|
2197
2197
|
"""
|
2198
2198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2199
2199
|
required_arguments = []
|
@@ -2294,7 +2294,7 @@ class DbManagementClient(object):
|
|
2294
2294
|
:rtype: :class:`~oci.response.Response`
|
2295
2295
|
|
2296
2296
|
:example:
|
2297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
|
2298
2298
|
"""
|
2299
2299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2300
2300
|
required_arguments = ['managedDatabaseId']
|
@@ -2404,7 +2404,7 @@ class DbManagementClient(object):
|
|
2404
2404
|
:rtype: :class:`~oci.response.Response`
|
2405
2405
|
|
2406
2406
|
:example:
|
2407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
|
2408
2408
|
"""
|
2409
2409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2410
2410
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -2509,7 +2509,7 @@ class DbManagementClient(object):
|
|
2509
2509
|
:rtype: :class:`~oci.response.Response`
|
2510
2510
|
|
2511
2511
|
:example:
|
2512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
|
2513
2513
|
"""
|
2514
2514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2515
2515
|
required_arguments = ['externalDbSystemId']
|
@@ -2614,7 +2614,7 @@ class DbManagementClient(object):
|
|
2614
2614
|
:rtype: :class:`~oci.response.Response`
|
2615
2615
|
|
2616
2616
|
:example:
|
2617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
|
2618
2618
|
"""
|
2619
2619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2620
2620
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -2719,7 +2719,7 @@ class DbManagementClient(object):
|
|
2719
2719
|
:rtype: :class:`~oci.response.Response`
|
2720
2720
|
|
2721
2721
|
:example:
|
2722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
|
2723
2723
|
"""
|
2724
2724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2725
2725
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -2824,7 +2824,7 @@ class DbManagementClient(object):
|
|
2824
2824
|
:rtype: :class:`~oci.response.Response`
|
2825
2825
|
|
2826
2826
|
:example:
|
2827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
|
2828
2828
|
"""
|
2829
2829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2830
2830
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -2929,7 +2929,7 @@ class DbManagementClient(object):
|
|
2929
2929
|
:rtype: :class:`~oci.response.Response`
|
2930
2930
|
|
2931
2931
|
:example:
|
2932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
|
2933
2933
|
"""
|
2934
2934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2935
2935
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -3032,7 +3032,7 @@ class DbManagementClient(object):
|
|
3032
3032
|
:rtype: :class:`~oci.response.Response`
|
3033
3033
|
|
3034
3034
|
:example:
|
3035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
3036
3036
|
"""
|
3037
3037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3038
3038
|
required_arguments = ['jobId']
|
@@ -3138,7 +3138,7 @@ class DbManagementClient(object):
|
|
3138
3138
|
:rtype: :class:`~oci.response.Response`
|
3139
3139
|
|
3140
3140
|
:example:
|
3141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
|
3142
3142
|
"""
|
3143
3143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3144
3144
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -3239,7 +3239,7 @@ class DbManagementClient(object):
|
|
3239
3239
|
:rtype: :class:`~oci.response.Response`
|
3240
3240
|
|
3241
3241
|
:example:
|
3242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
|
3243
3243
|
"""
|
3244
3244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3245
3245
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -3351,7 +3351,7 @@ class DbManagementClient(object):
|
|
3351
3351
|
:rtype: :class:`~oci.response.Response`
|
3352
3352
|
|
3353
3353
|
:example:
|
3354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/disable_external_db_system_database_management.py.html>`__ to see an example of how to use disable_external_db_system_database_management API.
|
3355
3355
|
"""
|
3356
3356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3357
3357
|
required_arguments = ['externalDbSystemId']
|
@@ -3473,7 +3473,7 @@ class DbManagementClient(object):
|
|
3473
3473
|
:rtype: :class:`~oci.response.Response`
|
3474
3474
|
|
3475
3475
|
:example:
|
3476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
|
3477
3477
|
"""
|
3478
3478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3479
3479
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -3601,7 +3601,7 @@ class DbManagementClient(object):
|
|
3601
3601
|
:rtype: :class:`~oci.response.Response`
|
3602
3602
|
|
3603
3603
|
:example:
|
3604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
|
3605
3605
|
"""
|
3606
3606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3607
3607
|
required_arguments = []
|
@@ -3709,7 +3709,7 @@ class DbManagementClient(object):
|
|
3709
3709
|
:rtype: :class:`~oci.response.Response`
|
3710
3710
|
|
3711
3711
|
:example:
|
3712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
|
3713
3713
|
"""
|
3714
3714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3715
3715
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -3831,7 +3831,7 @@ class DbManagementClient(object):
|
|
3831
3831
|
:rtype: :class:`~oci.response.Response`
|
3832
3832
|
|
3833
3833
|
:example:
|
3834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/enable_external_db_system_database_management.py.html>`__ to see an example of how to use enable_external_db_system_database_management API.
|
3835
3835
|
"""
|
3836
3836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3837
3837
|
required_arguments = ['externalDbSystemId']
|
@@ -3957,7 +3957,7 @@ class DbManagementClient(object):
|
|
3957
3957
|
:rtype: :class:`~oci.response.Response`
|
3958
3958
|
|
3959
3959
|
:example:
|
3960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
|
3961
3961
|
"""
|
3962
3962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3963
3963
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -4069,7 +4069,7 @@ class DbManagementClient(object):
|
|
4069
4069
|
:rtype: :class:`~oci.response.Response`
|
4070
4070
|
|
4071
4071
|
:example:
|
4072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
|
4073
4073
|
"""
|
4074
4074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4075
4075
|
required_arguments = ['managedDatabaseId']
|
@@ -4212,7 +4212,7 @@ class DbManagementClient(object):
|
|
4212
4212
|
:rtype: :class:`~oci.response.Response`
|
4213
4213
|
|
4214
4214
|
:example:
|
4215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
|
4216
4216
|
"""
|
4217
4217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4218
4218
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -4390,7 +4390,7 @@ class DbManagementClient(object):
|
|
4390
4390
|
:rtype: :class:`~oci.response.Response`
|
4391
4391
|
|
4392
4392
|
:example:
|
4393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
|
4394
4394
|
"""
|
4395
4395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4396
4396
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'sqlId']
|
@@ -4530,7 +4530,7 @@ class DbManagementClient(object):
|
|
4530
4530
|
:rtype: :class:`~oci.response.Response`
|
4531
4531
|
|
4532
4532
|
:example:
|
4533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
|
4534
4534
|
"""
|
4535
4535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4536
4536
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -4668,7 +4668,7 @@ class DbManagementClient(object):
|
|
4668
4668
|
:rtype: :class:`~oci.response.Response`
|
4669
4669
|
|
4670
4670
|
:example:
|
4671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
|
4672
4672
|
"""
|
4673
4673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4674
4674
|
required_arguments = ['compareBaselineTime', 'compareTargetTime']
|
@@ -4793,7 +4793,7 @@ class DbManagementClient(object):
|
|
4793
4793
|
:rtype: :class:`~oci.response.Response`
|
4794
4794
|
|
4795
4795
|
:example:
|
4796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4796
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
|
4797
4797
|
"""
|
4798
4798
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4799
4799
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -4888,7 +4888,7 @@ class DbManagementClient(object):
|
|
4888
4888
|
:rtype: :class:`~oci.response.Response`
|
4889
4889
|
|
4890
4890
|
:example:
|
4891
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4891
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
|
4892
4892
|
"""
|
4893
4893
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4894
4894
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -4986,7 +4986,7 @@ class DbManagementClient(object):
|
|
4986
4986
|
:rtype: :class:`~oci.response.Response`
|
4987
4987
|
|
4988
4988
|
:example:
|
4989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
|
4990
4990
|
"""
|
4991
4991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4992
4992
|
required_arguments = ['externalAsmId']
|
@@ -5086,7 +5086,7 @@ class DbManagementClient(object):
|
|
5086
5086
|
:rtype: :class:`~oci.response.Response`
|
5087
5087
|
|
5088
5088
|
:example:
|
5089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
|
5090
5090
|
"""
|
5091
5091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5092
5092
|
required_arguments = ['externalAsmId']
|
@@ -5186,7 +5186,7 @@ class DbManagementClient(object):
|
|
5186
5186
|
:rtype: :class:`~oci.response.Response`
|
5187
5187
|
|
5188
5188
|
:example:
|
5189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
|
5190
5190
|
"""
|
5191
5191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5192
5192
|
required_arguments = ['externalAsmInstanceId']
|
@@ -5286,7 +5286,7 @@ class DbManagementClient(object):
|
|
5286
5286
|
:rtype: :class:`~oci.response.Response`
|
5287
5287
|
|
5288
5288
|
:example:
|
5289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
|
5290
5290
|
"""
|
5291
5291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5292
5292
|
required_arguments = ['externalClusterId']
|
@@ -5386,7 +5386,7 @@ class DbManagementClient(object):
|
|
5386
5386
|
:rtype: :class:`~oci.response.Response`
|
5387
5387
|
|
5388
5388
|
:example:
|
5389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
|
5390
5390
|
"""
|
5391
5391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5392
5392
|
required_arguments = ['externalClusterInstanceId']
|
@@ -5486,7 +5486,7 @@ class DbManagementClient(object):
|
|
5486
5486
|
:rtype: :class:`~oci.response.Response`
|
5487
5487
|
|
5488
5488
|
:example:
|
5489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
|
5490
5490
|
"""
|
5491
5491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5492
5492
|
required_arguments = ['externalDbHomeId']
|
@@ -5586,7 +5586,7 @@ class DbManagementClient(object):
|
|
5586
5586
|
:rtype: :class:`~oci.response.Response`
|
5587
5587
|
|
5588
5588
|
:example:
|
5589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
|
5590
5590
|
"""
|
5591
5591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5592
5592
|
required_arguments = ['externalDbNodeId']
|
@@ -5686,7 +5686,7 @@ class DbManagementClient(object):
|
|
5686
5686
|
:rtype: :class:`~oci.response.Response`
|
5687
5687
|
|
5688
5688
|
:example:
|
5689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
|
5690
5690
|
"""
|
5691
5691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5692
5692
|
required_arguments = ['externalDbSystemId']
|
@@ -5786,7 +5786,7 @@ class DbManagementClient(object):
|
|
5786
5786
|
:rtype: :class:`~oci.response.Response`
|
5787
5787
|
|
5788
5788
|
:example:
|
5789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
|
5790
5790
|
"""
|
5791
5791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5792
5792
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -5886,7 +5886,7 @@ class DbManagementClient(object):
|
|
5886
5886
|
:rtype: :class:`~oci.response.Response`
|
5887
5887
|
|
5888
5888
|
:example:
|
5889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
|
5890
5890
|
"""
|
5891
5891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5892
5892
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -5987,7 +5987,7 @@ class DbManagementClient(object):
|
|
5987
5987
|
:rtype: :class:`~oci.response.Response`
|
5988
5988
|
|
5989
5989
|
:example:
|
5990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
|
5991
5991
|
"""
|
5992
5992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5993
5993
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -6087,7 +6087,7 @@ class DbManagementClient(object):
|
|
6087
6087
|
:rtype: :class:`~oci.response.Response`
|
6088
6088
|
|
6089
6089
|
:example:
|
6090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
|
6091
6091
|
"""
|
6092
6092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6093
6093
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -6187,7 +6187,7 @@ class DbManagementClient(object):
|
|
6187
6187
|
:rtype: :class:`~oci.response.Response`
|
6188
6188
|
|
6189
6189
|
:example:
|
6190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
|
6191
6191
|
"""
|
6192
6192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6193
6193
|
required_arguments = ['externalExadataStorageGridId']
|
@@ -6287,7 +6287,7 @@ class DbManagementClient(object):
|
|
6287
6287
|
:rtype: :class:`~oci.response.Response`
|
6288
6288
|
|
6289
6289
|
:example:
|
6290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
|
6291
6291
|
"""
|
6292
6292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6293
6293
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -6387,7 +6387,7 @@ class DbManagementClient(object):
|
|
6387
6387
|
:rtype: :class:`~oci.response.Response`
|
6388
6388
|
|
6389
6389
|
:example:
|
6390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
|
6391
6391
|
"""
|
6392
6392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6393
6393
|
required_arguments = ['externalListenerId']
|
@@ -6487,7 +6487,7 @@ class DbManagementClient(object):
|
|
6487
6487
|
:rtype: :class:`~oci.response.Response`
|
6488
6488
|
|
6489
6489
|
:example:
|
6490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
|
6491
6491
|
"""
|
6492
6492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6493
6493
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -6585,7 +6585,7 @@ class DbManagementClient(object):
|
|
6585
6585
|
:rtype: :class:`~oci.response.Response`
|
6586
6586
|
|
6587
6587
|
:example:
|
6588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
|
6589
6589
|
"""
|
6590
6590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6591
6591
|
required_arguments = ['jobId']
|
@@ -6681,7 +6681,7 @@ class DbManagementClient(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.103.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
|
6685
6685
|
"""
|
6686
6686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6687
6687
|
required_arguments = ['jobExecutionId']
|
@@ -6777,7 +6777,7 @@ class DbManagementClient(object):
|
|
6777
6777
|
:rtype: :class:`~oci.response.Response`
|
6778
6778
|
|
6779
6779
|
:example:
|
6780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
|
6781
6781
|
"""
|
6782
6782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6783
6783
|
required_arguments = ['jobRunId']
|
@@ -6875,7 +6875,7 @@ class DbManagementClient(object):
|
|
6875
6875
|
:rtype: :class:`~oci.response.Response`
|
6876
6876
|
|
6877
6877
|
:example:
|
6878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
|
6879
6879
|
"""
|
6880
6880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6881
6881
|
required_arguments = ['managedDatabaseId']
|
@@ -6973,7 +6973,7 @@ class DbManagementClient(object):
|
|
6973
6973
|
:rtype: :class:`~oci.response.Response`
|
6974
6974
|
|
6975
6975
|
:example:
|
6976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
|
6977
6977
|
"""
|
6978
6978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6979
6979
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -7071,7 +7071,7 @@ class DbManagementClient(object):
|
|
7071
7071
|
:rtype: :class:`~oci.response.Response`
|
7072
7072
|
|
7073
7073
|
:example:
|
7074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
|
7075
7075
|
"""
|
7076
7076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7077
7077
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -7178,7 +7178,7 @@ class DbManagementClient(object):
|
|
7178
7178
|
:rtype: :class:`~oci.response.Response`
|
7179
7179
|
|
7180
7180
|
:example:
|
7181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
|
7182
7182
|
"""
|
7183
7183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7184
7184
|
required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
|
@@ -7290,7 +7290,7 @@ class DbManagementClient(object):
|
|
7290
7290
|
:rtype: :class:`~oci.response.Response`
|
7291
7291
|
|
7292
7292
|
:example:
|
7293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_optimizer_statistics_advisor_execution_script.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution_script API.
|
7294
7294
|
"""
|
7295
7295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7296
7296
|
required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
|
@@ -7399,7 +7399,7 @@ class DbManagementClient(object):
|
|
7399
7399
|
:rtype: :class:`~oci.response.Response`
|
7400
7400
|
|
7401
7401
|
:example:
|
7402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
|
7403
7403
|
"""
|
7404
7404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7405
7405
|
required_arguments = ['managedDatabaseId', 'optimizerStatisticsCollectionOperationId']
|
@@ -7522,7 +7522,7 @@ class DbManagementClient(object):
|
|
7522
7522
|
:rtype: :class:`~oci.response.Response`
|
7523
7523
|
|
7524
7524
|
:example:
|
7525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
|
7526
7526
|
"""
|
7527
7527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7528
7528
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -7644,7 +7644,7 @@ class DbManagementClient(object):
|
|
7644
7644
|
:rtype: :class:`~oci.response.Response`
|
7645
7645
|
|
7646
7646
|
:example:
|
7647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
|
7648
7648
|
"""
|
7649
7649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7650
7650
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -7746,7 +7746,7 @@ class DbManagementClient(object):
|
|
7746
7746
|
:rtype: :class:`~oci.response.Response`
|
7747
7747
|
|
7748
7748
|
:example:
|
7749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
|
7750
7750
|
"""
|
7751
7751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7752
7752
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -7845,7 +7845,7 @@ class DbManagementClient(object):
|
|
7845
7845
|
:rtype: :class:`~oci.response.Response`
|
7846
7846
|
|
7847
7847
|
:example:
|
7848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
|
7849
7849
|
"""
|
7850
7850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7851
7851
|
required_arguments = ['externalExadataStorageServerId']
|
@@ -7948,7 +7948,7 @@ class DbManagementClient(object):
|
|
7948
7948
|
:rtype: :class:`~oci.response.Response`
|
7949
7949
|
|
7950
7950
|
:example:
|
7951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
|
7952
7952
|
"""
|
7953
7953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7954
7954
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -8047,7 +8047,7 @@ class DbManagementClient(object):
|
|
8047
8047
|
:rtype: :class:`~oci.response.Response`
|
8048
8048
|
|
8049
8049
|
:example:
|
8050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
8051
8051
|
"""
|
8052
8052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8053
8053
|
required_arguments = ['workRequestId']
|
@@ -8151,7 +8151,7 @@ class DbManagementClient(object):
|
|
8151
8151
|
:rtype: :class:`~oci.response.Response`
|
8152
8152
|
|
8153
8153
|
:example:
|
8154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
|
8155
8155
|
"""
|
8156
8156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8157
8157
|
required_arguments = ['managedDatabaseId', 'executionName']
|
@@ -8274,7 +8274,7 @@ class DbManagementClient(object):
|
|
8274
8274
|
:rtype: :class:`~oci.response.Response`
|
8275
8275
|
|
8276
8276
|
:example:
|
8277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
|
8278
8278
|
"""
|
8279
8279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8280
8280
|
required_arguments = ['managedDatabaseId']
|
@@ -8424,7 +8424,7 @@ class DbManagementClient(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/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
|
8428
8428
|
"""
|
8429
8429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8430
8430
|
required_arguments = ['dbManagementPrivateEndpointId', 'compartmentId']
|
@@ -8600,7 +8600,7 @@ class DbManagementClient(object):
|
|
8600
8600
|
:rtype: :class:`~oci.response.Response`
|
8601
8601
|
|
8602
8602
|
:example:
|
8603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
|
8604
8604
|
"""
|
8605
8605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8606
8606
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -8775,7 +8775,7 @@ class DbManagementClient(object):
|
|
8775
8775
|
:rtype: :class:`~oci.response.Response`
|
8776
8776
|
|
8777
8777
|
:example:
|
8778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
|
8779
8779
|
"""
|
8780
8780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8781
8781
|
required_arguments = ['managedDatabaseId']
|
@@ -8934,7 +8934,7 @@ class DbManagementClient(object):
|
|
8934
8934
|
:rtype: :class:`~oci.response.Response`
|
8935
8935
|
|
8936
8936
|
:example:
|
8937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
|
8938
8938
|
"""
|
8939
8939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8940
8940
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -9087,7 +9087,7 @@ class DbManagementClient(object):
|
|
9087
9087
|
:rtype: :class:`~oci.response.Response`
|
9088
9088
|
|
9089
9089
|
:example:
|
9090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
|
9091
9091
|
"""
|
9092
9092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9093
9093
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -9241,7 +9241,7 @@ class DbManagementClient(object):
|
|
9241
9241
|
:rtype: :class:`~oci.response.Response`
|
9242
9242
|
|
9243
9243
|
:example:
|
9244
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9244
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
|
9245
9245
|
"""
|
9246
9246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9247
9247
|
required_arguments = ['managedDatabaseId']
|
@@ -9411,7 +9411,7 @@ class DbManagementClient(object):
|
|
9411
9411
|
:rtype: :class:`~oci.response.Response`
|
9412
9412
|
|
9413
9413
|
:example:
|
9414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
|
9415
9415
|
"""
|
9416
9416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9417
9417
|
required_arguments = ['compartmentId']
|
@@ -9559,7 +9559,7 @@ class DbManagementClient(object):
|
|
9559
9559
|
:rtype: :class:`~oci.response.Response`
|
9560
9560
|
|
9561
9561
|
:example:
|
9562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
|
9563
9563
|
"""
|
9564
9564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9565
9565
|
required_arguments = ['externalAsmId']
|
@@ -9714,7 +9714,7 @@ class DbManagementClient(object):
|
|
9714
9714
|
:rtype: :class:`~oci.response.Response`
|
9715
9715
|
|
9716
9716
|
:example:
|
9717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
|
9718
9718
|
"""
|
9719
9719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9720
9720
|
required_arguments = []
|
@@ -9854,7 +9854,7 @@ class DbManagementClient(object):
|
|
9854
9854
|
:rtype: :class:`~oci.response.Response`
|
9855
9855
|
|
9856
9856
|
:example:
|
9857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
|
9858
9858
|
"""
|
9859
9859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9860
9860
|
required_arguments = ['externalAsmId']
|
@@ -10009,7 +10009,7 @@ class DbManagementClient(object):
|
|
10009
10009
|
:rtype: :class:`~oci.response.Response`
|
10010
10010
|
|
10011
10011
|
:example:
|
10012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
|
10013
10013
|
"""
|
10014
10014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10015
10015
|
required_arguments = []
|
@@ -10158,7 +10158,7 @@ class DbManagementClient(object):
|
|
10158
10158
|
:rtype: :class:`~oci.response.Response`
|
10159
10159
|
|
10160
10160
|
:example:
|
10161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
|
10162
10162
|
"""
|
10163
10163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10164
10164
|
required_arguments = []
|
@@ -10307,7 +10307,7 @@ class DbManagementClient(object):
|
|
10307
10307
|
:rtype: :class:`~oci.response.Response`
|
10308
10308
|
|
10309
10309
|
:example:
|
10310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
|
10311
10311
|
"""
|
10312
10312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10313
10313
|
required_arguments = []
|
@@ -10456,7 +10456,7 @@ class DbManagementClient(object):
|
|
10456
10456
|
:rtype: :class:`~oci.response.Response`
|
10457
10457
|
|
10458
10458
|
:example:
|
10459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
|
10460
10460
|
"""
|
10461
10461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10462
10462
|
required_arguments = []
|
@@ -10605,7 +10605,7 @@ class DbManagementClient(object):
|
|
10605
10605
|
:rtype: :class:`~oci.response.Response`
|
10606
10606
|
|
10607
10607
|
:example:
|
10608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
|
10609
10609
|
"""
|
10610
10610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10611
10611
|
required_arguments = []
|
@@ -10754,7 +10754,7 @@ class DbManagementClient(object):
|
|
10754
10754
|
:rtype: :class:`~oci.response.Response`
|
10755
10755
|
|
10756
10756
|
:example:
|
10757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
|
10758
10758
|
"""
|
10759
10759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10760
10760
|
required_arguments = []
|
@@ -10903,7 +10903,7 @@ class DbManagementClient(object):
|
|
10903
10903
|
:rtype: :class:`~oci.response.Response`
|
10904
10904
|
|
10905
10905
|
:example:
|
10906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
|
10907
10907
|
"""
|
10908
10908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10909
10909
|
required_arguments = []
|
@@ -11047,7 +11047,7 @@ class DbManagementClient(object):
|
|
11047
11047
|
:rtype: :class:`~oci.response.Response`
|
11048
11048
|
|
11049
11049
|
:example:
|
11050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
|
11051
11051
|
"""
|
11052
11052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11053
11053
|
required_arguments = ['compartmentId']
|
@@ -11188,7 +11188,7 @@ class DbManagementClient(object):
|
|
11188
11188
|
:rtype: :class:`~oci.response.Response`
|
11189
11189
|
|
11190
11190
|
:example:
|
11191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
|
11192
11192
|
"""
|
11193
11193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11194
11194
|
required_arguments = ['compartmentId']
|
@@ -11329,7 +11329,7 @@ class DbManagementClient(object):
|
|
11329
11329
|
:rtype: :class:`~oci.response.Response`
|
11330
11330
|
|
11331
11331
|
:example:
|
11332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
|
11333
11333
|
"""
|
11334
11334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11335
11335
|
required_arguments = ['compartmentId']
|
@@ -11475,7 +11475,7 @@ class DbManagementClient(object):
|
|
11475
11475
|
:rtype: :class:`~oci.response.Response`
|
11476
11476
|
|
11477
11477
|
:example:
|
11478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
|
11479
11479
|
"""
|
11480
11480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11481
11481
|
required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
|
@@ -11622,7 +11622,7 @@ class DbManagementClient(object):
|
|
11622
11622
|
:rtype: :class:`~oci.response.Response`
|
11623
11623
|
|
11624
11624
|
:example:
|
11625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
|
11626
11626
|
"""
|
11627
11627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11628
11628
|
required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
|
@@ -11766,7 +11766,7 @@ class DbManagementClient(object):
|
|
11766
11766
|
:rtype: :class:`~oci.response.Response`
|
11767
11767
|
|
11768
11768
|
:example:
|
11769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
|
11770
11770
|
"""
|
11771
11771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11772
11772
|
required_arguments = ['externalListenerId', 'managedDatabaseId']
|
@@ -11922,7 +11922,7 @@ class DbManagementClient(object):
|
|
11922
11922
|
:rtype: :class:`~oci.response.Response`
|
11923
11923
|
|
11924
11924
|
:example:
|
11925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
|
11926
11926
|
"""
|
11927
11927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11928
11928
|
required_arguments = []
|
@@ -12091,7 +12091,7 @@ class DbManagementClient(object):
|
|
12091
12091
|
:rtype: :class:`~oci.response.Response`
|
12092
12092
|
|
12093
12093
|
:example:
|
12094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
|
12095
12095
|
"""
|
12096
12096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12097
12097
|
required_arguments = ['compartmentId']
|
@@ -12264,7 +12264,7 @@ class DbManagementClient(object):
|
|
12264
12264
|
:rtype: :class:`~oci.response.Response`
|
12265
12265
|
|
12266
12266
|
:example:
|
12267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
|
12268
12268
|
"""
|
12269
12269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12270
12270
|
required_arguments = ['compartmentId']
|
@@ -12434,7 +12434,7 @@ class DbManagementClient(object):
|
|
12434
12434
|
:rtype: :class:`~oci.response.Response`
|
12435
12435
|
|
12436
12436
|
:example:
|
12437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
12438
12438
|
"""
|
12439
12439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12440
12440
|
required_arguments = ['compartmentId']
|
@@ -12599,7 +12599,7 @@ class DbManagementClient(object):
|
|
12599
12599
|
:rtype: :class:`~oci.response.Response`
|
12600
12600
|
|
12601
12601
|
:example:
|
12602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
|
12603
12603
|
"""
|
12604
12604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12605
12605
|
required_arguments = ['compartmentId']
|
@@ -12772,7 +12772,7 @@ class DbManagementClient(object):
|
|
12772
12772
|
:rtype: :class:`~oci.response.Response`
|
12773
12773
|
|
12774
12774
|
:example:
|
12775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
|
12776
12776
|
"""
|
12777
12777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12778
12778
|
required_arguments = ['compartmentId']
|
@@ -12935,7 +12935,7 @@ class DbManagementClient(object):
|
|
12935
12935
|
:rtype: :class:`~oci.response.Response`
|
12936
12936
|
|
12937
12937
|
:example:
|
12938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
|
12939
12939
|
"""
|
12940
12940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12941
12941
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -13074,7 +13074,7 @@ class DbManagementClient(object):
|
|
13074
13074
|
:rtype: :class:`~oci.response.Response`
|
13075
13075
|
|
13076
13076
|
:example:
|
13077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
|
13078
13078
|
"""
|
13079
13079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13080
13080
|
required_arguments = ['managedDatabaseId']
|
@@ -13212,7 +13212,7 @@ class DbManagementClient(object):
|
|
13212
13212
|
:rtype: :class:`~oci.response.Response`
|
13213
13213
|
|
13214
13214
|
:example:
|
13215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
|
13216
13216
|
"""
|
13217
13217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13218
13218
|
required_arguments = ['managedDatabaseId', 'groupType']
|
@@ -13382,7 +13382,7 @@ class DbManagementClient(object):
|
|
13382
13382
|
:rtype: :class:`~oci.response.Response`
|
13383
13383
|
|
13384
13384
|
:example:
|
13385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
|
13386
13386
|
"""
|
13387
13387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13388
13388
|
required_arguments = ['managedDatabaseId']
|
@@ -13523,7 +13523,7 @@ class DbManagementClient(object):
|
|
13523
13523
|
:rtype: :class:`~oci.response.Response`
|
13524
13524
|
|
13525
13525
|
:example:
|
13526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
|
13527
13527
|
"""
|
13528
13528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13529
13529
|
required_arguments = ['managedDatabaseId']
|
@@ -13645,7 +13645,7 @@ class DbManagementClient(object):
|
|
13645
13645
|
:rtype: :class:`~oci.response.Response`
|
13646
13646
|
|
13647
13647
|
:example:
|
13648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
|
13649
13649
|
"""
|
13650
13650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13651
13651
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -13798,7 +13798,7 @@ class DbManagementClient(object):
|
|
13798
13798
|
:rtype: :class:`~oci.response.Response`
|
13799
13799
|
|
13800
13800
|
:example:
|
13801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
|
13802
13802
|
"""
|
13803
13803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13804
13804
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -13951,7 +13951,7 @@ class DbManagementClient(object):
|
|
13951
13951
|
:rtype: :class:`~oci.response.Response`
|
13952
13952
|
|
13953
13953
|
:example:
|
13954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
13955
13955
|
"""
|
13956
13956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13957
13957
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -14104,7 +14104,7 @@ class DbManagementClient(object):
|
|
14104
14104
|
:rtype: :class:`~oci.response.Response`
|
14105
14105
|
|
14106
14106
|
:example:
|
14107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
|
14108
14108
|
"""
|
14109
14109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14110
14110
|
required_arguments = ['managedDatabaseId', 'userName']
|
@@ -14234,7 +14234,7 @@ class DbManagementClient(object):
|
|
14234
14234
|
:rtype: :class:`~oci.response.Response`
|
14235
14235
|
|
14236
14236
|
:example:
|
14237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
|
14238
14238
|
"""
|
14239
14239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14240
14240
|
required_arguments = ['managedDatabaseId']
|
@@ -14354,7 +14354,7 @@ class DbManagementClient(object):
|
|
14354
14354
|
:rtype: :class:`~oci.response.Response`
|
14355
14355
|
|
14356
14356
|
:example:
|
14357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
|
14358
14358
|
"""
|
14359
14359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14360
14360
|
required_arguments = ['managedDatabaseId']
|
@@ -14504,7 +14504,7 @@ class DbManagementClient(object):
|
|
14504
14504
|
:rtype: :class:`~oci.response.Response`
|
14505
14505
|
|
14506
14506
|
:example:
|
14507
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
|
14508
14508
|
"""
|
14509
14509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14510
14510
|
required_arguments = ['managedDatabaseId']
|
@@ -14649,7 +14649,7 @@ class DbManagementClient(object):
|
|
14649
14649
|
:rtype: :class:`~oci.response.Response`
|
14650
14650
|
|
14651
14651
|
:example:
|
14652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
14653
14653
|
"""
|
14654
14654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14655
14655
|
required_arguments = ['workRequestId']
|
@@ -14792,7 +14792,7 @@ class DbManagementClient(object):
|
|
14792
14792
|
:rtype: :class:`~oci.response.Response`
|
14793
14793
|
|
14794
14794
|
:example:
|
14795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14795
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
14796
14796
|
"""
|
14797
14797
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14798
14798
|
required_arguments = ['workRequestId']
|
@@ -14950,7 +14950,7 @@ class DbManagementClient(object):
|
|
14950
14950
|
:rtype: :class:`~oci.response.Response`
|
14951
14951
|
|
14952
14952
|
:example:
|
14953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14953
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
14954
14954
|
"""
|
14955
14955
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14956
14956
|
required_arguments = ['compartmentId']
|
@@ -15088,7 +15088,7 @@ class DbManagementClient(object):
|
|
15088
15088
|
:rtype: :class:`~oci.response.Response`
|
15089
15089
|
|
15090
15090
|
:example:
|
15091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
|
15092
15092
|
"""
|
15093
15093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15094
15094
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -15203,7 +15203,7 @@ class DbManagementClient(object):
|
|
15203
15203
|
:rtype: :class:`~oci.response.Response`
|
15204
15204
|
|
15205
15205
|
:example:
|
15206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
|
15207
15207
|
"""
|
15208
15208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15209
15209
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -15320,7 +15320,7 @@ class DbManagementClient(object):
|
|
15320
15320
|
:rtype: :class:`~oci.response.Response`
|
15321
15321
|
|
15322
15322
|
:example:
|
15323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/remove_managed_database_from_managed_database_group.py.html>`__ to see an example of how to use remove_managed_database_from_managed_database_group API.
|
15324
15324
|
"""
|
15325
15325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15326
15326
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -15431,7 +15431,7 @@ class DbManagementClient(object):
|
|
15431
15431
|
:rtype: :class:`~oci.response.Response`
|
15432
15432
|
|
15433
15433
|
:example:
|
15434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
|
15435
15435
|
"""
|
15436
15436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15437
15437
|
required_arguments = ['managedDatabaseId']
|
@@ -15547,7 +15547,7 @@ class DbManagementClient(object):
|
|
15547
15547
|
:rtype: :class:`~oci.response.Response`
|
15548
15548
|
|
15549
15549
|
:example:
|
15550
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15550
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
|
15551
15551
|
"""
|
15552
15552
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15553
15553
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|
@@ -15662,7 +15662,7 @@ class DbManagementClient(object):
|
|
15662
15662
|
:rtype: :class:`~oci.response.Response`
|
15663
15663
|
|
15664
15664
|
:example:
|
15665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
|
15666
15666
|
"""
|
15667
15667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15668
15668
|
required_arguments = ['managedDatabaseId']
|
@@ -15819,7 +15819,7 @@ class DbManagementClient(object):
|
|
15819
15819
|
:rtype: :class:`~oci.response.Response`
|
15820
15820
|
|
15821
15821
|
:example:
|
15822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
|
15823
15823
|
"""
|
15824
15824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15825
15825
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -16022,7 +16022,7 @@ class DbManagementClient(object):
|
|
16022
16022
|
:rtype: :class:`~oci.response.Response`
|
16023
16023
|
|
16024
16024
|
:example:
|
16025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
|
16026
16026
|
"""
|
16027
16027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16028
16028
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -16221,7 +16221,7 @@ class DbManagementClient(object):
|
|
16221
16221
|
:rtype: :class:`~oci.response.Response`
|
16222
16222
|
|
16223
16223
|
:example:
|
16224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
|
16225
16225
|
"""
|
16226
16226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16227
16227
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -16444,7 +16444,7 @@ class DbManagementClient(object):
|
|
16444
16444
|
:rtype: :class:`~oci.response.Response`
|
16445
16445
|
|
16446
16446
|
:example:
|
16447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
|
16448
16448
|
"""
|
16449
16449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16450
16450
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -16650,7 +16650,7 @@ class DbManagementClient(object):
|
|
16650
16650
|
:rtype: :class:`~oci.response.Response`
|
16651
16651
|
|
16652
16652
|
:example:
|
16653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
|
16654
16654
|
"""
|
16655
16655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16656
16656
|
required_arguments = ['managedDatabaseId']
|
@@ -16837,7 +16837,7 @@ class DbManagementClient(object):
|
|
16837
16837
|
:rtype: :class:`~oci.response.Response`
|
16838
16838
|
|
16839
16839
|
:example:
|
16840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
|
16841
16841
|
"""
|
16842
16842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16843
16843
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -17030,7 +17030,7 @@ class DbManagementClient(object):
|
|
17030
17030
|
:rtype: :class:`~oci.response.Response`
|
17031
17031
|
|
17032
17032
|
:example:
|
17033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_awr_db_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_top_wait_events API.
|
17034
17034
|
"""
|
17035
17035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17036
17036
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -17240,7 +17240,7 @@ class DbManagementClient(object):
|
|
17240
17240
|
:rtype: :class:`~oci.response.Response`
|
17241
17241
|
|
17242
17242
|
:example:
|
17243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_awr_db_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_db_wait_event_buckets API.
|
17244
17244
|
"""
|
17245
17245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17246
17246
|
required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
|
@@ -17446,7 +17446,7 @@ class DbManagementClient(object):
|
|
17446
17446
|
:rtype: :class:`~oci.response.Response`
|
17447
17447
|
|
17448
17448
|
:example:
|
17449
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
|
17450
17450
|
"""
|
17451
17451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17452
17452
|
required_arguments = ['managedDatabaseId', 'awrDbId']
|
@@ -17617,7 +17617,7 @@ class DbManagementClient(object):
|
|
17617
17617
|
:rtype: :class:`~oci.response.Response`
|
17618
17618
|
|
17619
17619
|
:example:
|
17620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
|
17621
17621
|
"""
|
17622
17622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17623
17623
|
required_arguments = ['externalAsmId', 'startTime', 'endTime']
|
@@ -17749,7 +17749,7 @@ class DbManagementClient(object):
|
|
17749
17749
|
:rtype: :class:`~oci.response.Response`
|
17750
17750
|
|
17751
17751
|
:example:
|
17752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
|
17753
17753
|
"""
|
17754
17754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17755
17755
|
required_arguments = ['externalClusterId', 'startTime', 'endTime']
|
@@ -17881,7 +17881,7 @@ class DbManagementClient(object):
|
|
17881
17881
|
:rtype: :class:`~oci.response.Response`
|
17882
17882
|
|
17883
17883
|
:example:
|
17884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
|
17885
17885
|
"""
|
17886
17886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17887
17887
|
required_arguments = ['externalDbNodeId', 'startTime', 'endTime']
|
@@ -18013,7 +18013,7 @@ class DbManagementClient(object):
|
|
18013
18013
|
:rtype: :class:`~oci.response.Response`
|
18014
18014
|
|
18015
18015
|
:example:
|
18016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_external_db_system_availability_metrics.py.html>`__ to see an example of how to use summarize_external_db_system_availability_metrics API.
|
18017
18017
|
"""
|
18018
18018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18019
18019
|
required_arguments = ['externalDbSystemId', 'startTime', 'endTime']
|
@@ -18145,7 +18145,7 @@ class DbManagementClient(object):
|
|
18145
18145
|
:rtype: :class:`~oci.response.Response`
|
18146
18146
|
|
18147
18147
|
:example:
|
18148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
|
18149
18149
|
"""
|
18150
18150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18151
18151
|
required_arguments = ['externalListenerId', 'startTime', 'endTime']
|
@@ -18295,7 +18295,7 @@ class DbManagementClient(object):
|
|
18295
18295
|
:rtype: :class:`~oci.response.Response`
|
18296
18296
|
|
18297
18297
|
:example:
|
18298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
|
18299
18299
|
"""
|
18300
18300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18301
18301
|
required_arguments = ['compartmentId', 'startTime', 'endTime']
|
@@ -18432,7 +18432,7 @@ class DbManagementClient(object):
|
|
18432
18432
|
:rtype: :class:`~oci.response.Response`
|
18433
18433
|
|
18434
18434
|
:example:
|
18435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
|
18436
18436
|
"""
|
18437
18437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18438
18438
|
required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
|
@@ -18550,7 +18550,7 @@ class DbManagementClient(object):
|
|
18550
18550
|
:rtype: :class:`~oci.response.Response`
|
18551
18551
|
|
18552
18552
|
:example:
|
18553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
|
18554
18554
|
"""
|
18555
18555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18556
18556
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -18662,7 +18662,7 @@ class DbManagementClient(object):
|
|
18662
18662
|
:rtype: :class:`~oci.response.Response`
|
18663
18663
|
|
18664
18664
|
:example:
|
18665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
|
18666
18666
|
"""
|
18667
18667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18668
18668
|
required_arguments = ['dbManagementPrivateEndpointId']
|
@@ -18774,7 +18774,7 @@ class DbManagementClient(object):
|
|
18774
18774
|
:rtype: :class:`~oci.response.Response`
|
18775
18775
|
|
18776
18776
|
:example:
|
18777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
|
18778
18778
|
"""
|
18779
18779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18780
18780
|
required_arguments = ['externalAsmId']
|
@@ -18884,7 +18884,7 @@ class DbManagementClient(object):
|
|
18884
18884
|
:rtype: :class:`~oci.response.Response`
|
18885
18885
|
|
18886
18886
|
:example:
|
18887
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18887
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
|
18888
18888
|
"""
|
18889
18889
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18890
18890
|
required_arguments = ['externalClusterId']
|
@@ -18994,7 +18994,7 @@ class DbManagementClient(object):
|
|
18994
18994
|
:rtype: :class:`~oci.response.Response`
|
18995
18995
|
|
18996
18996
|
:example:
|
18997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
|
18998
18998
|
"""
|
18999
18999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19000
19000
|
required_arguments = ['externalClusterInstanceId']
|
@@ -19104,7 +19104,7 @@ class DbManagementClient(object):
|
|
19104
19104
|
:rtype: :class:`~oci.response.Response`
|
19105
19105
|
|
19106
19106
|
:example:
|
19107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
|
19108
19108
|
"""
|
19109
19109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19110
19110
|
required_arguments = ['externalDbNodeId']
|
@@ -19214,7 +19214,7 @@ class DbManagementClient(object):
|
|
19214
19214
|
:rtype: :class:`~oci.response.Response`
|
19215
19215
|
|
19216
19216
|
:example:
|
19217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
|
19218
19218
|
"""
|
19219
19219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19220
19220
|
required_arguments = ['externalDbSystemId']
|
@@ -19326,7 +19326,7 @@ class DbManagementClient(object):
|
|
19326
19326
|
:rtype: :class:`~oci.response.Response`
|
19327
19327
|
|
19328
19328
|
:example:
|
19329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
|
19330
19330
|
"""
|
19331
19331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19332
19332
|
required_arguments = ['externalDbSystemConnectorId']
|
@@ -19436,7 +19436,7 @@ class DbManagementClient(object):
|
|
19436
19436
|
:rtype: :class:`~oci.response.Response`
|
19437
19437
|
|
19438
19438
|
:example:
|
19439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
|
19440
19440
|
"""
|
19441
19441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19442
19442
|
required_arguments = ['externalDbSystemDiscoveryId']
|
@@ -19555,7 +19555,7 @@ class DbManagementClient(object):
|
|
19555
19555
|
:rtype: :class:`~oci.response.Response`
|
19556
19556
|
|
19557
19557
|
:example:
|
19558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
|
19559
19559
|
"""
|
19560
19560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19561
19561
|
required_arguments = ['externalExadataInfrastructureId']
|
@@ -19672,7 +19672,7 @@ class DbManagementClient(object):
|
|
19672
19672
|
:rtype: :class:`~oci.response.Response`
|
19673
19673
|
|
19674
19674
|
:example:
|
19675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
|
19676
19676
|
"""
|
19677
19677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19678
19678
|
required_arguments = ['externalExadataStorageConnectorId']
|
@@ -19784,7 +19784,7 @@ class DbManagementClient(object):
|
|
19784
19784
|
:rtype: :class:`~oci.response.Response`
|
19785
19785
|
|
19786
19786
|
:example:
|
19787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
|
19788
19788
|
"""
|
19789
19789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19790
19790
|
required_arguments = ['externalListenerId']
|
@@ -19892,7 +19892,7 @@ class DbManagementClient(object):
|
|
19892
19892
|
:rtype: :class:`~oci.response.Response`
|
19893
19893
|
|
19894
19894
|
:example:
|
19895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
|
19896
19896
|
"""
|
19897
19897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19898
19898
|
required_arguments = ['jobId']
|
@@ -20004,7 +20004,7 @@ class DbManagementClient(object):
|
|
20004
20004
|
:rtype: :class:`~oci.response.Response`
|
20005
20005
|
|
20006
20006
|
:example:
|
20007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
|
20008
20008
|
"""
|
20009
20009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20010
20010
|
required_arguments = ['managedDatabaseGroupId']
|
@@ -20119,7 +20119,7 @@ class DbManagementClient(object):
|
|
20119
20119
|
:rtype: :class:`~oci.response.Response`
|
20120
20120
|
|
20121
20121
|
:example:
|
20122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
|
20123
20123
|
"""
|
20124
20124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20125
20125
|
required_arguments = ['managedDatabaseId', 'credentialName']
|
@@ -20228,7 +20228,7 @@ class DbManagementClient(object):
|
|
20228
20228
|
:rtype: :class:`~oci.response.Response`
|
20229
20229
|
|
20230
20230
|
:example:
|
20231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
|
20232
20232
|
"""
|
20233
20233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20234
20234
|
required_arguments = ['managedDatabaseId', 'tablespaceName']
|