oci 2.134.0__py3-none-any.whl → 2.135.1__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 +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/analytics/models/analytics_instance.py +55 -0
- oci/analytics/models/create_analytics_instance_details.py +55 -0
- oci/analytics/models/update_analytics_instance_details.py +57 -2
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/models/base_announcement.py +25 -25
- oci/announcements_service/models/base_create_announcements_preferences_details.py +5 -5
- oci/announcements_service/models/base_service.py +15 -15
- oci/announcements_service/service_client.py +1 -1
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/models/body_validation_request_policy.py +5 -5
- oci/apigateway/models/header_validation_request_policy.py +5 -5
- oci/apigateway/models/validation_request_policy.py +5 -5
- 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_control_plane/models/base_domain_details.py +5 -5
- oci/apm_control_plane/models/base_key_details.py +5 -5
- 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/blockchain/models/availability_domain.py +5 -5
- oci/blockchain/models/peer_role.py +5 -5
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- 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 +108 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/models/add_network_security_group_security_rules_details.py +6 -2
- oci/core/models/compute_bare_metal_host.py +10 -10
- oci/core/models/compute_hpc_island.py +5 -5
- oci/core/models/compute_network_block.py +5 -5
- oci/core/models/create_service_gateway_details.py +2 -2
- oci/core/models/create_vcn_details.py +35 -0
- oci/core/models/create_vnic_details.py +35 -0
- oci/core/models/instance.py +82 -0
- oci/core/models/instance_configuration_create_vnic_details.py +35 -0
- oci/core/models/instance_configuration_launch_instance_details.py +35 -0
- oci/core/models/launch_instance_details.py +35 -0
- oci/core/models/service_gateway.py +4 -4
- oci/core/models/topology.py +5 -5
- oci/core/models/update_instance_details.py +35 -0
- oci/core/models/update_vcn_details.py +37 -2
- oci/core/models/update_vnic_details.py +35 -0
- oci/core/models/vcn.py +35 -0
- oci/core/models/vnic.py +35 -0
- oci/core/virtual_network_client.py +256 -253
- 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_catalog/models/base_tag.py +5 -5
- oci/data_catalog/models/base_tag_summary.py +5 -5
- oci/data_catalog/models/object_lineage.py +5 -5
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/abstract_call_attribute.py +5 -5
- oci/data_integration/models/abstract_data_operation_config.py +5 -5
- oci/data_integration/models/cancel_rest_call_config.py +5 -5
- oci/data_integration/models/composite_type.py +2 -1
- oci/data_integration/models/conditional_composite_field_map.py +2 -1
- oci/data_integration/models/connection_details.py +5 -5
- oci/data_integration/models/connection_from_adwc_details.py +2 -1
- oci/data_integration/models/connection_from_atp_details.py +2 -1
- oci/data_integration/models/connection_from_hdfs_details.py +2 -1
- oci/data_integration/models/connection_from_jdbc_details.py +2 -1
- oci/data_integration/models/connection_from_lake_details.py +2 -1
- oci/data_integration/models/connection_from_my_sql_details.py +2 -1
- oci/data_integration/models/connection_from_my_sql_heat_wave_details.py +2 -1
- oci/data_integration/models/connection_from_o_auth2_details.py +7 -6
- oci/data_integration/models/connection_from_object_storage_details.py +2 -1
- oci/data_integration/models/connection_from_oracle_ebs_details.py +2 -1
- oci/data_integration/models/connection_from_oracle_people_soft_details.py +2 -1
- oci/data_integration/models/connection_from_oracle_siebel_details.py +2 -1
- oci/data_integration/models/connection_summary_from_adwc.py +2 -1
- oci/data_integration/models/connection_summary_from_atp.py +2 -1
- oci/data_integration/models/connection_summary_from_hdfs.py +2 -1
- oci/data_integration/models/connection_summary_from_jdbc.py +2 -1
- oci/data_integration/models/connection_summary_from_lake.py +2 -1
- oci/data_integration/models/connection_summary_from_my_sql.py +2 -1
- oci/data_integration/models/connection_summary_from_my_sql_heat_wave.py +2 -1
- oci/data_integration/models/connection_summary_from_oracle_ebs.py +2 -1
- oci/data_integration/models/connection_summary_from_oracle_people_soft.py +2 -1
- oci/data_integration/models/connection_summary_from_oracle_siebel.py +2 -1
- oci/data_integration/models/connector_attribute.py +5 -5
- oci/data_integration/models/derived_type.py +2 -1
- oci/data_integration/models/dynamic_proxy_field.py +2 -1
- oci/data_integration/models/flow_port_link.py +5 -5
- oci/data_integration/models/key.py +5 -5
- oci/data_integration/models/materialized_composite_type.py +2 -1
- oci/data_integration/models/materialized_dynamic_field.py +2 -1
- oci/data_integration/models/output_link.py +2 -1
- oci/data_integration/models/poll_rest_call_config.py +5 -5
- oci/data_integration/models/rest_call_config.py +5 -5
- oci/data_integration/models/shape_field.py +2 -1
- oci/data_integration/models/task_run_lineage_details.py +5 -5
- oci/data_integration/models/typed_expression.py +2 -1
- 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 +781 -287
- oci/data_safe/data_safe_client_composite_operations.py +164 -0
- oci/data_safe/models/__init__.py +12 -0
- oci/data_safe/models/bulk_create_sql_firewall_allowed_sqls_details.py +142 -0
- oci/data_safe/models/bulk_delete_sql_firewall_allowed_sqls_details.py +99 -0
- oci/data_safe/models/generate_report_details.py +7 -3
- oci/data_safe/models/list_selection_mode.py +84 -0
- oci/data_safe/models/patch_sql_firewall_allowed_sql_details.py +103 -0
- oci/data_safe/models/report.py +7 -3
- oci/data_safe/models/report_definition.py +7 -3
- oci/data_safe/models/report_summary.py +7 -3
- oci/data_safe/models/schedule_report_details.py +7 -3
- oci/data_safe/models/scim_query_selection_mode.py +98 -0
- oci/data_safe/models/selection_details.py +113 -0
- oci/data_safe/models/sql_firewall_allowed_sql.py +10 -10
- oci/data_safe/models/work_request.py +15 -3
- oci/data_safe/models/work_request_summary.py +15 -3
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/custom_expression_query_scaling_configuration.py +2 -1
- oci/data_science/models/scaling_configuration.py +5 -5
- oci/database/database_client.py +652 -394
- oci/database/database_client_composite_operations.py +176 -0
- oci/database/models/__init__.py +6 -0
- oci/database/models/autonomous_database.py +70 -0
- oci/database/models/autonomous_database_summary.py +70 -0
- oci/database/models/cloud_autonomous_vm_cluster.py +39 -0
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +39 -0
- oci/database/models/cloud_vm_cluster.py +39 -0
- oci/database/models/cloud_vm_cluster_summary.py +39 -0
- oci/database/models/create_autonomous_database_base.py +50 -3
- oci/database/models/create_autonomous_database_clone_details.py +8 -1
- oci/database/models/create_autonomous_database_details.py +8 -1
- oci/database/models/create_autonomous_database_from_backup_details.py +8 -1
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +8 -1
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +41 -2
- oci/database/models/create_cloud_vm_cluster_details.py +39 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +8 -1
- oci/database/models/create_cross_region_disaster_recovery_details.py +8 -1
- oci/database/models/create_cross_tenancy_disaster_recovery_details.py +8 -1
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +39 -0
- oci/database/models/create_exadb_vm_cluster_details.py +39 -0
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +8 -1
- oci/database/models/db_system.py +39 -0
- oci/database/models/db_system_summary.py +39 -0
- oci/database/models/exadb_vm_cluster.py +39 -0
- oci/database/models/exadb_vm_cluster_summary.py +39 -0
- oci/database/models/external_database_base.py +15 -15
- oci/database/models/infrastructure_target_version_summary.py +5 -5
- oci/database/models/launch_db_system_base.py +39 -0
- oci/database/models/launch_db_system_details.py +7 -0
- oci/database/models/launch_db_system_from_backup_details.py +7 -0
- oci/database/models/launch_db_system_from_database_details.py +7 -0
- oci/database/models/launch_db_system_from_db_system_details.py +7 -0
- oci/database/models/oci_provider_set_key_version_details.py +82 -0
- oci/database/models/pluggable_database.py +62 -0
- oci/database/models/pluggable_database_summary.py +62 -0
- oci/database/models/set_key_version_details.py +101 -0
- oci/database/models/undelete_autonomous_database_details.py +447 -0
- oci/database/models/update_autonomous_database_details.py +39 -0
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +41 -2
- oci/database/models/update_cloud_vm_cluster_details.py +39 -0
- oci/database/models/update_db_system_details.py +39 -0
- oci/database/models/update_exadb_vm_cluster_details.py +39 -0
- oci/database_management/db_management_client.py +211 -211
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/awr_query_result.py +5 -5
- oci/database_management/models/dbm_resource.py +10 -10
- oci/database_management/models/discovered_external_asm_instance.py +4 -2
- oci/database_management/models/discovered_external_pluggable_database.py +4 -2
- oci/database_management/models/entity_discovered.py +10 -10
- oci/database_management/models/external_exadata_infrastructure_discovery_summary.py +9 -7
- oci/database_management/models/external_exadata_storage_grid_summary.py +4 -2
- oci/database_management/models/external_serviced_database.py +10 -10
- oci/database_management/models/external_storage_grid_discovery_summary.py +4 -2
- oci/database_management/models/external_storage_server_discovery_summary.py +4 -2
- 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_migration/models/migration_parameter_base.py +5 -5
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- 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/devops/models/build_run_snapshot.py +5 -5
- 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 +54 -54
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +13 -13
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
- oci/fleet_apps_management/models/fleet_target.py +10 -10
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- 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/allow_rule.py +1 -1
- oci/fusion_apps/models/create_refresh_activity_details.py +31 -0
- oci/fusion_apps/models/maintenance_policy.py +10 -10
- oci/fusion_apps/models/refresh_activity.py +31 -0
- oci/fusion_apps/models/refresh_activity_summary.py +31 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/__init__.py +14 -0
- oci/generative_ai_agent/generative_ai_agent_client.py +4245 -0
- oci/generative_ai_agent/generative_ai_agent_client_composite_operations.py +774 -0
- oci/generative_ai_agent/models/__init__.py +118 -0
- oci/generative_ai_agent/models/agent.py +536 -0
- oci/generative_ai_agent/models/agent_collection.py +74 -0
- oci/generative_ai_agent/models/agent_endpoint.py +648 -0
- oci/generative_ai_agent/models/agent_endpoint_collection.py +74 -0
- oci/generative_ai_agent/models/agent_endpoint_summary.py +612 -0
- oci/generative_ai_agent/models/agent_summary.py +500 -0
- oci/generative_ai_agent/models/basic_auth_secret.py +88 -0
- oci/generative_ai_agent/models/change_agent_compartment_details.py +78 -0
- oci/generative_ai_agent/models/change_agent_endpoint_compartment_details.py +78 -0
- oci/generative_ai_agent/models/change_knowledge_base_compartment_details.py +78 -0
- oci/generative_ai_agent/models/content_moderation_config.py +103 -0
- oci/generative_ai_agent/models/create_agent_details.py +288 -0
- oci/generative_ai_agent/models/create_agent_endpoint_details.py +400 -0
- oci/generative_ai_agent/models/create_data_ingestion_job_details.py +257 -0
- oci/generative_ai_agent/models/create_data_source_details.py +284 -0
- oci/generative_ai_agent/models/create_knowledge_base_details.py +249 -0
- oci/generative_ai_agent/models/data_ingestion_job.py +536 -0
- oci/generative_ai_agent/models/data_ingestion_job_collection.py +74 -0
- oci/generative_ai_agent/models/data_ingestion_job_statistics.py +136 -0
- oci/generative_ai_agent/models/data_ingestion_job_summary.py +469 -0
- oci/generative_ai_agent/models/data_source.py +536 -0
- oci/generative_ai_agent/models/data_source_collection.py +74 -0
- oci/generative_ai_agent/models/data_source_config.py +107 -0
- oci/generative_ai_agent/models/data_source_summary.py +469 -0
- oci/generative_ai_agent/models/database_connection.py +107 -0
- oci/generative_ai_agent/models/database_function.py +74 -0
- oci/generative_ai_agent/models/database_tool_connection.py +88 -0
- oci/generative_ai_agent/models/default_index_config.py +84 -0
- oci/generative_ai_agent/models/idcs_secret.py +181 -0
- oci/generative_ai_agent/models/index.py +101 -0
- oci/generative_ai_agent/models/index_config.py +127 -0
- oci/generative_ai_agent/models/index_schema.py +167 -0
- oci/generative_ai_agent/models/knowledge_base.py +501 -0
- oci/generative_ai_agent/models/knowledge_base_collection.py +74 -0
- oci/generative_ai_agent/models/knowledge_base_summary.py +434 -0
- oci/generative_ai_agent/models/object_storage_prefix.py +136 -0
- oci/generative_ai_agent/models/oci_database_config.py +111 -0
- oci/generative_ai_agent/models/oci_object_storage_data_source_config.py +84 -0
- oci/generative_ai_agent/models/oci_open_search_index_config.py +146 -0
- oci/generative_ai_agent/models/secret_detail.py +117 -0
- oci/generative_ai_agent/models/session_config.py +74 -0
- oci/generative_ai_agent/models/update_agent_details.py +253 -0
- oci/generative_ai_agent/models/update_agent_endpoint_details.py +303 -0
- oci/generative_ai_agent/models/update_data_source_details.py +214 -0
- oci/generative_ai_agent/models/update_knowledge_base_details.py +214 -0
- oci/generative_ai_agent/models/work_request.py +505 -0
- oci/generative_ai_agent/models/work_request_error.py +148 -0
- oci/generative_ai_agent/models/work_request_error_collection.py +74 -0
- oci/generative_ai_agent/models/work_request_log_entry.py +111 -0
- oci/generative_ai_agent/models/work_request_log_entry_collection.py +74 -0
- oci/generative_ai_agent/models/work_request_resource.py +240 -0
- oci/generative_ai_agent/models/work_request_summary.py +503 -0
- oci/generative_ai_agent/models/work_request_summary_collection.py +74 -0
- oci/generative_ai_agent_runtime/__init__.py +14 -0
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +689 -0
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client_composite_operations.py +26 -0
- oci/generative_ai_agent_runtime/models/__init__.py +44 -0
- oci/generative_ai_agent_runtime/models/chat_details.py +134 -0
- oci/generative_ai_agent_runtime/models/chat_result.py +99 -0
- oci/generative_ai_agent_runtime/models/citation.py +99 -0
- oci/generative_ai_agent_runtime/models/create_session_details.py +103 -0
- oci/generative_ai_agent_runtime/models/error_trace.py +89 -0
- oci/generative_ai_agent_runtime/models/generation_trace.py +89 -0
- oci/generative_ai_agent_runtime/models/message.py +146 -0
- oci/generative_ai_agent_runtime/models/message_content.py +103 -0
- oci/generative_ai_agent_runtime/models/oci_database_source_location.py +148 -0
- oci/generative_ai_agent_runtime/models/oci_object_storage_source_location.py +82 -0
- oci/generative_ai_agent_runtime/models/oci_open_search_source_location.py +144 -0
- oci/generative_ai_agent_runtime/models/retrieval_trace.py +120 -0
- oci/generative_ai_agent_runtime/models/session.py +227 -0
- oci/generative_ai_agent_runtime/models/source_location.py +117 -0
- oci/generative_ai_agent_runtime/models/trace.py +148 -0
- oci/generative_ai_agent_runtime/models/update_session_details.py +103 -0
- 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 +374 -18
- oci/integration/integration_instance_client_composite_operations.py +120 -0
- oci/integration/models/__init__.py +6 -0
- oci/integration/models/add_oracle_managed_custom_endpoint_details.py +146 -0
- oci/integration/models/create_integration_instance_details.py +31 -0
- oci/integration/models/cross_region_integration_instance_details.py +185 -0
- oci/integration/models/custom_endpoint_details.py +121 -0
- oci/integration/models/disaster_recovery_details.py +150 -0
- oci/integration/models/integration_instance.py +123 -7
- oci/integration/models/integration_instance_summary.py +96 -7
- oci/integration/models/work_request.py +15 -3
- oci/integration/models/work_request_summary.py +15 -3
- 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 +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/load_balancer/models/create_load_balancer_details.py +35 -0
- oci/load_balancer/models/load_balancer.py +35 -0
- oci/load_balancer/models/update_load_balancer_details.py +37 -2
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/log_analytics/models/chart_data_column.py +6 -3
- oci/log_analytics/models/function_field.py +4 -2
- oci/log_analytics/models/time_cluster_data_column.py +6 -3
- oci/log_analytics/models/time_stats_data_column.py +6 -3
- oci/logging/logging_management_client.py +30 -30
- oci/logging/models/unified_agent_monitoring_filter.py +5 -5
- oci/logging/models/unified_agent_tail_log_source.py +2 -1
- oci/logging/models/unified_agent_url_filter.py +2 -1
- 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/models/__init__.py +6 -0
- oci/monitoring/models/alarm_status_summary.py +2 -0
- oci/monitoring/models/alarm_suppression.py +94 -2
- oci/monitoring/models/alarm_suppression_alarm_target.py +1 -1
- oci/monitoring/models/alarm_suppression_collection.py +3 -3
- oci/monitoring/models/alarm_suppression_compartment_target.py +127 -0
- oci/monitoring/models/alarm_suppression_history_item.py +43 -2
- oci/monitoring/models/alarm_suppression_summary.py +78 -2
- oci/monitoring/models/alarm_suppression_target.py +11 -3
- oci/monitoring/models/create_alarm_suppression_details.py +86 -6
- oci/monitoring/models/recurrence.py +127 -0
- oci/monitoring/models/suppression.py +1 -0
- oci/monitoring/models/suppression_condition.py +101 -0
- oci/monitoring/monitoring_client.py +115 -33
- 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/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/models/create_network_load_balancer_details.py +43 -2
- oci/network_load_balancer/models/network_load_balancer.py +41 -0
- oci/network_load_balancer/models/network_load_balancer_summary.py +41 -0
- oci/network_load_balancer/models/update_network_load_balancer_details.py +43 -2
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/models/bot.py +15 -15
- oci/oda/models/parameter.py +10 -10
- 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/models/__init__.py +50 -0
- oci/opsi/models/add_em_managed_external_exadata_insight_members_details.py +1 -1
- oci/opsi/models/add_exadata_insight_members_details.py +11 -3
- oci/opsi/models/add_macs_managed_cloud_exadata_insight_members_details.py +78 -0
- oci/opsi/models/add_pe_comanaged_exadata_insight_members_details.py +1 -1
- oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
- oci/opsi/models/autonomous_database_insight.py +1 -1
- oci/opsi/models/autonomous_database_insight_summary.py +1 -1
- oci/opsi/models/awr_query_result.py +5 -5
- oci/opsi/models/change_macs_managed_cloud_database_insight_connection_details.py +130 -0
- oci/opsi/models/create_database_insight_details.py +11 -3
- oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/create_em_managed_external_exadata_insight_details.py +1 -1
- oci/opsi/models/create_em_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/create_exadata_insight_details.py +11 -3
- oci/opsi/models/create_host_insight_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +315 -0
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +171 -0
- oci/opsi/models/create_macs_managed_cloud_exadata_insight_details.py +134 -0
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +96 -0
- oci/opsi/models/create_macs_managed_cloud_host_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_exadata_insight_details.py +1 -1
- oci/opsi/models/database_configuration_metric_group.py +35 -3
- oci/opsi/models/database_configuration_summary.py +11 -3
- oci/opsi/models/database_insight.py +11 -3
- oci/opsi/models/database_insight_summary.py +11 -3
- oci/opsi/models/db_connection_status.py +58 -0
- oci/opsi/models/db_external_instance.py +1 -1
- oci/opsi/models/db_external_properties.py +1 -1
- oci/opsi/models/db_parameters.py +1 -1
- oci/opsi/models/dbos_config_instance.py +1 -1
- oci/opsi/models/em_managed_external_database_configuration_summary.py +127 -3
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight.py +2 -2
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +2 -2
- oci/opsi/models/em_managed_external_host_configuration_summary.py +127 -3
- oci/opsi/models/em_managed_external_host_insight.py +1 -1
- oci/opsi/models/em_managed_external_host_insight_summary.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +11 -3
- oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/enable_em_managed_external_exadata_insight_details.py +1 -1
- oci/opsi/models/enable_em_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/enable_exadata_insight_details.py +11 -3
- oci/opsi/models/enable_host_insight_details.py +7 -3
- oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +274 -0
- oci/opsi/models/enable_macs_managed_cloud_exadata_insight_details.py +51 -0
- oci/opsi/models/enable_macs_managed_cloud_host_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_exadata_insight_details.py +1 -1
- oci/opsi/models/exadata_asm_entity.py +151 -0
- oci/opsi/models/exadata_cell_config.py +213 -0
- oci/opsi/models/exadata_configuration_summary.py +30 -6
- oci/opsi/models/exadata_database_machine_configuration_summary.py +128 -4
- oci/opsi/models/exadata_exacc_configuration_summary.py +186 -0
- oci/opsi/models/exadata_exacs_configuration_summary.py +2 -2
- oci/opsi/models/exadata_insight.py +30 -6
- oci/opsi/models/exadata_insight_summary.py +30 -6
- oci/opsi/models/exadata_member_collection.py +19 -3
- oci/opsi/models/host_allocation.py +120 -0
- oci/opsi/models/host_configuration_summary.py +11 -3
- oci/opsi/models/host_containers.py +2 -2
- oci/opsi/models/host_insight.py +11 -3
- oci/opsi/models/host_insight_summary.py +11 -3
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +253 -0
- oci/opsi/models/macs_managed_cloud_database_host_insight.py +394 -0
- oci/opsi/models/macs_managed_cloud_database_host_insight_summary.py +339 -0
- oci/opsi/models/macs_managed_cloud_database_insight.py +469 -0
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +315 -0
- oci/opsi/models/macs_managed_cloud_db_host_configuration_summary.py +282 -0
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +278 -0
- oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +271 -0
- oci/opsi/models/macs_managed_cloud_host_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_host_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_host_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_host_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_host_insight.py +1 -1
- oci/opsi/models/macs_managed_external_host_insight_summary.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
- oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight.py +9 -5
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +9 -5
- oci/opsi/models/pe_comanaged_host_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_host_insight.py +1 -1
- oci/opsi/models/pe_comanaged_host_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/test_macs_managed_cloud_database_insight_connection_details.py +130 -0
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +11 -3
- oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_em_managed_external_exadata_insight_details.py +1 -1
- oci/opsi/models/update_em_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/update_exadata_insight_details.py +11 -3
- oci/opsi/models/update_host_insight_details.py +11 -3
- oci/opsi/models/update_macs_managed_cloud_database_host_insight_details.py +65 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +65 -0
- oci/opsi/models/update_macs_managed_cloud_exadata_insight_details.py +65 -0
- oci/opsi/models/update_macs_managed_cloud_host_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/update_pe_comanaged_exadata_insight_details.py +1 -1
- oci/opsi/models/update_pe_comanaged_host_insight_details.py +1 -1
- oci/opsi/models/work_request.py +11 -3
- oci/opsi/operations_insights_client.py +482 -214
- oci/opsi/operations_insights_client_composite_operations.py +81 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/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/models/event_content.py +5 -5
- oci/os_management_hub/models/exploit_attempt_event_content.py +2 -1
- oci/os_management_hub/models/package_summary.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 +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +8 -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/security_attribute/__init__.py +14 -0
- oci/security_attribute/models/__init__.py +54 -0
- oci/security_attribute/models/base_security_attribute_validator.py +122 -0
- oci/security_attribute/models/bulk_delete_security_attributes_details.py +72 -0
- oci/security_attribute/models/bulk_edit_resource.py +134 -0
- oci/security_attribute/models/bulk_edit_security_attribute_details.py +134 -0
- oci/security_attribute/models/bulk_edit_security_attribute_operation_details.py +147 -0
- oci/security_attribute/models/change_security_attribute_namespace_compartment_details.py +72 -0
- oci/security_attribute/models/create_security_attribute_details.py +132 -0
- oci/security_attribute/models/create_security_attribute_namespace_details.py +216 -0
- oci/security_attribute/models/default_security_attribute_validator.py +53 -0
- oci/security_attribute/models/enum_security_attribute_validator.py +85 -0
- oci/security_attribute/models/security_attribute.py +421 -0
- oci/security_attribute/models/security_attribute_namespace.py +446 -0
- oci/security_attribute/models/security_attribute_namespace_summary.py +410 -0
- oci/security_attribute/models/security_attribute_summary.py +361 -0
- oci/security_attribute/models/security_attribute_work_request.py +387 -0
- oci/security_attribute/models/security_attribute_work_request_error_summary.py +136 -0
- oci/security_attribute/models/security_attribute_work_request_log_summary.py +105 -0
- oci/security_attribute/models/security_attribute_work_request_summary.py +386 -0
- oci/security_attribute/models/update_security_attribute_details.py +136 -0
- oci/security_attribute/models/update_security_attribute_namespace_details.py +191 -0
- oci/security_attribute/models/work_request_resource.py +197 -0
- oci/security_attribute/security_attribute_client.py +2321 -0
- oci/security_attribute/security_attribute_client_composite_operations.py +265 -0
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/models/traffic_rule_target.py +5 -5
- 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/models/topology.py +5 -5
- 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/protection_rule.py +4 -2
- oci/waf/models/request_rate_limiting_rule.py +4 -2
- oci/waf/models/web_app_firewall_policy_rule.py +10 -10
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/__init__.py +14 -0
- oci/zpr/models/__init__.py +42 -0
- oci/zpr/models/configuration.py +449 -0
- oci/zpr/models/create_configuration_details.py +189 -0
- oci/zpr/models/create_zpr_policy_details.py +251 -0
- oci/zpr/models/update_zpr_policy_details.py +185 -0
- oci/zpr/models/work_request.py +459 -0
- oci/zpr/models/work_request_error.py +146 -0
- oci/zpr/models/work_request_error_collection.py +72 -0
- oci/zpr/models/work_request_log_entry.py +109 -0
- oci/zpr/models/work_request_log_entry_collection.py +72 -0
- oci/zpr/models/work_request_resource.py +238 -0
- oci/zpr/models/work_request_summary.py +457 -0
- oci/zpr/models/work_request_summary_collection.py +72 -0
- oci/zpr/models/zpr_policy.py +505 -0
- oci/zpr/models/zpr_policy_collection.py +72 -0
- oci/zpr/models/zpr_policy_summary.py +463 -0
- oci/zpr/zpr_client.py +2124 -0
- oci/zpr/zpr_client_composite_operations.py +197 -0
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/METADATA +1 -1
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/RECORD +703 -542
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/WHEEL +0 -0
- {oci-2.134.0.dist-info → oci-2.135.1.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.135.1/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.135.1/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.135.1/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.135.1/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.135.1/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.135.1/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.135.1/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']
|
@@ -948,6 +948,126 @@ class OperationsInsightsClient(object):
|
|
948
948
|
api_reference_link=api_reference_link,
|
949
949
|
required_arguments=required_arguments)
|
950
950
|
|
951
|
+
def change_macs_managed_cloud_database_insight_connection(self, database_insight_id, change_macs_managed_cloud_database_insight_connection_details, **kwargs):
|
952
|
+
"""
|
953
|
+
Change the connection details of a Cloud MACS-managed database insight. When provided, If-Match is checked against ETag values of the resource.
|
954
|
+
|
955
|
+
|
956
|
+
:param str database_insight_id: (required)
|
957
|
+
Unique database insight identifier
|
958
|
+
|
959
|
+
:param oci.opsi.models.ChangeMacsManagedCloudDatabaseInsightConnectionDetails change_macs_managed_cloud_database_insight_connection_details: (required)
|
960
|
+
The information to be updated.
|
961
|
+
|
962
|
+
:param str if_match: (optional)
|
963
|
+
Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
964
|
+
parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
965
|
+
will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
966
|
+
|
967
|
+
:param str opc_request_id: (optional)
|
968
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
969
|
+
Oracle about a particular request, please provide the request ID.
|
970
|
+
|
971
|
+
:param str opc_retry_token: (optional)
|
972
|
+
A token that uniquely identifies a request that can be retried in case of a timeout or
|
973
|
+
server error without risk of executing the same action again. Retry tokens expire after 24
|
974
|
+
hours.
|
975
|
+
|
976
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
977
|
+
operations, such as a resource being deleted or purged from the system.
|
978
|
+
|
979
|
+
:param obj retry_strategy: (optional)
|
980
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
981
|
+
|
982
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
983
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
984
|
+
|
985
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
986
|
+
|
987
|
+
:param bool allow_control_chars: (optional)
|
988
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
989
|
+
By default, the response will not allow control characters in strings
|
990
|
+
|
991
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
992
|
+
:rtype: :class:`~oci.response.Response`
|
993
|
+
|
994
|
+
:example:
|
995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use change_macs_managed_cloud_database_insight_connection API.
|
996
|
+
"""
|
997
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
998
|
+
required_arguments = ['databaseInsightId']
|
999
|
+
resource_path = "/databaseInsights/{databaseInsightId}/actions/changeMacsManagedCloudDatabaseInsightConnectionDetails"
|
1000
|
+
method = "POST"
|
1001
|
+
operation_name = "change_macs_managed_cloud_database_insight_connection"
|
1002
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ChangeMacsManagedCloudDatabaseInsightConnection"
|
1003
|
+
|
1004
|
+
# Don't accept unknown kwargs
|
1005
|
+
expected_kwargs = [
|
1006
|
+
"allow_control_chars",
|
1007
|
+
"retry_strategy",
|
1008
|
+
"if_match",
|
1009
|
+
"opc_request_id",
|
1010
|
+
"opc_retry_token"
|
1011
|
+
]
|
1012
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
1013
|
+
if extra_kwargs:
|
1014
|
+
raise ValueError(
|
1015
|
+
f"change_macs_managed_cloud_database_insight_connection got unknown kwargs: {extra_kwargs!r}")
|
1016
|
+
|
1017
|
+
path_params = {
|
1018
|
+
"databaseInsightId": database_insight_id
|
1019
|
+
}
|
1020
|
+
|
1021
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
1022
|
+
|
1023
|
+
for (k, v) in six.iteritems(path_params):
|
1024
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
1025
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
1026
|
+
|
1027
|
+
header_params = {
|
1028
|
+
"accept": "application/json",
|
1029
|
+
"content-type": "application/json",
|
1030
|
+
"if-match": kwargs.get("if_match", missing),
|
1031
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
1032
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
1033
|
+
}
|
1034
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
1035
|
+
|
1036
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
1037
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
1038
|
+
client_retry_strategy=self.retry_strategy
|
1039
|
+
)
|
1040
|
+
if retry_strategy is None:
|
1041
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
1042
|
+
|
1043
|
+
if retry_strategy:
|
1044
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
1045
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
1046
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
1047
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
1048
|
+
return retry_strategy.make_retrying_call(
|
1049
|
+
self.base_client.call_api,
|
1050
|
+
resource_path=resource_path,
|
1051
|
+
method=method,
|
1052
|
+
path_params=path_params,
|
1053
|
+
header_params=header_params,
|
1054
|
+
body=change_macs_managed_cloud_database_insight_connection_details,
|
1055
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
1056
|
+
operation_name=operation_name,
|
1057
|
+
api_reference_link=api_reference_link,
|
1058
|
+
required_arguments=required_arguments)
|
1059
|
+
else:
|
1060
|
+
return self.base_client.call_api(
|
1061
|
+
resource_path=resource_path,
|
1062
|
+
method=method,
|
1063
|
+
path_params=path_params,
|
1064
|
+
header_params=header_params,
|
1065
|
+
body=change_macs_managed_cloud_database_insight_connection_details,
|
1066
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
1067
|
+
operation_name=operation_name,
|
1068
|
+
api_reference_link=api_reference_link,
|
1069
|
+
required_arguments=required_arguments)
|
1070
|
+
|
951
1071
|
def change_news_report_compartment(self, news_report_id, change_news_report_compartment_details, **kwargs):
|
952
1072
|
"""
|
953
1073
|
Moves a news report resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
|
@@ -992,7 +1112,7 @@ class OperationsInsightsClient(object):
|
|
992
1112
|
:rtype: :class:`~oci.response.Response`
|
993
1113
|
|
994
1114
|
:example:
|
995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
|
996
1116
|
"""
|
997
1117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
998
1118
|
required_arguments = ['newsReportId']
|
@@ -1114,7 +1234,7 @@ class OperationsInsightsClient(object):
|
|
1114
1234
|
:rtype: :class:`~oci.response.Response`
|
1115
1235
|
|
1116
1236
|
:example:
|
1117
|
-
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.135.1/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
1238
|
"""
|
1119
1239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1120
1240
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -1234,7 +1354,7 @@ class OperationsInsightsClient(object):
|
|
1234
1354
|
:rtype: :class:`~oci.response.Response`
|
1235
1355
|
|
1236
1356
|
:example:
|
1237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
|
1238
1358
|
"""
|
1239
1359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1240
1360
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -1356,7 +1476,7 @@ class OperationsInsightsClient(object):
|
|
1356
1476
|
:rtype: :class:`~oci.response.Response`
|
1357
1477
|
|
1358
1478
|
:example:
|
1359
|
-
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.135.1/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
|
1360
1480
|
"""
|
1361
1481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1362
1482
|
required_arguments = ['opsiConfigurationId']
|
@@ -1476,7 +1596,7 @@ class OperationsInsightsClient(object):
|
|
1476
1596
|
:rtype: :class:`~oci.response.Response`
|
1477
1597
|
|
1478
1598
|
:example:
|
1479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
|
1480
1600
|
"""
|
1481
1601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1482
1602
|
required_arguments = ['databaseInsightId']
|
@@ -1589,7 +1709,7 @@ class OperationsInsightsClient(object):
|
|
1589
1709
|
:rtype: :class:`~oci.response.Response`
|
1590
1710
|
|
1591
1711
|
:example:
|
1592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
|
1593
1713
|
"""
|
1594
1714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1595
1715
|
required_arguments = []
|
@@ -1689,7 +1809,7 @@ class OperationsInsightsClient(object):
|
|
1689
1809
|
:rtype: :class:`~oci.response.Response`
|
1690
1810
|
|
1691
1811
|
:example:
|
1692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
|
1693
1813
|
"""
|
1694
1814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1695
1815
|
required_arguments = []
|
@@ -1789,7 +1909,7 @@ class OperationsInsightsClient(object):
|
|
1789
1909
|
:rtype: :class:`~oci.response.Response`
|
1790
1910
|
|
1791
1911
|
:example:
|
1792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
|
1793
1913
|
"""
|
1794
1914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1795
1915
|
required_arguments = []
|
@@ -1889,7 +2009,7 @@ class OperationsInsightsClient(object):
|
|
1889
2009
|
:rtype: :class:`~oci.response.Response`
|
1890
2010
|
|
1891
2011
|
:example:
|
1892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
|
1893
2013
|
"""
|
1894
2014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1895
2015
|
required_arguments = []
|
@@ -1989,7 +2109,7 @@ class OperationsInsightsClient(object):
|
|
1989
2109
|
:rtype: :class:`~oci.response.Response`
|
1990
2110
|
|
1991
2111
|
:example:
|
1992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
|
1993
2113
|
"""
|
1994
2114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1995
2115
|
required_arguments = []
|
@@ -2089,7 +2209,7 @@ class OperationsInsightsClient(object):
|
|
2089
2209
|
:rtype: :class:`~oci.response.Response`
|
2090
2210
|
|
2091
2211
|
:example:
|
2092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
|
2093
2213
|
"""
|
2094
2214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2095
2215
|
required_arguments = []
|
@@ -2189,7 +2309,7 @@ class OperationsInsightsClient(object):
|
|
2189
2309
|
:rtype: :class:`~oci.response.Response`
|
2190
2310
|
|
2191
2311
|
:example:
|
2192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
|
2193
2313
|
"""
|
2194
2314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2195
2315
|
required_arguments = []
|
@@ -2290,7 +2410,7 @@ class OperationsInsightsClient(object):
|
|
2290
2410
|
:rtype: :class:`~oci.response.Response`
|
2291
2411
|
|
2292
2412
|
:example:
|
2293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
|
2294
2414
|
"""
|
2295
2415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2296
2416
|
required_arguments = []
|
@@ -2392,7 +2512,7 @@ class OperationsInsightsClient(object):
|
|
2392
2512
|
:rtype: :class:`~oci.response.Response`
|
2393
2513
|
|
2394
2514
|
:example:
|
2395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
|
2396
2516
|
"""
|
2397
2517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2398
2518
|
required_arguments = []
|
@@ -2493,7 +2613,7 @@ class OperationsInsightsClient(object):
|
|
2493
2613
|
:rtype: :class:`~oci.response.Response`
|
2494
2614
|
|
2495
2615
|
:example:
|
2496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
|
2497
2617
|
"""
|
2498
2618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2499
2619
|
required_arguments = []
|
@@ -2612,7 +2732,7 @@ class OperationsInsightsClient(object):
|
|
2612
2732
|
:rtype: :class:`~oci.response.Response`
|
2613
2733
|
|
2614
2734
|
:example:
|
2615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
|
2616
2736
|
"""
|
2617
2737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2618
2738
|
required_arguments = []
|
@@ -2747,7 +2867,7 @@ class OperationsInsightsClient(object):
|
|
2747
2867
|
:rtype: :class:`~oci.response.Response`
|
2748
2868
|
|
2749
2869
|
:example:
|
2750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
|
2751
2871
|
"""
|
2752
2872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2753
2873
|
required_arguments = ['awrHubId']
|
@@ -2854,7 +2974,7 @@ class OperationsInsightsClient(object):
|
|
2854
2974
|
:rtype: :class:`~oci.response.Response`
|
2855
2975
|
|
2856
2976
|
:example:
|
2857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
|
2858
2978
|
"""
|
2859
2979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2860
2980
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -2959,7 +3079,7 @@ class OperationsInsightsClient(object):
|
|
2959
3079
|
:rtype: :class:`~oci.response.Response`
|
2960
3080
|
|
2961
3081
|
:example:
|
2962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
|
2963
3083
|
"""
|
2964
3084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2965
3085
|
required_arguments = ['awrHubSourceId']
|
@@ -3063,7 +3183,7 @@ class OperationsInsightsClient(object):
|
|
3063
3183
|
:rtype: :class:`~oci.response.Response`
|
3064
3184
|
|
3065
3185
|
:example:
|
3066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
|
3067
3187
|
"""
|
3068
3188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3069
3189
|
required_arguments = ['databaseInsightId']
|
@@ -3167,7 +3287,7 @@ class OperationsInsightsClient(object):
|
|
3167
3287
|
:rtype: :class:`~oci.response.Response`
|
3168
3288
|
|
3169
3289
|
:example:
|
3170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
|
3171
3291
|
"""
|
3172
3292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3173
3293
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -3271,7 +3391,7 @@ class OperationsInsightsClient(object):
|
|
3271
3391
|
:rtype: :class:`~oci.response.Response`
|
3272
3392
|
|
3273
3393
|
:example:
|
3274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
|
3275
3395
|
"""
|
3276
3396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3277
3397
|
required_arguments = ['exadataInsightId']
|
@@ -3375,7 +3495,7 @@ class OperationsInsightsClient(object):
|
|
3375
3495
|
:rtype: :class:`~oci.response.Response`
|
3376
3496
|
|
3377
3497
|
:example:
|
3378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
|
3379
3499
|
"""
|
3380
3500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3381
3501
|
required_arguments = ['hostInsightId']
|
@@ -3479,7 +3599,7 @@ class OperationsInsightsClient(object):
|
|
3479
3599
|
:rtype: :class:`~oci.response.Response`
|
3480
3600
|
|
3481
3601
|
:example:
|
3482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
|
3483
3603
|
"""
|
3484
3604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3485
3605
|
required_arguments = ['newsReportId']
|
@@ -3585,7 +3705,7 @@ class OperationsInsightsClient(object):
|
|
3585
3705
|
:rtype: :class:`~oci.response.Response`
|
3586
3706
|
|
3587
3707
|
:example:
|
3588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
|
3589
3709
|
"""
|
3590
3710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3591
3711
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -3692,7 +3812,7 @@ class OperationsInsightsClient(object):
|
|
3692
3812
|
:rtype: :class:`~oci.response.Response`
|
3693
3813
|
|
3694
3814
|
:example:
|
3695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
|
3696
3816
|
"""
|
3697
3817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3698
3818
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -3796,7 +3916,7 @@ class OperationsInsightsClient(object):
|
|
3796
3916
|
:rtype: :class:`~oci.response.Response`
|
3797
3917
|
|
3798
3918
|
:example:
|
3799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
|
3800
3920
|
"""
|
3801
3921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3802
3922
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -3902,7 +4022,7 @@ class OperationsInsightsClient(object):
|
|
3902
4022
|
:rtype: :class:`~oci.response.Response`
|
3903
4023
|
|
3904
4024
|
:example:
|
3905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
|
3906
4026
|
"""
|
3907
4027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3908
4028
|
required_arguments = ['opsiConfigurationId']
|
@@ -4014,7 +4134,7 @@ class OperationsInsightsClient(object):
|
|
4014
4134
|
:rtype: :class:`~oci.response.Response`
|
4015
4135
|
|
4016
4136
|
:example:
|
4017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
4138
|
"""
|
4019
4139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4020
4140
|
required_arguments = ['databaseInsightId']
|
@@ -4129,7 +4249,7 @@ class OperationsInsightsClient(object):
|
|
4129
4249
|
:rtype: :class:`~oci.response.Response`
|
4130
4250
|
|
4131
4251
|
:example:
|
4132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
|
4133
4253
|
"""
|
4134
4254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4135
4255
|
required_arguments = ['awrHubSourceId']
|
@@ -4244,7 +4364,7 @@ class OperationsInsightsClient(object):
|
|
4244
4364
|
:rtype: :class:`~oci.response.Response`
|
4245
4365
|
|
4246
4366
|
:example:
|
4247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
|
4248
4368
|
"""
|
4249
4369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4250
4370
|
required_arguments = ['databaseInsightId']
|
@@ -4359,7 +4479,7 @@ class OperationsInsightsClient(object):
|
|
4359
4479
|
:rtype: :class:`~oci.response.Response`
|
4360
4480
|
|
4361
4481
|
:example:
|
4362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
|
4363
4483
|
"""
|
4364
4484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4365
4485
|
required_arguments = ['exadataInsightId']
|
@@ -4474,7 +4594,7 @@ class OperationsInsightsClient(object):
|
|
4474
4594
|
:rtype: :class:`~oci.response.Response`
|
4475
4595
|
|
4476
4596
|
:example:
|
4477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
|
4478
4598
|
"""
|
4479
4599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4480
4600
|
required_arguments = ['hostInsightId']
|
@@ -4587,7 +4707,7 @@ class OperationsInsightsClient(object):
|
|
4587
4707
|
:rtype: :class:`~oci.response.Response`
|
4588
4708
|
|
4589
4709
|
:example:
|
4590
|
-
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.135.1/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
|
4591
4711
|
"""
|
4592
4712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4593
4713
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -4707,7 +4827,7 @@ class OperationsInsightsClient(object):
|
|
4707
4827
|
:rtype: :class:`~oci.response.Response`
|
4708
4828
|
|
4709
4829
|
:example:
|
4710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
4831
|
"""
|
4712
4832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4713
4833
|
required_arguments = ['databaseInsightId']
|
@@ -4824,7 +4944,7 @@ class OperationsInsightsClient(object):
|
|
4824
4944
|
:rtype: :class:`~oci.response.Response`
|
4825
4945
|
|
4826
4946
|
:example:
|
4827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
|
4828
4948
|
"""
|
4829
4949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4830
4950
|
required_arguments = ['awrHubSourceId']
|
@@ -4942,7 +5062,7 @@ class OperationsInsightsClient(object):
|
|
4942
5062
|
:rtype: :class:`~oci.response.Response`
|
4943
5063
|
|
4944
5064
|
:example:
|
4945
|
-
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.135.1/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
|
4946
5066
|
"""
|
4947
5067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4948
5068
|
required_arguments = ['databaseInsightId']
|
@@ -5062,7 +5182,7 @@ class OperationsInsightsClient(object):
|
|
5062
5182
|
:rtype: :class:`~oci.response.Response`
|
5063
5183
|
|
5064
5184
|
:example:
|
5065
|
-
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.135.1/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
|
5066
5186
|
"""
|
5067
5187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5068
5188
|
required_arguments = ['exadataInsightId']
|
@@ -5182,7 +5302,7 @@ class OperationsInsightsClient(object):
|
|
5182
5302
|
:rtype: :class:`~oci.response.Response`
|
5183
5303
|
|
5184
5304
|
:example:
|
5185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
|
5186
5306
|
"""
|
5187
5307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5188
5308
|
required_arguments = ['hostInsightId']
|
@@ -5318,7 +5438,7 @@ class OperationsInsightsClient(object):
|
|
5318
5438
|
:rtype: :class:`~oci.response.Response`
|
5319
5439
|
|
5320
5440
|
:example:
|
5321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
|
5322
5442
|
"""
|
5323
5443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5324
5444
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -5482,7 +5602,7 @@ class OperationsInsightsClient(object):
|
|
5482
5602
|
:rtype: :class:`~oci.response.Response`
|
5483
5603
|
|
5484
5604
|
:example:
|
5485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
|
5486
5606
|
"""
|
5487
5607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5488
5608
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
|
@@ -5608,7 +5728,7 @@ class OperationsInsightsClient(object):
|
|
5608
5728
|
:rtype: :class:`~oci.response.Response`
|
5609
5729
|
|
5610
5730
|
:example:
|
5611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
|
5612
5732
|
"""
|
5613
5733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5614
5734
|
required_arguments = ['awrHubId']
|
@@ -5710,7 +5830,7 @@ class OperationsInsightsClient(object):
|
|
5710
5830
|
:rtype: :class:`~oci.response.Response`
|
5711
5831
|
|
5712
5832
|
:example:
|
5713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
|
5714
5834
|
"""
|
5715
5835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5716
5836
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -5810,7 +5930,7 @@ class OperationsInsightsClient(object):
|
|
5810
5930
|
:rtype: :class:`~oci.response.Response`
|
5811
5931
|
|
5812
5932
|
:example:
|
5813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
|
5814
5934
|
"""
|
5815
5935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5816
5936
|
required_arguments = ['awrHubSourceId']
|
@@ -5933,7 +6053,7 @@ class OperationsInsightsClient(object):
|
|
5933
6053
|
:rtype: :class:`~oci.response.Response`
|
5934
6054
|
|
5935
6055
|
:example:
|
5936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
|
5937
6057
|
"""
|
5938
6058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5939
6059
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -6058,7 +6178,7 @@ class OperationsInsightsClient(object):
|
|
6058
6178
|
:rtype: :class:`~oci.response.Response`
|
6059
6179
|
|
6060
6180
|
:example:
|
6061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
|
6062
6182
|
"""
|
6063
6183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6064
6184
|
required_arguments = ['databaseInsightId']
|
@@ -6157,7 +6277,7 @@ class OperationsInsightsClient(object):
|
|
6157
6277
|
:rtype: :class:`~oci.response.Response`
|
6158
6278
|
|
6159
6279
|
:example:
|
6160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
|
6161
6281
|
"""
|
6162
6282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6163
6283
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -6256,7 +6376,7 @@ class OperationsInsightsClient(object):
|
|
6256
6376
|
:rtype: :class:`~oci.response.Response`
|
6257
6377
|
|
6258
6378
|
:example:
|
6259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6379
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
|
6260
6380
|
"""
|
6261
6381
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6262
6382
|
required_arguments = ['exadataInsightId']
|
@@ -6355,7 +6475,7 @@ class OperationsInsightsClient(object):
|
|
6355
6475
|
:rtype: :class:`~oci.response.Response`
|
6356
6476
|
|
6357
6477
|
:example:
|
6358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
|
6359
6479
|
"""
|
6360
6480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6361
6481
|
required_arguments = ['hostInsightId']
|
@@ -6454,7 +6574,7 @@ class OperationsInsightsClient(object):
|
|
6454
6574
|
:rtype: :class:`~oci.response.Response`
|
6455
6575
|
|
6456
6576
|
:example:
|
6457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
|
6458
6578
|
"""
|
6459
6579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6460
6580
|
required_arguments = ['newsReportId']
|
@@ -6555,7 +6675,7 @@ class OperationsInsightsClient(object):
|
|
6555
6675
|
:rtype: :class:`~oci.response.Response`
|
6556
6676
|
|
6557
6677
|
:example:
|
6558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
|
6559
6679
|
"""
|
6560
6680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6561
6681
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -6655,7 +6775,7 @@ class OperationsInsightsClient(object):
|
|
6655
6775
|
:rtype: :class:`~oci.response.Response`
|
6656
6776
|
|
6657
6777
|
:example:
|
6658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
|
6659
6779
|
"""
|
6660
6780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6661
6781
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -6754,7 +6874,7 @@ class OperationsInsightsClient(object):
|
|
6754
6874
|
:rtype: :class:`~oci.response.Response`
|
6755
6875
|
|
6756
6876
|
:example:
|
6757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
|
6758
6878
|
"""
|
6759
6879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6760
6880
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -6876,7 +6996,7 @@ class OperationsInsightsClient(object):
|
|
6876
6996
|
:rtype: :class:`~oci.response.Response`
|
6877
6997
|
|
6878
6998
|
:example:
|
6879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
|
6880
7000
|
"""
|
6881
7001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6882
7002
|
required_arguments = ['opsiConfigurationId']
|
@@ -7018,7 +7138,7 @@ class OperationsInsightsClient(object):
|
|
7018
7138
|
:rtype: :class:`~oci.response.Response`
|
7019
7139
|
|
7020
7140
|
:example:
|
7021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
|
7022
7142
|
"""
|
7023
7143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7024
7144
|
required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
|
@@ -7124,7 +7244,7 @@ class OperationsInsightsClient(object):
|
|
7124
7244
|
:rtype: :class:`~oci.response.Response`
|
7125
7245
|
|
7126
7246
|
:example:
|
7127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
7128
7248
|
"""
|
7129
7249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7130
7250
|
required_arguments = ['workRequestId']
|
@@ -7226,7 +7346,7 @@ class OperationsInsightsClient(object):
|
|
7226
7346
|
:rtype: :class:`~oci.response.Response`
|
7227
7347
|
|
7228
7348
|
:example:
|
7229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
|
7230
7350
|
"""
|
7231
7351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7232
7352
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -7348,7 +7468,7 @@ class OperationsInsightsClient(object):
|
|
7348
7468
|
:rtype: :class:`~oci.response.Response`
|
7349
7469
|
|
7350
7470
|
:example:
|
7351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
|
7352
7472
|
"""
|
7353
7473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7354
7474
|
required_arguments = []
|
@@ -7475,7 +7595,7 @@ class OperationsInsightsClient(object):
|
|
7475
7595
|
:rtype: :class:`~oci.response.Response`
|
7476
7596
|
|
7477
7597
|
:example:
|
7478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
|
7479
7599
|
"""
|
7480
7600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7481
7601
|
required_arguments = []
|
@@ -7597,7 +7717,7 @@ class OperationsInsightsClient(object):
|
|
7597
7717
|
:rtype: :class:`~oci.response.Response`
|
7598
7718
|
|
7599
7719
|
:example:
|
7600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
|
7601
7721
|
"""
|
7602
7722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7603
7723
|
required_arguments = ['id']
|
@@ -7716,7 +7836,7 @@ class OperationsInsightsClient(object):
|
|
7716
7836
|
:rtype: :class:`~oci.response.Response`
|
7717
7837
|
|
7718
7838
|
:example:
|
7719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
|
7720
7840
|
"""
|
7721
7841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7722
7842
|
required_arguments = ['id']
|
@@ -7841,7 +7961,7 @@ class OperationsInsightsClient(object):
|
|
7841
7961
|
:rtype: :class:`~oci.response.Response`
|
7842
7962
|
|
7843
7963
|
:example:
|
7844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_my_sql_sql_stats.py.html>`__ to see an example of how to use ingest_my_sql_sql_stats API.
|
7845
7965
|
"""
|
7846
7966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7847
7967
|
required_arguments = []
|
@@ -7975,7 +8095,7 @@ class OperationsInsightsClient(object):
|
|
7975
8095
|
:rtype: :class:`~oci.response.Response`
|
7976
8096
|
|
7977
8097
|
:example:
|
7978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_my_sql_sql_text.py.html>`__ to see an example of how to use ingest_my_sql_sql_text API.
|
7979
8099
|
"""
|
7980
8100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7981
8101
|
required_arguments = []
|
@@ -8110,7 +8230,7 @@ class OperationsInsightsClient(object):
|
|
8110
8230
|
:rtype: :class:`~oci.response.Response`
|
8111
8231
|
|
8112
8232
|
:example:
|
8113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
|
8114
8234
|
"""
|
8115
8235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8116
8236
|
required_arguments = []
|
@@ -8245,7 +8365,7 @@ class OperationsInsightsClient(object):
|
|
8245
8365
|
:rtype: :class:`~oci.response.Response`
|
8246
8366
|
|
8247
8367
|
:example:
|
8248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
|
8249
8369
|
"""
|
8250
8370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8251
8371
|
required_arguments = []
|
@@ -8375,7 +8495,7 @@ class OperationsInsightsClient(object):
|
|
8375
8495
|
:rtype: :class:`~oci.response.Response`
|
8376
8496
|
|
8377
8497
|
:example:
|
8378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
|
8379
8499
|
"""
|
8380
8500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8381
8501
|
required_arguments = []
|
@@ -8509,7 +8629,7 @@ class OperationsInsightsClient(object):
|
|
8509
8629
|
:rtype: :class:`~oci.response.Response`
|
8510
8630
|
|
8511
8631
|
:example:
|
8512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
|
8513
8633
|
"""
|
8514
8634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8515
8635
|
required_arguments = []
|
@@ -8681,7 +8801,7 @@ class OperationsInsightsClient(object):
|
|
8681
8801
|
:rtype: :class:`~oci.response.Response`
|
8682
8802
|
|
8683
8803
|
:example:
|
8684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
|
8685
8805
|
"""
|
8686
8806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8687
8807
|
required_arguments = ['compartmentId']
|
@@ -8896,7 +9016,7 @@ class OperationsInsightsClient(object):
|
|
8896
9016
|
:rtype: :class:`~oci.response.Response`
|
8897
9017
|
|
8898
9018
|
:example:
|
8899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
9020
|
"""
|
8901
9021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8902
9022
|
required_arguments = ['compartmentId']
|
@@ -9100,7 +9220,7 @@ class OperationsInsightsClient(object):
|
|
9100
9220
|
:rtype: :class:`~oci.response.Response`
|
9101
9221
|
|
9102
9222
|
:example:
|
9103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
|
9104
9224
|
"""
|
9105
9225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9106
9226
|
required_arguments = ['compartmentId']
|
@@ -9296,7 +9416,7 @@ class OperationsInsightsClient(object):
|
|
9296
9416
|
:rtype: :class:`~oci.response.Response`
|
9297
9417
|
|
9298
9418
|
:example:
|
9299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
|
9300
9420
|
"""
|
9301
9421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9302
9422
|
required_arguments = ['compartmentId']
|
@@ -9527,7 +9647,7 @@ class OperationsInsightsClient(object):
|
|
9527
9647
|
:rtype: :class:`~oci.response.Response`
|
9528
9648
|
|
9529
9649
|
:example:
|
9530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
9651
|
"""
|
9532
9652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9533
9653
|
required_arguments = ['compartmentId']
|
@@ -9752,7 +9872,7 @@ class OperationsInsightsClient(object):
|
|
9752
9872
|
:rtype: :class:`~oci.response.Response`
|
9753
9873
|
|
9754
9874
|
:example:
|
9755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
|
9756
9876
|
"""
|
9757
9877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9758
9878
|
required_arguments = ['compartmentId']
|
@@ -9934,7 +10054,7 @@ class OperationsInsightsClient(object):
|
|
9934
10054
|
:rtype: :class:`~oci.response.Response`
|
9935
10055
|
|
9936
10056
|
:example:
|
9937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
|
9938
10058
|
"""
|
9939
10059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9940
10060
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -10107,7 +10227,7 @@ class OperationsInsightsClient(object):
|
|
10107
10227
|
:rtype: :class:`~oci.response.Response`
|
10108
10228
|
|
10109
10229
|
:example:
|
10110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
|
10111
10231
|
"""
|
10112
10232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10113
10233
|
required_arguments = ['awrHubId']
|
@@ -10283,7 +10403,7 @@ class OperationsInsightsClient(object):
|
|
10283
10403
|
:rtype: :class:`~oci.response.Response`
|
10284
10404
|
|
10285
10405
|
:example:
|
10286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
|
10287
10407
|
"""
|
10288
10408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10289
10409
|
required_arguments = ['awrHubSourceId']
|
@@ -10464,7 +10584,7 @@ class OperationsInsightsClient(object):
|
|
10464
10584
|
:rtype: :class:`~oci.response.Response`
|
10465
10585
|
|
10466
10586
|
:example:
|
10467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
|
10468
10588
|
"""
|
10469
10589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10470
10590
|
required_arguments = ['awrHubId']
|
@@ -10658,7 +10778,7 @@ class OperationsInsightsClient(object):
|
|
10658
10778
|
:rtype: :class:`~oci.response.Response`
|
10659
10779
|
|
10660
10780
|
:example:
|
10661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
|
10662
10782
|
"""
|
10663
10783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10664
10784
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -10826,7 +10946,7 @@ class OperationsInsightsClient(object):
|
|
10826
10946
|
:rtype: :class:`~oci.response.Response`
|
10827
10947
|
|
10828
10948
|
:example:
|
10829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
|
10830
10950
|
"""
|
10831
10951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10832
10952
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -10966,7 +11086,7 @@ class OperationsInsightsClient(object):
|
|
10966
11086
|
Filter by one or more database type.
|
10967
11087
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
10968
11088
|
|
10969
|
-
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"
|
11089
|
+
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
|
10970
11090
|
|
10971
11091
|
:param int limit: (optional)
|
10972
11092
|
For list pagination. The maximum number of results per page, or items to
|
@@ -11048,7 +11168,7 @@ class OperationsInsightsClient(object):
|
|
11048
11168
|
:rtype: :class:`~oci.response.Response`
|
11049
11169
|
|
11050
11170
|
:example:
|
11051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
|
11052
11172
|
"""
|
11053
11173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11054
11174
|
required_arguments = []
|
@@ -11087,7 +11207,7 @@ class OperationsInsightsClient(object):
|
|
11087
11207
|
f"list_database_configurations got unknown kwargs: {extra_kwargs!r}")
|
11088
11208
|
|
11089
11209
|
if 'database_type' in kwargs:
|
11090
|
-
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"]
|
11210
|
+
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
|
11091
11211
|
for database_type_item in kwargs['database_type']:
|
11092
11212
|
if database_type_item not in database_type_allowed_values:
|
11093
11213
|
raise ValueError(
|
@@ -11204,7 +11324,7 @@ class OperationsInsightsClient(object):
|
|
11204
11324
|
Filter by one or more database type.
|
11205
11325
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
11206
11326
|
|
11207
|
-
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"
|
11327
|
+
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
|
11208
11328
|
|
11209
11329
|
:param list[str] database_id: (optional)
|
11210
11330
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -11273,7 +11393,7 @@ class OperationsInsightsClient(object):
|
|
11273
11393
|
:rtype: :class:`~oci.response.Response`
|
11274
11394
|
|
11275
11395
|
:example:
|
11276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
|
11277
11397
|
"""
|
11278
11398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11279
11399
|
required_arguments = []
|
@@ -11325,7 +11445,7 @@ class OperationsInsightsClient(object):
|
|
11325
11445
|
)
|
11326
11446
|
|
11327
11447
|
if 'database_type' in kwargs:
|
11328
|
-
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"]
|
11448
|
+
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
|
11329
11449
|
for database_type_item in kwargs['database_type']:
|
11330
11450
|
if database_type_item not in database_type_allowed_values:
|
11331
11451
|
raise ValueError(
|
@@ -11485,7 +11605,7 @@ class OperationsInsightsClient(object):
|
|
11485
11605
|
:rtype: :class:`~oci.response.Response`
|
11486
11606
|
|
11487
11607
|
:example:
|
11488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
|
11489
11609
|
"""
|
11490
11610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11491
11611
|
required_arguments = []
|
@@ -11660,6 +11780,9 @@ class OperationsInsightsClient(object):
|
|
11660
11780
|
Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
11661
11781
|
Multiple values for different tag names are interpreted as \"AND\".
|
11662
11782
|
|
11783
|
+
:param bool compartment_id_in_subtree: (optional)
|
11784
|
+
A flag to search all resources within a given compartment and all sub-compartments.
|
11785
|
+
|
11663
11786
|
:param str opc_request_id: (optional)
|
11664
11787
|
Unique Oracle-assigned identifier for the request. If you need to contact
|
11665
11788
|
Oracle about a particular request, please provide the request ID.
|
@@ -11680,7 +11803,7 @@ class OperationsInsightsClient(object):
|
|
11680
11803
|
:rtype: :class:`~oci.response.Response`
|
11681
11804
|
|
11682
11805
|
:example:
|
11683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
|
11684
11807
|
"""
|
11685
11808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11686
11809
|
required_arguments = []
|
@@ -11704,6 +11827,7 @@ class OperationsInsightsClient(object):
|
|
11704
11827
|
"freeform_tag_equals",
|
11705
11828
|
"defined_tag_exists",
|
11706
11829
|
"freeform_tag_exists",
|
11830
|
+
"compartment_id_in_subtree",
|
11707
11831
|
"opc_request_id"
|
11708
11832
|
]
|
11709
11833
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
@@ -11736,7 +11860,8 @@ class OperationsInsightsClient(object):
|
|
11736
11860
|
"definedTagEquals": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_equals", missing), 'multi'),
|
11737
11861
|
"freeformTagEquals": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_equals", missing), 'multi'),
|
11738
11862
|
"definedTagExists": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_exists", missing), 'multi'),
|
11739
|
-
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi')
|
11863
|
+
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi'),
|
11864
|
+
"compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing)
|
11740
11865
|
}
|
11741
11866
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
11742
11867
|
|
@@ -11863,7 +11988,7 @@ class OperationsInsightsClient(object):
|
|
11863
11988
|
:rtype: :class:`~oci.response.Response`
|
11864
11989
|
|
11865
11990
|
:example:
|
11866
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
|
11867
11992
|
"""
|
11868
11993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11869
11994
|
required_arguments = []
|
@@ -12072,7 +12197,7 @@ class OperationsInsightsClient(object):
|
|
12072
12197
|
|
12073
12198
|
:param list[str] host_type: (optional)
|
12074
12199
|
Filter by one or more host types.
|
12075
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
12200
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
12076
12201
|
|
12077
12202
|
:param str host_id: (optional)
|
12078
12203
|
Optional `OCID`__ of the host (Compute Id)
|
@@ -12103,7 +12228,7 @@ class OperationsInsightsClient(object):
|
|
12103
12228
|
:rtype: :class:`~oci.response.Response`
|
12104
12229
|
|
12105
12230
|
:example:
|
12106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
|
12107
12232
|
"""
|
12108
12233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12109
12234
|
required_arguments = []
|
@@ -12262,7 +12387,7 @@ class OperationsInsightsClient(object):
|
|
12262
12387
|
|
12263
12388
|
:param list[str] host_type: (optional)
|
12264
12389
|
Filter by one or more host types.
|
12265
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
12390
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
12266
12391
|
|
12267
12392
|
:param list[str] platform_type: (optional)
|
12268
12393
|
Filter by one or more platform types.
|
@@ -12329,7 +12454,7 @@ class OperationsInsightsClient(object):
|
|
12329
12454
|
:rtype: :class:`~oci.response.Response`
|
12330
12455
|
|
12331
12456
|
:example:
|
12332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
|
12333
12458
|
"""
|
12334
12459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12335
12460
|
required_arguments = []
|
@@ -12537,7 +12662,7 @@ class OperationsInsightsClient(object):
|
|
12537
12662
|
|
12538
12663
|
:param list[str] host_type: (optional)
|
12539
12664
|
Filter by one or more host types.
|
12540
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
12665
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
12541
12666
|
|
12542
12667
|
:param str host_id: (optional)
|
12543
12668
|
Optional `OCID`__ of the host (Compute Id)
|
@@ -12565,7 +12690,7 @@ class OperationsInsightsClient(object):
|
|
12565
12690
|
:rtype: :class:`~oci.response.Response`
|
12566
12691
|
|
12567
12692
|
:example:
|
12568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
|
12569
12694
|
"""
|
12570
12695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12571
12696
|
required_arguments = ['compartmentId', 'id']
|
@@ -12746,7 +12871,7 @@ class OperationsInsightsClient(object):
|
|
12746
12871
|
:rtype: :class:`~oci.response.Response`
|
12747
12872
|
|
12748
12873
|
:example:
|
12749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
|
12750
12875
|
"""
|
12751
12876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12752
12877
|
required_arguments = ['compartmentId']
|
@@ -12896,7 +13021,7 @@ class OperationsInsightsClient(object):
|
|
12896
13021
|
:rtype: :class:`~oci.response.Response`
|
12897
13022
|
|
12898
13023
|
:example:
|
12899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
|
12900
13025
|
"""
|
12901
13026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12902
13027
|
required_arguments = ['compartmentId']
|
@@ -13037,7 +13162,7 @@ class OperationsInsightsClient(object):
|
|
13037
13162
|
:rtype: :class:`~oci.response.Response`
|
13038
13163
|
|
13039
13164
|
:example:
|
13040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
|
13041
13166
|
"""
|
13042
13167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13043
13168
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -13196,7 +13321,7 @@ class OperationsInsightsClient(object):
|
|
13196
13321
|
:rtype: :class:`~oci.response.Response`
|
13197
13322
|
|
13198
13323
|
:example:
|
13199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
|
13200
13325
|
"""
|
13201
13326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13202
13327
|
required_arguments = []
|
@@ -13387,7 +13512,7 @@ class OperationsInsightsClient(object):
|
|
13387
13512
|
:rtype: :class:`~oci.response.Response`
|
13388
13513
|
|
13389
13514
|
:example:
|
13390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
|
13391
13516
|
"""
|
13392
13517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13393
13518
|
required_arguments = []
|
@@ -13566,7 +13691,7 @@ class OperationsInsightsClient(object):
|
|
13566
13691
|
:rtype: :class:`~oci.response.Response`
|
13567
13692
|
|
13568
13693
|
:example:
|
13569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
|
13570
13695
|
"""
|
13571
13696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13572
13697
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -13738,7 +13863,7 @@ class OperationsInsightsClient(object):
|
|
13738
13863
|
:rtype: :class:`~oci.response.Response`
|
13739
13864
|
|
13740
13865
|
:example:
|
13741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
|
13742
13867
|
"""
|
13743
13868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13744
13869
|
required_arguments = []
|
@@ -13910,7 +14035,7 @@ class OperationsInsightsClient(object):
|
|
13910
14035
|
:rtype: :class:`~oci.response.Response`
|
13911
14036
|
|
13912
14037
|
:example:
|
13913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
|
13914
14039
|
"""
|
13915
14040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13916
14041
|
required_arguments = ['compartmentId']
|
@@ -14090,7 +14215,7 @@ class OperationsInsightsClient(object):
|
|
14090
14215
|
:rtype: :class:`~oci.response.Response`
|
14091
14216
|
|
14092
14217
|
:example:
|
14093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
|
14094
14219
|
"""
|
14095
14220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14096
14221
|
required_arguments = ['compartmentId']
|
@@ -14250,7 +14375,7 @@ class OperationsInsightsClient(object):
|
|
14250
14375
|
:rtype: :class:`~oci.response.Response`
|
14251
14376
|
|
14252
14377
|
:example:
|
14253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
|
14254
14379
|
"""
|
14255
14380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14256
14381
|
required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
|
@@ -14413,7 +14538,7 @@ class OperationsInsightsClient(object):
|
|
14413
14538
|
:rtype: :class:`~oci.response.Response`
|
14414
14539
|
|
14415
14540
|
:example:
|
14416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
|
14417
14542
|
"""
|
14418
14543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14419
14544
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14577,7 +14702,7 @@ class OperationsInsightsClient(object):
|
|
14577
14702
|
:rtype: :class:`~oci.response.Response`
|
14578
14703
|
|
14579
14704
|
:example:
|
14580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
|
14581
14706
|
"""
|
14582
14707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14583
14708
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14737,7 +14862,7 @@ class OperationsInsightsClient(object):
|
|
14737
14862
|
:rtype: :class:`~oci.response.Response`
|
14738
14863
|
|
14739
14864
|
:example:
|
14740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
|
14741
14866
|
"""
|
14742
14867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14743
14868
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -14915,7 +15040,7 @@ class OperationsInsightsClient(object):
|
|
14915
15040
|
:rtype: :class:`~oci.response.Response`
|
14916
15041
|
|
14917
15042
|
:example:
|
14918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
14919
15044
|
"""
|
14920
15045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14921
15046
|
required_arguments = ['workRequestId']
|
@@ -15068,7 +15193,7 @@ class OperationsInsightsClient(object):
|
|
15068
15193
|
:rtype: :class:`~oci.response.Response`
|
15069
15194
|
|
15070
15195
|
:example:
|
15071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
15072
15197
|
"""
|
15073
15198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15074
15199
|
required_arguments = ['workRequestId']
|
@@ -15237,7 +15362,7 @@ class OperationsInsightsClient(object):
|
|
15237
15362
|
:rtype: :class:`~oci.response.Response`
|
15238
15363
|
|
15239
15364
|
:example:
|
15240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
15241
15366
|
"""
|
15242
15367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15243
15368
|
required_arguments = []
|
@@ -15387,7 +15512,7 @@ class OperationsInsightsClient(object):
|
|
15387
15512
|
:rtype: :class:`~oci.response.Response`
|
15388
15513
|
|
15389
15514
|
:example:
|
15390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
|
15391
15516
|
"""
|
15392
15517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15393
15518
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -15534,7 +15659,7 @@ class OperationsInsightsClient(object):
|
|
15534
15659
|
:rtype: :class:`~oci.response.Response`
|
15535
15660
|
|
15536
15661
|
:example:
|
15537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
|
15538
15663
|
"""
|
15539
15664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15540
15665
|
required_arguments = ['compartmentId']
|
@@ -15661,7 +15786,7 @@ class OperationsInsightsClient(object):
|
|
15661
15786
|
:rtype: :class:`~oci.response.Response`
|
15662
15787
|
|
15663
15788
|
:example:
|
15664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
|
15665
15790
|
"""
|
15666
15791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15667
15792
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -15778,7 +15903,7 @@ class OperationsInsightsClient(object):
|
|
15778
15903
|
:rtype: :class:`~oci.response.Response`
|
15779
15904
|
|
15780
15905
|
:example:
|
15781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
|
15782
15907
|
"""
|
15783
15908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15784
15909
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -15962,7 +16087,7 @@ class OperationsInsightsClient(object):
|
|
15962
16087
|
:rtype: :class:`~oci.response.Response`
|
15963
16088
|
|
15964
16089
|
:example:
|
15965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
|
15966
16091
|
"""
|
15967
16092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15968
16093
|
required_arguments = ['compartmentId']
|
@@ -16192,7 +16317,7 @@ class OperationsInsightsClient(object):
|
|
16192
16317
|
:rtype: :class:`~oci.response.Response`
|
16193
16318
|
|
16194
16319
|
:example:
|
16195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
|
16196
16321
|
"""
|
16197
16322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16198
16323
|
required_arguments = ['compartmentId', 'name']
|
@@ -16443,7 +16568,7 @@ class OperationsInsightsClient(object):
|
|
16443
16568
|
:rtype: :class:`~oci.response.Response`
|
16444
16569
|
|
16445
16570
|
:example:
|
16446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
|
16447
16572
|
"""
|
16448
16573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16449
16574
|
required_arguments = ['compartmentId']
|
@@ -16714,7 +16839,7 @@ class OperationsInsightsClient(object):
|
|
16714
16839
|
:rtype: :class:`~oci.response.Response`
|
16715
16840
|
|
16716
16841
|
:example:
|
16717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16842
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
|
16718
16843
|
"""
|
16719
16844
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16720
16845
|
required_arguments = ['compartmentId']
|
@@ -16934,7 +17059,7 @@ class OperationsInsightsClient(object):
|
|
16934
17059
|
:rtype: :class:`~oci.response.Response`
|
16935
17060
|
|
16936
17061
|
:example:
|
16937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
|
16938
17063
|
"""
|
16939
17064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16940
17065
|
required_arguments = ['compartmentId', 'objectIdentifier']
|
@@ -17124,7 +17249,7 @@ class OperationsInsightsClient(object):
|
|
17124
17249
|
:rtype: :class:`~oci.response.Response`
|
17125
17250
|
|
17126
17251
|
:example:
|
17127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
|
17128
17253
|
"""
|
17129
17254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17130
17255
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -17298,7 +17423,7 @@ class OperationsInsightsClient(object):
|
|
17298
17423
|
:rtype: :class:`~oci.response.Response`
|
17299
17424
|
|
17300
17425
|
:example:
|
17301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
|
17302
17427
|
"""
|
17303
17428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17304
17429
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -17496,7 +17621,7 @@ class OperationsInsightsClient(object):
|
|
17496
17621
|
:rtype: :class:`~oci.response.Response`
|
17497
17622
|
|
17498
17623
|
:example:
|
17499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
|
17500
17625
|
"""
|
17501
17626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17502
17627
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -17690,7 +17815,7 @@ class OperationsInsightsClient(object):
|
|
17690
17815
|
:rtype: :class:`~oci.response.Response`
|
17691
17816
|
|
17692
17817
|
:example:
|
17693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
|
17694
17819
|
"""
|
17695
17820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17696
17821
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -17908,7 +18033,7 @@ class OperationsInsightsClient(object):
|
|
17908
18033
|
:rtype: :class:`~oci.response.Response`
|
17909
18034
|
|
17910
18035
|
:example:
|
17911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
|
17912
18037
|
"""
|
17913
18038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17914
18039
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18112,7 +18237,7 @@ class OperationsInsightsClient(object):
|
|
18112
18237
|
:rtype: :class:`~oci.response.Response`
|
18113
18238
|
|
18114
18239
|
:example:
|
18115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
|
18116
18241
|
"""
|
18117
18242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18118
18243
|
required_arguments = ['awrHubId']
|
@@ -18296,7 +18421,7 @@ class OperationsInsightsClient(object):
|
|
18296
18421
|
:rtype: :class:`~oci.response.Response`
|
18297
18422
|
|
18298
18423
|
:example:
|
18299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
|
18300
18425
|
"""
|
18301
18426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18302
18427
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18475,7 +18600,7 @@ class OperationsInsightsClient(object):
|
|
18475
18600
|
:rtype: :class:`~oci.response.Response`
|
18476
18601
|
|
18477
18602
|
:example:
|
18478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
18604
|
"""
|
18480
18605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18481
18606
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18680,7 +18805,7 @@ class OperationsInsightsClient(object):
|
|
18680
18805
|
:rtype: :class:`~oci.response.Response`
|
18681
18806
|
|
18682
18807
|
:example:
|
18683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
18809
|
"""
|
18685
18810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18686
18811
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18881,7 +19006,7 @@ class OperationsInsightsClient(object):
|
|
18881
19006
|
:rtype: :class:`~oci.response.Response`
|
18882
19007
|
|
18883
19008
|
:example:
|
18884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
|
18885
19010
|
"""
|
18886
19011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18887
19012
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -19064,7 +19189,7 @@ class OperationsInsightsClient(object):
|
|
19064
19189
|
:rtype: :class:`~oci.response.Response`
|
19065
19190
|
|
19066
19191
|
:example:
|
19067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
|
19068
19193
|
"""
|
19069
19194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19070
19195
|
required_arguments = ['awrHubId']
|
@@ -19230,7 +19355,7 @@ class OperationsInsightsClient(object):
|
|
19230
19355
|
:rtype: :class:`~oci.response.Response`
|
19231
19356
|
|
19232
19357
|
:example:
|
19233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
|
19234
19359
|
"""
|
19235
19360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19236
19361
|
required_arguments = []
|
@@ -19363,7 +19488,7 @@ class OperationsInsightsClient(object):
|
|
19363
19488
|
Filter by one or more database type.
|
19364
19489
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
19365
19490
|
|
19366
|
-
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"
|
19491
|
+
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
|
19367
19492
|
|
19368
19493
|
:param list[str] database_id: (optional)
|
19369
19494
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -19477,7 +19602,7 @@ class OperationsInsightsClient(object):
|
|
19477
19602
|
:rtype: :class:`~oci.response.Response`
|
19478
19603
|
|
19479
19604
|
:example:
|
19480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
19606
|
"""
|
19482
19607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19483
19608
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -19521,7 +19646,7 @@ class OperationsInsightsClient(object):
|
|
19521
19646
|
f"summarize_database_insight_resource_capacity_trend got unknown kwargs: {extra_kwargs!r}")
|
19522
19647
|
|
19523
19648
|
if 'database_type' in kwargs:
|
19524
|
-
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"]
|
19649
|
+
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
|
19525
19650
|
for database_type_item in kwargs['database_type']:
|
19526
19651
|
if database_type_item not in database_type_allowed_values:
|
19527
19652
|
raise ValueError(
|
@@ -19657,7 +19782,7 @@ class OperationsInsightsClient(object):
|
|
19657
19782
|
Filter by one or more database type.
|
19658
19783
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
19659
19784
|
|
19660
|
-
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"
|
19785
|
+
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
|
19661
19786
|
|
19662
19787
|
:param list[str] database_id: (optional)
|
19663
19788
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -19785,7 +19910,7 @@ class OperationsInsightsClient(object):
|
|
19785
19910
|
:rtype: :class:`~oci.response.Response`
|
19786
19911
|
|
19787
19912
|
:example:
|
19788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
19914
|
"""
|
19790
19915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19791
19916
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -19831,7 +19956,7 @@ class OperationsInsightsClient(object):
|
|
19831
19956
|
f"summarize_database_insight_resource_forecast_trend got unknown kwargs: {extra_kwargs!r}")
|
19832
19957
|
|
19833
19958
|
if 'database_type' in kwargs:
|
19834
|
-
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"]
|
19959
|
+
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
|
19835
19960
|
for database_type_item in kwargs['database_type']:
|
19836
19961
|
if database_type_item not in database_type_allowed_values:
|
19837
19962
|
raise ValueError(
|
@@ -19969,7 +20094,7 @@ class OperationsInsightsClient(object):
|
|
19969
20094
|
Filter by one or more database type.
|
19970
20095
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
19971
20096
|
|
19972
|
-
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"
|
20097
|
+
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
|
19973
20098
|
|
19974
20099
|
:param list[str] database_id: (optional)
|
19975
20100
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -20091,7 +20216,7 @@ class OperationsInsightsClient(object):
|
|
20091
20216
|
:rtype: :class:`~oci.response.Response`
|
20092
20217
|
|
20093
20218
|
:example:
|
20094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
|
20095
20220
|
"""
|
20096
20221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20097
20222
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20137,7 +20262,7 @@ class OperationsInsightsClient(object):
|
|
20137
20262
|
f"summarize_database_insight_resource_statistics got unknown kwargs: {extra_kwargs!r}")
|
20138
20263
|
|
20139
20264
|
if 'database_type' in kwargs:
|
20140
|
-
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"]
|
20265
|
+
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
|
20141
20266
|
for database_type_item in kwargs['database_type']:
|
20142
20267
|
if database_type_item not in database_type_allowed_values:
|
20143
20268
|
raise ValueError(
|
@@ -20270,7 +20395,7 @@ class OperationsInsightsClient(object):
|
|
20270
20395
|
Filter by one or more database type.
|
20271
20396
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
20272
20397
|
|
20273
|
-
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"
|
20398
|
+
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
|
20274
20399
|
|
20275
20400
|
:param list[str] database_id: (optional)
|
20276
20401
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -20359,7 +20484,7 @@ class OperationsInsightsClient(object):
|
|
20359
20484
|
:rtype: :class:`~oci.response.Response`
|
20360
20485
|
|
20361
20486
|
:example:
|
20362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
|
20363
20488
|
"""
|
20364
20489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20365
20490
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20398,7 +20523,7 @@ class OperationsInsightsClient(object):
|
|
20398
20523
|
f"summarize_database_insight_resource_usage got unknown kwargs: {extra_kwargs!r}")
|
20399
20524
|
|
20400
20525
|
if 'database_type' in kwargs:
|
20401
|
-
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"]
|
20526
|
+
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
|
20402
20527
|
for database_type_item in kwargs['database_type']:
|
20403
20528
|
if database_type_item not in database_type_allowed_values:
|
20404
20529
|
raise ValueError(
|
@@ -20509,7 +20634,7 @@ class OperationsInsightsClient(object):
|
|
20509
20634
|
Filter by one or more database type.
|
20510
20635
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
20511
20636
|
|
20512
|
-
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"
|
20637
|
+
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
|
20513
20638
|
|
20514
20639
|
:param list[str] database_id: (optional)
|
20515
20640
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -20605,7 +20730,7 @@ class OperationsInsightsClient(object):
|
|
20605
20730
|
:rtype: :class:`~oci.response.Response`
|
20606
20731
|
|
20607
20732
|
:example:
|
20608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
20734
|
"""
|
20610
20735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20611
20736
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20645,7 +20770,7 @@ class OperationsInsightsClient(object):
|
|
20645
20770
|
f"summarize_database_insight_resource_usage_trend got unknown kwargs: {extra_kwargs!r}")
|
20646
20771
|
|
20647
20772
|
if 'database_type' in kwargs:
|
20648
|
-
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"]
|
20773
|
+
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
|
20649
20774
|
for database_type_item in kwargs['database_type']:
|
20650
20775
|
if database_type_item not in database_type_allowed_values:
|
20651
20776
|
raise ValueError(
|
@@ -20770,7 +20895,7 @@ class OperationsInsightsClient(object):
|
|
20770
20895
|
Filter by one or more database type.
|
20771
20896
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
20772
20897
|
|
20773
|
-
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"
|
20898
|
+
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
|
20774
20899
|
|
20775
20900
|
:param list[str] database_id: (optional)
|
20776
20901
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -20865,7 +20990,7 @@ class OperationsInsightsClient(object):
|
|
20865
20990
|
:rtype: :class:`~oci.response.Response`
|
20866
20991
|
|
20867
20992
|
:example:
|
20868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
20994
|
"""
|
20870
20995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20871
20996
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20906,7 +21031,7 @@ class OperationsInsightsClient(object):
|
|
20906
21031
|
f"summarize_database_insight_resource_utilization_insight got unknown kwargs: {extra_kwargs!r}")
|
20907
21032
|
|
20908
21033
|
if 'database_type' in kwargs:
|
20909
|
-
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"]
|
21034
|
+
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
|
20910
21035
|
for database_type_item in kwargs['database_type']:
|
20911
21036
|
if database_type_item not in database_type_allowed_values:
|
20912
21037
|
raise ValueError(
|
@@ -21057,7 +21182,7 @@ class OperationsInsightsClient(object):
|
|
21057
21182
|
:rtype: :class:`~oci.response.Response`
|
21058
21183
|
|
21059
21184
|
:example:
|
21060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
21186
|
"""
|
21062
21187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21063
21188
|
required_arguments = ['compartmentId']
|
@@ -21255,7 +21380,7 @@ class OperationsInsightsClient(object):
|
|
21255
21380
|
:rtype: :class:`~oci.response.Response`
|
21256
21381
|
|
21257
21382
|
:example:
|
21258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
21384
|
"""
|
21260
21385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21261
21386
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -21463,6 +21588,9 @@ class OperationsInsightsClient(object):
|
|
21463
21588
|
Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
21464
21589
|
Multiple values for different tag names are interpreted as \"AND\".
|
21465
21590
|
|
21591
|
+
:param bool compartment_id_in_subtree: (optional)
|
21592
|
+
A flag to search all resources within a given compartment and all sub-compartments.
|
21593
|
+
|
21466
21594
|
:param str opc_request_id: (optional)
|
21467
21595
|
Unique Oracle-assigned identifier for the request. If you need to contact
|
21468
21596
|
Oracle about a particular request, please provide the request ID.
|
@@ -21483,7 +21611,7 @@ class OperationsInsightsClient(object):
|
|
21483
21611
|
:rtype: :class:`~oci.response.Response`
|
21484
21612
|
|
21485
21613
|
:example:
|
21486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
21615
|
"""
|
21488
21616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21489
21617
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -21511,6 +21639,7 @@ class OperationsInsightsClient(object):
|
|
21511
21639
|
"freeform_tag_equals",
|
21512
21640
|
"defined_tag_exists",
|
21513
21641
|
"freeform_tag_exists",
|
21642
|
+
"compartment_id_in_subtree",
|
21514
21643
|
"opc_request_id"
|
21515
21644
|
]
|
21516
21645
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
@@ -21549,7 +21678,8 @@ class OperationsInsightsClient(object):
|
|
21549
21678
|
"definedTagEquals": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_equals", missing), 'multi'),
|
21550
21679
|
"freeformTagEquals": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_equals", missing), 'multi'),
|
21551
21680
|
"definedTagExists": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_exists", missing), 'multi'),
|
21552
|
-
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi')
|
21681
|
+
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi'),
|
21682
|
+
"compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing)
|
21553
21683
|
}
|
21554
21684
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
21555
21685
|
|
@@ -21734,7 +21864,7 @@ class OperationsInsightsClient(object):
|
|
21734
21864
|
:rtype: :class:`~oci.response.Response`
|
21735
21865
|
|
21736
21866
|
:example:
|
21737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
21868
|
"""
|
21739
21869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21740
21870
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -21980,6 +22110,9 @@ class OperationsInsightsClient(object):
|
|
21980
22110
|
Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
21981
22111
|
Multiple values for different tag names are interpreted as \"AND\".
|
21982
22112
|
|
22113
|
+
:param bool compartment_id_in_subtree: (optional)
|
22114
|
+
A flag to search all resources within a given compartment and all sub-compartments.
|
22115
|
+
|
21983
22116
|
:param str opc_request_id: (optional)
|
21984
22117
|
Unique Oracle-assigned identifier for the request. If you need to contact
|
21985
22118
|
Oracle about a particular request, please provide the request ID.
|
@@ -22000,7 +22133,7 @@ class OperationsInsightsClient(object):
|
|
22000
22133
|
:rtype: :class:`~oci.response.Response`
|
22001
22134
|
|
22002
22135
|
:example:
|
22003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22136
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
22137
|
"""
|
22005
22138
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22006
22139
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -22031,6 +22164,7 @@ class OperationsInsightsClient(object):
|
|
22031
22164
|
"freeform_tag_equals",
|
22032
22165
|
"defined_tag_exists",
|
22033
22166
|
"freeform_tag_exists",
|
22167
|
+
"compartment_id_in_subtree",
|
22034
22168
|
"opc_request_id"
|
22035
22169
|
]
|
22036
22170
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
@@ -22072,7 +22206,8 @@ class OperationsInsightsClient(object):
|
|
22072
22206
|
"definedTagEquals": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_equals", missing), 'multi'),
|
22073
22207
|
"freeformTagEquals": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_equals", missing), 'multi'),
|
22074
22208
|
"definedTagExists": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_exists", missing), 'multi'),
|
22075
|
-
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi')
|
22209
|
+
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi'),
|
22210
|
+
"compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing)
|
22076
22211
|
}
|
22077
22212
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
22078
22213
|
|
@@ -22217,7 +22352,7 @@ class OperationsInsightsClient(object):
|
|
22217
22352
|
:rtype: :class:`~oci.response.Response`
|
22218
22353
|
|
22219
22354
|
:example:
|
22220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
|
22221
22356
|
"""
|
22222
22357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22223
22358
|
required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
|
@@ -22432,6 +22567,9 @@ class OperationsInsightsClient(object):
|
|
22432
22567
|
Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
22433
22568
|
Multiple values for different tag names are interpreted as \"AND\".
|
22434
22569
|
|
22570
|
+
:param bool compartment_id_in_subtree: (optional)
|
22571
|
+
A flag to search all resources within a given compartment and all sub-compartments.
|
22572
|
+
|
22435
22573
|
:param str opc_request_id: (optional)
|
22436
22574
|
Unique Oracle-assigned identifier for the request. If you need to contact
|
22437
22575
|
Oracle about a particular request, please provide the request ID.
|
@@ -22452,7 +22590,7 @@ class OperationsInsightsClient(object):
|
|
22452
22590
|
:rtype: :class:`~oci.response.Response`
|
22453
22591
|
|
22454
22592
|
:example:
|
22455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
|
22456
22594
|
"""
|
22457
22595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22458
22596
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22481,6 +22619,7 @@ class OperationsInsightsClient(object):
|
|
22481
22619
|
"freeform_tag_equals",
|
22482
22620
|
"defined_tag_exists",
|
22483
22621
|
"freeform_tag_exists",
|
22622
|
+
"compartment_id_in_subtree",
|
22484
22623
|
"opc_request_id"
|
22485
22624
|
]
|
22486
22625
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
@@ -22521,7 +22660,8 @@ class OperationsInsightsClient(object):
|
|
22521
22660
|
"definedTagEquals": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_equals", missing), 'multi'),
|
22522
22661
|
"freeformTagEquals": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_equals", missing), 'multi'),
|
22523
22662
|
"definedTagExists": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_exists", missing), 'multi'),
|
22524
|
-
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi')
|
22663
|
+
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi'),
|
22664
|
+
"compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing)
|
22525
22665
|
}
|
22526
22666
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
22527
22667
|
|
@@ -22658,6 +22798,9 @@ class OperationsInsightsClient(object):
|
|
22658
22798
|
Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
22659
22799
|
Multiple values for different tag names are interpreted as \"AND\".
|
22660
22800
|
|
22801
|
+
:param bool compartment_id_in_subtree: (optional)
|
22802
|
+
A flag to search all resources within a given compartment and all sub-compartments.
|
22803
|
+
|
22661
22804
|
:param str opc_request_id: (optional)
|
22662
22805
|
Unique Oracle-assigned identifier for the request. If you need to contact
|
22663
22806
|
Oracle about a particular request, please provide the request ID.
|
@@ -22678,7 +22821,7 @@ class OperationsInsightsClient(object):
|
|
22678
22821
|
:rtype: :class:`~oci.response.Response`
|
22679
22822
|
|
22680
22823
|
:example:
|
22681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
22825
|
"""
|
22683
22826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22684
22827
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22704,6 +22847,7 @@ class OperationsInsightsClient(object):
|
|
22704
22847
|
"freeform_tag_equals",
|
22705
22848
|
"defined_tag_exists",
|
22706
22849
|
"freeform_tag_exists",
|
22850
|
+
"compartment_id_in_subtree",
|
22707
22851
|
"opc_request_id"
|
22708
22852
|
]
|
22709
22853
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
@@ -22727,7 +22871,8 @@ class OperationsInsightsClient(object):
|
|
22727
22871
|
"definedTagEquals": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_equals", missing), 'multi'),
|
22728
22872
|
"freeformTagEquals": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_equals", missing), 'multi'),
|
22729
22873
|
"definedTagExists": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_exists", missing), 'multi'),
|
22730
|
-
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi')
|
22874
|
+
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi'),
|
22875
|
+
"compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing)
|
22731
22876
|
}
|
22732
22877
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
22733
22878
|
|
@@ -22871,6 +23016,9 @@ class OperationsInsightsClient(object):
|
|
22871
23016
|
Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
22872
23017
|
Multiple values for different tag names are interpreted as \"AND\".
|
22873
23018
|
|
23019
|
+
:param bool compartment_id_in_subtree: (optional)
|
23020
|
+
A flag to search all resources within a given compartment and all sub-compartments.
|
23021
|
+
|
22874
23022
|
:param str opc_request_id: (optional)
|
22875
23023
|
Unique Oracle-assigned identifier for the request. If you need to contact
|
22876
23024
|
Oracle about a particular request, please provide the request ID.
|
@@ -22891,7 +23039,7 @@ class OperationsInsightsClient(object):
|
|
22891
23039
|
:rtype: :class:`~oci.response.Response`
|
22892
23040
|
|
22893
23041
|
:example:
|
22894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
23043
|
"""
|
22896
23044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22897
23045
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22919,6 +23067,7 @@ class OperationsInsightsClient(object):
|
|
22919
23067
|
"freeform_tag_equals",
|
22920
23068
|
"defined_tag_exists",
|
22921
23069
|
"freeform_tag_exists",
|
23070
|
+
"compartment_id_in_subtree",
|
22922
23071
|
"opc_request_id"
|
22923
23072
|
]
|
22924
23073
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
@@ -22944,7 +23093,8 @@ class OperationsInsightsClient(object):
|
|
22944
23093
|
"definedTagEquals": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_equals", missing), 'multi'),
|
22945
23094
|
"freeformTagEquals": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_equals", missing), 'multi'),
|
22946
23095
|
"definedTagExists": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_exists", missing), 'multi'),
|
22947
|
-
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi')
|
23096
|
+
"freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi'),
|
23097
|
+
"compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing)
|
22948
23098
|
}
|
22949
23099
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
22950
23100
|
|
@@ -23049,7 +23199,7 @@ class OperationsInsightsClient(object):
|
|
23049
23199
|
:rtype: :class:`~oci.response.Response`
|
23050
23200
|
|
23051
23201
|
:example:
|
23052
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
|
23053
23203
|
"""
|
23054
23204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23055
23205
|
required_arguments = ['exadataInsightId']
|
@@ -23208,7 +23358,7 @@ class OperationsInsightsClient(object):
|
|
23208
23358
|
:rtype: :class:`~oci.response.Response`
|
23209
23359
|
|
23210
23360
|
:example:
|
23211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
|
23212
23362
|
"""
|
23213
23363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23214
23364
|
required_arguments = ['compartmentId', 'id']
|
@@ -23379,7 +23529,7 @@ class OperationsInsightsClient(object):
|
|
23379
23529
|
:rtype: :class:`~oci.response.Response`
|
23380
23530
|
|
23381
23531
|
:example:
|
23382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
|
23383
23533
|
"""
|
23384
23534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23385
23535
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -23551,7 +23701,7 @@ class OperationsInsightsClient(object):
|
|
23551
23701
|
:rtype: :class:`~oci.response.Response`
|
23552
23702
|
|
23553
23703
|
:example:
|
23554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
23705
|
"""
|
23556
23706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23557
23707
|
required_arguments = ['compartmentId', 'id']
|
@@ -23762,7 +23912,7 @@ class OperationsInsightsClient(object):
|
|
23762
23912
|
|
23763
23913
|
:param list[str] host_type: (optional)
|
23764
23914
|
Filter by one or more host types.
|
23765
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
23915
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
23766
23916
|
|
23767
23917
|
:param str host_id: (optional)
|
23768
23918
|
Optional `OCID`__ of the host (Compute Id)
|
@@ -23799,7 +23949,7 @@ class OperationsInsightsClient(object):
|
|
23799
23949
|
:rtype: :class:`~oci.response.Response`
|
23800
23950
|
|
23801
23951
|
:example:
|
23802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
23953
|
"""
|
23804
23954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23805
23955
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24071,7 +24221,7 @@ class OperationsInsightsClient(object):
|
|
24071
24221
|
|
24072
24222
|
:param list[str] host_type: (optional)
|
24073
24223
|
Filter by one or more host types.
|
24074
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
24224
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
24075
24225
|
|
24076
24226
|
:param str host_id: (optional)
|
24077
24227
|
Optional `OCID`__ of the host (Compute Id)
|
@@ -24117,7 +24267,7 @@ class OperationsInsightsClient(object):
|
|
24117
24267
|
:rtype: :class:`~oci.response.Response`
|
24118
24268
|
|
24119
24269
|
:example:
|
24120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
24271
|
"""
|
24122
24272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24123
24273
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24396,7 +24546,7 @@ class OperationsInsightsClient(object):
|
|
24396
24546
|
|
24397
24547
|
:param list[str] host_type: (optional)
|
24398
24548
|
Filter by one or more host types.
|
24399
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
24549
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
24400
24550
|
|
24401
24551
|
:param str host_id: (optional)
|
24402
24552
|
Optional `OCID`__ of the host (Compute Id)
|
@@ -24433,7 +24583,7 @@ class OperationsInsightsClient(object):
|
|
24433
24583
|
:rtype: :class:`~oci.response.Response`
|
24434
24584
|
|
24435
24585
|
:example:
|
24436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
|
24437
24587
|
"""
|
24438
24588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24439
24589
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24676,7 +24826,7 @@ class OperationsInsightsClient(object):
|
|
24676
24826
|
|
24677
24827
|
:param list[str] host_type: (optional)
|
24678
24828
|
Filter by one or more host types.
|
24679
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
24829
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
24680
24830
|
|
24681
24831
|
:param str host_id: (optional)
|
24682
24832
|
Optional `OCID`__ of the host (Compute Id)
|
@@ -24707,7 +24857,7 @@ class OperationsInsightsClient(object):
|
|
24707
24857
|
:rtype: :class:`~oci.response.Response`
|
24708
24858
|
|
24709
24859
|
:example:
|
24710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
|
24711
24861
|
"""
|
24712
24862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24713
24863
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24928,7 +25078,7 @@ class OperationsInsightsClient(object):
|
|
24928
25078
|
|
24929
25079
|
:param list[str] host_type: (optional)
|
24930
25080
|
Filter by one or more host types.
|
24931
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
25081
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
24932
25082
|
|
24933
25083
|
:param str host_id: (optional)
|
24934
25084
|
Optional `OCID`__ of the host (Compute Id)
|
@@ -24959,7 +25109,7 @@ class OperationsInsightsClient(object):
|
|
24959
25109
|
:rtype: :class:`~oci.response.Response`
|
24960
25110
|
|
24961
25111
|
:example:
|
24962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
25113
|
"""
|
24964
25114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24965
25115
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25188,7 +25338,7 @@ class OperationsInsightsClient(object):
|
|
25188
25338
|
|
25189
25339
|
:param list[str] host_type: (optional)
|
25190
25340
|
Filter by one or more host types.
|
25191
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
25341
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
25192
25342
|
|
25193
25343
|
:param str host_id: (optional)
|
25194
25344
|
Optional `OCID`__ of the host (Compute Id)
|
@@ -25225,7 +25375,7 @@ class OperationsInsightsClient(object):
|
|
25225
25375
|
:rtype: :class:`~oci.response.Response`
|
25226
25376
|
|
25227
25377
|
:example:
|
25228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
25379
|
"""
|
25230
25380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25231
25381
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25431,7 +25581,7 @@ class OperationsInsightsClient(object):
|
|
25431
25581
|
:rtype: :class:`~oci.response.Response`
|
25432
25582
|
|
25433
25583
|
:example:
|
25434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
25585
|
"""
|
25436
25586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25437
25587
|
required_arguments = ['compartmentId', 'id']
|
@@ -25595,7 +25745,7 @@ class OperationsInsightsClient(object):
|
|
25595
25745
|
|
25596
25746
|
:param list[str] host_type: (optional)
|
25597
25747
|
Filter by one or more host types.
|
25598
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
25748
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
25599
25749
|
|
25600
25750
|
:param str host_id: (optional)
|
25601
25751
|
Optional `OCID`__ of the host (Compute Id)
|
@@ -25628,7 +25778,7 @@ class OperationsInsightsClient(object):
|
|
25628
25778
|
:rtype: :class:`~oci.response.Response`
|
25629
25779
|
|
25630
25780
|
:example:
|
25631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
25782
|
"""
|
25633
25783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25634
25784
|
required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
|
@@ -25792,7 +25942,7 @@ class OperationsInsightsClient(object):
|
|
25792
25942
|
|
25793
25943
|
:param list[str] host_type: (optional)
|
25794
25944
|
Filter by one or more host types.
|
25795
|
-
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
25945
|
+
Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST, COMANAGED-EXACC-HOST
|
25796
25946
|
|
25797
25947
|
:param str host_id: (optional)
|
25798
25948
|
Optional `OCID`__ of the host (Compute Id)
|
@@ -25828,7 +25978,7 @@ class OperationsInsightsClient(object):
|
|
25828
25978
|
:rtype: :class:`~oci.response.Response`
|
25829
25979
|
|
25830
25980
|
:example:
|
25831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
25982
|
"""
|
25833
25983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25834
25984
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -25960,7 +26110,7 @@ class OperationsInsightsClient(object):
|
|
25960
26110
|
:rtype: :class:`~oci.response.Response`
|
25961
26111
|
|
25962
26112
|
:example:
|
25963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
26114
|
"""
|
25965
26115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25966
26116
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -26046,7 +26196,7 @@ class OperationsInsightsClient(object):
|
|
26046
26196
|
Filter by one or more database type.
|
26047
26197
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
26048
26198
|
|
26049
|
-
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"
|
26199
|
+
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
|
26050
26200
|
|
26051
26201
|
:param list[str] database_id: (optional)
|
26052
26202
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -26149,7 +26299,7 @@ class OperationsInsightsClient(object):
|
|
26149
26299
|
:rtype: :class:`~oci.response.Response`
|
26150
26300
|
|
26151
26301
|
:example:
|
26152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26302
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
|
26153
26303
|
"""
|
26154
26304
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26155
26305
|
required_arguments = ['compartmentId']
|
@@ -26187,7 +26337,7 @@ class OperationsInsightsClient(object):
|
|
26187
26337
|
f"summarize_sql_insights got unknown kwargs: {extra_kwargs!r}")
|
26188
26338
|
|
26189
26339
|
if 'database_type' in kwargs:
|
26190
|
-
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"]
|
26340
|
+
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
|
26191
26341
|
for database_type_item in kwargs['database_type']:
|
26192
26342
|
if database_type_item not in database_type_allowed_values:
|
26193
26343
|
raise ValueError(
|
@@ -26328,7 +26478,7 @@ class OperationsInsightsClient(object):
|
|
26328
26478
|
:rtype: :class:`~oci.response.Response`
|
26329
26479
|
|
26330
26480
|
:example:
|
26331
|
-
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.135.1/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
|
26332
26482
|
"""
|
26333
26483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26334
26484
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26478,7 +26628,7 @@ class OperationsInsightsClient(object):
|
|
26478
26628
|
:rtype: :class:`~oci.response.Response`
|
26479
26629
|
|
26480
26630
|
:example:
|
26481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
|
26482
26632
|
"""
|
26483
26633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26484
26634
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26572,7 +26722,7 @@ class OperationsInsightsClient(object):
|
|
26572
26722
|
Filter by one or more database type.
|
26573
26723
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
26574
26724
|
|
26575
|
-
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"
|
26725
|
+
Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
|
26576
26726
|
|
26577
26727
|
:param list[str] database_id: (optional)
|
26578
26728
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -26704,7 +26854,7 @@ class OperationsInsightsClient(object):
|
|
26704
26854
|
:rtype: :class:`~oci.response.Response`
|
26705
26855
|
|
26706
26856
|
:example:
|
26707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
|
26708
26858
|
"""
|
26709
26859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26710
26860
|
required_arguments = ['compartmentId']
|
@@ -26747,7 +26897,7 @@ class OperationsInsightsClient(object):
|
|
26747
26897
|
f"summarize_sql_statistics got unknown kwargs: {extra_kwargs!r}")
|
26748
26898
|
|
26749
26899
|
if 'database_type' in kwargs:
|
26750
|
-
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "MDS-MYSQL"]
|
26900
|
+
database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
|
26751
26901
|
for database_type_item in kwargs['database_type']:
|
26752
26902
|
if database_type_item not in database_type_allowed_values:
|
26753
26903
|
raise ValueError(
|
@@ -26957,7 +27107,7 @@ class OperationsInsightsClient(object):
|
|
26957
27107
|
:rtype: :class:`~oci.response.Response`
|
26958
27108
|
|
26959
27109
|
:example:
|
26960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
|
26961
27111
|
"""
|
26962
27112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26963
27113
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -27125,7 +27275,7 @@ class OperationsInsightsClient(object):
|
|
27125
27275
|
:rtype: :class:`~oci.response.Response`
|
27126
27276
|
|
27127
27277
|
:example:
|
27128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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
27279
|
"""
|
27130
27280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27131
27281
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -27204,6 +27354,124 @@ class OperationsInsightsClient(object):
|
|
27204
27354
|
api_reference_link=api_reference_link,
|
27205
27355
|
required_arguments=required_arguments)
|
27206
27356
|
|
27357
|
+
def test_macs_managed_cloud_database_insight_connection(self, test_macs_managed_cloud_database_insight_connection_details, **kwargs):
|
27358
|
+
"""
|
27359
|
+
Test the connection details of a Cloud MACS-managed database.
|
27360
|
+
|
27361
|
+
|
27362
|
+
:param oci.opsi.models.TestMacsManagedCloudDatabaseInsightConnectionDetails test_macs_managed_cloud_database_insight_connection_details: (required)
|
27363
|
+
The database connection information for the Cloud MACS-managed database.
|
27364
|
+
|
27365
|
+
:param str database_id: (optional)
|
27366
|
+
Optional `OCID`__ of the associated DBaaS entity.
|
27367
|
+
|
27368
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
27369
|
+
|
27370
|
+
:param str id: (optional)
|
27371
|
+
`OCID`__ of the database insight resource.
|
27372
|
+
|
27373
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
27374
|
+
|
27375
|
+
:param str opc_request_id: (optional)
|
27376
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
27377
|
+
Oracle about a particular request, please provide the request ID.
|
27378
|
+
|
27379
|
+
:param str opc_retry_token: (optional)
|
27380
|
+
A token that uniquely identifies a request that can be retried in case of a timeout or
|
27381
|
+
server error without risk of executing the same action again. Retry tokens expire after 24
|
27382
|
+
hours.
|
27383
|
+
|
27384
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
27385
|
+
operations, such as a resource being deleted or purged from the system.
|
27386
|
+
|
27387
|
+
:param obj retry_strategy: (optional)
|
27388
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
27389
|
+
|
27390
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
27391
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
27392
|
+
|
27393
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
27394
|
+
|
27395
|
+
:param bool allow_control_chars: (optional)
|
27396
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
27397
|
+
By default, the response will not allow control characters in strings
|
27398
|
+
|
27399
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
27400
|
+
:rtype: :class:`~oci.response.Response`
|
27401
|
+
|
27402
|
+
:example:
|
27403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/test_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use test_macs_managed_cloud_database_insight_connection API.
|
27404
|
+
"""
|
27405
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27406
|
+
required_arguments = []
|
27407
|
+
resource_path = "/databaseInsights/actions/testMacsManagedCloudDatabaseInsightConnectionDetails"
|
27408
|
+
method = "POST"
|
27409
|
+
operation_name = "test_macs_managed_cloud_database_insight_connection"
|
27410
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/TestMacsManagedCloudDatabaseInsightConnection"
|
27411
|
+
|
27412
|
+
# Don't accept unknown kwargs
|
27413
|
+
expected_kwargs = [
|
27414
|
+
"allow_control_chars",
|
27415
|
+
"retry_strategy",
|
27416
|
+
"database_id",
|
27417
|
+
"id",
|
27418
|
+
"opc_request_id",
|
27419
|
+
"opc_retry_token"
|
27420
|
+
]
|
27421
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
27422
|
+
if extra_kwargs:
|
27423
|
+
raise ValueError(
|
27424
|
+
f"test_macs_managed_cloud_database_insight_connection got unknown kwargs: {extra_kwargs!r}")
|
27425
|
+
|
27426
|
+
query_params = {
|
27427
|
+
"databaseId": kwargs.get("database_id", missing),
|
27428
|
+
"id": kwargs.get("id", missing)
|
27429
|
+
}
|
27430
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
27431
|
+
|
27432
|
+
header_params = {
|
27433
|
+
"accept": "application/json",
|
27434
|
+
"content-type": "application/json",
|
27435
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
27436
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
27437
|
+
}
|
27438
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
27439
|
+
|
27440
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
27441
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
27442
|
+
client_retry_strategy=self.retry_strategy
|
27443
|
+
)
|
27444
|
+
if retry_strategy is None:
|
27445
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
27446
|
+
|
27447
|
+
if retry_strategy:
|
27448
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
27449
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
27450
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
27451
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
27452
|
+
return retry_strategy.make_retrying_call(
|
27453
|
+
self.base_client.call_api,
|
27454
|
+
resource_path=resource_path,
|
27455
|
+
method=method,
|
27456
|
+
query_params=query_params,
|
27457
|
+
header_params=header_params,
|
27458
|
+
body=test_macs_managed_cloud_database_insight_connection_details,
|
27459
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
27460
|
+
operation_name=operation_name,
|
27461
|
+
api_reference_link=api_reference_link,
|
27462
|
+
required_arguments=required_arguments)
|
27463
|
+
else:
|
27464
|
+
return self.base_client.call_api(
|
27465
|
+
resource_path=resource_path,
|
27466
|
+
method=method,
|
27467
|
+
query_params=query_params,
|
27468
|
+
header_params=header_params,
|
27469
|
+
body=test_macs_managed_cloud_database_insight_connection_details,
|
27470
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
27471
|
+
operation_name=operation_name,
|
27472
|
+
api_reference_link=api_reference_link,
|
27473
|
+
required_arguments=required_arguments)
|
27474
|
+
|
27207
27475
|
def update_awr_hub(self, awr_hub_id, update_awr_hub_details, **kwargs):
|
27208
27476
|
"""
|
27209
27477
|
Updates the configuration of a hub .
|
@@ -27240,7 +27508,7 @@ class OperationsInsightsClient(object):
|
|
27240
27508
|
:rtype: :class:`~oci.response.Response`
|
27241
27509
|
|
27242
27510
|
:example:
|
27243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
|
27244
27512
|
"""
|
27245
27513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27246
27514
|
required_arguments = ['awrHubId']
|
@@ -27349,7 +27617,7 @@ class OperationsInsightsClient(object):
|
|
27349
27617
|
:rtype: :class:`~oci.response.Response`
|
27350
27618
|
|
27351
27619
|
:example:
|
27352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
|
27353
27621
|
"""
|
27354
27622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27355
27623
|
required_arguments = ['awrHubSourceId']
|
@@ -27458,7 +27726,7 @@ class OperationsInsightsClient(object):
|
|
27458
27726
|
:rtype: :class:`~oci.response.Response`
|
27459
27727
|
|
27460
27728
|
:example:
|
27461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
|
27462
27730
|
"""
|
27463
27731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27464
27732
|
required_arguments = ['databaseInsightId']
|
@@ -27567,7 +27835,7 @@ class OperationsInsightsClient(object):
|
|
27567
27835
|
:rtype: :class:`~oci.response.Response`
|
27568
27836
|
|
27569
27837
|
:example:
|
27570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
|
27571
27839
|
"""
|
27572
27840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27573
27841
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -27676,7 +27944,7 @@ class OperationsInsightsClient(object):
|
|
27676
27944
|
:rtype: :class:`~oci.response.Response`
|
27677
27945
|
|
27678
27946
|
:example:
|
27679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
|
27680
27948
|
"""
|
27681
27949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27682
27950
|
required_arguments = ['exadataInsightId']
|
@@ -27785,7 +28053,7 @@ class OperationsInsightsClient(object):
|
|
27785
28053
|
:rtype: :class:`~oci.response.Response`
|
27786
28054
|
|
27787
28055
|
:example:
|
27788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
|
27789
28057
|
"""
|
27790
28058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27791
28059
|
required_arguments = ['hostInsightId']
|
@@ -27894,7 +28162,7 @@ class OperationsInsightsClient(object):
|
|
27894
28162
|
:rtype: :class:`~oci.response.Response`
|
27895
28163
|
|
27896
28164
|
:example:
|
27897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
|
27898
28166
|
"""
|
27899
28167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27900
28168
|
required_arguments = ['newsReportId']
|
@@ -28005,7 +28273,7 @@ class OperationsInsightsClient(object):
|
|
28005
28273
|
:rtype: :class:`~oci.response.Response`
|
28006
28274
|
|
28007
28275
|
:example:
|
28008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
|
28009
28277
|
"""
|
28010
28278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28011
28279
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -28115,7 +28383,7 @@ class OperationsInsightsClient(object):
|
|
28115
28383
|
:rtype: :class:`~oci.response.Response`
|
28116
28384
|
|
28117
28385
|
:example:
|
28118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
|
28119
28387
|
"""
|
28120
28388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28121
28389
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -28224,7 +28492,7 @@ class OperationsInsightsClient(object):
|
|
28224
28492
|
:rtype: :class:`~oci.response.Response`
|
28225
28493
|
|
28226
28494
|
:example:
|
28227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
|
28228
28496
|
"""
|
28229
28497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28230
28498
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -28335,7 +28603,7 @@ class OperationsInsightsClient(object):
|
|
28335
28603
|
:rtype: :class:`~oci.response.Response`
|
28336
28604
|
|
28337
28605
|
:example:
|
28338
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
|
28339
28607
|
"""
|
28340
28608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28341
28609
|
required_arguments = ['opsiConfigurationId']
|