oci 2.128.1__py3-none-any.whl → 2.129.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_document/models/analyze_document_details.py +7 -3
- oci/ai_document/models/general_processor_config.py +7 -3
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +22 -22
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +334 -334
- oci/database/models/autonomous_database.py +62 -0
- oci/database/models/autonomous_database_summary.py +62 -0
- oci/database_management/db_management_client.py +208 -208
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/__init__.py +1 -1
- oci/database_migration/database_migration_client.py +177 -845
- oci/database_migration/database_migration_client_composite_operations.py +3 -95
- oci/database_migration/models/__init__.py +137 -115
- oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.py +12 -8
- oci/database_migration/models/adb_dedicated_remap_target_tablespace_details.py +4 -4
- oci/database_migration/models/adb_serverles_tablespace_details.py +4 -4
- oci/database_migration/models/admin_credentials.py +1 -1
- oci/database_migration/models/advisor_report.py +4 -4
- oci/database_migration/models/advisor_report_bucket_details.py +6 -6
- oci/database_migration/models/advisor_report_location_details.py +4 -4
- oci/database_migration/models/change_connection_compartment_details.py +4 -4
- oci/database_migration/models/change_migration_compartment_details.py +4 -4
- oci/database_migration/models/clone_migration_details.py +87 -168
- oci/database_migration/models/connection.py +453 -420
- oci/database_migration/models/connection_collection.py +4 -4
- oci/database_migration/models/connection_summary.py +315 -280
- oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.py +12 -8
- oci/database_migration/models/create_adb_dedicated_remap_target_tablespace_details.py +4 -4
- oci/database_migration/models/create_adb_serverles_tablespace_details.py +2 -2
- oci/database_migration/models/create_admin_credentials.py +1 -1
- oci/database_migration/models/create_connection_details.py +276 -342
- oci/database_migration/models/create_curl_transfer_details.py +1 -1
- oci/database_migration/models/create_data_pump_parameters.py +2 -4
- oci/database_migration/models/create_directory_object.py +1 -1
- oci/database_migration/models/create_extract.py +1 -1
- oci/database_migration/models/create_golden_gate_hub_details.py +277 -0
- oci/database_migration/models/create_host_dump_transfer_details.py +4 -4
- oci/database_migration/models/create_migration_details.py +143 -409
- oci/database_migration/models/create_my_sql_advisor_settings.py +103 -0
- oci/database_migration/models/create_my_sql_data_transfer_medium_details.py +101 -0
- oci/database_migration/models/create_my_sql_ggs_deployment_details.py +99 -0
- oci/database_migration/models/create_my_sql_initial_load_settings.py +316 -0
- oci/database_migration/models/create_my_sql_migration_details.py +340 -0
- oci/database_migration/models/create_my_sql_object_storage_data_transfer_medium_details.py +78 -0
- oci/database_migration/models/create_mysql_connection_details.py +524 -0
- oci/database_migration/models/create_non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/create_non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/create_object_store_bucket.py +1 -1
- oci/database_migration/models/create_oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/create_oracle_advisor_settings.py +103 -0
- oci/database_migration/models/create_oracle_aws_s3_data_transfer_medium_details.py +211 -0
- oci/database_migration/models/create_oracle_connection_details.py +392 -0
- oci/database_migration/models/create_oracle_data_transfer_medium_details.py +125 -0
- oci/database_migration/models/create_oracle_db_link_data_transfer_medium_details.py +111 -0
- oci/database_migration/models/create_oracle_ggs_deployment_details.py +126 -0
- oci/database_migration/models/create_oracle_initial_load_settings.py +239 -0
- oci/database_migration/models/create_oracle_migration_details.py +371 -0
- oci/database_migration/models/create_oracle_nfs_data_transfer_medium_details.py +163 -0
- oci/database_migration/models/create_oracle_object_storage_data_transfer_medium_details.py +132 -0
- oci/database_migration/models/create_replicat.py +3 -96
- oci/database_migration/models/create_target_type_tablespace_details.py +1 -1
- oci/database_migration/models/curl_transfer_details.py +1 -1
- oci/database_migration/models/data_pump_parameters.py +4 -6
- oci/database_migration/models/diagnostics_result.py +1 -1
- oci/database_migration/models/directory_object.py +1 -1
- oci/database_migration/models/excluded_object_summary.py +1 -1
- oci/database_migration/models/excluded_object_summary_collection.py +1 -1
- oci/database_migration/models/extract.py +1 -1
- oci/database_migration/models/ggs_deployment.py +5 -5
- oci/database_migration/models/golden_gate_hub_details.py +277 -0
- oci/database_migration/models/host_dump_transfer_details.py +2 -2
- oci/database_migration/models/ingress_ip_details.py +72 -0
- oci/database_migration/models/job.py +5 -5
- oci/database_migration/models/job_collection.py +1 -1
- oci/database_migration/models/job_output_summary.py +1 -1
- oci/database_migration/models/job_output_summary_collection.py +1 -1
- oci/database_migration/models/job_summary.py +5 -5
- oci/database_migration/models/log_location_bucket_details.py +1 -1
- oci/database_migration/models/metadata_remap.py +1 -1
- oci/database_migration/models/migration.py +154 -412
- oci/database_migration/models/migration_collection.py +1 -1
- oci/database_migration/models/migration_job_progress_resource.py +18 -10
- oci/database_migration/models/migration_job_progress_summary.py +18 -10
- oci/database_migration/models/migration_object_collection.py +54 -46
- oci/database_migration/models/migration_object_type_summary.py +1 -1
- oci/database_migration/models/migration_object_type_summary_collection.py +1 -1
- oci/database_migration/models/migration_phase_collection.py +1 -1
- oci/database_migration/models/migration_phase_summary.py +18 -10
- oci/database_migration/models/migration_summary.py +102 -117
- oci/database_migration/models/my_sql_advisor_settings.py +103 -0
- oci/database_migration/models/my_sql_clone_migration_details.py +93 -0
- oci/database_migration/models/my_sql_data_transfer_medium_details.py +101 -0
- oci/database_migration/models/my_sql_database_object.py +136 -0
- oci/database_migration/models/my_sql_database_object_summary.py +183 -0
- oci/database_migration/models/my_sql_ggs_deployment_details.py +126 -0
- oci/database_migration/models/my_sql_initial_load_settings.py +316 -0
- oci/database_migration/models/my_sql_migration.py +309 -0
- oci/database_migration/models/my_sql_migration_object_collection.py +117 -0
- oci/database_migration/models/my_sql_migration_summary.py +159 -0
- oci/database_migration/models/my_sql_object_storage_data_transfer_medium_details.py +78 -0
- oci/database_migration/models/mysql_connection.py +538 -0
- oci/database_migration/models/mysql_connection_summary.py +413 -0
- oci/database_migration/models/name_value_pair.py +103 -0
- oci/database_migration/models/non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/object_store_bucket.py +1 -1
- oci/database_migration/models/oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/oracle_advisor_settings.py +103 -0
- oci/database_migration/models/oracle_aws_s3_data_transfer_medium_details.py +211 -0
- oci/database_migration/models/oracle_clone_migration_details.py +124 -0
- oci/database_migration/models/oracle_connection.py +449 -0
- oci/database_migration/models/oracle_connection_summary.py +256 -0
- oci/database_migration/models/oracle_data_transfer_medium_details.py +125 -0
- oci/database_migration/models/oracle_database_object.py +169 -0
- oci/database_migration/models/oracle_database_object_summary.py +216 -0
- oci/database_migration/models/oracle_db_link_data_transfer_medium_details.py +111 -0
- oci/database_migration/models/oracle_ggs_deployment_details.py +153 -0
- oci/database_migration/models/oracle_initial_load_settings.py +239 -0
- oci/database_migration/models/oracle_migration.py +340 -0
- oci/database_migration/models/oracle_migration_object_collection.py +117 -0
- oci/database_migration/models/oracle_migration_summary.py +190 -0
- oci/database_migration/models/oracle_nfs_data_transfer_medium_details.py +163 -0
- oci/database_migration/models/oracle_object_storage_data_transfer_medium_details.py +132 -0
- oci/database_migration/models/phase_extract_entry.py +1 -1
- oci/database_migration/models/phase_status.py +18 -10
- oci/database_migration/models/replicat.py +3 -96
- oci/database_migration/models/result_error.py +1 -1
- oci/database_migration/models/resume_job_details.py +18 -10
- oci/database_migration/models/start_migration_details.py +18 -10
- oci/database_migration/models/target_type_tablespace_details.py +1 -1
- oci/database_migration/models/unsupported_database_object.py +1 -1
- oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.py +12 -8
- oci/database_migration/models/update_adb_dedicated_remap_target_tablespace_details.py +4 -4
- oci/database_migration/models/update_adb_serverles_tablespace_details.py +2 -2
- oci/database_migration/models/update_admin_credentials.py +1 -1
- oci/database_migration/models/update_connection_details.py +278 -244
- oci/database_migration/models/update_curl_transfer_details.py +1 -1
- oci/database_migration/models/update_data_pump_parameters.py +6 -8
- oci/database_migration/models/update_directory_object.py +1 -1
- oci/database_migration/models/update_extract.py +1 -1
- oci/database_migration/models/update_golden_gate_hub_details.py +277 -0
- oci/database_migration/models/update_host_dump_transfer_details.py +4 -4
- oci/database_migration/models/update_job_details.py +5 -5
- oci/database_migration/models/update_migration_details.py +122 -363
- oci/database_migration/models/update_my_sql_advisor_settings.py +103 -0
- oci/database_migration/models/update_my_sql_data_transfer_medium_details.py +101 -0
- oci/database_migration/models/update_my_sql_ggs_deployment_details.py +99 -0
- oci/database_migration/models/update_my_sql_initial_load_settings.py +316 -0
- oci/database_migration/models/update_my_sql_migration_details.py +236 -0
- oci/database_migration/models/update_my_sql_object_storage_data_transfer_medium_details.py +78 -0
- oci/database_migration/models/update_mysql_connection_details.py +484 -0
- oci/database_migration/models/update_non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/update_non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/update_object_store_bucket.py +1 -1
- oci/database_migration/models/update_oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/update_oracle_advisor_settings.py +103 -0
- oci/database_migration/models/update_oracle_aws_s3_data_transfer_medium_details.py +211 -0
- oci/database_migration/models/update_oracle_connection_details.py +354 -0
- oci/database_migration/models/update_oracle_data_transfer_medium_details.py +125 -0
- oci/database_migration/models/update_oracle_db_link_data_transfer_medium_details.py +111 -0
- oci/database_migration/models/update_oracle_ggs_deployment_details.py +126 -0
- oci/database_migration/models/update_oracle_initial_load_settings.py +239 -0
- oci/database_migration/models/update_oracle_migration_details.py +267 -0
- oci/database_migration/models/update_oracle_nfs_data_transfer_medium_details.py +163 -0
- oci/database_migration/models/update_oracle_object_storage_data_transfer_medium_details.py +132 -0
- oci/database_migration/models/update_replicat.py +3 -96
- oci/database_migration/models/update_target_defaults_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/update_target_defaults_remap_tablespace_details.py +1 -1
- oci/database_migration/models/update_target_type_tablespace_details.py +1 -1
- oci/database_migration/models/work_request.py +4 -12
- oci/database_migration/models/work_request_collection.py +1 -1
- oci/database_migration/models/work_request_error.py +1 -1
- oci/database_migration/models/work_request_error_collection.py +1 -1
- oci/database_migration/models/work_request_log_entry.py +1 -1
- oci/database_migration/models/work_request_log_entry_collection.py +1 -1
- oci/database_migration/models/work_request_resource.py +1 -1
- oci/database_migration/models/work_request_summary.py +1 -1
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +116 -6
- oci/mysql/db_backups_client_composite_operations.py +39 -0
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/__init__.py +4 -0
- oci/mysql/models/backup.py +99 -2
- oci/mysql/models/backup_summary.py +126 -2
- oci/mysql/models/copy_backup_details.py +210 -0
- oci/mysql/models/db_system_snapshot.py +39 -2
- oci/mysql/models/db_system_snapshot_summary.py +140 -0
- oci/mysql/models/work_request.py +7 -3
- oci/mysql/models/work_request_summary.py +7 -3
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- 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 +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.128.1.dist-info → oci-2.129.0.dist-info}/METADATA +1 -1
- {oci-2.128.1.dist-info → oci-2.129.0.dist-info}/RECORD +436 -366
- {oci-2.128.1.dist-info → oci-2.129.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.128.1.dist-info → oci-2.129.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.128.1.dist-info → oci-2.129.0.dist-info}/WHEEL +0 -0
- {oci-2.128.1.dist-info → oci-2.129.0.dist-info}/top_level.txt +0 -0
@@ -163,7 +163,7 @@ class OperationsInsightsClient(object):
|
|
163
163
|
:rtype: :class:`~oci.response.Response`
|
164
164
|
|
165
165
|
:example:
|
166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
|
167
167
|
"""
|
168
168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
169
169
|
required_arguments = ['exadataInsightId']
|
@@ -283,7 +283,7 @@ class OperationsInsightsClient(object):
|
|
283
283
|
:rtype: :class:`~oci.response.Response`
|
284
284
|
|
285
285
|
:example:
|
286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use change_autonomous_database_insight_advanced_features API.
|
287
287
|
"""
|
288
288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
289
289
|
required_arguments = ['databaseInsightId']
|
@@ -403,7 +403,7 @@ class OperationsInsightsClient(object):
|
|
403
403
|
:rtype: :class:`~oci.response.Response`
|
404
404
|
|
405
405
|
:example:
|
406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_awr_hub_source_compartment.py.html>`__ to see an example of how to use change_awr_hub_source_compartment API.
|
407
407
|
"""
|
408
408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
409
409
|
required_arguments = ['awrHubSourceId']
|
@@ -523,7 +523,7 @@ class OperationsInsightsClient(object):
|
|
523
523
|
:rtype: :class:`~oci.response.Response`
|
524
524
|
|
525
525
|
:example:
|
526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
|
527
527
|
"""
|
528
528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
529
529
|
required_arguments = ['databaseInsightId']
|
@@ -635,7 +635,7 @@ class OperationsInsightsClient(object):
|
|
635
635
|
:rtype: :class:`~oci.response.Response`
|
636
636
|
|
637
637
|
:example:
|
638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
|
639
639
|
"""
|
640
640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
641
641
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -752,7 +752,7 @@ class OperationsInsightsClient(object):
|
|
752
752
|
:rtype: :class:`~oci.response.Response`
|
753
753
|
|
754
754
|
:example:
|
755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
|
756
756
|
"""
|
757
757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
758
758
|
required_arguments = ['exadataInsightId']
|
@@ -872,7 +872,7 @@ class OperationsInsightsClient(object):
|
|
872
872
|
:rtype: :class:`~oci.response.Response`
|
873
873
|
|
874
874
|
:example:
|
875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
|
876
876
|
"""
|
877
877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
878
878
|
required_arguments = ['hostInsightId']
|
@@ -992,7 +992,7 @@ class OperationsInsightsClient(object):
|
|
992
992
|
:rtype: :class:`~oci.response.Response`
|
993
993
|
|
994
994
|
:example:
|
995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
|
996
996
|
"""
|
997
997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
998
998
|
required_arguments = ['newsReportId']
|
@@ -1114,7 +1114,7 @@ class OperationsInsightsClient(object):
|
|
1114
1114
|
:rtype: :class:`~oci.response.Response`
|
1115
1115
|
|
1116
1116
|
:example:
|
1117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
|
1118
1118
|
"""
|
1119
1119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1120
1120
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -1234,7 +1234,7 @@ class OperationsInsightsClient(object):
|
|
1234
1234
|
:rtype: :class:`~oci.response.Response`
|
1235
1235
|
|
1236
1236
|
:example:
|
1237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
|
1238
1238
|
"""
|
1239
1239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1240
1240
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -1356,7 +1356,7 @@ class OperationsInsightsClient(object):
|
|
1356
1356
|
:rtype: :class:`~oci.response.Response`
|
1357
1357
|
|
1358
1358
|
:example:
|
1359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
|
1360
1360
|
"""
|
1361
1361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1362
1362
|
required_arguments = ['opsiConfigurationId']
|
@@ -1476,7 +1476,7 @@ class OperationsInsightsClient(object):
|
|
1476
1476
|
:rtype: :class:`~oci.response.Response`
|
1477
1477
|
|
1478
1478
|
:example:
|
1479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
|
1480
1480
|
"""
|
1481
1481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1482
1482
|
required_arguments = ['databaseInsightId']
|
@@ -1589,7 +1589,7 @@ class OperationsInsightsClient(object):
|
|
1589
1589
|
:rtype: :class:`~oci.response.Response`
|
1590
1590
|
|
1591
1591
|
:example:
|
1592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
|
1593
1593
|
"""
|
1594
1594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1595
1595
|
required_arguments = []
|
@@ -1689,7 +1689,7 @@ class OperationsInsightsClient(object):
|
|
1689
1689
|
:rtype: :class:`~oci.response.Response`
|
1690
1690
|
|
1691
1691
|
:example:
|
1692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
|
1693
1693
|
"""
|
1694
1694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1695
1695
|
required_arguments = []
|
@@ -1789,7 +1789,7 @@ class OperationsInsightsClient(object):
|
|
1789
1789
|
:rtype: :class:`~oci.response.Response`
|
1790
1790
|
|
1791
1791
|
:example:
|
1792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
|
1793
1793
|
"""
|
1794
1794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1795
1795
|
required_arguments = []
|
@@ -1889,7 +1889,7 @@ class OperationsInsightsClient(object):
|
|
1889
1889
|
:rtype: :class:`~oci.response.Response`
|
1890
1890
|
|
1891
1891
|
:example:
|
1892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
|
1893
1893
|
"""
|
1894
1894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1895
1895
|
required_arguments = []
|
@@ -1989,7 +1989,7 @@ class OperationsInsightsClient(object):
|
|
1989
1989
|
:rtype: :class:`~oci.response.Response`
|
1990
1990
|
|
1991
1991
|
:example:
|
1992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
|
1993
1993
|
"""
|
1994
1994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1995
1995
|
required_arguments = []
|
@@ -2089,7 +2089,7 @@ class OperationsInsightsClient(object):
|
|
2089
2089
|
:rtype: :class:`~oci.response.Response`
|
2090
2090
|
|
2091
2091
|
:example:
|
2092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2092
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
|
2093
2093
|
"""
|
2094
2094
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2095
2095
|
required_arguments = []
|
@@ -2189,7 +2189,7 @@ class OperationsInsightsClient(object):
|
|
2189
2189
|
:rtype: :class:`~oci.response.Response`
|
2190
2190
|
|
2191
2191
|
:example:
|
2192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
|
2193
2193
|
"""
|
2194
2194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2195
2195
|
required_arguments = []
|
@@ -2290,7 +2290,7 @@ class OperationsInsightsClient(object):
|
|
2290
2290
|
:rtype: :class:`~oci.response.Response`
|
2291
2291
|
|
2292
2292
|
:example:
|
2293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
|
2294
2294
|
"""
|
2295
2295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2296
2296
|
required_arguments = []
|
@@ -2392,7 +2392,7 @@ class OperationsInsightsClient(object):
|
|
2392
2392
|
:rtype: :class:`~oci.response.Response`
|
2393
2393
|
|
2394
2394
|
:example:
|
2395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
|
2396
2396
|
"""
|
2397
2397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2398
2398
|
required_arguments = []
|
@@ -2493,7 +2493,7 @@ class OperationsInsightsClient(object):
|
|
2493
2493
|
:rtype: :class:`~oci.response.Response`
|
2494
2494
|
|
2495
2495
|
:example:
|
2496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
|
2497
2497
|
"""
|
2498
2498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2499
2499
|
required_arguments = []
|
@@ -2612,7 +2612,7 @@ class OperationsInsightsClient(object):
|
|
2612
2612
|
:rtype: :class:`~oci.response.Response`
|
2613
2613
|
|
2614
2614
|
:example:
|
2615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
|
2616
2616
|
"""
|
2617
2617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2618
2618
|
required_arguments = []
|
@@ -2747,7 +2747,7 @@ class OperationsInsightsClient(object):
|
|
2747
2747
|
:rtype: :class:`~oci.response.Response`
|
2748
2748
|
|
2749
2749
|
:example:
|
2750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
|
2751
2751
|
"""
|
2752
2752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2753
2753
|
required_arguments = ['awrHubId']
|
@@ -2854,7 +2854,7 @@ class OperationsInsightsClient(object):
|
|
2854
2854
|
:rtype: :class:`~oci.response.Response`
|
2855
2855
|
|
2856
2856
|
:example:
|
2857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
|
2858
2858
|
"""
|
2859
2859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2860
2860
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -2959,7 +2959,7 @@ class OperationsInsightsClient(object):
|
|
2959
2959
|
:rtype: :class:`~oci.response.Response`
|
2960
2960
|
|
2961
2961
|
:example:
|
2962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
|
2963
2963
|
"""
|
2964
2964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2965
2965
|
required_arguments = ['awrHubSourceId']
|
@@ -3063,7 +3063,7 @@ class OperationsInsightsClient(object):
|
|
3063
3063
|
:rtype: :class:`~oci.response.Response`
|
3064
3064
|
|
3065
3065
|
:example:
|
3066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
|
3067
3067
|
"""
|
3068
3068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3069
3069
|
required_arguments = ['databaseInsightId']
|
@@ -3167,7 +3167,7 @@ class OperationsInsightsClient(object):
|
|
3167
3167
|
:rtype: :class:`~oci.response.Response`
|
3168
3168
|
|
3169
3169
|
:example:
|
3170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
|
3171
3171
|
"""
|
3172
3172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3173
3173
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -3271,7 +3271,7 @@ class OperationsInsightsClient(object):
|
|
3271
3271
|
:rtype: :class:`~oci.response.Response`
|
3272
3272
|
|
3273
3273
|
:example:
|
3274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
|
3275
3275
|
"""
|
3276
3276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3277
3277
|
required_arguments = ['exadataInsightId']
|
@@ -3375,7 +3375,7 @@ class OperationsInsightsClient(object):
|
|
3375
3375
|
:rtype: :class:`~oci.response.Response`
|
3376
3376
|
|
3377
3377
|
:example:
|
3378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
|
3379
3379
|
"""
|
3380
3380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3381
3381
|
required_arguments = ['hostInsightId']
|
@@ -3479,7 +3479,7 @@ class OperationsInsightsClient(object):
|
|
3479
3479
|
:rtype: :class:`~oci.response.Response`
|
3480
3480
|
|
3481
3481
|
:example:
|
3482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
|
3483
3483
|
"""
|
3484
3484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3485
3485
|
required_arguments = ['newsReportId']
|
@@ -3585,7 +3585,7 @@ class OperationsInsightsClient(object):
|
|
3585
3585
|
:rtype: :class:`~oci.response.Response`
|
3586
3586
|
|
3587
3587
|
:example:
|
3588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
|
3589
3589
|
"""
|
3590
3590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3591
3591
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -3692,7 +3692,7 @@ class OperationsInsightsClient(object):
|
|
3692
3692
|
:rtype: :class:`~oci.response.Response`
|
3693
3693
|
|
3694
3694
|
:example:
|
3695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
|
3696
3696
|
"""
|
3697
3697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3698
3698
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -3796,7 +3796,7 @@ class OperationsInsightsClient(object):
|
|
3796
3796
|
:rtype: :class:`~oci.response.Response`
|
3797
3797
|
|
3798
3798
|
:example:
|
3799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
|
3800
3800
|
"""
|
3801
3801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3802
3802
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -3902,7 +3902,7 @@ class OperationsInsightsClient(object):
|
|
3902
3902
|
:rtype: :class:`~oci.response.Response`
|
3903
3903
|
|
3904
3904
|
:example:
|
3905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
|
3906
3906
|
"""
|
3907
3907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3908
3908
|
required_arguments = ['opsiConfigurationId']
|
@@ -4014,7 +4014,7 @@ class OperationsInsightsClient(object):
|
|
4014
4014
|
:rtype: :class:`~oci.response.Response`
|
4015
4015
|
|
4016
4016
|
:example:
|
4017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
|
4018
4018
|
"""
|
4019
4019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4020
4020
|
required_arguments = ['databaseInsightId']
|
@@ -4129,7 +4129,7 @@ class OperationsInsightsClient(object):
|
|
4129
4129
|
:rtype: :class:`~oci.response.Response`
|
4130
4130
|
|
4131
4131
|
:example:
|
4132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
|
4133
4133
|
"""
|
4134
4134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4135
4135
|
required_arguments = ['awrHubSourceId']
|
@@ -4244,7 +4244,7 @@ class OperationsInsightsClient(object):
|
|
4244
4244
|
:rtype: :class:`~oci.response.Response`
|
4245
4245
|
|
4246
4246
|
:example:
|
4247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
|
4248
4248
|
"""
|
4249
4249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4250
4250
|
required_arguments = ['databaseInsightId']
|
@@ -4359,7 +4359,7 @@ class OperationsInsightsClient(object):
|
|
4359
4359
|
:rtype: :class:`~oci.response.Response`
|
4360
4360
|
|
4361
4361
|
:example:
|
4362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
|
4363
4363
|
"""
|
4364
4364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4365
4365
|
required_arguments = ['exadataInsightId']
|
@@ -4474,7 +4474,7 @@ class OperationsInsightsClient(object):
|
|
4474
4474
|
:rtype: :class:`~oci.response.Response`
|
4475
4475
|
|
4476
4476
|
:example:
|
4477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
|
4478
4478
|
"""
|
4479
4479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4480
4480
|
required_arguments = ['hostInsightId']
|
@@ -4587,7 +4587,7 @@ class OperationsInsightsClient(object):
|
|
4587
4587
|
:rtype: :class:`~oci.response.Response`
|
4588
4588
|
|
4589
4589
|
:example:
|
4590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
|
4591
4591
|
"""
|
4592
4592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4593
4593
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -4707,7 +4707,7 @@ class OperationsInsightsClient(object):
|
|
4707
4707
|
:rtype: :class:`~oci.response.Response`
|
4708
4708
|
|
4709
4709
|
:example:
|
4710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
|
4711
4711
|
"""
|
4712
4712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4713
4713
|
required_arguments = ['databaseInsightId']
|
@@ -4824,7 +4824,7 @@ class OperationsInsightsClient(object):
|
|
4824
4824
|
:rtype: :class:`~oci.response.Response`
|
4825
4825
|
|
4826
4826
|
:example:
|
4827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
|
4828
4828
|
"""
|
4829
4829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4830
4830
|
required_arguments = ['awrHubSourceId']
|
@@ -4942,7 +4942,7 @@ class OperationsInsightsClient(object):
|
|
4942
4942
|
:rtype: :class:`~oci.response.Response`
|
4943
4943
|
|
4944
4944
|
:example:
|
4945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
|
4946
4946
|
"""
|
4947
4947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4948
4948
|
required_arguments = ['databaseInsightId']
|
@@ -5062,7 +5062,7 @@ class OperationsInsightsClient(object):
|
|
5062
5062
|
:rtype: :class:`~oci.response.Response`
|
5063
5063
|
|
5064
5064
|
:example:
|
5065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
|
5066
5066
|
"""
|
5067
5067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5068
5068
|
required_arguments = ['exadataInsightId']
|
@@ -5182,7 +5182,7 @@ class OperationsInsightsClient(object):
|
|
5182
5182
|
:rtype: :class:`~oci.response.Response`
|
5183
5183
|
|
5184
5184
|
:example:
|
5185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
|
5186
5186
|
"""
|
5187
5187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5188
5188
|
required_arguments = ['hostInsightId']
|
@@ -5318,7 +5318,7 @@ class OperationsInsightsClient(object):
|
|
5318
5318
|
:rtype: :class:`~oci.response.Response`
|
5319
5319
|
|
5320
5320
|
:example:
|
5321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
|
5322
5322
|
"""
|
5323
5323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5324
5324
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -5482,7 +5482,7 @@ class OperationsInsightsClient(object):
|
|
5482
5482
|
:rtype: :class:`~oci.response.Response`
|
5483
5483
|
|
5484
5484
|
:example:
|
5485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
|
5486
5486
|
"""
|
5487
5487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5488
5488
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
|
@@ -5608,7 +5608,7 @@ class OperationsInsightsClient(object):
|
|
5608
5608
|
:rtype: :class:`~oci.response.Response`
|
5609
5609
|
|
5610
5610
|
:example:
|
5611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
|
5612
5612
|
"""
|
5613
5613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5614
5614
|
required_arguments = ['awrHubId']
|
@@ -5710,7 +5710,7 @@ class OperationsInsightsClient(object):
|
|
5710
5710
|
:rtype: :class:`~oci.response.Response`
|
5711
5711
|
|
5712
5712
|
:example:
|
5713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
|
5714
5714
|
"""
|
5715
5715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5716
5716
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -5810,7 +5810,7 @@ class OperationsInsightsClient(object):
|
|
5810
5810
|
:rtype: :class:`~oci.response.Response`
|
5811
5811
|
|
5812
5812
|
:example:
|
5813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
|
5814
5814
|
"""
|
5815
5815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5816
5816
|
required_arguments = ['awrHubSourceId']
|
@@ -5933,7 +5933,7 @@ class OperationsInsightsClient(object):
|
|
5933
5933
|
:rtype: :class:`~oci.response.Response`
|
5934
5934
|
|
5935
5935
|
:example:
|
5936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
|
5937
5937
|
"""
|
5938
5938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5939
5939
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -6058,7 +6058,7 @@ class OperationsInsightsClient(object):
|
|
6058
6058
|
:rtype: :class:`~oci.response.Response`
|
6059
6059
|
|
6060
6060
|
:example:
|
6061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
|
6062
6062
|
"""
|
6063
6063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6064
6064
|
required_arguments = ['databaseInsightId']
|
@@ -6157,7 +6157,7 @@ class OperationsInsightsClient(object):
|
|
6157
6157
|
:rtype: :class:`~oci.response.Response`
|
6158
6158
|
|
6159
6159
|
:example:
|
6160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
|
6161
6161
|
"""
|
6162
6162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6163
6163
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -6256,7 +6256,7 @@ class OperationsInsightsClient(object):
|
|
6256
6256
|
:rtype: :class:`~oci.response.Response`
|
6257
6257
|
|
6258
6258
|
:example:
|
6259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
|
6260
6260
|
"""
|
6261
6261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6262
6262
|
required_arguments = ['exadataInsightId']
|
@@ -6355,7 +6355,7 @@ class OperationsInsightsClient(object):
|
|
6355
6355
|
:rtype: :class:`~oci.response.Response`
|
6356
6356
|
|
6357
6357
|
:example:
|
6358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
|
6359
6359
|
"""
|
6360
6360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6361
6361
|
required_arguments = ['hostInsightId']
|
@@ -6454,7 +6454,7 @@ class OperationsInsightsClient(object):
|
|
6454
6454
|
:rtype: :class:`~oci.response.Response`
|
6455
6455
|
|
6456
6456
|
:example:
|
6457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
|
6458
6458
|
"""
|
6459
6459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6460
6460
|
required_arguments = ['newsReportId']
|
@@ -6555,7 +6555,7 @@ class OperationsInsightsClient(object):
|
|
6555
6555
|
:rtype: :class:`~oci.response.Response`
|
6556
6556
|
|
6557
6557
|
:example:
|
6558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
|
6559
6559
|
"""
|
6560
6560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6561
6561
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -6655,7 +6655,7 @@ class OperationsInsightsClient(object):
|
|
6655
6655
|
:rtype: :class:`~oci.response.Response`
|
6656
6656
|
|
6657
6657
|
:example:
|
6658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
|
6659
6659
|
"""
|
6660
6660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6661
6661
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -6754,7 +6754,7 @@ class OperationsInsightsClient(object):
|
|
6754
6754
|
:rtype: :class:`~oci.response.Response`
|
6755
6755
|
|
6756
6756
|
:example:
|
6757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
|
6758
6758
|
"""
|
6759
6759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6760
6760
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -6876,7 +6876,7 @@ class OperationsInsightsClient(object):
|
|
6876
6876
|
:rtype: :class:`~oci.response.Response`
|
6877
6877
|
|
6878
6878
|
:example:
|
6879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
|
6880
6880
|
"""
|
6881
6881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6882
6882
|
required_arguments = ['opsiConfigurationId']
|
@@ -7018,7 +7018,7 @@ class OperationsInsightsClient(object):
|
|
7018
7018
|
:rtype: :class:`~oci.response.Response`
|
7019
7019
|
|
7020
7020
|
:example:
|
7021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
|
7022
7022
|
"""
|
7023
7023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7024
7024
|
required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
|
@@ -7124,7 +7124,7 @@ class OperationsInsightsClient(object):
|
|
7124
7124
|
:rtype: :class:`~oci.response.Response`
|
7125
7125
|
|
7126
7126
|
:example:
|
7127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
7128
7128
|
"""
|
7129
7129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7130
7130
|
required_arguments = ['workRequestId']
|
@@ -7226,7 +7226,7 @@ class OperationsInsightsClient(object):
|
|
7226
7226
|
:rtype: :class:`~oci.response.Response`
|
7227
7227
|
|
7228
7228
|
:example:
|
7229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
|
7230
7230
|
"""
|
7231
7231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7232
7232
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -7348,7 +7348,7 @@ class OperationsInsightsClient(object):
|
|
7348
7348
|
:rtype: :class:`~oci.response.Response`
|
7349
7349
|
|
7350
7350
|
:example:
|
7351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
|
7352
7352
|
"""
|
7353
7353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7354
7354
|
required_arguments = []
|
@@ -7475,7 +7475,7 @@ class OperationsInsightsClient(object):
|
|
7475
7475
|
:rtype: :class:`~oci.response.Response`
|
7476
7476
|
|
7477
7477
|
:example:
|
7478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
|
7479
7479
|
"""
|
7480
7480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7481
7481
|
required_arguments = []
|
@@ -7597,7 +7597,7 @@ class OperationsInsightsClient(object):
|
|
7597
7597
|
:rtype: :class:`~oci.response.Response`
|
7598
7598
|
|
7599
7599
|
:example:
|
7600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
|
7601
7601
|
"""
|
7602
7602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7603
7603
|
required_arguments = ['id']
|
@@ -7716,7 +7716,7 @@ class OperationsInsightsClient(object):
|
|
7716
7716
|
:rtype: :class:`~oci.response.Response`
|
7717
7717
|
|
7718
7718
|
:example:
|
7719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
|
7720
7720
|
"""
|
7721
7721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7722
7722
|
required_arguments = ['id']
|
@@ -7846,7 +7846,7 @@ class OperationsInsightsClient(object):
|
|
7846
7846
|
:rtype: :class:`~oci.response.Response`
|
7847
7847
|
|
7848
7848
|
:example:
|
7849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
|
7850
7850
|
"""
|
7851
7851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7852
7852
|
required_arguments = []
|
@@ -7981,7 +7981,7 @@ class OperationsInsightsClient(object):
|
|
7981
7981
|
:rtype: :class:`~oci.response.Response`
|
7982
7982
|
|
7983
7983
|
:example:
|
7984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
|
7985
7985
|
"""
|
7986
7986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7987
7987
|
required_arguments = []
|
@@ -8111,7 +8111,7 @@ class OperationsInsightsClient(object):
|
|
8111
8111
|
:rtype: :class:`~oci.response.Response`
|
8112
8112
|
|
8113
8113
|
:example:
|
8114
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
|
8115
8115
|
"""
|
8116
8116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8117
8117
|
required_arguments = []
|
@@ -8245,7 +8245,7 @@ class OperationsInsightsClient(object):
|
|
8245
8245
|
:rtype: :class:`~oci.response.Response`
|
8246
8246
|
|
8247
8247
|
:example:
|
8248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
|
8249
8249
|
"""
|
8250
8250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8251
8251
|
required_arguments = []
|
@@ -8417,7 +8417,7 @@ class OperationsInsightsClient(object):
|
|
8417
8417
|
:rtype: :class:`~oci.response.Response`
|
8418
8418
|
|
8419
8419
|
:example:
|
8420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
|
8421
8421
|
"""
|
8422
8422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8423
8423
|
required_arguments = ['compartmentId']
|
@@ -8632,7 +8632,7 @@ class OperationsInsightsClient(object):
|
|
8632
8632
|
:rtype: :class:`~oci.response.Response`
|
8633
8633
|
|
8634
8634
|
:example:
|
8635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
|
8636
8636
|
"""
|
8637
8637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8638
8638
|
required_arguments = ['compartmentId']
|
@@ -8836,7 +8836,7 @@ class OperationsInsightsClient(object):
|
|
8836
8836
|
:rtype: :class:`~oci.response.Response`
|
8837
8837
|
|
8838
8838
|
:example:
|
8839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
|
8840
8840
|
"""
|
8841
8841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8842
8842
|
required_arguments = ['compartmentId']
|
@@ -9032,7 +9032,7 @@ class OperationsInsightsClient(object):
|
|
9032
9032
|
:rtype: :class:`~oci.response.Response`
|
9033
9033
|
|
9034
9034
|
:example:
|
9035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
|
9036
9036
|
"""
|
9037
9037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9038
9038
|
required_arguments = ['compartmentId']
|
@@ -9263,7 +9263,7 @@ class OperationsInsightsClient(object):
|
|
9263
9263
|
:rtype: :class:`~oci.response.Response`
|
9264
9264
|
|
9265
9265
|
:example:
|
9266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
|
9267
9267
|
"""
|
9268
9268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9269
9269
|
required_arguments = ['compartmentId']
|
@@ -9488,7 +9488,7 @@ class OperationsInsightsClient(object):
|
|
9488
9488
|
:rtype: :class:`~oci.response.Response`
|
9489
9489
|
|
9490
9490
|
:example:
|
9491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
|
9492
9492
|
"""
|
9493
9493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9494
9494
|
required_arguments = ['compartmentId']
|
@@ -9670,7 +9670,7 @@ class OperationsInsightsClient(object):
|
|
9670
9670
|
:rtype: :class:`~oci.response.Response`
|
9671
9671
|
|
9672
9672
|
:example:
|
9673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
|
9674
9674
|
"""
|
9675
9675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9676
9676
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -9843,7 +9843,7 @@ class OperationsInsightsClient(object):
|
|
9843
9843
|
:rtype: :class:`~oci.response.Response`
|
9844
9844
|
|
9845
9845
|
:example:
|
9846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
|
9847
9847
|
"""
|
9848
9848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9849
9849
|
required_arguments = ['awrHubId']
|
@@ -10019,7 +10019,7 @@ class OperationsInsightsClient(object):
|
|
10019
10019
|
:rtype: :class:`~oci.response.Response`
|
10020
10020
|
|
10021
10021
|
:example:
|
10022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
|
10023
10023
|
"""
|
10024
10024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10025
10025
|
required_arguments = ['awrHubSourceId']
|
@@ -10200,7 +10200,7 @@ class OperationsInsightsClient(object):
|
|
10200
10200
|
:rtype: :class:`~oci.response.Response`
|
10201
10201
|
|
10202
10202
|
:example:
|
10203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
|
10204
10204
|
"""
|
10205
10205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10206
10206
|
required_arguments = ['awrHubId']
|
@@ -10394,7 +10394,7 @@ class OperationsInsightsClient(object):
|
|
10394
10394
|
:rtype: :class:`~oci.response.Response`
|
10395
10395
|
|
10396
10396
|
:example:
|
10397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
|
10398
10398
|
"""
|
10399
10399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10400
10400
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -10562,7 +10562,7 @@ class OperationsInsightsClient(object):
|
|
10562
10562
|
:rtype: :class:`~oci.response.Response`
|
10563
10563
|
|
10564
10564
|
:example:
|
10565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
|
10566
10566
|
"""
|
10567
10567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10568
10568
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -10784,7 +10784,7 @@ class OperationsInsightsClient(object):
|
|
10784
10784
|
:rtype: :class:`~oci.response.Response`
|
10785
10785
|
|
10786
10786
|
:example:
|
10787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
|
10788
10788
|
"""
|
10789
10789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10790
10790
|
required_arguments = []
|
@@ -11009,7 +11009,7 @@ class OperationsInsightsClient(object):
|
|
11009
11009
|
:rtype: :class:`~oci.response.Response`
|
11010
11010
|
|
11011
11011
|
:example:
|
11012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
|
11013
11013
|
"""
|
11014
11014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11015
11015
|
required_arguments = []
|
@@ -11221,7 +11221,7 @@ class OperationsInsightsClient(object):
|
|
11221
11221
|
:rtype: :class:`~oci.response.Response`
|
11222
11222
|
|
11223
11223
|
:example:
|
11224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
|
11225
11225
|
"""
|
11226
11226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11227
11227
|
required_arguments = []
|
@@ -11416,7 +11416,7 @@ class OperationsInsightsClient(object):
|
|
11416
11416
|
:rtype: :class:`~oci.response.Response`
|
11417
11417
|
|
11418
11418
|
:example:
|
11419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
|
11420
11420
|
"""
|
11421
11421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11422
11422
|
required_arguments = []
|
@@ -11599,7 +11599,7 @@ class OperationsInsightsClient(object):
|
|
11599
11599
|
:rtype: :class:`~oci.response.Response`
|
11600
11600
|
|
11601
11601
|
:example:
|
11602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
|
11603
11603
|
"""
|
11604
11604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11605
11605
|
required_arguments = []
|
@@ -11834,7 +11834,7 @@ class OperationsInsightsClient(object):
|
|
11834
11834
|
:rtype: :class:`~oci.response.Response`
|
11835
11835
|
|
11836
11836
|
:example:
|
11837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
|
11838
11838
|
"""
|
11839
11839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11840
11840
|
required_arguments = []
|
@@ -12050,7 +12050,7 @@ class OperationsInsightsClient(object):
|
|
12050
12050
|
:rtype: :class:`~oci.response.Response`
|
12051
12051
|
|
12052
12052
|
:example:
|
12053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
|
12054
12054
|
"""
|
12055
12055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12056
12056
|
required_arguments = []
|
@@ -12281,7 +12281,7 @@ class OperationsInsightsClient(object):
|
|
12281
12281
|
:rtype: :class:`~oci.response.Response`
|
12282
12282
|
|
12283
12283
|
:example:
|
12284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
|
12285
12285
|
"""
|
12286
12286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12287
12287
|
required_arguments = ['compartmentId', 'id']
|
@@ -12452,7 +12452,7 @@ class OperationsInsightsClient(object):
|
|
12452
12452
|
:rtype: :class:`~oci.response.Response`
|
12453
12453
|
|
12454
12454
|
:example:
|
12455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
|
12456
12456
|
"""
|
12457
12457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12458
12458
|
required_arguments = ['compartmentId']
|
@@ -12602,7 +12602,7 @@ class OperationsInsightsClient(object):
|
|
12602
12602
|
:rtype: :class:`~oci.response.Response`
|
12603
12603
|
|
12604
12604
|
:example:
|
12605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
|
12606
12606
|
"""
|
12607
12607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12608
12608
|
required_arguments = ['compartmentId']
|
@@ -12743,7 +12743,7 @@ class OperationsInsightsClient(object):
|
|
12743
12743
|
:rtype: :class:`~oci.response.Response`
|
12744
12744
|
|
12745
12745
|
:example:
|
12746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
|
12747
12747
|
"""
|
12748
12748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12749
12749
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -12902,7 +12902,7 @@ class OperationsInsightsClient(object):
|
|
12902
12902
|
:rtype: :class:`~oci.response.Response`
|
12903
12903
|
|
12904
12904
|
:example:
|
12905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
|
12906
12906
|
"""
|
12907
12907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12908
12908
|
required_arguments = []
|
@@ -13093,7 +13093,7 @@ class OperationsInsightsClient(object):
|
|
13093
13093
|
:rtype: :class:`~oci.response.Response`
|
13094
13094
|
|
13095
13095
|
:example:
|
13096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
|
13097
13097
|
"""
|
13098
13098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13099
13099
|
required_arguments = []
|
@@ -13272,7 +13272,7 @@ class OperationsInsightsClient(object):
|
|
13272
13272
|
:rtype: :class:`~oci.response.Response`
|
13273
13273
|
|
13274
13274
|
:example:
|
13275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
|
13276
13276
|
"""
|
13277
13277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13278
13278
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -13444,7 +13444,7 @@ class OperationsInsightsClient(object):
|
|
13444
13444
|
:rtype: :class:`~oci.response.Response`
|
13445
13445
|
|
13446
13446
|
:example:
|
13447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
|
13448
13448
|
"""
|
13449
13449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13450
13450
|
required_arguments = []
|
@@ -13616,7 +13616,7 @@ class OperationsInsightsClient(object):
|
|
13616
13616
|
:rtype: :class:`~oci.response.Response`
|
13617
13617
|
|
13618
13618
|
:example:
|
13619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
|
13620
13620
|
"""
|
13621
13621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13622
13622
|
required_arguments = ['compartmentId']
|
@@ -13796,7 +13796,7 @@ class OperationsInsightsClient(object):
|
|
13796
13796
|
:rtype: :class:`~oci.response.Response`
|
13797
13797
|
|
13798
13798
|
:example:
|
13799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
|
13800
13800
|
"""
|
13801
13801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13802
13802
|
required_arguments = ['compartmentId']
|
@@ -13956,7 +13956,7 @@ class OperationsInsightsClient(object):
|
|
13956
13956
|
:rtype: :class:`~oci.response.Response`
|
13957
13957
|
|
13958
13958
|
:example:
|
13959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
|
13960
13960
|
"""
|
13961
13961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13962
13962
|
required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
|
@@ -14119,7 +14119,7 @@ class OperationsInsightsClient(object):
|
|
14119
14119
|
:rtype: :class:`~oci.response.Response`
|
14120
14120
|
|
14121
14121
|
:example:
|
14122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
|
14123
14123
|
"""
|
14124
14124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14125
14125
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14283,7 +14283,7 @@ class OperationsInsightsClient(object):
|
|
14283
14283
|
:rtype: :class:`~oci.response.Response`
|
14284
14284
|
|
14285
14285
|
:example:
|
14286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
|
14287
14287
|
"""
|
14288
14288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14289
14289
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14443,7 +14443,7 @@ class OperationsInsightsClient(object):
|
|
14443
14443
|
:rtype: :class:`~oci.response.Response`
|
14444
14444
|
|
14445
14445
|
:example:
|
14446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
|
14447
14447
|
"""
|
14448
14448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14449
14449
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -14621,7 +14621,7 @@ class OperationsInsightsClient(object):
|
|
14621
14621
|
:rtype: :class:`~oci.response.Response`
|
14622
14622
|
|
14623
14623
|
:example:
|
14624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
14625
14625
|
"""
|
14626
14626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14627
14627
|
required_arguments = ['workRequestId']
|
@@ -14774,7 +14774,7 @@ class OperationsInsightsClient(object):
|
|
14774
14774
|
:rtype: :class:`~oci.response.Response`
|
14775
14775
|
|
14776
14776
|
:example:
|
14777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
14778
14778
|
"""
|
14779
14779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14780
14780
|
required_arguments = ['workRequestId']
|
@@ -14943,7 +14943,7 @@ class OperationsInsightsClient(object):
|
|
14943
14943
|
:rtype: :class:`~oci.response.Response`
|
14944
14944
|
|
14945
14945
|
:example:
|
14946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
14947
14947
|
"""
|
14948
14948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14949
14949
|
required_arguments = []
|
@@ -15093,7 +15093,7 @@ class OperationsInsightsClient(object):
|
|
15093
15093
|
:rtype: :class:`~oci.response.Response`
|
15094
15094
|
|
15095
15095
|
:example:
|
15096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
|
15097
15097
|
"""
|
15098
15098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15099
15099
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -15240,7 +15240,7 @@ class OperationsInsightsClient(object):
|
|
15240
15240
|
:rtype: :class:`~oci.response.Response`
|
15241
15241
|
|
15242
15242
|
:example:
|
15243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
|
15244
15244
|
"""
|
15245
15245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15246
15246
|
required_arguments = ['compartmentId']
|
@@ -15367,7 +15367,7 @@ class OperationsInsightsClient(object):
|
|
15367
15367
|
:rtype: :class:`~oci.response.Response`
|
15368
15368
|
|
15369
15369
|
:example:
|
15370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
|
15371
15371
|
"""
|
15372
15372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15373
15373
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -15484,7 +15484,7 @@ class OperationsInsightsClient(object):
|
|
15484
15484
|
:rtype: :class:`~oci.response.Response`
|
15485
15485
|
|
15486
15486
|
:example:
|
15487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
|
15488
15488
|
"""
|
15489
15489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15490
15490
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -15668,7 +15668,7 @@ class OperationsInsightsClient(object):
|
|
15668
15668
|
:rtype: :class:`~oci.response.Response`
|
15669
15669
|
|
15670
15670
|
:example:
|
15671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
|
15672
15672
|
"""
|
15673
15673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15674
15674
|
required_arguments = ['compartmentId']
|
@@ -15898,7 +15898,7 @@ class OperationsInsightsClient(object):
|
|
15898
15898
|
:rtype: :class:`~oci.response.Response`
|
15899
15899
|
|
15900
15900
|
:example:
|
15901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
|
15902
15902
|
"""
|
15903
15903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15904
15904
|
required_arguments = ['compartmentId', 'name']
|
@@ -16149,7 +16149,7 @@ class OperationsInsightsClient(object):
|
|
16149
16149
|
:rtype: :class:`~oci.response.Response`
|
16150
16150
|
|
16151
16151
|
:example:
|
16152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
|
16153
16153
|
"""
|
16154
16154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16155
16155
|
required_arguments = ['compartmentId']
|
@@ -16420,7 +16420,7 @@ class OperationsInsightsClient(object):
|
|
16420
16420
|
:rtype: :class:`~oci.response.Response`
|
16421
16421
|
|
16422
16422
|
:example:
|
16423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16423
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
|
16424
16424
|
"""
|
16425
16425
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16426
16426
|
required_arguments = ['compartmentId']
|
@@ -16640,7 +16640,7 @@ class OperationsInsightsClient(object):
|
|
16640
16640
|
:rtype: :class:`~oci.response.Response`
|
16641
16641
|
|
16642
16642
|
:example:
|
16643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
|
16644
16644
|
"""
|
16645
16645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16646
16646
|
required_arguments = ['compartmentId', 'objectIdentifier']
|
@@ -16830,7 +16830,7 @@ class OperationsInsightsClient(object):
|
|
16830
16830
|
:rtype: :class:`~oci.response.Response`
|
16831
16831
|
|
16832
16832
|
:example:
|
16833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
|
16834
16834
|
"""
|
16835
16835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16836
16836
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -17004,7 +17004,7 @@ class OperationsInsightsClient(object):
|
|
17004
17004
|
:rtype: :class:`~oci.response.Response`
|
17005
17005
|
|
17006
17006
|
:example:
|
17007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
|
17008
17008
|
"""
|
17009
17009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17010
17010
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -17202,7 +17202,7 @@ class OperationsInsightsClient(object):
|
|
17202
17202
|
:rtype: :class:`~oci.response.Response`
|
17203
17203
|
|
17204
17204
|
:example:
|
17205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
|
17206
17206
|
"""
|
17207
17207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17208
17208
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -17396,7 +17396,7 @@ class OperationsInsightsClient(object):
|
|
17396
17396
|
:rtype: :class:`~oci.response.Response`
|
17397
17397
|
|
17398
17398
|
:example:
|
17399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
|
17400
17400
|
"""
|
17401
17401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17402
17402
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -17614,7 +17614,7 @@ class OperationsInsightsClient(object):
|
|
17614
17614
|
:rtype: :class:`~oci.response.Response`
|
17615
17615
|
|
17616
17616
|
:example:
|
17617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
|
17618
17618
|
"""
|
17619
17619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17620
17620
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -17818,7 +17818,7 @@ class OperationsInsightsClient(object):
|
|
17818
17818
|
:rtype: :class:`~oci.response.Response`
|
17819
17819
|
|
17820
17820
|
:example:
|
17821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
|
17822
17822
|
"""
|
17823
17823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17824
17824
|
required_arguments = ['awrHubId']
|
@@ -18002,7 +18002,7 @@ class OperationsInsightsClient(object):
|
|
18002
18002
|
:rtype: :class:`~oci.response.Response`
|
18003
18003
|
|
18004
18004
|
:example:
|
18005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
|
18006
18006
|
"""
|
18007
18007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18008
18008
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18181,7 +18181,7 @@ class OperationsInsightsClient(object):
|
|
18181
18181
|
:rtype: :class:`~oci.response.Response`
|
18182
18182
|
|
18183
18183
|
:example:
|
18184
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
|
18185
18185
|
"""
|
18186
18186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18187
18187
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18386,7 +18386,7 @@ class OperationsInsightsClient(object):
|
|
18386
18386
|
:rtype: :class:`~oci.response.Response`
|
18387
18387
|
|
18388
18388
|
:example:
|
18389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
|
18390
18390
|
"""
|
18391
18391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18392
18392
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18587,7 +18587,7 @@ class OperationsInsightsClient(object):
|
|
18587
18587
|
:rtype: :class:`~oci.response.Response`
|
18588
18588
|
|
18589
18589
|
:example:
|
18590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
|
18591
18591
|
"""
|
18592
18592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18593
18593
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18770,7 +18770,7 @@ class OperationsInsightsClient(object):
|
|
18770
18770
|
:rtype: :class:`~oci.response.Response`
|
18771
18771
|
|
18772
18772
|
:example:
|
18773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
|
18774
18774
|
"""
|
18775
18775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18776
18776
|
required_arguments = ['awrHubId']
|
@@ -18936,7 +18936,7 @@ class OperationsInsightsClient(object):
|
|
18936
18936
|
:rtype: :class:`~oci.response.Response`
|
18937
18937
|
|
18938
18938
|
:example:
|
18939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
|
18940
18940
|
"""
|
18941
18941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18942
18942
|
required_arguments = []
|
@@ -19183,7 +19183,7 @@ class OperationsInsightsClient(object):
|
|
19183
19183
|
:rtype: :class:`~oci.response.Response`
|
19184
19184
|
|
19185
19185
|
:example:
|
19186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
|
19187
19187
|
"""
|
19188
19188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19189
19189
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -19491,7 +19491,7 @@ class OperationsInsightsClient(object):
|
|
19491
19491
|
:rtype: :class:`~oci.response.Response`
|
19492
19492
|
|
19493
19493
|
:example:
|
19494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
|
19495
19495
|
"""
|
19496
19496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19497
19497
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -19797,7 +19797,7 @@ class OperationsInsightsClient(object):
|
|
19797
19797
|
:rtype: :class:`~oci.response.Response`
|
19798
19798
|
|
19799
19799
|
:example:
|
19800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
|
19801
19801
|
"""
|
19802
19802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19803
19803
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20065,7 +20065,7 @@ class OperationsInsightsClient(object):
|
|
20065
20065
|
:rtype: :class:`~oci.response.Response`
|
20066
20066
|
|
20067
20067
|
:example:
|
20068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
|
20069
20069
|
"""
|
20070
20070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20071
20071
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20311,7 +20311,7 @@ class OperationsInsightsClient(object):
|
|
20311
20311
|
:rtype: :class:`~oci.response.Response`
|
20312
20312
|
|
20313
20313
|
:example:
|
20314
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
|
20315
20315
|
"""
|
20316
20316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20317
20317
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20571,7 +20571,7 @@ class OperationsInsightsClient(object):
|
|
20571
20571
|
:rtype: :class:`~oci.response.Response`
|
20572
20572
|
|
20573
20573
|
:example:
|
20574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
|
20575
20575
|
"""
|
20576
20576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20577
20577
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20763,7 +20763,7 @@ class OperationsInsightsClient(object):
|
|
20763
20763
|
:rtype: :class:`~oci.response.Response`
|
20764
20764
|
|
20765
20765
|
:example:
|
20766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
|
20767
20767
|
"""
|
20768
20768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20769
20769
|
required_arguments = ['compartmentId']
|
@@ -20961,7 +20961,7 @@ class OperationsInsightsClient(object):
|
|
20961
20961
|
:rtype: :class:`~oci.response.Response`
|
20962
20962
|
|
20963
20963
|
:example:
|
20964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
|
20965
20965
|
"""
|
20966
20966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20967
20967
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -21189,7 +21189,7 @@ class OperationsInsightsClient(object):
|
|
21189
21189
|
:rtype: :class:`~oci.response.Response`
|
21190
21190
|
|
21191
21191
|
:example:
|
21192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_exadata_insight_resource_capacity_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend_aggregated API.
|
21193
21193
|
"""
|
21194
21194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21195
21195
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -21440,7 +21440,7 @@ class OperationsInsightsClient(object):
|
|
21440
21440
|
:rtype: :class:`~oci.response.Response`
|
21441
21441
|
|
21442
21442
|
:example:
|
21443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
|
21444
21444
|
"""
|
21445
21445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21446
21446
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -21706,7 +21706,7 @@ class OperationsInsightsClient(object):
|
|
21706
21706
|
:rtype: :class:`~oci.response.Response`
|
21707
21707
|
|
21708
21708
|
:example:
|
21709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_exadata_insight_resource_forecast_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend_aggregated API.
|
21710
21710
|
"""
|
21711
21711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21712
21712
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -21923,7 +21923,7 @@ class OperationsInsightsClient(object):
|
|
21923
21923
|
:rtype: :class:`~oci.response.Response`
|
21924
21924
|
|
21925
21925
|
:example:
|
21926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
|
21927
21927
|
"""
|
21928
21928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21929
21929
|
required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
|
@@ -22158,7 +22158,7 @@ class OperationsInsightsClient(object):
|
|
22158
22158
|
:rtype: :class:`~oci.response.Response`
|
22159
22159
|
|
22160
22160
|
:example:
|
22161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
|
22162
22162
|
"""
|
22163
22163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22164
22164
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22384,7 +22384,7 @@ class OperationsInsightsClient(object):
|
|
22384
22384
|
:rtype: :class:`~oci.response.Response`
|
22385
22385
|
|
22386
22386
|
:example:
|
22387
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22387
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
|
22388
22388
|
"""
|
22389
22389
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22390
22390
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22597,7 +22597,7 @@ class OperationsInsightsClient(object):
|
|
22597
22597
|
:rtype: :class:`~oci.response.Response`
|
22598
22598
|
|
22599
22599
|
:example:
|
22600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
|
22601
22601
|
"""
|
22602
22602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22603
22603
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22755,7 +22755,7 @@ class OperationsInsightsClient(object):
|
|
22755
22755
|
:rtype: :class:`~oci.response.Response`
|
22756
22756
|
|
22757
22757
|
:example:
|
22758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
|
22759
22759
|
"""
|
22760
22760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22761
22761
|
required_arguments = ['exadataInsightId']
|
@@ -22909,7 +22909,7 @@ class OperationsInsightsClient(object):
|
|
22909
22909
|
:rtype: :class:`~oci.response.Response`
|
22910
22910
|
|
22911
22911
|
:example:
|
22912
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
|
22913
22913
|
"""
|
22914
22914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22915
22915
|
required_arguments = ['compartmentId', 'id']
|
@@ -23070,7 +23070,7 @@ class OperationsInsightsClient(object):
|
|
23070
23070
|
:rtype: :class:`~oci.response.Response`
|
23071
23071
|
|
23072
23072
|
:example:
|
23073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
|
23074
23074
|
"""
|
23075
23075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23076
23076
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -23237,7 +23237,7 @@ class OperationsInsightsClient(object):
|
|
23237
23237
|
:rtype: :class:`~oci.response.Response`
|
23238
23238
|
|
23239
23239
|
:example:
|
23240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
|
23241
23241
|
"""
|
23242
23242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23243
23243
|
required_arguments = ['compartmentId', 'id']
|
@@ -23470,7 +23470,7 @@ class OperationsInsightsClient(object):
|
|
23470
23470
|
:rtype: :class:`~oci.response.Response`
|
23471
23471
|
|
23472
23472
|
:example:
|
23473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
|
23474
23474
|
"""
|
23475
23475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23476
23476
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -23770,7 +23770,7 @@ class OperationsInsightsClient(object):
|
|
23770
23770
|
:rtype: :class:`~oci.response.Response`
|
23771
23771
|
|
23772
23772
|
:example:
|
23773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
|
23774
23774
|
"""
|
23775
23775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23776
23776
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24069,7 +24069,7 @@ class OperationsInsightsClient(object):
|
|
24069
24069
|
:rtype: :class:`~oci.response.Response`
|
24070
24070
|
|
24071
24071
|
:example:
|
24072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
|
24073
24073
|
"""
|
24074
24074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24075
24075
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24328,7 +24328,7 @@ class OperationsInsightsClient(object):
|
|
24328
24328
|
:rtype: :class:`~oci.response.Response`
|
24329
24329
|
|
24330
24330
|
:example:
|
24331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
|
24332
24332
|
"""
|
24333
24333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24334
24334
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24565,7 +24565,7 @@ class OperationsInsightsClient(object):
|
|
24565
24565
|
:rtype: :class:`~oci.response.Response`
|
24566
24566
|
|
24567
24567
|
:example:
|
24568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
|
24569
24569
|
"""
|
24570
24570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24571
24571
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24816,7 +24816,7 @@ class OperationsInsightsClient(object):
|
|
24816
24816
|
:rtype: :class:`~oci.response.Response`
|
24817
24817
|
|
24818
24818
|
:example:
|
24819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
|
24820
24820
|
"""
|
24821
24821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24822
24822
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25007,7 +25007,7 @@ class OperationsInsightsClient(object):
|
|
25007
25007
|
:rtype: :class:`~oci.response.Response`
|
25008
25008
|
|
25009
25009
|
:example:
|
25010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
|
25011
25011
|
"""
|
25012
25012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25013
25013
|
required_arguments = ['compartmentId', 'id']
|
@@ -25189,7 +25189,7 @@ class OperationsInsightsClient(object):
|
|
25189
25189
|
:rtype: :class:`~oci.response.Response`
|
25190
25190
|
|
25191
25191
|
:example:
|
25192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
|
25193
25193
|
"""
|
25194
25194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25195
25195
|
required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
|
@@ -25374,7 +25374,7 @@ class OperationsInsightsClient(object):
|
|
25374
25374
|
:rtype: :class:`~oci.response.Response`
|
25375
25375
|
|
25376
25376
|
:example:
|
25377
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25377
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_host_insight_top_processes_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage_trend API.
|
25378
25378
|
"""
|
25379
25379
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25380
25380
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -25496,7 +25496,7 @@ class OperationsInsightsClient(object):
|
|
25496
25496
|
:rtype: :class:`~oci.response.Response`
|
25497
25497
|
|
25498
25498
|
:example:
|
25499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
|
25500
25500
|
"""
|
25501
25501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25502
25502
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -25685,7 +25685,7 @@ class OperationsInsightsClient(object):
|
|
25685
25685
|
:rtype: :class:`~oci.response.Response`
|
25686
25686
|
|
25687
25687
|
:example:
|
25688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
|
25689
25689
|
"""
|
25690
25690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25691
25691
|
required_arguments = ['compartmentId']
|
@@ -25864,7 +25864,7 @@ class OperationsInsightsClient(object):
|
|
25864
25864
|
:rtype: :class:`~oci.response.Response`
|
25865
25865
|
|
25866
25866
|
:example:
|
25867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
|
25868
25868
|
"""
|
25869
25869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25870
25870
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26014,7 +26014,7 @@ class OperationsInsightsClient(object):
|
|
26014
26014
|
:rtype: :class:`~oci.response.Response`
|
26015
26015
|
|
26016
26016
|
:example:
|
26017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
|
26018
26018
|
"""
|
26019
26019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26020
26020
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26240,7 +26240,7 @@ class OperationsInsightsClient(object):
|
|
26240
26240
|
:rtype: :class:`~oci.response.Response`
|
26241
26241
|
|
26242
26242
|
:example:
|
26243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
|
26244
26244
|
"""
|
26245
26245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26246
26246
|
required_arguments = ['compartmentId']
|
@@ -26493,7 +26493,7 @@ class OperationsInsightsClient(object):
|
|
26493
26493
|
:rtype: :class:`~oci.response.Response`
|
26494
26494
|
|
26495
26495
|
:example:
|
26496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
|
26497
26497
|
"""
|
26498
26498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26499
26499
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26661,7 +26661,7 @@ class OperationsInsightsClient(object):
|
|
26661
26661
|
:rtype: :class:`~oci.response.Response`
|
26662
26662
|
|
26663
26663
|
:example:
|
26664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/summarize_sql_statistics_time_series_by_plan.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series_by_plan API.
|
26665
26665
|
"""
|
26666
26666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26667
26667
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26776,7 +26776,7 @@ class OperationsInsightsClient(object):
|
|
26776
26776
|
:rtype: :class:`~oci.response.Response`
|
26777
26777
|
|
26778
26778
|
:example:
|
26779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
|
26780
26780
|
"""
|
26781
26781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26782
26782
|
required_arguments = ['awrHubId']
|
@@ -26885,7 +26885,7 @@ class OperationsInsightsClient(object):
|
|
26885
26885
|
:rtype: :class:`~oci.response.Response`
|
26886
26886
|
|
26887
26887
|
:example:
|
26888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
|
26889
26889
|
"""
|
26890
26890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26891
26891
|
required_arguments = ['awrHubSourceId']
|
@@ -26994,7 +26994,7 @@ class OperationsInsightsClient(object):
|
|
26994
26994
|
:rtype: :class:`~oci.response.Response`
|
26995
26995
|
|
26996
26996
|
:example:
|
26997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
|
26998
26998
|
"""
|
26999
26999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27000
27000
|
required_arguments = ['databaseInsightId']
|
@@ -27103,7 +27103,7 @@ class OperationsInsightsClient(object):
|
|
27103
27103
|
:rtype: :class:`~oci.response.Response`
|
27104
27104
|
|
27105
27105
|
:example:
|
27106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
|
27107
27107
|
"""
|
27108
27108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27109
27109
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -27212,7 +27212,7 @@ class OperationsInsightsClient(object):
|
|
27212
27212
|
:rtype: :class:`~oci.response.Response`
|
27213
27213
|
|
27214
27214
|
:example:
|
27215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
|
27216
27216
|
"""
|
27217
27217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27218
27218
|
required_arguments = ['exadataInsightId']
|
@@ -27321,7 +27321,7 @@ class OperationsInsightsClient(object):
|
|
27321
27321
|
:rtype: :class:`~oci.response.Response`
|
27322
27322
|
|
27323
27323
|
:example:
|
27324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
|
27325
27325
|
"""
|
27326
27326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27327
27327
|
required_arguments = ['hostInsightId']
|
@@ -27430,7 +27430,7 @@ class OperationsInsightsClient(object):
|
|
27430
27430
|
:rtype: :class:`~oci.response.Response`
|
27431
27431
|
|
27432
27432
|
:example:
|
27433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
|
27434
27434
|
"""
|
27435
27435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27436
27436
|
required_arguments = ['newsReportId']
|
@@ -27541,7 +27541,7 @@ class OperationsInsightsClient(object):
|
|
27541
27541
|
:rtype: :class:`~oci.response.Response`
|
27542
27542
|
|
27543
27543
|
:example:
|
27544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
|
27545
27545
|
"""
|
27546
27546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27547
27547
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -27651,7 +27651,7 @@ class OperationsInsightsClient(object):
|
|
27651
27651
|
:rtype: :class:`~oci.response.Response`
|
27652
27652
|
|
27653
27653
|
:example:
|
27654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
|
27655
27655
|
"""
|
27656
27656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27657
27657
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -27760,7 +27760,7 @@ class OperationsInsightsClient(object):
|
|
27760
27760
|
:rtype: :class:`~oci.response.Response`
|
27761
27761
|
|
27762
27762
|
:example:
|
27763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
|
27764
27764
|
"""
|
27765
27765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27766
27766
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -27871,7 +27871,7 @@ class OperationsInsightsClient(object):
|
|
27871
27871
|
:rtype: :class:`~oci.response.Response`
|
27872
27872
|
|
27873
27873
|
:example:
|
27874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.0/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
|
27875
27875
|
"""
|
27876
27876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27877
27877
|
required_arguments = ['opsiConfigurationId']
|