oci 2.132.0__py3-none-any.whl → 2.134.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/__init__.py +2 -2
- 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 +626 -28
- oci/ai_document/ai_service_document_client_composite_operations.py +180 -0
- oci/ai_document/models/__init__.py +10 -0
- oci/ai_document/models/add_model_lock_details.py +150 -0
- oci/ai_document/models/add_project_lock_details.py +150 -0
- oci/ai_document/models/analyze_document_details.py +5 -5
- oci/ai_document/models/detected_document_type.py +0 -35
- oci/ai_document/models/document_classification_feature.py +2 -33
- oci/ai_document/models/document_key_value_extraction_feature.py +2 -33
- oci/ai_document/models/general_processor_config.py +5 -5
- oci/ai_document/models/model.py +33 -2
- oci/ai_document/models/model_summary.py +33 -2
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/project.py +33 -2
- oci/ai_document/models/remove_model_lock_details.py +88 -0
- oci/ai_document/models/remove_project_lock_details.py +88 -0
- oci/ai_document/models/resource_lock.py +216 -0
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +214 -17
- oci/ai_speech/models/__init__.py +23 -1
- oci/ai_speech/models/synthesize_speech_details.py +196 -0
- oci/ai_speech/models/tts_audio_config.py +106 -0
- oci/ai_speech/models/tts_base_audio_config.py +82 -0
- oci/ai_speech/models/tts_configuration.py +103 -0
- oci/ai_speech/models/tts_oracle_configuration.py +105 -0
- oci/ai_speech/models/tts_oracle_model_details.py +113 -0
- oci/ai_speech/models/tts_oracle_speech_settings.py +246 -0
- oci/ai_speech/models/tts_oracle_tts1_standard_model_details.py +84 -0
- oci/ai_speech/models/tts_oracle_tts2_natural_model_details.py +84 -0
- oci/ai_speech/models/voice_collection.py +72 -0
- oci/ai_speech/models/voice_summary.py +379 -0
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/__init__.py +3 -1
- oci/announcements_service/announcement_client.py +103 -6
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/models/__init__.py +12 -0
- oci/announcements_service/models/announcement.py +1 -1
- oci/announcements_service/models/announcement_compartment.py +72 -0
- oci/announcements_service/models/announcement_summary.py +1 -1
- oci/announcements_service/models/base_announcement.py +7 -3
- oci/announcements_service/models/base_service.py +498 -0
- oci/announcements_service/models/notifications_summary.py +130 -0
- oci/announcements_service/models/service.py +130 -0
- oci/announcements_service/models/service_summary.py +133 -0
- oci/announcements_service/models/services_collection.py +72 -0
- oci/announcements_service/service_client.py +275 -0
- oci/announcements_service/service_client_composite_operations.py +26 -0
- 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 +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +1692 -423
- oci/capacity_management/capacity_management_client_composite_operations.py +146 -0
- oci/capacity_management/models/__init__.py +23 -1
- oci/capacity_management/models/associated_capacity_request_details.py +103 -0
- oci/capacity_management/models/associated_occ_handover_resource_block.py +103 -0
- oci/capacity_management/models/create_occ_capacity_request_details.py +3 -3
- oci/capacity_management/models/create_occ_customer_details.py +181 -0
- oci/capacity_management/models/create_occ_customer_group_details.py +309 -0
- oci/capacity_management/models/occ_capacity_request_base_details.py +62 -0
- oci/capacity_management/models/occ_handover_resource_block_collection.py +72 -0
- oci/capacity_management/models/occ_handover_resource_block_detail_collection.py +72 -0
- oci/capacity_management/models/occ_handover_resource_block_detail_summary.py +104 -0
- oci/capacity_management/models/occ_handover_resource_block_summary.py +332 -0
- oci/capacity_management/models/placement_details.py +227 -0
- oci/capacity_management/models/update_occ_customer_details.py +150 -0
- oci/capacity_management/models/update_occ_customer_group_details.py +216 -0
- 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 +102 -102
- 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 +287 -287
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +13862 -9467
- oci/database/database_client_composite_operations.py +1868 -232
- oci/database/models/__init__.py +80 -0
- oci/database/models/action_member.py +134 -0
- oci/database/models/action_order_details.py +107 -0
- oci/database/models/action_param_values_collection.py +72 -0
- oci/database/models/action_param_values_summary.py +216 -0
- oci/database/models/autonomous_database.py +33 -6
- oci/database/models/autonomous_database_standby_summary.py +33 -2
- oci/database/models/autonomous_database_summary.py +33 -6
- oci/database/models/cancel_execution_window_details.py +134 -0
- oci/database/models/change_scheduling_plan_compartment_details.py +76 -0
- oci/database/models/change_scheduling_policy_compartment_details.py +76 -0
- oci/database/models/cloud_exadata_infrastructure.py +33 -2
- oci/database/models/cloud_exadata_infrastructure_summary.py +33 -2
- oci/database/models/create_autonomous_database_base.py +2 -6
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +35 -0
- oci/database/models/create_exadb_vm_cluster_details.py +12 -2
- oci/database/models/create_execution_action_details.py +304 -0
- oci/database/models/create_execution_window_details.py +282 -0
- oci/database/models/create_pluggable_database_creation_type_details.py +0 -2
- oci/database/models/create_scheduled_action_details.py +339 -0
- oci/database/models/create_scheduling_plan_details.py +306 -0
- oci/database/models/create_scheduling_policy_details.py +267 -0
- oci/database/models/create_scheduling_window_details.py +181 -0
- oci/database/models/exadata_infrastructure.py +33 -2
- oci/database/models/exadata_infrastructure_summary.py +33 -2
- oci/database/models/exadb_vm_cluster.py +12 -2
- oci/database/models/exadb_vm_cluster_summary.py +12 -2
- oci/database/models/execution_action.py +715 -0
- oci/database/models/execution_action_member.py +216 -0
- oci/database/models/execution_action_summary.py +715 -0
- oci/database/models/execution_window.py +783 -0
- oci/database/models/execution_window_summary.py +783 -0
- oci/database/models/granular_maintenance_history_details.py +99 -0
- oci/database/models/maintenance_run.py +62 -0
- oci/database/models/maintenance_run_history.py +64 -2
- oci/database/models/maintenance_run_history_summary.py +64 -2
- oci/database/models/maintenance_run_summary.py +62 -0
- oci/database/models/move_execution_action_member_details.py +220 -0
- oci/database/models/recommended_scheduled_action_summary.py +280 -0
- oci/database/models/recommended_scheduled_actions_collection.py +72 -0
- oci/database/models/reorder_execution_action_details.py +152 -0
- oci/database/models/reorder_scheduled_actions_details.py +109 -0
- oci/database/models/scheduled_action.py +633 -0
- oci/database/models/scheduled_action_collection.py +72 -0
- oci/database/models/scheduled_action_summary.py +633 -0
- oci/database/models/scheduling_plan.py +643 -0
- oci/database/models/scheduling_plan_collection.py +72 -0
- oci/database/models/scheduling_plan_summary.py +643 -0
- oci/database/models/scheduling_policy.py +493 -0
- oci/database/models/scheduling_policy_summary.py +493 -0
- oci/database/models/scheduling_window.py +469 -0
- oci/database/models/scheduling_window_summary.py +469 -0
- oci/database/models/update_autonomous_database_details.py +2 -6
- oci/database/models/update_exadb_vm_cluster_details.py +12 -2
- oci/database/models/update_execution_action_details.py +218 -0
- oci/database/models/update_execution_window_details.py +212 -0
- oci/database/models/update_scheduled_action_details.py +140 -0
- oci/database/models/update_scheduling_policy_details.py +232 -0
- oci/database/models/update_scheduling_window_details.py +146 -0
- oci/database/models/window_preference_detail.py +231 -0
- oci/database_management/db_management_client.py +580 -208
- oci/database_management/db_management_client_composite_operations.py +132 -0
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/__init__.py +14 -0
- oci/database_management/models/autonomous_database_diagnostics_and_management_feature_details.py +65 -0
- oci/database_management/models/autonomous_database_feature_details.py +167 -0
- oci/database_management/models/autonomous_database_sql_watch_feature_details.py +65 -0
- oci/database_management/models/connector_details.py +15 -3
- oci/database_management/models/create_db_management_private_endpoint_details.py +31 -0
- oci/database_management/models/db_management_private_endpoint.py +31 -0
- oci/database_management/models/direct_connector_details.py +51 -0
- oci/database_management/models/disable_autonomous_database_management_feature_details.py +92 -0
- oci/database_management/models/enable_autonomous_database_management_feature_details.py +68 -0
- oci/database_management/models/external_connector_details.py +1 -1
- oci/database_management/models/macs_connector_details.py +1 -1
- oci/database_management/models/modify_autonomous_database_management_feature_details.py +68 -0
- oci/database_management/models/optimizer_statistics_collection_operation.py +7 -3
- oci/database_management/models/optimizer_statistics_collection_operation_summary.py +7 -3
- oci/database_management/models/private_end_point_connector_details.py +1 -1
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/__init__.py +16 -0
- oci/delegate_access_control/delegate_access_control_client.py +3324 -0
- oci/delegate_access_control/delegate_access_control_client_composite_operations.py +492 -0
- oci/delegate_access_control/models/__init__.py +96 -0
- oci/delegate_access_control/models/approve_delegated_resource_access_request_details.py +138 -0
- oci/delegate_access_control/models/change_delegation_control_compartment_details.py +72 -0
- oci/delegate_access_control/models/change_delegation_subscription_compartment_details.py +72 -0
- oci/delegate_access_control/models/create_delegation_control_details.py +548 -0
- oci/delegate_access_control/models/create_delegation_subscription_details.py +263 -0
- oci/delegate_access_control/models/delegated_resource_access_request.py +1373 -0
- oci/delegate_access_control/models/delegated_resource_access_request_approval_details.py +263 -0
- oci/delegate_access_control/models/delegated_resource_access_request_audit_log_report.py +193 -0
- oci/delegate_access_control/models/delegated_resource_access_request_history_collection.py +72 -0
- oci/delegate_access_control/models/delegated_resource_access_request_history_summary.py +300 -0
- oci/delegate_access_control/models/delegated_resource_access_request_summary.py +981 -0
- oci/delegate_access_control/models/delegated_resource_access_request_summary_collection.py +72 -0
- oci/delegate_access_control/models/delegation_control.py +833 -0
- oci/delegate_access_control/models/delegation_control_resource_collection.py +72 -0
- oci/delegate_access_control/models/delegation_control_resource_summary.py +147 -0
- oci/delegate_access_control/models/delegation_control_summary.py +465 -0
- oci/delegate_access_control/models/delegation_control_summary_collection.py +72 -0
- oci/delegate_access_control/models/delegation_subscription.py +524 -0
- oci/delegate_access_control/models/delegation_subscription_summary.py +461 -0
- oci/delegate_access_control/models/delegation_subscription_summary_collection.py +72 -0
- oci/delegate_access_control/models/reject_delegated_resource_access_request_details.py +72 -0
- oci/delegate_access_control/models/revoke_delegated_resource_access_request_details.py +72 -0
- oci/delegate_access_control/models/service_provider.py +583 -0
- oci/delegate_access_control/models/service_provider_action.py +371 -0
- oci/delegate_access_control/models/service_provider_action_properties.py +103 -0
- oci/delegate_access_control/models/service_provider_action_summary.py +323 -0
- oci/delegate_access_control/models/service_provider_action_summary_collection.py +72 -0
- oci/delegate_access_control/models/service_provider_interaction_collection.py +72 -0
- oci/delegate_access_control/models/service_provider_interaction_request_details.py +72 -0
- oci/delegate_access_control/models/service_provider_interaction_summary.py +247 -0
- oci/delegate_access_control/models/service_provider_summary.py +508 -0
- oci/delegate_access_control/models/service_provider_summary_collection.py +72 -0
- oci/delegate_access_control/models/update_delegation_control_details.py +404 -0
- oci/delegate_access_control/models/update_delegation_subscription_details.py +154 -0
- oci/delegate_access_control/models/work_request.py +438 -0
- oci/delegate_access_control/models/work_request_error.py +136 -0
- oci/delegate_access_control/models/work_request_error_collection.py +72 -0
- oci/delegate_access_control/models/work_request_log_entry.py +103 -0
- oci/delegate_access_control/models/work_request_log_entry_collection.py +72 -0
- oci/delegate_access_control/models/work_request_resource.py +234 -0
- oci/delegate_access_control/models/work_request_summary.py +438 -0
- oci/delegate_access_control/models/work_request_summary_collection.py +72 -0
- oci/delegate_access_control/work_request_client.py +660 -0
- oci/delegate_access_control/work_request_client_composite_operations.py +26 -0
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- 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 +393 -59
- oci/file_storage/file_storage_client_composite_operations.py +138 -0
- oci/file_storage/models/__init__.py +4 -0
- oci/file_storage/models/create_mount_target_details.py +39 -26
- oci/file_storage/models/mount_target.py +153 -3
- oci/file_storage/models/mount_target_summary.py +155 -3
- oci/file_storage/models/schedule_downgrade_shape_mount_target_details.py +78 -0
- oci/file_storage/models/upgrade_shape_mount_target_details.py +78 -0
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +16 -16
- oci/fleet_apps_management/fleet_apps_management_client.py +70 -70
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +10 -10
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +8 -8
- oci/fleet_software_update/fleet_software_update_client.py +48 -48
- oci/fleet_software_update/models/create_db_fsu_collection_details.py +7 -3
- oci/fleet_software_update/models/create_gi_fsu_collection_details.py +7 -3
- oci/fleet_software_update/models/db_collection.py +7 -3
- oci/fleet_software_update/models/db_discovery_details.py +7 -3
- oci/fleet_software_update/models/db_fsu_collection_summary.py +7 -3
- oci/fleet_software_update/models/gi_collection.py +7 -3
- oci/fleet_software_update/models/gi_discovery_details.py +7 -3
- oci/fleet_software_update/models/gi_fsu_collection_summary.py +7 -3
- oci/fleet_software_update/models/work_request.py +7 -3
- oci/fleet_software_update/models/work_request_summary.py +7 -3
- 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/models/fusion_environment_family.py +33 -2
- 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 +23 -23
- oci/generative_ai/models/create_endpoint_details.py +2 -2
- oci/generative_ai/models/dedicated_ai_cluster.py +7 -3
- 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 +307 -307
- oci/integration/integration_instance_client.py +16 -16
- oci/jms/java_management_service_client.py +75 -75
- 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 +25 -25
- oci/key_management/kms_hsm_cluster_client_composite_operations.py +3 -3
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/key_management/models/auto_key_rotation_details.py +10 -10
- oci/key_management/models/change_hsm_cluster_compartment_details.py +3 -3
- oci/key_management/models/create_hsm_cluster_details.py +5 -5
- oci/key_management/models/hsm_cluster.py +4 -4
- oci/key_management/models/hsm_cluster_collection.py +2 -2
- oci/key_management/models/hsm_cluster_summary.py +3 -3
- oci/key_management/models/hsm_partition.py +29 -9
- oci/key_management/models/hsm_partition_collection.py +1 -1
- oci/key_management/models/hsm_partition_summary.py +11 -7
- oci/key_management/models/port_information.py +5 -5
- oci/key_management/models/pre_co_user_credentials.py +2 -2
- oci/key_management/models/upload_partition_certificates_details.py +5 -5
- oci/key_management/models/vault.py +31 -0
- 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/load_balancer/models/backend.py +4 -0
- oci/load_balancer/models/backend_details.py +4 -0
- oci/load_balancer/models/backend_set.py +6 -2
- oci/load_balancer/models/backend_set_details.py +6 -2
- oci/load_balancer/models/create_backend_details.py +4 -0
- oci/load_balancer/models/create_backend_set_details.py +6 -2
- oci/load_balancer/models/create_load_balancer_details.py +116 -0
- oci/load_balancer/models/ip_max_connections.py +8 -2
- oci/load_balancer/models/load_balancer.py +100 -0
- oci/load_balancer/models/update_backend_details.py +4 -0
- oci/load_balancer/models/update_backend_set_details.py +6 -2
- oci/load_balancer/models/update_load_balancer_details.py +112 -0
- oci/lockbox/lockbox_client.py +24 -24
- oci/lockbox/models/access_request.py +35 -2
- oci/lockbox/models/access_request_ext.py +35 -2
- oci/lockbox/models/access_request_summary.py +33 -0
- oci/lockbox/models/create_access_request_details.py +35 -2
- 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 +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/__init__.py +2 -0
- oci/mysql/models/create_db_system_details.py +37 -2
- oci/mysql/models/customer_contact.py +72 -0
- oci/mysql/models/db_system.py +37 -2
- oci/mysql/models/update_db_system_details.py +37 -2
- 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 +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/models/__init__.py +14 -0
- oci/object_storage/models/access_target_details.py +136 -0
- oci/object_storage/models/create_private_endpoint_details.py +389 -0
- oci/object_storage/models/fqdns.py +99 -0
- oci/object_storage/models/prefix_fqdns.py +134 -0
- oci/object_storage/models/private_endpoint.py +685 -0
- oci/object_storage/models/private_endpoint_summary.py +369 -0
- oci/object_storage/models/update_private_endpoint_details.py +216 -0
- oci/object_storage/models/work_request.py +15 -3
- oci/object_storage/models/work_request_summary.py +15 -3
- oci/object_storage/object_storage_client.py +686 -71
- oci/object_storage/object_storage_client_composite_operations.py +139 -0
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +8 -8
- oci/ocvp/cluster_client_composite_operations.py +2 -2
- oci/ocvp/esxi_host_client.py +9 -9
- oci/ocvp/models/cluster.py +35 -2
- oci/ocvp/models/cluster_summary.py +35 -2
- oci/ocvp/models/datastore_details.py +1 -1
- oci/ocvp/models/esxi_host.py +35 -2
- oci/ocvp/models/esxi_host_summary.py +35 -2
- oci/ocvp/models/sddc.py +35 -2
- oci/ocvp/models/sddc_summary.py +35 -2
- oci/ocvp/models/supported_host_shape_summary.py +55 -3
- oci/ocvp/models/work_request.py +55 -3
- oci/ocvp/sddc_client.py +21 -16
- 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 +177 -177
- 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 +135 -25
- oci/recovery/database_recovery_client_composite_operations.py +42 -0
- oci/recovery/models/__init__.py +2 -0
- oci/recovery/models/change_protected_database_subscription_details.py +103 -0
- oci/recovery/models/create_protected_database_details.py +33 -0
- oci/recovery/models/create_protection_policy_details.py +39 -0
- oci/recovery/models/protected_database.py +31 -0
- oci/recovery/models/protected_database_summary.py +31 -0
- oci/recovery/models/protection_policy.py +31 -0
- oci/recovery/models/protection_policy_summary.py +31 -0
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +3 -0
- 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_endpoints.py +1 -0
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +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/models/__init__.py +2 -0
- oci/waf/models/dynamic_http_response_body.py +104 -0
- oci/waf/models/http_response_body.py +11 -3
- oci/waf/models/static_text_http_response_body.py +1 -1
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.132.0.dist-info → oci-2.134.0.dist-info}/METADATA +1 -1
- {oci-2.132.0.dist-info → oci-2.134.0.dist-info}/RECORD +533 -391
- {oci-2.132.0.dist-info → oci-2.134.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.132.0.dist-info → oci-2.134.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.132.0.dist-info → oci-2.134.0.dist-info}/WHEEL +0 -0
- {oci-2.132.0.dist-info → oci-2.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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.134.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']
|
@@ -7841,7 +7841,7 @@ class OperationsInsightsClient(object):
|
|
7841
7841
|
:rtype: :class:`~oci.response.Response`
|
7842
7842
|
|
7843
7843
|
:example:
|
7844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/ingest_my_sql_sql_stats.py.html>`__ to see an example of how to use ingest_my_sql_sql_stats API.
|
7845
7845
|
"""
|
7846
7846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7847
7847
|
required_arguments = []
|
@@ -7975,7 +7975,7 @@ class OperationsInsightsClient(object):
|
|
7975
7975
|
:rtype: :class:`~oci.response.Response`
|
7976
7976
|
|
7977
7977
|
:example:
|
7978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/ingest_my_sql_sql_text.py.html>`__ to see an example of how to use ingest_my_sql_sql_text API.
|
7979
7979
|
"""
|
7980
7980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7981
7981
|
required_arguments = []
|
@@ -8110,7 +8110,7 @@ class OperationsInsightsClient(object):
|
|
8110
8110
|
:rtype: :class:`~oci.response.Response`
|
8111
8111
|
|
8112
8112
|
:example:
|
8113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
|
8114
8114
|
"""
|
8115
8115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8116
8116
|
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.134.0/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
|
8249
8249
|
"""
|
8250
8250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8251
8251
|
required_arguments = []
|
@@ -8375,7 +8375,7 @@ class OperationsInsightsClient(object):
|
|
8375
8375
|
:rtype: :class:`~oci.response.Response`
|
8376
8376
|
|
8377
8377
|
:example:
|
8378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
|
8379
8379
|
"""
|
8380
8380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8381
8381
|
required_arguments = []
|
@@ -8509,7 +8509,7 @@ class OperationsInsightsClient(object):
|
|
8509
8509
|
:rtype: :class:`~oci.response.Response`
|
8510
8510
|
|
8511
8511
|
:example:
|
8512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
|
8513
8513
|
"""
|
8514
8514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8515
8515
|
required_arguments = []
|
@@ -8681,7 +8681,7 @@ class OperationsInsightsClient(object):
|
|
8681
8681
|
:rtype: :class:`~oci.response.Response`
|
8682
8682
|
|
8683
8683
|
:example:
|
8684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
|
8685
8685
|
"""
|
8686
8686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8687
8687
|
required_arguments = ['compartmentId']
|
@@ -8896,7 +8896,7 @@ class OperationsInsightsClient(object):
|
|
8896
8896
|
:rtype: :class:`~oci.response.Response`
|
8897
8897
|
|
8898
8898
|
:example:
|
8899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
8900
8900
|
"""
|
8901
8901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8902
8902
|
required_arguments = ['compartmentId']
|
@@ -9100,7 +9100,7 @@ class OperationsInsightsClient(object):
|
|
9100
9100
|
:rtype: :class:`~oci.response.Response`
|
9101
9101
|
|
9102
9102
|
:example:
|
9103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
|
9104
9104
|
"""
|
9105
9105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9106
9106
|
required_arguments = ['compartmentId']
|
@@ -9296,7 +9296,7 @@ class OperationsInsightsClient(object):
|
|
9296
9296
|
:rtype: :class:`~oci.response.Response`
|
9297
9297
|
|
9298
9298
|
:example:
|
9299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
|
9300
9300
|
"""
|
9301
9301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9302
9302
|
required_arguments = ['compartmentId']
|
@@ -9527,7 +9527,7 @@ class OperationsInsightsClient(object):
|
|
9527
9527
|
:rtype: :class:`~oci.response.Response`
|
9528
9528
|
|
9529
9529
|
:example:
|
9530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
9531
9531
|
"""
|
9532
9532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9533
9533
|
required_arguments = ['compartmentId']
|
@@ -9752,7 +9752,7 @@ class OperationsInsightsClient(object):
|
|
9752
9752
|
:rtype: :class:`~oci.response.Response`
|
9753
9753
|
|
9754
9754
|
:example:
|
9755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
|
9756
9756
|
"""
|
9757
9757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9758
9758
|
required_arguments = ['compartmentId']
|
@@ -9934,7 +9934,7 @@ class OperationsInsightsClient(object):
|
|
9934
9934
|
:rtype: :class:`~oci.response.Response`
|
9935
9935
|
|
9936
9936
|
:example:
|
9937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
|
9938
9938
|
"""
|
9939
9939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9940
9940
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -10107,7 +10107,7 @@ class OperationsInsightsClient(object):
|
|
10107
10107
|
:rtype: :class:`~oci.response.Response`
|
10108
10108
|
|
10109
10109
|
:example:
|
10110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
|
10111
10111
|
"""
|
10112
10112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10113
10113
|
required_arguments = ['awrHubId']
|
@@ -10283,7 +10283,7 @@ class OperationsInsightsClient(object):
|
|
10283
10283
|
:rtype: :class:`~oci.response.Response`
|
10284
10284
|
|
10285
10285
|
:example:
|
10286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
|
10287
10287
|
"""
|
10288
10288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10289
10289
|
required_arguments = ['awrHubSourceId']
|
@@ -10464,7 +10464,7 @@ class OperationsInsightsClient(object):
|
|
10464
10464
|
:rtype: :class:`~oci.response.Response`
|
10465
10465
|
|
10466
10466
|
:example:
|
10467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
|
10468
10468
|
"""
|
10469
10469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10470
10470
|
required_arguments = ['awrHubId']
|
@@ -10658,7 +10658,7 @@ class OperationsInsightsClient(object):
|
|
10658
10658
|
:rtype: :class:`~oci.response.Response`
|
10659
10659
|
|
10660
10660
|
:example:
|
10661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
|
10662
10662
|
"""
|
10663
10663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10664
10664
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -10826,7 +10826,7 @@ class OperationsInsightsClient(object):
|
|
10826
10826
|
:rtype: :class:`~oci.response.Response`
|
10827
10827
|
|
10828
10828
|
:example:
|
10829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
|
10830
10830
|
"""
|
10831
10831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10832
10832
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -11048,7 +11048,7 @@ class OperationsInsightsClient(object):
|
|
11048
11048
|
:rtype: :class:`~oci.response.Response`
|
11049
11049
|
|
11050
11050
|
:example:
|
11051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
|
11052
11052
|
"""
|
11053
11053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11054
11054
|
required_arguments = []
|
@@ -11273,7 +11273,7 @@ class OperationsInsightsClient(object):
|
|
11273
11273
|
:rtype: :class:`~oci.response.Response`
|
11274
11274
|
|
11275
11275
|
:example:
|
11276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
|
11277
11277
|
"""
|
11278
11278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11279
11279
|
required_arguments = []
|
@@ -11485,7 +11485,7 @@ class OperationsInsightsClient(object):
|
|
11485
11485
|
:rtype: :class:`~oci.response.Response`
|
11486
11486
|
|
11487
11487
|
:example:
|
11488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
|
11489
11489
|
"""
|
11490
11490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11491
11491
|
required_arguments = []
|
@@ -11680,7 +11680,7 @@ class OperationsInsightsClient(object):
|
|
11680
11680
|
:rtype: :class:`~oci.response.Response`
|
11681
11681
|
|
11682
11682
|
:example:
|
11683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
|
11684
11684
|
"""
|
11685
11685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11686
11686
|
required_arguments = []
|
@@ -11863,7 +11863,7 @@ class OperationsInsightsClient(object):
|
|
11863
11863
|
:rtype: :class:`~oci.response.Response`
|
11864
11864
|
|
11865
11865
|
:example:
|
11866
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
|
11867
11867
|
"""
|
11868
11868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11869
11869
|
required_arguments = []
|
@@ -12103,7 +12103,7 @@ class OperationsInsightsClient(object):
|
|
12103
12103
|
:rtype: :class:`~oci.response.Response`
|
12104
12104
|
|
12105
12105
|
:example:
|
12106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
|
12107
12107
|
"""
|
12108
12108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12109
12109
|
required_arguments = []
|
@@ -12329,7 +12329,7 @@ class OperationsInsightsClient(object):
|
|
12329
12329
|
:rtype: :class:`~oci.response.Response`
|
12330
12330
|
|
12331
12331
|
:example:
|
12332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
|
12333
12333
|
"""
|
12334
12334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12335
12335
|
required_arguments = []
|
@@ -12565,7 +12565,7 @@ class OperationsInsightsClient(object):
|
|
12565
12565
|
:rtype: :class:`~oci.response.Response`
|
12566
12566
|
|
12567
12567
|
:example:
|
12568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
|
12569
12569
|
"""
|
12570
12570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12571
12571
|
required_arguments = ['compartmentId', 'id']
|
@@ -12746,7 +12746,7 @@ class OperationsInsightsClient(object):
|
|
12746
12746
|
:rtype: :class:`~oci.response.Response`
|
12747
12747
|
|
12748
12748
|
:example:
|
12749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
|
12750
12750
|
"""
|
12751
12751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12752
12752
|
required_arguments = ['compartmentId']
|
@@ -12896,7 +12896,7 @@ class OperationsInsightsClient(object):
|
|
12896
12896
|
:rtype: :class:`~oci.response.Response`
|
12897
12897
|
|
12898
12898
|
:example:
|
12899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
|
12900
12900
|
"""
|
12901
12901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12902
12902
|
required_arguments = ['compartmentId']
|
@@ -13037,7 +13037,7 @@ class OperationsInsightsClient(object):
|
|
13037
13037
|
:rtype: :class:`~oci.response.Response`
|
13038
13038
|
|
13039
13039
|
:example:
|
13040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
|
13041
13041
|
"""
|
13042
13042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13043
13043
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -13196,7 +13196,7 @@ class OperationsInsightsClient(object):
|
|
13196
13196
|
:rtype: :class:`~oci.response.Response`
|
13197
13197
|
|
13198
13198
|
:example:
|
13199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
|
13200
13200
|
"""
|
13201
13201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13202
13202
|
required_arguments = []
|
@@ -13387,7 +13387,7 @@ class OperationsInsightsClient(object):
|
|
13387
13387
|
:rtype: :class:`~oci.response.Response`
|
13388
13388
|
|
13389
13389
|
:example:
|
13390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
|
13391
13391
|
"""
|
13392
13392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13393
13393
|
required_arguments = []
|
@@ -13566,7 +13566,7 @@ class OperationsInsightsClient(object):
|
|
13566
13566
|
:rtype: :class:`~oci.response.Response`
|
13567
13567
|
|
13568
13568
|
:example:
|
13569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13569
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
|
13570
13570
|
"""
|
13571
13571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13572
13572
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -13738,7 +13738,7 @@ class OperationsInsightsClient(object):
|
|
13738
13738
|
:rtype: :class:`~oci.response.Response`
|
13739
13739
|
|
13740
13740
|
:example:
|
13741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
|
13742
13742
|
"""
|
13743
13743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13744
13744
|
required_arguments = []
|
@@ -13910,7 +13910,7 @@ class OperationsInsightsClient(object):
|
|
13910
13910
|
:rtype: :class:`~oci.response.Response`
|
13911
13911
|
|
13912
13912
|
:example:
|
13913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
|
13914
13914
|
"""
|
13915
13915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13916
13916
|
required_arguments = ['compartmentId']
|
@@ -14090,7 +14090,7 @@ class OperationsInsightsClient(object):
|
|
14090
14090
|
:rtype: :class:`~oci.response.Response`
|
14091
14091
|
|
14092
14092
|
:example:
|
14093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
|
14094
14094
|
"""
|
14095
14095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14096
14096
|
required_arguments = ['compartmentId']
|
@@ -14250,7 +14250,7 @@ class OperationsInsightsClient(object):
|
|
14250
14250
|
:rtype: :class:`~oci.response.Response`
|
14251
14251
|
|
14252
14252
|
:example:
|
14253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
|
14254
14254
|
"""
|
14255
14255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14256
14256
|
required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
|
@@ -14413,7 +14413,7 @@ class OperationsInsightsClient(object):
|
|
14413
14413
|
:rtype: :class:`~oci.response.Response`
|
14414
14414
|
|
14415
14415
|
:example:
|
14416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
|
14417
14417
|
"""
|
14418
14418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14419
14419
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14577,7 +14577,7 @@ class OperationsInsightsClient(object):
|
|
14577
14577
|
:rtype: :class:`~oci.response.Response`
|
14578
14578
|
|
14579
14579
|
:example:
|
14580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
|
14581
14581
|
"""
|
14582
14582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14583
14583
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14737,7 +14737,7 @@ class OperationsInsightsClient(object):
|
|
14737
14737
|
:rtype: :class:`~oci.response.Response`
|
14738
14738
|
|
14739
14739
|
:example:
|
14740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
|
14741
14741
|
"""
|
14742
14742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14743
14743
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -14915,7 +14915,7 @@ class OperationsInsightsClient(object):
|
|
14915
14915
|
:rtype: :class:`~oci.response.Response`
|
14916
14916
|
|
14917
14917
|
:example:
|
14918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
14919
14919
|
"""
|
14920
14920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14921
14921
|
required_arguments = ['workRequestId']
|
@@ -15068,7 +15068,7 @@ class OperationsInsightsClient(object):
|
|
15068
15068
|
:rtype: :class:`~oci.response.Response`
|
15069
15069
|
|
15070
15070
|
:example:
|
15071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
15072
15072
|
"""
|
15073
15073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15074
15074
|
required_arguments = ['workRequestId']
|
@@ -15237,7 +15237,7 @@ class OperationsInsightsClient(object):
|
|
15237
15237
|
:rtype: :class:`~oci.response.Response`
|
15238
15238
|
|
15239
15239
|
:example:
|
15240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
15241
15241
|
"""
|
15242
15242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15243
15243
|
required_arguments = []
|
@@ -15387,7 +15387,7 @@ class OperationsInsightsClient(object):
|
|
15387
15387
|
:rtype: :class:`~oci.response.Response`
|
15388
15388
|
|
15389
15389
|
:example:
|
15390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
|
15391
15391
|
"""
|
15392
15392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15393
15393
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -15534,7 +15534,7 @@ class OperationsInsightsClient(object):
|
|
15534
15534
|
:rtype: :class:`~oci.response.Response`
|
15535
15535
|
|
15536
15536
|
:example:
|
15537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
|
15538
15538
|
"""
|
15539
15539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15540
15540
|
required_arguments = ['compartmentId']
|
@@ -15661,7 +15661,7 @@ class OperationsInsightsClient(object):
|
|
15661
15661
|
:rtype: :class:`~oci.response.Response`
|
15662
15662
|
|
15663
15663
|
:example:
|
15664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
|
15665
15665
|
"""
|
15666
15666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15667
15667
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -15778,7 +15778,7 @@ class OperationsInsightsClient(object):
|
|
15778
15778
|
:rtype: :class:`~oci.response.Response`
|
15779
15779
|
|
15780
15780
|
:example:
|
15781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
|
15782
15782
|
"""
|
15783
15783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15784
15784
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -15962,7 +15962,7 @@ class OperationsInsightsClient(object):
|
|
15962
15962
|
:rtype: :class:`~oci.response.Response`
|
15963
15963
|
|
15964
15964
|
:example:
|
15965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
|
15966
15966
|
"""
|
15967
15967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15968
15968
|
required_arguments = ['compartmentId']
|
@@ -16192,7 +16192,7 @@ class OperationsInsightsClient(object):
|
|
16192
16192
|
:rtype: :class:`~oci.response.Response`
|
16193
16193
|
|
16194
16194
|
:example:
|
16195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
|
16196
16196
|
"""
|
16197
16197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16198
16198
|
required_arguments = ['compartmentId', 'name']
|
@@ -16443,7 +16443,7 @@ class OperationsInsightsClient(object):
|
|
16443
16443
|
:rtype: :class:`~oci.response.Response`
|
16444
16444
|
|
16445
16445
|
:example:
|
16446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
|
16447
16447
|
"""
|
16448
16448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16449
16449
|
required_arguments = ['compartmentId']
|
@@ -16714,7 +16714,7 @@ class OperationsInsightsClient(object):
|
|
16714
16714
|
:rtype: :class:`~oci.response.Response`
|
16715
16715
|
|
16716
16716
|
:example:
|
16717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
|
16718
16718
|
"""
|
16719
16719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16720
16720
|
required_arguments = ['compartmentId']
|
@@ -16934,7 +16934,7 @@ class OperationsInsightsClient(object):
|
|
16934
16934
|
:rtype: :class:`~oci.response.Response`
|
16935
16935
|
|
16936
16936
|
:example:
|
16937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
|
16938
16938
|
"""
|
16939
16939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16940
16940
|
required_arguments = ['compartmentId', 'objectIdentifier']
|
@@ -17124,7 +17124,7 @@ class OperationsInsightsClient(object):
|
|
17124
17124
|
:rtype: :class:`~oci.response.Response`
|
17125
17125
|
|
17126
17126
|
:example:
|
17127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
|
17128
17128
|
"""
|
17129
17129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17130
17130
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -17298,7 +17298,7 @@ class OperationsInsightsClient(object):
|
|
17298
17298
|
:rtype: :class:`~oci.response.Response`
|
17299
17299
|
|
17300
17300
|
:example:
|
17301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
|
17302
17302
|
"""
|
17303
17303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17304
17304
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -17496,7 +17496,7 @@ class OperationsInsightsClient(object):
|
|
17496
17496
|
:rtype: :class:`~oci.response.Response`
|
17497
17497
|
|
17498
17498
|
:example:
|
17499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
|
17500
17500
|
"""
|
17501
17501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17502
17502
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -17690,7 +17690,7 @@ class OperationsInsightsClient(object):
|
|
17690
17690
|
:rtype: :class:`~oci.response.Response`
|
17691
17691
|
|
17692
17692
|
:example:
|
17693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
|
17694
17694
|
"""
|
17695
17695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17696
17696
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -17908,7 +17908,7 @@ class OperationsInsightsClient(object):
|
|
17908
17908
|
:rtype: :class:`~oci.response.Response`
|
17909
17909
|
|
17910
17910
|
:example:
|
17911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
|
17912
17912
|
"""
|
17913
17913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17914
17914
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18112,7 +18112,7 @@ class OperationsInsightsClient(object):
|
|
18112
18112
|
:rtype: :class:`~oci.response.Response`
|
18113
18113
|
|
18114
18114
|
:example:
|
18115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
|
18116
18116
|
"""
|
18117
18117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18118
18118
|
required_arguments = ['awrHubId']
|
@@ -18296,7 +18296,7 @@ class OperationsInsightsClient(object):
|
|
18296
18296
|
:rtype: :class:`~oci.response.Response`
|
18297
18297
|
|
18298
18298
|
:example:
|
18299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
|
18300
18300
|
"""
|
18301
18301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18302
18302
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18475,7 +18475,7 @@ class OperationsInsightsClient(object):
|
|
18475
18475
|
:rtype: :class:`~oci.response.Response`
|
18476
18476
|
|
18477
18477
|
:example:
|
18478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
18479
18479
|
"""
|
18480
18480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18481
18481
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18680,7 +18680,7 @@ class OperationsInsightsClient(object):
|
|
18680
18680
|
:rtype: :class:`~oci.response.Response`
|
18681
18681
|
|
18682
18682
|
:example:
|
18683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
18684
18684
|
"""
|
18685
18685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18686
18686
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18881,7 +18881,7 @@ class OperationsInsightsClient(object):
|
|
18881
18881
|
:rtype: :class:`~oci.response.Response`
|
18882
18882
|
|
18883
18883
|
:example:
|
18884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
|
18885
18885
|
"""
|
18886
18886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18887
18887
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -19064,7 +19064,7 @@ class OperationsInsightsClient(object):
|
|
19064
19064
|
:rtype: :class:`~oci.response.Response`
|
19065
19065
|
|
19066
19066
|
:example:
|
19067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
|
19068
19068
|
"""
|
19069
19069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19070
19070
|
required_arguments = ['awrHubId']
|
@@ -19230,7 +19230,7 @@ class OperationsInsightsClient(object):
|
|
19230
19230
|
:rtype: :class:`~oci.response.Response`
|
19231
19231
|
|
19232
19232
|
:example:
|
19233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
|
19234
19234
|
"""
|
19235
19235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19236
19236
|
required_arguments = []
|
@@ -19477,7 +19477,7 @@ class OperationsInsightsClient(object):
|
|
19477
19477
|
:rtype: :class:`~oci.response.Response`
|
19478
19478
|
|
19479
19479
|
:example:
|
19480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
19481
19481
|
"""
|
19482
19482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19483
19483
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -19785,7 +19785,7 @@ class OperationsInsightsClient(object):
|
|
19785
19785
|
:rtype: :class:`~oci.response.Response`
|
19786
19786
|
|
19787
19787
|
:example:
|
19788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
19789
19789
|
"""
|
19790
19790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19791
19791
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20091,7 +20091,7 @@ class OperationsInsightsClient(object):
|
|
20091
20091
|
:rtype: :class:`~oci.response.Response`
|
20092
20092
|
|
20093
20093
|
:example:
|
20094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
|
20095
20095
|
"""
|
20096
20096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20097
20097
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20359,7 +20359,7 @@ class OperationsInsightsClient(object):
|
|
20359
20359
|
:rtype: :class:`~oci.response.Response`
|
20360
20360
|
|
20361
20361
|
:example:
|
20362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
|
20363
20363
|
"""
|
20364
20364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20365
20365
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20605,7 +20605,7 @@ class OperationsInsightsClient(object):
|
|
20605
20605
|
:rtype: :class:`~oci.response.Response`
|
20606
20606
|
|
20607
20607
|
:example:
|
20608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
20609
20609
|
"""
|
20610
20610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20611
20611
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20865,7 +20865,7 @@ class OperationsInsightsClient(object):
|
|
20865
20865
|
:rtype: :class:`~oci.response.Response`
|
20866
20866
|
|
20867
20867
|
:example:
|
20868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
20869
20869
|
"""
|
20870
20870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20871
20871
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -21057,7 +21057,7 @@ class OperationsInsightsClient(object):
|
|
21057
21057
|
:rtype: :class:`~oci.response.Response`
|
21058
21058
|
|
21059
21059
|
:example:
|
21060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
21061
21061
|
"""
|
21062
21062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21063
21063
|
required_arguments = ['compartmentId']
|
@@ -21255,7 +21255,7 @@ class OperationsInsightsClient(object):
|
|
21255
21255
|
:rtype: :class:`~oci.response.Response`
|
21256
21256
|
|
21257
21257
|
:example:
|
21258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
21259
21259
|
"""
|
21260
21260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21261
21261
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -21483,7 +21483,7 @@ class OperationsInsightsClient(object):
|
|
21483
21483
|
:rtype: :class:`~oci.response.Response`
|
21484
21484
|
|
21485
21485
|
:example:
|
21486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
21487
21487
|
"""
|
21488
21488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21489
21489
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -21734,7 +21734,7 @@ class OperationsInsightsClient(object):
|
|
21734
21734
|
:rtype: :class:`~oci.response.Response`
|
21735
21735
|
|
21736
21736
|
:example:
|
21737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
21738
21738
|
"""
|
21739
21739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21740
21740
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -22000,7 +22000,7 @@ class OperationsInsightsClient(object):
|
|
22000
22000
|
:rtype: :class:`~oci.response.Response`
|
22001
22001
|
|
22002
22002
|
:example:
|
22003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
22004
22004
|
"""
|
22005
22005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22006
22006
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -22217,7 +22217,7 @@ class OperationsInsightsClient(object):
|
|
22217
22217
|
:rtype: :class:`~oci.response.Response`
|
22218
22218
|
|
22219
22219
|
:example:
|
22220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
|
22221
22221
|
"""
|
22222
22222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22223
22223
|
required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
|
@@ -22452,7 +22452,7 @@ class OperationsInsightsClient(object):
|
|
22452
22452
|
:rtype: :class:`~oci.response.Response`
|
22453
22453
|
|
22454
22454
|
:example:
|
22455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
|
22456
22456
|
"""
|
22457
22457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22458
22458
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22678,7 +22678,7 @@ class OperationsInsightsClient(object):
|
|
22678
22678
|
:rtype: :class:`~oci.response.Response`
|
22679
22679
|
|
22680
22680
|
:example:
|
22681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
22682
22682
|
"""
|
22683
22683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22684
22684
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22891,7 +22891,7 @@ class OperationsInsightsClient(object):
|
|
22891
22891
|
:rtype: :class:`~oci.response.Response`
|
22892
22892
|
|
22893
22893
|
:example:
|
22894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
22895
22895
|
"""
|
22896
22896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22897
22897
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -23049,7 +23049,7 @@ class OperationsInsightsClient(object):
|
|
23049
23049
|
:rtype: :class:`~oci.response.Response`
|
23050
23050
|
|
23051
23051
|
:example:
|
23052
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
|
23053
23053
|
"""
|
23054
23054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23055
23055
|
required_arguments = ['exadataInsightId']
|
@@ -23208,7 +23208,7 @@ class OperationsInsightsClient(object):
|
|
23208
23208
|
:rtype: :class:`~oci.response.Response`
|
23209
23209
|
|
23210
23210
|
:example:
|
23211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
|
23212
23212
|
"""
|
23213
23213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23214
23214
|
required_arguments = ['compartmentId', 'id']
|
@@ -23379,7 +23379,7 @@ class OperationsInsightsClient(object):
|
|
23379
23379
|
:rtype: :class:`~oci.response.Response`
|
23380
23380
|
|
23381
23381
|
:example:
|
23382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
|
23383
23383
|
"""
|
23384
23384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23385
23385
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -23551,7 +23551,7 @@ class OperationsInsightsClient(object):
|
|
23551
23551
|
:rtype: :class:`~oci.response.Response`
|
23552
23552
|
|
23553
23553
|
:example:
|
23554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
23555
23555
|
"""
|
23556
23556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23557
23557
|
required_arguments = ['compartmentId', 'id']
|
@@ -23799,7 +23799,7 @@ class OperationsInsightsClient(object):
|
|
23799
23799
|
:rtype: :class:`~oci.response.Response`
|
23800
23800
|
|
23801
23801
|
:example:
|
23802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
23803
23803
|
"""
|
23804
23804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23805
23805
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24117,7 +24117,7 @@ class OperationsInsightsClient(object):
|
|
24117
24117
|
:rtype: :class:`~oci.response.Response`
|
24118
24118
|
|
24119
24119
|
:example:
|
24120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
24121
24121
|
"""
|
24122
24122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24123
24123
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24433,7 +24433,7 @@ class OperationsInsightsClient(object):
|
|
24433
24433
|
:rtype: :class:`~oci.response.Response`
|
24434
24434
|
|
24435
24435
|
:example:
|
24436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
|
24437
24437
|
"""
|
24438
24438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24439
24439
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24707,7 +24707,7 @@ class OperationsInsightsClient(object):
|
|
24707
24707
|
:rtype: :class:`~oci.response.Response`
|
24708
24708
|
|
24709
24709
|
:example:
|
24710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
|
24711
24711
|
"""
|
24712
24712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24713
24713
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24959,7 +24959,7 @@ class OperationsInsightsClient(object):
|
|
24959
24959
|
:rtype: :class:`~oci.response.Response`
|
24960
24960
|
|
24961
24961
|
:example:
|
24962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
24963
24963
|
"""
|
24964
24964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24965
24965
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25225,7 +25225,7 @@ class OperationsInsightsClient(object):
|
|
25225
25225
|
:rtype: :class:`~oci.response.Response`
|
25226
25226
|
|
25227
25227
|
:example:
|
25228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
25229
25229
|
"""
|
25230
25230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25231
25231
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25431,7 +25431,7 @@ class OperationsInsightsClient(object):
|
|
25431
25431
|
:rtype: :class:`~oci.response.Response`
|
25432
25432
|
|
25433
25433
|
:example:
|
25434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
25435
25435
|
"""
|
25436
25436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25437
25437
|
required_arguments = ['compartmentId', 'id']
|
@@ -25628,7 +25628,7 @@ class OperationsInsightsClient(object):
|
|
25628
25628
|
:rtype: :class:`~oci.response.Response`
|
25629
25629
|
|
25630
25630
|
:example:
|
25631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
25632
25632
|
"""
|
25633
25633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25634
25634
|
required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
|
@@ -25828,7 +25828,7 @@ class OperationsInsightsClient(object):
|
|
25828
25828
|
:rtype: :class:`~oci.response.Response`
|
25829
25829
|
|
25830
25830
|
:example:
|
25831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25831
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
25832
25832
|
"""
|
25833
25833
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25834
25834
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -25960,7 +25960,7 @@ class OperationsInsightsClient(object):
|
|
25960
25960
|
:rtype: :class:`~oci.response.Response`
|
25961
25961
|
|
25962
25962
|
:example:
|
25963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
25964
25964
|
"""
|
25965
25965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25966
25966
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -26149,7 +26149,7 @@ class OperationsInsightsClient(object):
|
|
26149
26149
|
:rtype: :class:`~oci.response.Response`
|
26150
26150
|
|
26151
26151
|
:example:
|
26152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
|
26153
26153
|
"""
|
26154
26154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26155
26155
|
required_arguments = ['compartmentId']
|
@@ -26328,7 +26328,7 @@ class OperationsInsightsClient(object):
|
|
26328
26328
|
:rtype: :class:`~oci.response.Response`
|
26329
26329
|
|
26330
26330
|
:example:
|
26331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
|
26332
26332
|
"""
|
26333
26333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26334
26334
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26478,7 +26478,7 @@ class OperationsInsightsClient(object):
|
|
26478
26478
|
:rtype: :class:`~oci.response.Response`
|
26479
26479
|
|
26480
26480
|
:example:
|
26481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
|
26482
26482
|
"""
|
26483
26483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26484
26484
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26704,7 +26704,7 @@ class OperationsInsightsClient(object):
|
|
26704
26704
|
:rtype: :class:`~oci.response.Response`
|
26705
26705
|
|
26706
26706
|
:example:
|
26707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
|
26708
26708
|
"""
|
26709
26709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26710
26710
|
required_arguments = ['compartmentId']
|
@@ -26957,7 +26957,7 @@ class OperationsInsightsClient(object):
|
|
26957
26957
|
:rtype: :class:`~oci.response.Response`
|
26958
26958
|
|
26959
26959
|
:example:
|
26960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
|
26961
26961
|
"""
|
26962
26962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26963
26963
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -27125,7 +27125,7 @@ class OperationsInsightsClient(object):
|
|
27125
27125
|
:rtype: :class:`~oci.response.Response`
|
27126
27126
|
|
27127
27127
|
:example:
|
27128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.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.
|
27129
27129
|
"""
|
27130
27130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27131
27131
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -27240,7 +27240,7 @@ class OperationsInsightsClient(object):
|
|
27240
27240
|
:rtype: :class:`~oci.response.Response`
|
27241
27241
|
|
27242
27242
|
:example:
|
27243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
|
27244
27244
|
"""
|
27245
27245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27246
27246
|
required_arguments = ['awrHubId']
|
@@ -27349,7 +27349,7 @@ class OperationsInsightsClient(object):
|
|
27349
27349
|
:rtype: :class:`~oci.response.Response`
|
27350
27350
|
|
27351
27351
|
:example:
|
27352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
|
27353
27353
|
"""
|
27354
27354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27355
27355
|
required_arguments = ['awrHubSourceId']
|
@@ -27458,7 +27458,7 @@ class OperationsInsightsClient(object):
|
|
27458
27458
|
:rtype: :class:`~oci.response.Response`
|
27459
27459
|
|
27460
27460
|
:example:
|
27461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
|
27462
27462
|
"""
|
27463
27463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27464
27464
|
required_arguments = ['databaseInsightId']
|
@@ -27567,7 +27567,7 @@ class OperationsInsightsClient(object):
|
|
27567
27567
|
:rtype: :class:`~oci.response.Response`
|
27568
27568
|
|
27569
27569
|
:example:
|
27570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
|
27571
27571
|
"""
|
27572
27572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27573
27573
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -27676,7 +27676,7 @@ class OperationsInsightsClient(object):
|
|
27676
27676
|
:rtype: :class:`~oci.response.Response`
|
27677
27677
|
|
27678
27678
|
:example:
|
27679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
|
27680
27680
|
"""
|
27681
27681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27682
27682
|
required_arguments = ['exadataInsightId']
|
@@ -27785,7 +27785,7 @@ class OperationsInsightsClient(object):
|
|
27785
27785
|
:rtype: :class:`~oci.response.Response`
|
27786
27786
|
|
27787
27787
|
:example:
|
27788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
|
27789
27789
|
"""
|
27790
27790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27791
27791
|
required_arguments = ['hostInsightId']
|
@@ -27894,7 +27894,7 @@ class OperationsInsightsClient(object):
|
|
27894
27894
|
:rtype: :class:`~oci.response.Response`
|
27895
27895
|
|
27896
27896
|
:example:
|
27897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
|
27898
27898
|
"""
|
27899
27899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27900
27900
|
required_arguments = ['newsReportId']
|
@@ -28005,7 +28005,7 @@ class OperationsInsightsClient(object):
|
|
28005
28005
|
:rtype: :class:`~oci.response.Response`
|
28006
28006
|
|
28007
28007
|
:example:
|
28008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
|
28009
28009
|
"""
|
28010
28010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28011
28011
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -28115,7 +28115,7 @@ class OperationsInsightsClient(object):
|
|
28115
28115
|
:rtype: :class:`~oci.response.Response`
|
28116
28116
|
|
28117
28117
|
:example:
|
28118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
|
28119
28119
|
"""
|
28120
28120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28121
28121
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -28224,7 +28224,7 @@ class OperationsInsightsClient(object):
|
|
28224
28224
|
:rtype: :class:`~oci.response.Response`
|
28225
28225
|
|
28226
28226
|
:example:
|
28227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
|
28228
28228
|
"""
|
28229
28229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28230
28230
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -28335,7 +28335,7 @@ class OperationsInsightsClient(object):
|
|
28335
28335
|
:rtype: :class:`~oci.response.Response`
|
28336
28336
|
|
28337
28337
|
:example:
|
28338
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
|
28339
28339
|
"""
|
28340
28340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28341
28341
|
required_arguments = ['opsiConfigurationId']
|