oci 2.155.0__py3-none-any.whl → 2.155.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/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 +140 -26
- oci/ai_document/models/__init__.py +50 -0
- oci/ai_document/models/analyze_document_result.py +62 -0
- oci/ai_document/models/bar_code.py +159 -0
- oci/ai_document/models/capabilities.py +70 -0
- oci/ai_document/models/capability.py +70 -0
- oci/ai_document/models/create_model_details.py +93 -0
- oci/ai_document/models/detected_document_type.py +35 -0
- oci/ai_document/models/document_classification_feature.py +36 -5
- oci/ai_document/models/document_classification_model_metrics.py +1 -1
- oci/ai_document/models/document_elements_extraction_feature.py +80 -0
- oci/ai_document/models/document_elements_sub_type.py +103 -0
- oci/ai_document/models/document_feature.py +13 -3
- oci/ai_document/models/document_key_value_extraction_feature.py +36 -5
- oci/ai_document/models/document_language_classification_feature.py +1 -1
- oci/ai_document/models/document_table_extraction_feature.py +34 -3
- oci/ai_document/models/document_text_extraction_feature.py +65 -3
- oci/ai_document/models/driving_license_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/field_value.py +64 -2
- oci/ai_document/models/general_processor_config.py +1 -1
- oci/ai_document/models/health_insurance_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/inline_document_content.py +33 -2
- oci/ai_document/models/inline_document_details.py +33 -2
- oci/ai_document/models/invoice_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/invoice_processor_config.py +107 -0
- oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
- oci/ai_document/models/kv_model_sub_type.py +121 -0
- oci/ai_document/models/model.py +116 -3
- oci/ai_document/models/model_metrics.py +43 -3
- oci/ai_document/models/model_sub_type.py +113 -0
- oci/ai_document/models/model_summary.py +31 -0
- oci/ai_document/models/model_type_info.py +101 -0
- oci/ai_document/models/normalization_fields.py +70 -0
- oci/ai_document/models/normalization_fields_map_value.py +70 -0
- oci/ai_document/models/object_location.py +33 -2
- oci/ai_document/models/object_storage_document_details.py +33 -2
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/page.py +95 -2
- oci/ai_document/models/passport_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/pre_trained_document_elements_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_document_classification_model_details.py +56 -0
- oci/ai_document/models/pretrained_key_value_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_table_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_text_extraction_model_details.py +56 -0
- oci/ai_document/models/processor_config.py +11 -3
- oci/ai_document/models/qr_bar_code_sub_type_details.py +92 -0
- oci/ai_document/models/receipt_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/selection_mark.py +144 -0
- oci/ai_document/models/signature.py +97 -0
- oci/ai_document/models/signature_sub_type_details.py +92 -0
- oci/ai_document/models/update_model_details.py +31 -0
- oci/ai_document/models/value_array.py +14 -0
- oci/ai_document/models/value_date.py +14 -0
- oci/ai_document/models/value_integer.py +14 -0
- oci/ai_document/models/value_number.py +14 -0
- oci/ai_document/models/value_phone_number.py +14 -0
- oci/ai_document/models/value_string.py +14 -0
- oci/ai_document/models/value_time.py +14 -0
- 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 +28 -28
- oci/analytics/analytics_client.py +24 -24
- 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/service_client.py +1 -1
- oci/apiaccesscontrol/api_metadata_client.py +3 -3
- oci/apiaccesscontrol/privileged_api_control_client.py +6 -6
- oci/apiaccesscontrol/privileged_api_requests_client.py +7 -7
- oci/apiaccesscontrol/privileged_api_work_request_client.py +5 -5
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +12 -12
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/scheduled_query_client.py +5 -5
- oci/apm_traces/trace_client.py +5 -5
- 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 +88 -88
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/capacity_management/demand_signal_client.py +13 -13
- oci/capacity_management/internal_demand_signal_client.py +12 -12
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- 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 +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +125 -125
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +421 -421
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +15 -15
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +43 -43
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +28 -28
- oci/dbmulticloud/multi_cloud_resource_discovery_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_container_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_mount_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_connector_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_key_client.py +2 -2
- oci/dbmulticloud/oracle_db_azure_vault_association_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_vault_client.py +7 -7
- oci/dbmulticloud/work_request_client.py +5 -5
- 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/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
- oci/distributed_database/distributed_db_service_client.py +19 -19
- oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
- oci/dns/dns_client.py +54 -54
- 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_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 +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- 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/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- 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 +89 -89
- 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 +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +18 -18
- 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/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +8 -8
- 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 +92 -92
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +27 -27
- 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/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 +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- 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 +20 -0
- 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/change_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
- 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_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_autonomous_database_insight_details.py +301 -0
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +34 -3
- 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_vmcluster_details.py +78 -0
- oci/opsi/models/credential_by_iam.py +1 -1
- oci/opsi/models/credential_by_named_credentials.py +91 -0
- oci/opsi/models/credential_by_vault.py +1 -1
- oci/opsi/models/credential_details.py +14 -6
- oci/opsi/models/credentials_by_source.py +1 -1
- 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/em_managed_external_database_configuration_summary.py +1 -1
- 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 +1 -1
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
- oci/opsi/models/enable_autonomous_database_insight_details.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_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_autonomous_database_insight_details.py +272 -0
- oci/opsi/models/enable_macs_managed_cloud_database_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/exadata_configuration_summary.py +7 -3
- oci/opsi/models/exadata_database_machine_configuration_summary.py +69 -3
- oci/opsi/models/exadata_exacc_configuration_summary.py +1 -1
- oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
- oci/opsi/models/exadata_insight.py +7 -3
- oci/opsi/models/exadata_insight_summary.py +7 -3
- oci/opsi/models/exadata_member_collection.py +7 -3
- oci/opsi/models/external_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/external_mysql_database_insight.py +1 -1
- oci/opsi/models/external_mysql_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_autonomous_database_configuration_summary.py +251 -0
- oci/opsi/models/macs_managed_autonomous_database_insight.py +467 -0
- oci/opsi/models/macs_managed_autonomous_database_insight_summary.py +313 -0
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_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/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 +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/synchronize_autonomous_database_to_exadata_details.py +110 -0
- oci/opsi/models/test_macs_managed_autonomous_database_insight_connection_details.py +128 -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_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_autonomous_database_insight_details.py +63 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_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/vm_cluster_summary.py +64 -2
- oci/opsi/models/work_request.py +15 -3
- oci/opsi/operations_insights_client.py +580 -202
- oci/opsi/operations_insights_client_composite_operations.py +125 -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 +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- 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 +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- 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/models/subscription.py +38 -3
- oci/osp_gateway/models/subscription_summary.py +38 -3
- 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 +34 -34
- 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/oci_cache_user_client.py +7 -7
- oci/redis/redis_cluster_client.py +15 -15
- oci/redis/redis_identity_client.py +1 -1
- oci/regions_definitions.py +9 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- 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/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +87 -87
- 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 +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/wlms/weblogic_management_service_client.py +41 -41
- oci/wlms/weblogic_management_service_configuration_client.py +2 -2
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/METADATA +1 -1
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/RECORD +430 -395
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/WHEEL +0 -0
- {oci-2.155.0.dist-info → oci-2.155.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.155.
|
166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.155.
|
286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.155.
|
406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.155.
|
526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.155.
|
638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.155.
|
755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.155.
|
875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/change_external_mysql_database_insight_connection.py.html>`__ to see an example of how to use change_external_mysql_database_insight_connection API.
|
876
876
|
"""
|
877
877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
878
878
|
required_arguments = ['databaseInsightId']
|
@@ -992,7 +992,7 @@ class OperationsInsightsClient(object):
|
|
992
992
|
:rtype: :class:`~oci.response.Response`
|
993
993
|
|
994
994
|
:example:
|
995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
|
996
996
|
"""
|
997
997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
998
998
|
required_arguments = ['hostInsightId']
|
@@ -1068,6 +1068,126 @@ class OperationsInsightsClient(object):
|
|
1068
1068
|
api_reference_link=api_reference_link,
|
1069
1069
|
required_arguments=required_arguments)
|
1070
1070
|
|
1071
|
+
def change_macs_managed_autonomous_database_insight_connection(self, database_insight_id, change_macs_managed_autonomous_database_insight_connection_details, **kwargs):
|
1072
|
+
"""
|
1073
|
+
Change the connection details of a MACS-managed autonomous database insight. When provided, If-Match is checked against ETag values of the resource.
|
1074
|
+
|
1075
|
+
|
1076
|
+
:param str database_insight_id: (required)
|
1077
|
+
Unique database insight identifier
|
1078
|
+
|
1079
|
+
:param oci.opsi.models.ChangeMacsManagedAutonomousDatabaseInsightConnectionDetails change_macs_managed_autonomous_database_insight_connection_details: (required)
|
1080
|
+
The information to be updated.
|
1081
|
+
|
1082
|
+
:param str if_match: (optional)
|
1083
|
+
Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
1084
|
+
parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
1085
|
+
will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
1086
|
+
|
1087
|
+
:param str opc_request_id: (optional)
|
1088
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
1089
|
+
Oracle about a particular request, please provide the request ID.
|
1090
|
+
|
1091
|
+
:param str opc_retry_token: (optional)
|
1092
|
+
A token that uniquely identifies a request that can be retried in case of a timeout or
|
1093
|
+
server error without risk of executing the same action again. Retry tokens expire after 24
|
1094
|
+
hours.
|
1095
|
+
|
1096
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
1097
|
+
operations, such as a resource being deleted or purged from the system.
|
1098
|
+
|
1099
|
+
:param obj retry_strategy: (optional)
|
1100
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
1101
|
+
|
1102
|
+
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.
|
1103
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
1104
|
+
|
1105
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
1106
|
+
|
1107
|
+
:param bool allow_control_chars: (optional)
|
1108
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
1109
|
+
By default, the response will not allow control characters in strings
|
1110
|
+
|
1111
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
1112
|
+
:rtype: :class:`~oci.response.Response`
|
1113
|
+
|
1114
|
+
:example:
|
1115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/change_macs_managed_autonomous_database_insight_connection.py.html>`__ to see an example of how to use change_macs_managed_autonomous_database_insight_connection API.
|
1116
|
+
"""
|
1117
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1118
|
+
required_arguments = ['databaseInsightId']
|
1119
|
+
resource_path = "/databaseInsights/{databaseInsightId}/actions/changeMacsManagedAutonomousDatabaseInsightConnectionDetails"
|
1120
|
+
method = "POST"
|
1121
|
+
operation_name = "change_macs_managed_autonomous_database_insight_connection"
|
1122
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ChangeMacsManagedAutonomousDatabaseInsightConnection"
|
1123
|
+
|
1124
|
+
# Don't accept unknown kwargs
|
1125
|
+
expected_kwargs = [
|
1126
|
+
"allow_control_chars",
|
1127
|
+
"retry_strategy",
|
1128
|
+
"if_match",
|
1129
|
+
"opc_request_id",
|
1130
|
+
"opc_retry_token"
|
1131
|
+
]
|
1132
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
1133
|
+
if extra_kwargs:
|
1134
|
+
raise ValueError(
|
1135
|
+
f"change_macs_managed_autonomous_database_insight_connection got unknown kwargs: {extra_kwargs!r}")
|
1136
|
+
|
1137
|
+
path_params = {
|
1138
|
+
"databaseInsightId": database_insight_id
|
1139
|
+
}
|
1140
|
+
|
1141
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
1142
|
+
|
1143
|
+
for (k, v) in six.iteritems(path_params):
|
1144
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
1145
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
1146
|
+
|
1147
|
+
header_params = {
|
1148
|
+
"accept": "application/json",
|
1149
|
+
"content-type": "application/json",
|
1150
|
+
"if-match": kwargs.get("if_match", missing),
|
1151
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
1152
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
1153
|
+
}
|
1154
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
1155
|
+
|
1156
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
1157
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
1158
|
+
client_retry_strategy=self.retry_strategy
|
1159
|
+
)
|
1160
|
+
if retry_strategy is None:
|
1161
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
1162
|
+
|
1163
|
+
if retry_strategy:
|
1164
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
1165
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
1166
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
1167
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
1168
|
+
return retry_strategy.make_retrying_call(
|
1169
|
+
self.base_client.call_api,
|
1170
|
+
resource_path=resource_path,
|
1171
|
+
method=method,
|
1172
|
+
path_params=path_params,
|
1173
|
+
header_params=header_params,
|
1174
|
+
body=change_macs_managed_autonomous_database_insight_connection_details,
|
1175
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
1176
|
+
operation_name=operation_name,
|
1177
|
+
api_reference_link=api_reference_link,
|
1178
|
+
required_arguments=required_arguments)
|
1179
|
+
else:
|
1180
|
+
return self.base_client.call_api(
|
1181
|
+
resource_path=resource_path,
|
1182
|
+
method=method,
|
1183
|
+
path_params=path_params,
|
1184
|
+
header_params=header_params,
|
1185
|
+
body=change_macs_managed_autonomous_database_insight_connection_details,
|
1186
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
1187
|
+
operation_name=operation_name,
|
1188
|
+
api_reference_link=api_reference_link,
|
1189
|
+
required_arguments=required_arguments)
|
1190
|
+
|
1071
1191
|
def change_macs_managed_cloud_database_insight_connection(self, database_insight_id, change_macs_managed_cloud_database_insight_connection_details, **kwargs):
|
1072
1192
|
"""
|
1073
1193
|
Change the connection details of a Cloud MACS-managed database insight. When provided, If-Match is checked against ETag values of the resource.
|
@@ -1112,7 +1232,7 @@ class OperationsInsightsClient(object):
|
|
1112
1232
|
:rtype: :class:`~oci.response.Response`
|
1113
1233
|
|
1114
1234
|
:example:
|
1115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
1116
1236
|
"""
|
1117
1237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1118
1238
|
required_arguments = ['databaseInsightId']
|
@@ -1232,7 +1352,7 @@ class OperationsInsightsClient(object):
|
|
1232
1352
|
:rtype: :class:`~oci.response.Response`
|
1233
1353
|
|
1234
1354
|
:example:
|
1235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
|
1236
1356
|
"""
|
1237
1357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1238
1358
|
required_arguments = ['newsReportId']
|
@@ -1354,7 +1474,7 @@ class OperationsInsightsClient(object):
|
|
1354
1474
|
:rtype: :class:`~oci.response.Response`
|
1355
1475
|
|
1356
1476
|
:example:
|
1357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
1358
1478
|
"""
|
1359
1479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1360
1480
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -1474,7 +1594,7 @@ class OperationsInsightsClient(object):
|
|
1474
1594
|
:rtype: :class:`~oci.response.Response`
|
1475
1595
|
|
1476
1596
|
:example:
|
1477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
|
1478
1598
|
"""
|
1479
1599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1480
1600
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -1596,7 +1716,7 @@ class OperationsInsightsClient(object):
|
|
1596
1716
|
:rtype: :class:`~oci.response.Response`
|
1597
1717
|
|
1598
1718
|
:example:
|
1599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
|
1600
1720
|
"""
|
1601
1721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1602
1722
|
required_arguments = ['opsiConfigurationId']
|
@@ -1716,7 +1836,7 @@ class OperationsInsightsClient(object):
|
|
1716
1836
|
:rtype: :class:`~oci.response.Response`
|
1717
1837
|
|
1718
1838
|
:example:
|
1719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
|
1720
1840
|
"""
|
1721
1841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1722
1842
|
required_arguments = ['databaseInsightId']
|
@@ -1829,7 +1949,7 @@ class OperationsInsightsClient(object):
|
|
1829
1949
|
:rtype: :class:`~oci.response.Response`
|
1830
1950
|
|
1831
1951
|
:example:
|
1832
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
|
1833
1953
|
"""
|
1834
1954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1835
1955
|
required_arguments = []
|
@@ -1929,7 +2049,7 @@ class OperationsInsightsClient(object):
|
|
1929
2049
|
:rtype: :class:`~oci.response.Response`
|
1930
2050
|
|
1931
2051
|
:example:
|
1932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
|
1933
2053
|
"""
|
1934
2054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1935
2055
|
required_arguments = []
|
@@ -2029,7 +2149,7 @@ class OperationsInsightsClient(object):
|
|
2029
2149
|
:rtype: :class:`~oci.response.Response`
|
2030
2150
|
|
2031
2151
|
:example:
|
2032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
|
2033
2153
|
"""
|
2034
2154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2035
2155
|
required_arguments = []
|
@@ -2129,7 +2249,7 @@ class OperationsInsightsClient(object):
|
|
2129
2249
|
:rtype: :class:`~oci.response.Response`
|
2130
2250
|
|
2131
2251
|
:example:
|
2132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
|
2133
2253
|
"""
|
2134
2254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2135
2255
|
required_arguments = []
|
@@ -2229,7 +2349,7 @@ class OperationsInsightsClient(object):
|
|
2229
2349
|
:rtype: :class:`~oci.response.Response`
|
2230
2350
|
|
2231
2351
|
:example:
|
2232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
|
2233
2353
|
"""
|
2234
2354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2235
2355
|
required_arguments = []
|
@@ -2329,7 +2449,7 @@ class OperationsInsightsClient(object):
|
|
2329
2449
|
:rtype: :class:`~oci.response.Response`
|
2330
2450
|
|
2331
2451
|
:example:
|
2332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
|
2333
2453
|
"""
|
2334
2454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2335
2455
|
required_arguments = []
|
@@ -2429,7 +2549,7 @@ class OperationsInsightsClient(object):
|
|
2429
2549
|
:rtype: :class:`~oci.response.Response`
|
2430
2550
|
|
2431
2551
|
:example:
|
2432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
|
2433
2553
|
"""
|
2434
2554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2435
2555
|
required_arguments = []
|
@@ -2530,7 +2650,7 @@ class OperationsInsightsClient(object):
|
|
2530
2650
|
:rtype: :class:`~oci.response.Response`
|
2531
2651
|
|
2532
2652
|
:example:
|
2533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
|
2534
2654
|
"""
|
2535
2655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2536
2656
|
required_arguments = []
|
@@ -2632,7 +2752,7 @@ class OperationsInsightsClient(object):
|
|
2632
2752
|
:rtype: :class:`~oci.response.Response`
|
2633
2753
|
|
2634
2754
|
:example:
|
2635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
|
2636
2756
|
"""
|
2637
2757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2638
2758
|
required_arguments = []
|
@@ -2733,7 +2853,7 @@ class OperationsInsightsClient(object):
|
|
2733
2853
|
:rtype: :class:`~oci.response.Response`
|
2734
2854
|
|
2735
2855
|
:example:
|
2736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2856
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
|
2737
2857
|
"""
|
2738
2858
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2739
2859
|
required_arguments = []
|
@@ -2852,7 +2972,7 @@ class OperationsInsightsClient(object):
|
|
2852
2972
|
:rtype: :class:`~oci.response.Response`
|
2853
2973
|
|
2854
2974
|
:example:
|
2855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
|
2856
2976
|
"""
|
2857
2977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2858
2978
|
required_arguments = []
|
@@ -2987,7 +3107,7 @@ class OperationsInsightsClient(object):
|
|
2987
3107
|
:rtype: :class:`~oci.response.Response`
|
2988
3108
|
|
2989
3109
|
:example:
|
2990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
|
2991
3111
|
"""
|
2992
3112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2993
3113
|
required_arguments = ['awrHubId']
|
@@ -3094,7 +3214,7 @@ class OperationsInsightsClient(object):
|
|
3094
3214
|
:rtype: :class:`~oci.response.Response`
|
3095
3215
|
|
3096
3216
|
:example:
|
3097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
|
3098
3218
|
"""
|
3099
3219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3100
3220
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -3199,7 +3319,7 @@ class OperationsInsightsClient(object):
|
|
3199
3319
|
:rtype: :class:`~oci.response.Response`
|
3200
3320
|
|
3201
3321
|
:example:
|
3202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
|
3203
3323
|
"""
|
3204
3324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3205
3325
|
required_arguments = ['awrHubSourceId']
|
@@ -3303,7 +3423,7 @@ class OperationsInsightsClient(object):
|
|
3303
3423
|
:rtype: :class:`~oci.response.Response`
|
3304
3424
|
|
3305
3425
|
:example:
|
3306
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
|
3307
3427
|
"""
|
3308
3428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3309
3429
|
required_arguments = ['databaseInsightId']
|
@@ -3407,7 +3527,7 @@ class OperationsInsightsClient(object):
|
|
3407
3527
|
:rtype: :class:`~oci.response.Response`
|
3408
3528
|
|
3409
3529
|
:example:
|
3410
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
|
3411
3531
|
"""
|
3412
3532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3413
3533
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -3511,7 +3631,7 @@ class OperationsInsightsClient(object):
|
|
3511
3631
|
:rtype: :class:`~oci.response.Response`
|
3512
3632
|
|
3513
3633
|
:example:
|
3514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
|
3515
3635
|
"""
|
3516
3636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3517
3637
|
required_arguments = ['exadataInsightId']
|
@@ -3615,7 +3735,7 @@ class OperationsInsightsClient(object):
|
|
3615
3735
|
:rtype: :class:`~oci.response.Response`
|
3616
3736
|
|
3617
3737
|
:example:
|
3618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
|
3619
3739
|
"""
|
3620
3740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3621
3741
|
required_arguments = ['hostInsightId']
|
@@ -3719,7 +3839,7 @@ class OperationsInsightsClient(object):
|
|
3719
3839
|
:rtype: :class:`~oci.response.Response`
|
3720
3840
|
|
3721
3841
|
:example:
|
3722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3842
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
|
3723
3843
|
"""
|
3724
3844
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3725
3845
|
required_arguments = ['newsReportId']
|
@@ -3825,7 +3945,7 @@ class OperationsInsightsClient(object):
|
|
3825
3945
|
:rtype: :class:`~oci.response.Response`
|
3826
3946
|
|
3827
3947
|
:example:
|
3828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3948
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
|
3829
3949
|
"""
|
3830
3950
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3831
3951
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -3932,7 +4052,7 @@ class OperationsInsightsClient(object):
|
|
3932
4052
|
:rtype: :class:`~oci.response.Response`
|
3933
4053
|
|
3934
4054
|
:example:
|
3935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
|
3936
4056
|
"""
|
3937
4057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3938
4058
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -4036,7 +4156,7 @@ class OperationsInsightsClient(object):
|
|
4036
4156
|
:rtype: :class:`~oci.response.Response`
|
4037
4157
|
|
4038
4158
|
:example:
|
4039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4159
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
|
4040
4160
|
"""
|
4041
4161
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4042
4162
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -4142,7 +4262,7 @@ class OperationsInsightsClient(object):
|
|
4142
4262
|
:rtype: :class:`~oci.response.Response`
|
4143
4263
|
|
4144
4264
|
:example:
|
4145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
|
4146
4266
|
"""
|
4147
4267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4148
4268
|
required_arguments = ['opsiConfigurationId']
|
@@ -4254,7 +4374,7 @@ class OperationsInsightsClient(object):
|
|
4254
4374
|
:rtype: :class:`~oci.response.Response`
|
4255
4375
|
|
4256
4376
|
:example:
|
4257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4377
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
4258
4378
|
"""
|
4259
4379
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4260
4380
|
required_arguments = ['databaseInsightId']
|
@@ -4369,7 +4489,7 @@ class OperationsInsightsClient(object):
|
|
4369
4489
|
:rtype: :class:`~oci.response.Response`
|
4370
4490
|
|
4371
4491
|
:example:
|
4372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4492
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
|
4373
4493
|
"""
|
4374
4494
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4375
4495
|
required_arguments = ['awrHubSourceId']
|
@@ -4484,7 +4604,7 @@ class OperationsInsightsClient(object):
|
|
4484
4604
|
:rtype: :class:`~oci.response.Response`
|
4485
4605
|
|
4486
4606
|
:example:
|
4487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
|
4488
4608
|
"""
|
4489
4609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4490
4610
|
required_arguments = ['databaseInsightId']
|
@@ -4599,7 +4719,7 @@ class OperationsInsightsClient(object):
|
|
4599
4719
|
:rtype: :class:`~oci.response.Response`
|
4600
4720
|
|
4601
4721
|
:example:
|
4602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
|
4603
4723
|
"""
|
4604
4724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4605
4725
|
required_arguments = ['exadataInsightId']
|
@@ -4714,7 +4834,7 @@ class OperationsInsightsClient(object):
|
|
4714
4834
|
:rtype: :class:`~oci.response.Response`
|
4715
4835
|
|
4716
4836
|
:example:
|
4717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
|
4718
4838
|
"""
|
4719
4839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4720
4840
|
required_arguments = ['hostInsightId']
|
@@ -4827,7 +4947,7 @@ class OperationsInsightsClient(object):
|
|
4827
4947
|
:rtype: :class:`~oci.response.Response`
|
4828
4948
|
|
4829
4949
|
:example:
|
4830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
|
4831
4951
|
"""
|
4832
4952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4833
4953
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -4947,7 +5067,7 @@ class OperationsInsightsClient(object):
|
|
4947
5067
|
:rtype: :class:`~oci.response.Response`
|
4948
5068
|
|
4949
5069
|
:example:
|
4950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
4951
5071
|
"""
|
4952
5072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4953
5073
|
required_arguments = ['databaseInsightId']
|
@@ -5064,7 +5184,7 @@ class OperationsInsightsClient(object):
|
|
5064
5184
|
:rtype: :class:`~oci.response.Response`
|
5065
5185
|
|
5066
5186
|
:example:
|
5067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
|
5068
5188
|
"""
|
5069
5189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5070
5190
|
required_arguments = ['awrHubSourceId']
|
@@ -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.155.
|
5305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_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 = ['databaseInsightId']
|
@@ -5302,7 +5422,7 @@ class OperationsInsightsClient(object):
|
|
5302
5422
|
:rtype: :class:`~oci.response.Response`
|
5303
5423
|
|
5304
5424
|
:example:
|
5305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
|
5306
5426
|
"""
|
5307
5427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5308
5428
|
required_arguments = ['exadataInsightId']
|
@@ -5422,7 +5542,7 @@ class OperationsInsightsClient(object):
|
|
5422
5542
|
:rtype: :class:`~oci.response.Response`
|
5423
5543
|
|
5424
5544
|
:example:
|
5425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
|
5426
5546
|
"""
|
5427
5547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5428
5548
|
required_arguments = ['hostInsightId']
|
@@ -5558,7 +5678,7 @@ class OperationsInsightsClient(object):
|
|
5558
5678
|
:rtype: :class:`~oci.response.Response`
|
5559
5679
|
|
5560
5680
|
:example:
|
5561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
|
5562
5682
|
"""
|
5563
5683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5564
5684
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -5722,7 +5842,7 @@ class OperationsInsightsClient(object):
|
|
5722
5842
|
:rtype: :class:`~oci.response.Response`
|
5723
5843
|
|
5724
5844
|
:example:
|
5725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
|
5726
5846
|
"""
|
5727
5847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5728
5848
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
|
@@ -5848,7 +5968,7 @@ class OperationsInsightsClient(object):
|
|
5848
5968
|
:rtype: :class:`~oci.response.Response`
|
5849
5969
|
|
5850
5970
|
:example:
|
5851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
|
5852
5972
|
"""
|
5853
5973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5854
5974
|
required_arguments = ['awrHubId']
|
@@ -5950,7 +6070,7 @@ class OperationsInsightsClient(object):
|
|
5950
6070
|
:rtype: :class:`~oci.response.Response`
|
5951
6071
|
|
5952
6072
|
:example:
|
5953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
|
5954
6074
|
"""
|
5955
6075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5956
6076
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -6050,7 +6170,7 @@ class OperationsInsightsClient(object):
|
|
6050
6170
|
:rtype: :class:`~oci.response.Response`
|
6051
6171
|
|
6052
6172
|
:example:
|
6053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
|
6054
6174
|
"""
|
6055
6175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6056
6176
|
required_arguments = ['awrHubSourceId']
|
@@ -6173,7 +6293,7 @@ class OperationsInsightsClient(object):
|
|
6173
6293
|
:rtype: :class:`~oci.response.Response`
|
6174
6294
|
|
6175
6295
|
:example:
|
6176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
|
6177
6297
|
"""
|
6178
6298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6179
6299
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -6298,7 +6418,7 @@ class OperationsInsightsClient(object):
|
|
6298
6418
|
:rtype: :class:`~oci.response.Response`
|
6299
6419
|
|
6300
6420
|
:example:
|
6301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
|
6302
6422
|
"""
|
6303
6423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6304
6424
|
required_arguments = ['databaseInsightId']
|
@@ -6397,7 +6517,7 @@ class OperationsInsightsClient(object):
|
|
6397
6517
|
:rtype: :class:`~oci.response.Response`
|
6398
6518
|
|
6399
6519
|
:example:
|
6400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
|
6401
6521
|
"""
|
6402
6522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6403
6523
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -6496,7 +6616,7 @@ class OperationsInsightsClient(object):
|
|
6496
6616
|
:rtype: :class:`~oci.response.Response`
|
6497
6617
|
|
6498
6618
|
:example:
|
6499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
|
6500
6620
|
"""
|
6501
6621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6502
6622
|
required_arguments = ['exadataInsightId']
|
@@ -6595,7 +6715,7 @@ class OperationsInsightsClient(object):
|
|
6595
6715
|
:rtype: :class:`~oci.response.Response`
|
6596
6716
|
|
6597
6717
|
:example:
|
6598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
|
6599
6719
|
"""
|
6600
6720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6601
6721
|
required_arguments = ['hostInsightId']
|
@@ -6694,7 +6814,7 @@ class OperationsInsightsClient(object):
|
|
6694
6814
|
:rtype: :class:`~oci.response.Response`
|
6695
6815
|
|
6696
6816
|
:example:
|
6697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
|
6698
6818
|
"""
|
6699
6819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6700
6820
|
required_arguments = ['newsReportId']
|
@@ -6795,7 +6915,7 @@ class OperationsInsightsClient(object):
|
|
6795
6915
|
:rtype: :class:`~oci.response.Response`
|
6796
6916
|
|
6797
6917
|
:example:
|
6798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
|
6799
6919
|
"""
|
6800
6920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6801
6921
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -6895,7 +7015,7 @@ class OperationsInsightsClient(object):
|
|
6895
7015
|
:rtype: :class:`~oci.response.Response`
|
6896
7016
|
|
6897
7017
|
:example:
|
6898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
|
6899
7019
|
"""
|
6900
7020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6901
7021
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -6994,7 +7114,7 @@ class OperationsInsightsClient(object):
|
|
6994
7114
|
:rtype: :class:`~oci.response.Response`
|
6995
7115
|
|
6996
7116
|
:example:
|
6997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
|
6998
7118
|
"""
|
6999
7119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7000
7120
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -7116,7 +7236,7 @@ class OperationsInsightsClient(object):
|
|
7116
7236
|
:rtype: :class:`~oci.response.Response`
|
7117
7237
|
|
7118
7238
|
:example:
|
7119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
|
7120
7240
|
"""
|
7121
7241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7122
7242
|
required_arguments = ['opsiConfigurationId']
|
@@ -7258,7 +7378,7 @@ class OperationsInsightsClient(object):
|
|
7258
7378
|
:rtype: :class:`~oci.response.Response`
|
7259
7379
|
|
7260
7380
|
:example:
|
7261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
|
7262
7382
|
"""
|
7263
7383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7264
7384
|
required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
|
@@ -7364,7 +7484,7 @@ class OperationsInsightsClient(object):
|
|
7364
7484
|
:rtype: :class:`~oci.response.Response`
|
7365
7485
|
|
7366
7486
|
:example:
|
7367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
7368
7488
|
"""
|
7369
7489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7370
7490
|
required_arguments = ['workRequestId']
|
@@ -7466,7 +7586,7 @@ class OperationsInsightsClient(object):
|
|
7466
7586
|
:rtype: :class:`~oci.response.Response`
|
7467
7587
|
|
7468
7588
|
:example:
|
7469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
|
7470
7590
|
"""
|
7471
7591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7472
7592
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -7588,7 +7708,7 @@ class OperationsInsightsClient(object):
|
|
7588
7708
|
:rtype: :class:`~oci.response.Response`
|
7589
7709
|
|
7590
7710
|
:example:
|
7591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
|
7592
7712
|
"""
|
7593
7713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7594
7714
|
required_arguments = []
|
@@ -7715,7 +7835,7 @@ class OperationsInsightsClient(object):
|
|
7715
7835
|
:rtype: :class:`~oci.response.Response`
|
7716
7836
|
|
7717
7837
|
:example:
|
7718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
|
7719
7839
|
"""
|
7720
7840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7721
7841
|
required_arguments = []
|
@@ -7837,7 +7957,7 @@ class OperationsInsightsClient(object):
|
|
7837
7957
|
:rtype: :class:`~oci.response.Response`
|
7838
7958
|
|
7839
7959
|
:example:
|
7840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
|
7841
7961
|
"""
|
7842
7962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7843
7963
|
required_arguments = ['id']
|
@@ -7956,7 +8076,7 @@ class OperationsInsightsClient(object):
|
|
7956
8076
|
:rtype: :class:`~oci.response.Response`
|
7957
8077
|
|
7958
8078
|
:example:
|
7959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
|
7960
8080
|
"""
|
7961
8081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7962
8082
|
required_arguments = ['id']
|
@@ -8081,7 +8201,7 @@ class OperationsInsightsClient(object):
|
|
8081
8201
|
:rtype: :class:`~oci.response.Response`
|
8082
8202
|
|
8083
8203
|
:example:
|
8084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/ingest_my_sql_sql_stats.py.html>`__ to see an example of how to use ingest_my_sql_sql_stats API.
|
8085
8205
|
"""
|
8086
8206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8087
8207
|
required_arguments = []
|
@@ -8215,7 +8335,7 @@ class OperationsInsightsClient(object):
|
|
8215
8335
|
:rtype: :class:`~oci.response.Response`
|
8216
8336
|
|
8217
8337
|
:example:
|
8218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/ingest_my_sql_sql_text.py.html>`__ to see an example of how to use ingest_my_sql_sql_text API.
|
8219
8339
|
"""
|
8220
8340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8221
8341
|
required_arguments = []
|
@@ -8350,7 +8470,7 @@ class OperationsInsightsClient(object):
|
|
8350
8470
|
:rtype: :class:`~oci.response.Response`
|
8351
8471
|
|
8352
8472
|
:example:
|
8353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
|
8354
8474
|
"""
|
8355
8475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8356
8476
|
required_arguments = []
|
@@ -8485,7 +8605,7 @@ class OperationsInsightsClient(object):
|
|
8485
8605
|
:rtype: :class:`~oci.response.Response`
|
8486
8606
|
|
8487
8607
|
:example:
|
8488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
|
8489
8609
|
"""
|
8490
8610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8491
8611
|
required_arguments = []
|
@@ -8615,7 +8735,7 @@ class OperationsInsightsClient(object):
|
|
8615
8735
|
:rtype: :class:`~oci.response.Response`
|
8616
8736
|
|
8617
8737
|
:example:
|
8618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
|
8619
8739
|
"""
|
8620
8740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8621
8741
|
required_arguments = []
|
@@ -8749,7 +8869,7 @@ class OperationsInsightsClient(object):
|
|
8749
8869
|
:rtype: :class:`~oci.response.Response`
|
8750
8870
|
|
8751
8871
|
:example:
|
8752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
|
8753
8873
|
"""
|
8754
8874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8755
8875
|
required_arguments = []
|
@@ -8921,7 +9041,7 @@ class OperationsInsightsClient(object):
|
|
8921
9041
|
:rtype: :class:`~oci.response.Response`
|
8922
9042
|
|
8923
9043
|
:example:
|
8924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
|
8925
9045
|
"""
|
8926
9046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8927
9047
|
required_arguments = ['compartmentId']
|
@@ -9136,7 +9256,7 @@ class OperationsInsightsClient(object):
|
|
9136
9256
|
:rtype: :class:`~oci.response.Response`
|
9137
9257
|
|
9138
9258
|
:example:
|
9139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
9140
9260
|
"""
|
9141
9261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9142
9262
|
required_arguments = ['compartmentId']
|
@@ -9340,7 +9460,7 @@ class OperationsInsightsClient(object):
|
|
9340
9460
|
:rtype: :class:`~oci.response.Response`
|
9341
9461
|
|
9342
9462
|
:example:
|
9343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
|
9344
9464
|
"""
|
9345
9465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9346
9466
|
required_arguments = ['compartmentId']
|
@@ -9536,7 +9656,7 @@ class OperationsInsightsClient(object):
|
|
9536
9656
|
:rtype: :class:`~oci.response.Response`
|
9537
9657
|
|
9538
9658
|
:example:
|
9539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
|
9540
9660
|
"""
|
9541
9661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9542
9662
|
required_arguments = ['compartmentId']
|
@@ -9767,7 +9887,7 @@ class OperationsInsightsClient(object):
|
|
9767
9887
|
:rtype: :class:`~oci.response.Response`
|
9768
9888
|
|
9769
9889
|
:example:
|
9770
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
9771
9891
|
"""
|
9772
9892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9773
9893
|
required_arguments = ['compartmentId']
|
@@ -9992,7 +10112,7 @@ class OperationsInsightsClient(object):
|
|
9992
10112
|
:rtype: :class:`~oci.response.Response`
|
9993
10113
|
|
9994
10114
|
:example:
|
9995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
|
9996
10116
|
"""
|
9997
10117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9998
10118
|
required_arguments = ['compartmentId']
|
@@ -10174,7 +10294,7 @@ class OperationsInsightsClient(object):
|
|
10174
10294
|
:rtype: :class:`~oci.response.Response`
|
10175
10295
|
|
10176
10296
|
:example:
|
10177
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
|
10178
10298
|
"""
|
10179
10299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10180
10300
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -10347,7 +10467,7 @@ class OperationsInsightsClient(object):
|
|
10347
10467
|
:rtype: :class:`~oci.response.Response`
|
10348
10468
|
|
10349
10469
|
:example:
|
10350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
|
10351
10471
|
"""
|
10352
10472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10353
10473
|
required_arguments = ['awrHubId']
|
@@ -10523,7 +10643,7 @@ class OperationsInsightsClient(object):
|
|
10523
10643
|
:rtype: :class:`~oci.response.Response`
|
10524
10644
|
|
10525
10645
|
:example:
|
10526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
|
10527
10647
|
"""
|
10528
10648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10529
10649
|
required_arguments = ['awrHubSourceId']
|
@@ -10704,7 +10824,7 @@ class OperationsInsightsClient(object):
|
|
10704
10824
|
:rtype: :class:`~oci.response.Response`
|
10705
10825
|
|
10706
10826
|
:example:
|
10707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
|
10708
10828
|
"""
|
10709
10829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10710
10830
|
required_arguments = ['awrHubId']
|
@@ -10898,7 +11018,7 @@ class OperationsInsightsClient(object):
|
|
10898
11018
|
:rtype: :class:`~oci.response.Response`
|
10899
11019
|
|
10900
11020
|
:example:
|
10901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
|
10902
11022
|
"""
|
10903
11023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10904
11024
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -11066,7 +11186,7 @@ class OperationsInsightsClient(object):
|
|
11066
11186
|
:rtype: :class:`~oci.response.Response`
|
11067
11187
|
|
11068
11188
|
:example:
|
11069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
|
11070
11190
|
"""
|
11071
11191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11072
11192
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -11206,7 +11326,7 @@ class OperationsInsightsClient(object):
|
|
11206
11326
|
Filter by one or more database type.
|
11207
11327
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
11208
11328
|
|
11209
|
-
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", "EXTERNAL-MYSQL"
|
11329
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"
|
11210
11330
|
|
11211
11331
|
:param int limit: (optional)
|
11212
11332
|
For list pagination. The maximum number of results per page, or items to
|
@@ -11288,7 +11408,7 @@ class OperationsInsightsClient(object):
|
|
11288
11408
|
:rtype: :class:`~oci.response.Response`
|
11289
11409
|
|
11290
11410
|
:example:
|
11291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
|
11292
11412
|
"""
|
11293
11413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11294
11414
|
required_arguments = []
|
@@ -11327,7 +11447,7 @@ class OperationsInsightsClient(object):
|
|
11327
11447
|
f"list_database_configurations got unknown kwargs: {extra_kwargs!r}")
|
11328
11448
|
|
11329
11449
|
if 'database_type' in kwargs:
|
11330
|
-
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", "EXTERNAL-MYSQL"]
|
11450
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"]
|
11331
11451
|
for database_type_item in kwargs['database_type']:
|
11332
11452
|
if database_type_item not in database_type_allowed_values:
|
11333
11453
|
raise ValueError(
|
@@ -11444,7 +11564,7 @@ class OperationsInsightsClient(object):
|
|
11444
11564
|
Filter by one or more database type.
|
11445
11565
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
11446
11566
|
|
11447
|
-
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", "EXTERNAL-MYSQL"
|
11567
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"
|
11448
11568
|
|
11449
11569
|
:param list[str] database_id: (optional)
|
11450
11570
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -11513,7 +11633,7 @@ class OperationsInsightsClient(object):
|
|
11513
11633
|
:rtype: :class:`~oci.response.Response`
|
11514
11634
|
|
11515
11635
|
:example:
|
11516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
|
11517
11637
|
"""
|
11518
11638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11519
11639
|
required_arguments = []
|
@@ -11565,7 +11685,7 @@ class OperationsInsightsClient(object):
|
|
11565
11685
|
)
|
11566
11686
|
|
11567
11687
|
if 'database_type' in kwargs:
|
11568
|
-
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", "EXTERNAL-MYSQL"]
|
11688
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"]
|
11569
11689
|
for database_type_item in kwargs['database_type']:
|
11570
11690
|
if database_type_item not in database_type_allowed_values:
|
11571
11691
|
raise ValueError(
|
@@ -11725,7 +11845,7 @@ class OperationsInsightsClient(object):
|
|
11725
11845
|
:rtype: :class:`~oci.response.Response`
|
11726
11846
|
|
11727
11847
|
:example:
|
11728
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
|
11729
11849
|
"""
|
11730
11850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11731
11851
|
required_arguments = []
|
@@ -11923,7 +12043,7 @@ class OperationsInsightsClient(object):
|
|
11923
12043
|
:rtype: :class:`~oci.response.Response`
|
11924
12044
|
|
11925
12045
|
:example:
|
11926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
|
11927
12047
|
"""
|
11928
12048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11929
12049
|
required_arguments = []
|
@@ -12108,7 +12228,7 @@ class OperationsInsightsClient(object):
|
|
12108
12228
|
:rtype: :class:`~oci.response.Response`
|
12109
12229
|
|
12110
12230
|
:example:
|
12111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
|
12112
12232
|
"""
|
12113
12233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12114
12234
|
required_arguments = []
|
@@ -12348,7 +12468,7 @@ class OperationsInsightsClient(object):
|
|
12348
12468
|
:rtype: :class:`~oci.response.Response`
|
12349
12469
|
|
12350
12470
|
:example:
|
12351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
|
12352
12472
|
"""
|
12353
12473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12354
12474
|
required_arguments = []
|
@@ -12574,7 +12694,7 @@ class OperationsInsightsClient(object):
|
|
12574
12694
|
:rtype: :class:`~oci.response.Response`
|
12575
12695
|
|
12576
12696
|
:example:
|
12577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
|
12578
12698
|
"""
|
12579
12699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12580
12700
|
required_arguments = []
|
@@ -12810,7 +12930,7 @@ class OperationsInsightsClient(object):
|
|
12810
12930
|
:rtype: :class:`~oci.response.Response`
|
12811
12931
|
|
12812
12932
|
:example:
|
12813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
|
12814
12934
|
"""
|
12815
12935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12816
12936
|
required_arguments = ['compartmentId', 'id']
|
@@ -12991,7 +13111,7 @@ class OperationsInsightsClient(object):
|
|
12991
13111
|
:rtype: :class:`~oci.response.Response`
|
12992
13112
|
|
12993
13113
|
:example:
|
12994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
|
12995
13115
|
"""
|
12996
13116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12997
13117
|
required_arguments = ['compartmentId']
|
@@ -13141,7 +13261,7 @@ class OperationsInsightsClient(object):
|
|
13141
13261
|
:rtype: :class:`~oci.response.Response`
|
13142
13262
|
|
13143
13263
|
:example:
|
13144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13264
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
|
13145
13265
|
"""
|
13146
13266
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13147
13267
|
required_arguments = ['compartmentId']
|
@@ -13282,7 +13402,7 @@ class OperationsInsightsClient(object):
|
|
13282
13402
|
:rtype: :class:`~oci.response.Response`
|
13283
13403
|
|
13284
13404
|
:example:
|
13285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
|
13286
13406
|
"""
|
13287
13407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13288
13408
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -13441,14 +13561,14 @@ class OperationsInsightsClient(object):
|
|
13441
13561
|
:rtype: :class:`~oci.response.Response`
|
13442
13562
|
|
13443
13563
|
:example:
|
13444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
|
13445
13565
|
"""
|
13446
13566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13447
13567
|
required_arguments = []
|
13448
13568
|
resource_path = "/newsReports"
|
13449
13569
|
method = "GET"
|
13450
13570
|
operation_name = "list_news_reports"
|
13451
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
13571
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/NewsReports/ListNewsReports"
|
13452
13572
|
|
13453
13573
|
# Don't accept unknown kwargs
|
13454
13574
|
expected_kwargs = [
|
@@ -13632,7 +13752,7 @@ class OperationsInsightsClient(object):
|
|
13632
13752
|
:rtype: :class:`~oci.response.Response`
|
13633
13753
|
|
13634
13754
|
:example:
|
13635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
|
13636
13756
|
"""
|
13637
13757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13638
13758
|
required_arguments = []
|
@@ -13811,7 +13931,7 @@ class OperationsInsightsClient(object):
|
|
13811
13931
|
:rtype: :class:`~oci.response.Response`
|
13812
13932
|
|
13813
13933
|
:example:
|
13814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
|
13815
13935
|
"""
|
13816
13936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13817
13937
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -13983,7 +14103,7 @@ class OperationsInsightsClient(object):
|
|
13983
14103
|
:rtype: :class:`~oci.response.Response`
|
13984
14104
|
|
13985
14105
|
:example:
|
13986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
|
13987
14107
|
"""
|
13988
14108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13989
14109
|
required_arguments = []
|
@@ -14155,7 +14275,7 @@ class OperationsInsightsClient(object):
|
|
14155
14275
|
:rtype: :class:`~oci.response.Response`
|
14156
14276
|
|
14157
14277
|
:example:
|
14158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
|
14159
14279
|
"""
|
14160
14280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14161
14281
|
required_arguments = ['compartmentId']
|
@@ -14335,7 +14455,7 @@ class OperationsInsightsClient(object):
|
|
14335
14455
|
:rtype: :class:`~oci.response.Response`
|
14336
14456
|
|
14337
14457
|
:example:
|
14338
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
|
14339
14459
|
"""
|
14340
14460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14341
14461
|
required_arguments = ['compartmentId']
|
@@ -14495,7 +14615,7 @@ class OperationsInsightsClient(object):
|
|
14495
14615
|
:rtype: :class:`~oci.response.Response`
|
14496
14616
|
|
14497
14617
|
:example:
|
14498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
|
14499
14619
|
"""
|
14500
14620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14501
14621
|
required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
|
@@ -14658,7 +14778,7 @@ class OperationsInsightsClient(object):
|
|
14658
14778
|
:rtype: :class:`~oci.response.Response`
|
14659
14779
|
|
14660
14780
|
:example:
|
14661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
|
14662
14782
|
"""
|
14663
14783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14664
14784
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14822,7 +14942,7 @@ class OperationsInsightsClient(object):
|
|
14822
14942
|
:rtype: :class:`~oci.response.Response`
|
14823
14943
|
|
14824
14944
|
:example:
|
14825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
|
14826
14946
|
"""
|
14827
14947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14828
14948
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14982,7 +15102,7 @@ class OperationsInsightsClient(object):
|
|
14982
15102
|
:rtype: :class:`~oci.response.Response`
|
14983
15103
|
|
14984
15104
|
:example:
|
14985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
|
14986
15106
|
"""
|
14987
15107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14988
15108
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -15160,7 +15280,7 @@ class OperationsInsightsClient(object):
|
|
15160
15280
|
:rtype: :class:`~oci.response.Response`
|
15161
15281
|
|
15162
15282
|
:example:
|
15163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
15164
15284
|
"""
|
15165
15285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15166
15286
|
required_arguments = ['workRequestId']
|
@@ -15313,7 +15433,7 @@ class OperationsInsightsClient(object):
|
|
15313
15433
|
:rtype: :class:`~oci.response.Response`
|
15314
15434
|
|
15315
15435
|
:example:
|
15316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
15317
15437
|
"""
|
15318
15438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15319
15439
|
required_arguments = ['workRequestId']
|
@@ -15482,7 +15602,7 @@ class OperationsInsightsClient(object):
|
|
15482
15602
|
:rtype: :class:`~oci.response.Response`
|
15483
15603
|
|
15484
15604
|
:example:
|
15485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
15486
15606
|
"""
|
15487
15607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15488
15608
|
required_arguments = []
|
@@ -15632,7 +15752,7 @@ class OperationsInsightsClient(object):
|
|
15632
15752
|
:rtype: :class:`~oci.response.Response`
|
15633
15753
|
|
15634
15754
|
:example:
|
15635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
|
15636
15756
|
"""
|
15637
15757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15638
15758
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -15779,7 +15899,7 @@ class OperationsInsightsClient(object):
|
|
15779
15899
|
:rtype: :class:`~oci.response.Response`
|
15780
15900
|
|
15781
15901
|
:example:
|
15782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
|
15783
15903
|
"""
|
15784
15904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15785
15905
|
required_arguments = ['compartmentId']
|
@@ -15906,7 +16026,7 @@ class OperationsInsightsClient(object):
|
|
15906
16026
|
:rtype: :class:`~oci.response.Response`
|
15907
16027
|
|
15908
16028
|
:example:
|
15909
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
|
15910
16030
|
"""
|
15911
16031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15912
16032
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -16023,7 +16143,7 @@ class OperationsInsightsClient(object):
|
|
16023
16143
|
:rtype: :class:`~oci.response.Response`
|
16024
16144
|
|
16025
16145
|
:example:
|
16026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
|
16027
16147
|
"""
|
16028
16148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16029
16149
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -16207,7 +16327,7 @@ class OperationsInsightsClient(object):
|
|
16207
16327
|
:rtype: :class:`~oci.response.Response`
|
16208
16328
|
|
16209
16329
|
:example:
|
16210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
|
16211
16331
|
"""
|
16212
16332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16213
16333
|
required_arguments = ['compartmentId']
|
@@ -16437,7 +16557,7 @@ class OperationsInsightsClient(object):
|
|
16437
16557
|
:rtype: :class:`~oci.response.Response`
|
16438
16558
|
|
16439
16559
|
:example:
|
16440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
|
16441
16561
|
"""
|
16442
16562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16443
16563
|
required_arguments = ['compartmentId', 'name']
|
@@ -16688,7 +16808,7 @@ class OperationsInsightsClient(object):
|
|
16688
16808
|
:rtype: :class:`~oci.response.Response`
|
16689
16809
|
|
16690
16810
|
:example:
|
16691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
|
16692
16812
|
"""
|
16693
16813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16694
16814
|
required_arguments = ['compartmentId']
|
@@ -16959,7 +17079,7 @@ class OperationsInsightsClient(object):
|
|
16959
17079
|
:rtype: :class:`~oci.response.Response`
|
16960
17080
|
|
16961
17081
|
:example:
|
16962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
|
16963
17083
|
"""
|
16964
17084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16965
17085
|
required_arguments = ['compartmentId']
|
@@ -17179,7 +17299,7 @@ class OperationsInsightsClient(object):
|
|
17179
17299
|
:rtype: :class:`~oci.response.Response`
|
17180
17300
|
|
17181
17301
|
:example:
|
17182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17302
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
|
17183
17303
|
"""
|
17184
17304
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17185
17305
|
required_arguments = ['compartmentId', 'objectIdentifier']
|
@@ -17369,7 +17489,7 @@ class OperationsInsightsClient(object):
|
|
17369
17489
|
:rtype: :class:`~oci.response.Response`
|
17370
17490
|
|
17371
17491
|
:example:
|
17372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17492
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
|
17373
17493
|
"""
|
17374
17494
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17375
17495
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -17543,7 +17663,7 @@ class OperationsInsightsClient(object):
|
|
17543
17663
|
:rtype: :class:`~oci.response.Response`
|
17544
17664
|
|
17545
17665
|
:example:
|
17546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
|
17547
17667
|
"""
|
17548
17668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17549
17669
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -17741,7 +17861,7 @@ class OperationsInsightsClient(object):
|
|
17741
17861
|
:rtype: :class:`~oci.response.Response`
|
17742
17862
|
|
17743
17863
|
:example:
|
17744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
|
17745
17865
|
"""
|
17746
17866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17747
17867
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -17935,7 +18055,7 @@ class OperationsInsightsClient(object):
|
|
17935
18055
|
:rtype: :class:`~oci.response.Response`
|
17936
18056
|
|
17937
18057
|
:example:
|
17938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
|
17939
18059
|
"""
|
17940
18060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17941
18061
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18153,7 +18273,7 @@ class OperationsInsightsClient(object):
|
|
18153
18273
|
:rtype: :class:`~oci.response.Response`
|
18154
18274
|
|
18155
18275
|
:example:
|
18156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
|
18157
18277
|
"""
|
18158
18278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18159
18279
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18357,7 +18477,7 @@ class OperationsInsightsClient(object):
|
|
18357
18477
|
:rtype: :class:`~oci.response.Response`
|
18358
18478
|
|
18359
18479
|
:example:
|
18360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
|
18361
18481
|
"""
|
18362
18482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18363
18483
|
required_arguments = ['awrHubId']
|
@@ -18541,7 +18661,7 @@ class OperationsInsightsClient(object):
|
|
18541
18661
|
:rtype: :class:`~oci.response.Response`
|
18542
18662
|
|
18543
18663
|
:example:
|
18544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
|
18545
18665
|
"""
|
18546
18666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18547
18667
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18720,7 +18840,7 @@ class OperationsInsightsClient(object):
|
|
18720
18840
|
:rtype: :class:`~oci.response.Response`
|
18721
18841
|
|
18722
18842
|
:example:
|
18723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
18724
18844
|
"""
|
18725
18845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18726
18846
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18925,7 +19045,7 @@ class OperationsInsightsClient(object):
|
|
18925
19045
|
:rtype: :class:`~oci.response.Response`
|
18926
19046
|
|
18927
19047
|
:example:
|
18928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19048
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
18929
19049
|
"""
|
18930
19050
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18931
19051
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -19126,7 +19246,7 @@ class OperationsInsightsClient(object):
|
|
19126
19246
|
:rtype: :class:`~oci.response.Response`
|
19127
19247
|
|
19128
19248
|
:example:
|
19129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
|
19130
19250
|
"""
|
19131
19251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19132
19252
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -19309,7 +19429,7 @@ class OperationsInsightsClient(object):
|
|
19309
19429
|
:rtype: :class:`~oci.response.Response`
|
19310
19430
|
|
19311
19431
|
:example:
|
19312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
|
19313
19433
|
"""
|
19314
19434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19315
19435
|
required_arguments = ['awrHubId']
|
@@ -19475,7 +19595,7 @@ class OperationsInsightsClient(object):
|
|
19475
19595
|
:rtype: :class:`~oci.response.Response`
|
19476
19596
|
|
19477
19597
|
:example:
|
19478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
|
19479
19599
|
"""
|
19480
19600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19481
19601
|
required_arguments = []
|
@@ -19608,7 +19728,7 @@ class OperationsInsightsClient(object):
|
|
19608
19728
|
Filter by one or more database type.
|
19609
19729
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
19610
19730
|
|
19611
|
-
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", "EXTERNAL-MYSQL"
|
19731
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"
|
19612
19732
|
|
19613
19733
|
:param list[str] database_id: (optional)
|
19614
19734
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -19722,7 +19842,7 @@ class OperationsInsightsClient(object):
|
|
19722
19842
|
:rtype: :class:`~oci.response.Response`
|
19723
19843
|
|
19724
19844
|
:example:
|
19725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
19726
19846
|
"""
|
19727
19847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19728
19848
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -19766,7 +19886,7 @@ class OperationsInsightsClient(object):
|
|
19766
19886
|
f"summarize_database_insight_resource_capacity_trend got unknown kwargs: {extra_kwargs!r}")
|
19767
19887
|
|
19768
19888
|
if 'database_type' in kwargs:
|
19769
|
-
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", "EXTERNAL-MYSQL"]
|
19889
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"]
|
19770
19890
|
for database_type_item in kwargs['database_type']:
|
19771
19891
|
if database_type_item not in database_type_allowed_values:
|
19772
19892
|
raise ValueError(
|
@@ -19902,7 +20022,7 @@ class OperationsInsightsClient(object):
|
|
19902
20022
|
Filter by one or more database type.
|
19903
20023
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
19904
20024
|
|
19905
|
-
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", "EXTERNAL-MYSQL"
|
20025
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"
|
19906
20026
|
|
19907
20027
|
:param list[str] database_id: (optional)
|
19908
20028
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -20030,7 +20150,7 @@ class OperationsInsightsClient(object):
|
|
20030
20150
|
:rtype: :class:`~oci.response.Response`
|
20031
20151
|
|
20032
20152
|
:example:
|
20033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
20034
20154
|
"""
|
20035
20155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20036
20156
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20076,7 +20196,7 @@ class OperationsInsightsClient(object):
|
|
20076
20196
|
f"summarize_database_insight_resource_forecast_trend got unknown kwargs: {extra_kwargs!r}")
|
20077
20197
|
|
20078
20198
|
if 'database_type' in kwargs:
|
20079
|
-
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", "EXTERNAL-MYSQL"]
|
20199
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"]
|
20080
20200
|
for database_type_item in kwargs['database_type']:
|
20081
20201
|
if database_type_item not in database_type_allowed_values:
|
20082
20202
|
raise ValueError(
|
@@ -20214,7 +20334,7 @@ class OperationsInsightsClient(object):
|
|
20214
20334
|
Filter by one or more database type.
|
20215
20335
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
20216
20336
|
|
20217
|
-
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", "EXTERNAL-MYSQL"
|
20337
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"
|
20218
20338
|
|
20219
20339
|
:param list[str] database_id: (optional)
|
20220
20340
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -20336,7 +20456,7 @@ class OperationsInsightsClient(object):
|
|
20336
20456
|
:rtype: :class:`~oci.response.Response`
|
20337
20457
|
|
20338
20458
|
:example:
|
20339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
|
20340
20460
|
"""
|
20341
20461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20342
20462
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20382,7 +20502,7 @@ class OperationsInsightsClient(object):
|
|
20382
20502
|
f"summarize_database_insight_resource_statistics got unknown kwargs: {extra_kwargs!r}")
|
20383
20503
|
|
20384
20504
|
if 'database_type' in kwargs:
|
20385
|
-
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", "EXTERNAL-MYSQL"]
|
20505
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"]
|
20386
20506
|
for database_type_item in kwargs['database_type']:
|
20387
20507
|
if database_type_item not in database_type_allowed_values:
|
20388
20508
|
raise ValueError(
|
@@ -20515,7 +20635,7 @@ class OperationsInsightsClient(object):
|
|
20515
20635
|
Filter by one or more database type.
|
20516
20636
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
20517
20637
|
|
20518
|
-
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", "EXTERNAL-MYSQL"
|
20638
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"
|
20519
20639
|
|
20520
20640
|
:param list[str] database_id: (optional)
|
20521
20641
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -20604,7 +20724,7 @@ class OperationsInsightsClient(object):
|
|
20604
20724
|
:rtype: :class:`~oci.response.Response`
|
20605
20725
|
|
20606
20726
|
:example:
|
20607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
|
20608
20728
|
"""
|
20609
20729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20610
20730
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20643,7 +20763,7 @@ class OperationsInsightsClient(object):
|
|
20643
20763
|
f"summarize_database_insight_resource_usage got unknown kwargs: {extra_kwargs!r}")
|
20644
20764
|
|
20645
20765
|
if 'database_type' in kwargs:
|
20646
|
-
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", "EXTERNAL-MYSQL"]
|
20766
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"]
|
20647
20767
|
for database_type_item in kwargs['database_type']:
|
20648
20768
|
if database_type_item not in database_type_allowed_values:
|
20649
20769
|
raise ValueError(
|
@@ -20754,7 +20874,7 @@ class OperationsInsightsClient(object):
|
|
20754
20874
|
Filter by one or more database type.
|
20755
20875
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
20756
20876
|
|
20757
|
-
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", "EXTERNAL-MYSQL"
|
20877
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"
|
20758
20878
|
|
20759
20879
|
:param list[str] database_id: (optional)
|
20760
20880
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -20850,7 +20970,7 @@ class OperationsInsightsClient(object):
|
|
20850
20970
|
:rtype: :class:`~oci.response.Response`
|
20851
20971
|
|
20852
20972
|
:example:
|
20853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
20854
20974
|
"""
|
20855
20975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20856
20976
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20890,7 +21010,7 @@ class OperationsInsightsClient(object):
|
|
20890
21010
|
f"summarize_database_insight_resource_usage_trend got unknown kwargs: {extra_kwargs!r}")
|
20891
21011
|
|
20892
21012
|
if 'database_type' in kwargs:
|
20893
|
-
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", "EXTERNAL-MYSQL"]
|
21013
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"]
|
20894
21014
|
for database_type_item in kwargs['database_type']:
|
20895
21015
|
if database_type_item not in database_type_allowed_values:
|
20896
21016
|
raise ValueError(
|
@@ -21015,7 +21135,7 @@ class OperationsInsightsClient(object):
|
|
21015
21135
|
Filter by one or more database type.
|
21016
21136
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
21017
21137
|
|
21018
|
-
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", "EXTERNAL-MYSQL"
|
21138
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"
|
21019
21139
|
|
21020
21140
|
:param list[str] database_id: (optional)
|
21021
21141
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -21110,7 +21230,7 @@ class OperationsInsightsClient(object):
|
|
21110
21230
|
:rtype: :class:`~oci.response.Response`
|
21111
21231
|
|
21112
21232
|
:example:
|
21113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
21114
21234
|
"""
|
21115
21235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21116
21236
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -21151,7 +21271,7 @@ class OperationsInsightsClient(object):
|
|
21151
21271
|
f"summarize_database_insight_resource_utilization_insight got unknown kwargs: {extra_kwargs!r}")
|
21152
21272
|
|
21153
21273
|
if 'database_type' in kwargs:
|
21154
|
-
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", "EXTERNAL-MYSQL"]
|
21274
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"]
|
21155
21275
|
for database_type_item in kwargs['database_type']:
|
21156
21276
|
if database_type_item not in database_type_allowed_values:
|
21157
21277
|
raise ValueError(
|
@@ -21302,7 +21422,7 @@ class OperationsInsightsClient(object):
|
|
21302
21422
|
:rtype: :class:`~oci.response.Response`
|
21303
21423
|
|
21304
21424
|
:example:
|
21305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
21306
21426
|
"""
|
21307
21427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21308
21428
|
required_arguments = ['compartmentId']
|
@@ -21500,7 +21620,7 @@ class OperationsInsightsClient(object):
|
|
21500
21620
|
:rtype: :class:`~oci.response.Response`
|
21501
21621
|
|
21502
21622
|
:example:
|
21503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
21504
21624
|
"""
|
21505
21625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21506
21626
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -21731,7 +21851,7 @@ class OperationsInsightsClient(object):
|
|
21731
21851
|
:rtype: :class:`~oci.response.Response`
|
21732
21852
|
|
21733
21853
|
:example:
|
21734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
21735
21855
|
"""
|
21736
21856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21737
21857
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -21984,7 +22104,7 @@ class OperationsInsightsClient(object):
|
|
21984
22104
|
:rtype: :class:`~oci.response.Response`
|
21985
22105
|
|
21986
22106
|
:example:
|
21987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
21988
22108
|
"""
|
21989
22109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21990
22110
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -22253,7 +22373,7 @@ class OperationsInsightsClient(object):
|
|
22253
22373
|
:rtype: :class:`~oci.response.Response`
|
22254
22374
|
|
22255
22375
|
:example:
|
22256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
22257
22377
|
"""
|
22258
22378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22259
22379
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -22472,7 +22592,7 @@ class OperationsInsightsClient(object):
|
|
22472
22592
|
:rtype: :class:`~oci.response.Response`
|
22473
22593
|
|
22474
22594
|
:example:
|
22475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
|
22476
22596
|
"""
|
22477
22597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22478
22598
|
required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
|
@@ -22710,7 +22830,7 @@ class OperationsInsightsClient(object):
|
|
22710
22830
|
:rtype: :class:`~oci.response.Response`
|
22711
22831
|
|
22712
22832
|
:example:
|
22713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
|
22714
22834
|
"""
|
22715
22835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22716
22836
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22941,7 +23061,7 @@ class OperationsInsightsClient(object):
|
|
22941
23061
|
:rtype: :class:`~oci.response.Response`
|
22942
23062
|
|
22943
23063
|
:example:
|
22944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
22945
23065
|
"""
|
22946
23066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22947
23067
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -23165,7 +23285,7 @@ class OperationsInsightsClient(object):
|
|
23165
23285
|
:rtype: :class:`~oci.response.Response`
|
23166
23286
|
|
23167
23287
|
:example:
|
23168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
23169
23289
|
"""
|
23170
23290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23171
23291
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -23329,7 +23449,7 @@ class OperationsInsightsClient(object):
|
|
23329
23449
|
:rtype: :class:`~oci.response.Response`
|
23330
23450
|
|
23331
23451
|
:example:
|
23332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
|
23333
23453
|
"""
|
23334
23454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23335
23455
|
required_arguments = ['exadataInsightId']
|
@@ -23488,7 +23608,7 @@ class OperationsInsightsClient(object):
|
|
23488
23608
|
:rtype: :class:`~oci.response.Response`
|
23489
23609
|
|
23490
23610
|
:example:
|
23491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
|
23492
23612
|
"""
|
23493
23613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23494
23614
|
required_arguments = ['compartmentId', 'id']
|
@@ -23659,7 +23779,7 @@ class OperationsInsightsClient(object):
|
|
23659
23779
|
:rtype: :class:`~oci.response.Response`
|
23660
23780
|
|
23661
23781
|
:example:
|
23662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
|
23663
23783
|
"""
|
23664
23784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23665
23785
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -23831,7 +23951,7 @@ class OperationsInsightsClient(object):
|
|
23831
23951
|
:rtype: :class:`~oci.response.Response`
|
23832
23952
|
|
23833
23953
|
:example:
|
23834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_host_insight_io_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_io_usage_trend API.
|
23835
23955
|
"""
|
23836
23956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23837
23957
|
required_arguments = ['compartmentId', 'id']
|
@@ -24014,7 +24134,7 @@ class OperationsInsightsClient(object):
|
|
24014
24134
|
:rtype: :class:`~oci.response.Response`
|
24015
24135
|
|
24016
24136
|
:example:
|
24017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
24018
24138
|
"""
|
24019
24139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24020
24140
|
required_arguments = ['compartmentId', 'id']
|
@@ -24262,7 +24382,7 @@ class OperationsInsightsClient(object):
|
|
24262
24382
|
:rtype: :class:`~oci.response.Response`
|
24263
24383
|
|
24264
24384
|
:example:
|
24265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
24266
24386
|
"""
|
24267
24387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24268
24388
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24580,7 +24700,7 @@ class OperationsInsightsClient(object):
|
|
24580
24700
|
:rtype: :class:`~oci.response.Response`
|
24581
24701
|
|
24582
24702
|
:example:
|
24583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
24584
24704
|
"""
|
24585
24705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24586
24706
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24896,7 +25016,7 @@ class OperationsInsightsClient(object):
|
|
24896
25016
|
:rtype: :class:`~oci.response.Response`
|
24897
25017
|
|
24898
25018
|
:example:
|
24899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
|
24900
25020
|
"""
|
24901
25021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24902
25022
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25170,7 +25290,7 @@ class OperationsInsightsClient(object):
|
|
25170
25290
|
:rtype: :class:`~oci.response.Response`
|
25171
25291
|
|
25172
25292
|
:example:
|
25173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
|
25174
25294
|
"""
|
25175
25295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25176
25296
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25422,7 +25542,7 @@ class OperationsInsightsClient(object):
|
|
25422
25542
|
:rtype: :class:`~oci.response.Response`
|
25423
25543
|
|
25424
25544
|
:example:
|
25425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
25426
25546
|
"""
|
25427
25547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25428
25548
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25688,7 +25808,7 @@ class OperationsInsightsClient(object):
|
|
25688
25808
|
:rtype: :class:`~oci.response.Response`
|
25689
25809
|
|
25690
25810
|
:example:
|
25691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
25692
25812
|
"""
|
25693
25813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25694
25814
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25894,7 +26014,7 @@ class OperationsInsightsClient(object):
|
|
25894
26014
|
:rtype: :class:`~oci.response.Response`
|
25895
26015
|
|
25896
26016
|
:example:
|
25897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
25898
26018
|
"""
|
25899
26019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25900
26020
|
required_arguments = ['compartmentId', 'id']
|
@@ -26091,7 +26211,7 @@ class OperationsInsightsClient(object):
|
|
26091
26211
|
:rtype: :class:`~oci.response.Response`
|
26092
26212
|
|
26093
26213
|
:example:
|
26094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
26095
26215
|
"""
|
26096
26216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26097
26217
|
required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
|
@@ -26291,7 +26411,7 @@ class OperationsInsightsClient(object):
|
|
26291
26411
|
:rtype: :class:`~oci.response.Response`
|
26292
26412
|
|
26293
26413
|
:example:
|
26294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
26295
26415
|
"""
|
26296
26416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26297
26417
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -26423,7 +26543,7 @@ class OperationsInsightsClient(object):
|
|
26423
26543
|
:rtype: :class:`~oci.response.Response`
|
26424
26544
|
|
26425
26545
|
:example:
|
26426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
26427
26547
|
"""
|
26428
26548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26429
26549
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -26509,7 +26629,7 @@ class OperationsInsightsClient(object):
|
|
26509
26629
|
Filter by one or more database type.
|
26510
26630
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
26511
26631
|
|
26512
|
-
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", "EXTERNAL-MYSQL"
|
26632
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"
|
26513
26633
|
|
26514
26634
|
:param list[str] database_id: (optional)
|
26515
26635
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -26612,7 +26732,7 @@ class OperationsInsightsClient(object):
|
|
26612
26732
|
:rtype: :class:`~oci.response.Response`
|
26613
26733
|
|
26614
26734
|
:example:
|
26615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
|
26616
26736
|
"""
|
26617
26737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26618
26738
|
required_arguments = ['compartmentId']
|
@@ -26650,7 +26770,7 @@ class OperationsInsightsClient(object):
|
|
26650
26770
|
f"summarize_sql_insights got unknown kwargs: {extra_kwargs!r}")
|
26651
26771
|
|
26652
26772
|
if 'database_type' in kwargs:
|
26653
|
-
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", "EXTERNAL-MYSQL"]
|
26773
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"]
|
26654
26774
|
for database_type_item in kwargs['database_type']:
|
26655
26775
|
if database_type_item not in database_type_allowed_values:
|
26656
26776
|
raise ValueError(
|
@@ -26791,7 +26911,7 @@ class OperationsInsightsClient(object):
|
|
26791
26911
|
:rtype: :class:`~oci.response.Response`
|
26792
26912
|
|
26793
26913
|
:example:
|
26794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
|
26795
26915
|
"""
|
26796
26916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26797
26917
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26941,7 +27061,7 @@ class OperationsInsightsClient(object):
|
|
26941
27061
|
:rtype: :class:`~oci.response.Response`
|
26942
27062
|
|
26943
27063
|
:example:
|
26944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
|
26945
27065
|
"""
|
26946
27066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26947
27067
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -27035,7 +27155,7 @@ class OperationsInsightsClient(object):
|
|
27035
27155
|
Filter by one or more database type.
|
27036
27156
|
Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
27037
27157
|
|
27038
|
-
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", "EXTERNAL-MYSQL"
|
27158
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"
|
27039
27159
|
|
27040
27160
|
:param list[str] database_id: (optional)
|
27041
27161
|
Optional list of database `OCIDs`__ of the associated DBaaS entity.
|
@@ -27167,7 +27287,7 @@ class OperationsInsightsClient(object):
|
|
27167
27287
|
:rtype: :class:`~oci.response.Response`
|
27168
27288
|
|
27169
27289
|
:example:
|
27170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
|
27171
27291
|
"""
|
27172
27292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27173
27293
|
required_arguments = ['compartmentId']
|
@@ -27210,7 +27330,7 @@ class OperationsInsightsClient(object):
|
|
27210
27330
|
f"summarize_sql_statistics got unknown kwargs: {extra_kwargs!r}")
|
27211
27331
|
|
27212
27332
|
if 'database_type' in kwargs:
|
27213
|
-
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", "EXTERNAL-MYSQL"]
|
27333
|
+
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", "EXTERNAL-MYSQL", "ATP-EXACC", "ADW-EXACC", "EXTERNAL-ADW", "EXTERNAL-ATP"]
|
27214
27334
|
for database_type_item in kwargs['database_type']:
|
27215
27335
|
if database_type_item not in database_type_allowed_values:
|
27216
27336
|
raise ValueError(
|
@@ -27420,7 +27540,7 @@ class OperationsInsightsClient(object):
|
|
27420
27540
|
:rtype: :class:`~oci.response.Response`
|
27421
27541
|
|
27422
27542
|
:example:
|
27423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27543
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
|
27424
27544
|
"""
|
27425
27545
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27426
27546
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -27588,7 +27708,7 @@ class OperationsInsightsClient(object):
|
|
27588
27708
|
:rtype: :class:`~oci.response.Response`
|
27589
27709
|
|
27590
27710
|
:example:
|
27591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
27592
27712
|
"""
|
27593
27713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27594
27714
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -27667,6 +27787,264 @@ class OperationsInsightsClient(object):
|
|
27667
27787
|
api_reference_link=api_reference_link,
|
27668
27788
|
required_arguments=required_arguments)
|
27669
27789
|
|
27790
|
+
def synchronize_autonomous_database_to_exadata(self, compartment_id, synchronize_autonomous_database_to_exadata_details, **kwargs):
|
27791
|
+
"""
|
27792
|
+
Synchronize infrastructure details that has been missing when autonomous database onboarded in Operations Insights.
|
27793
|
+
Onboarded Opsi ExadataInsight resource need to be provided with compartmentId for searching infrastruture details.
|
27794
|
+
The query parameters, DatabaseId and DatabaseInsightId, are mutually exclusive and provided for searching Opsi resources that have been onboarded.
|
27795
|
+
|
27796
|
+
|
27797
|
+
:param str compartment_id: (required)
|
27798
|
+
The `OCID`__ of the compartment.
|
27799
|
+
|
27800
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
27801
|
+
|
27802
|
+
:param oci.opsi.models.SynchronizeAutonomousDatabaseToExadataDetails synchronize_autonomous_database_to_exadata_details: (required)
|
27803
|
+
The information to be updated.
|
27804
|
+
|
27805
|
+
:param str database_id: (optional)
|
27806
|
+
Optional `OCID`__ of the associated DBaaS entity.
|
27807
|
+
|
27808
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
27809
|
+
|
27810
|
+
:param str id: (optional)
|
27811
|
+
`OCID`__ of the database insight resource.
|
27812
|
+
|
27813
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
27814
|
+
|
27815
|
+
:param str exadata_insight_id: (optional)
|
27816
|
+
`OCID`__ of exadata insight resource.
|
27817
|
+
|
27818
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
27819
|
+
|
27820
|
+
:param str if_match: (optional)
|
27821
|
+
Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
27822
|
+
parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
27823
|
+
will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
27824
|
+
|
27825
|
+
:param str opc_request_id: (optional)
|
27826
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
27827
|
+
Oracle about a particular request, please provide the request ID.
|
27828
|
+
|
27829
|
+
:param str opc_retry_token: (optional)
|
27830
|
+
A token that uniquely identifies a request that can be retried in case of a timeout or
|
27831
|
+
server error without risk of executing the same action again. Retry tokens expire after 24
|
27832
|
+
hours.
|
27833
|
+
|
27834
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
27835
|
+
operations, such as a resource being deleted or purged from the system.
|
27836
|
+
|
27837
|
+
:param obj retry_strategy: (optional)
|
27838
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
27839
|
+
|
27840
|
+
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.
|
27841
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
27842
|
+
|
27843
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
27844
|
+
|
27845
|
+
:param bool allow_control_chars: (optional)
|
27846
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
27847
|
+
By default, the response will not allow control characters in strings
|
27848
|
+
|
27849
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
27850
|
+
:rtype: :class:`~oci.response.Response`
|
27851
|
+
|
27852
|
+
:example:
|
27853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/synchronize_autonomous_database_to_exadata.py.html>`__ to see an example of how to use synchronize_autonomous_database_to_exadata API.
|
27854
|
+
"""
|
27855
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27856
|
+
required_arguments = ['compartmentId']
|
27857
|
+
resource_path = "/databaseInsights/actions/synchronizeAutonomousDatabaseToExadata"
|
27858
|
+
method = "POST"
|
27859
|
+
operation_name = "synchronize_autonomous_database_to_exadata"
|
27860
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SynchronizeAutonomousDatabaseToExadata"
|
27861
|
+
|
27862
|
+
# Don't accept unknown kwargs
|
27863
|
+
expected_kwargs = [
|
27864
|
+
"allow_control_chars",
|
27865
|
+
"retry_strategy",
|
27866
|
+
"database_id",
|
27867
|
+
"id",
|
27868
|
+
"exadata_insight_id",
|
27869
|
+
"if_match",
|
27870
|
+
"opc_request_id",
|
27871
|
+
"opc_retry_token"
|
27872
|
+
]
|
27873
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
27874
|
+
if extra_kwargs:
|
27875
|
+
raise ValueError(
|
27876
|
+
f"synchronize_autonomous_database_to_exadata got unknown kwargs: {extra_kwargs!r}")
|
27877
|
+
|
27878
|
+
query_params = {
|
27879
|
+
"compartmentId": compartment_id,
|
27880
|
+
"databaseId": kwargs.get("database_id", missing),
|
27881
|
+
"id": kwargs.get("id", missing),
|
27882
|
+
"exadataInsightId": kwargs.get("exadata_insight_id", missing)
|
27883
|
+
}
|
27884
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
27885
|
+
|
27886
|
+
header_params = {
|
27887
|
+
"accept": "application/json",
|
27888
|
+
"content-type": "application/json",
|
27889
|
+
"if-match": kwargs.get("if_match", missing),
|
27890
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
27891
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
27892
|
+
}
|
27893
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
27894
|
+
|
27895
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
27896
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
27897
|
+
client_retry_strategy=self.retry_strategy
|
27898
|
+
)
|
27899
|
+
if retry_strategy is None:
|
27900
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
27901
|
+
|
27902
|
+
if retry_strategy:
|
27903
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
27904
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
27905
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
27906
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
27907
|
+
return retry_strategy.make_retrying_call(
|
27908
|
+
self.base_client.call_api,
|
27909
|
+
resource_path=resource_path,
|
27910
|
+
method=method,
|
27911
|
+
query_params=query_params,
|
27912
|
+
header_params=header_params,
|
27913
|
+
body=synchronize_autonomous_database_to_exadata_details,
|
27914
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
27915
|
+
operation_name=operation_name,
|
27916
|
+
api_reference_link=api_reference_link,
|
27917
|
+
required_arguments=required_arguments)
|
27918
|
+
else:
|
27919
|
+
return self.base_client.call_api(
|
27920
|
+
resource_path=resource_path,
|
27921
|
+
method=method,
|
27922
|
+
query_params=query_params,
|
27923
|
+
header_params=header_params,
|
27924
|
+
body=synchronize_autonomous_database_to_exadata_details,
|
27925
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
27926
|
+
operation_name=operation_name,
|
27927
|
+
api_reference_link=api_reference_link,
|
27928
|
+
required_arguments=required_arguments)
|
27929
|
+
|
27930
|
+
def test_macs_managed_autonomous_database_insight_connection(self, test_macs_managed_autonomous_database_insight_connection_details, **kwargs):
|
27931
|
+
"""
|
27932
|
+
Test the connection details of a MACS-managed autonomous database.
|
27933
|
+
|
27934
|
+
|
27935
|
+
:param oci.opsi.models.TestMacsManagedAutonomousDatabaseInsightConnectionDetails test_macs_managed_autonomous_database_insight_connection_details: (required)
|
27936
|
+
The database connection information for the MACS-managed autonomous database.
|
27937
|
+
|
27938
|
+
:param str database_id: (optional)
|
27939
|
+
Optional `OCID`__ of the associated DBaaS entity.
|
27940
|
+
|
27941
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
27942
|
+
|
27943
|
+
:param str id: (optional)
|
27944
|
+
`OCID`__ of the database insight resource.
|
27945
|
+
|
27946
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
27947
|
+
|
27948
|
+
:param str opc_request_id: (optional)
|
27949
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
27950
|
+
Oracle about a particular request, please provide the request ID.
|
27951
|
+
|
27952
|
+
:param str opc_retry_token: (optional)
|
27953
|
+
A token that uniquely identifies a request that can be retried in case of a timeout or
|
27954
|
+
server error without risk of executing the same action again. Retry tokens expire after 24
|
27955
|
+
hours.
|
27956
|
+
|
27957
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
27958
|
+
operations, such as a resource being deleted or purged from the system.
|
27959
|
+
|
27960
|
+
:param obj retry_strategy: (optional)
|
27961
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
27962
|
+
|
27963
|
+
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.
|
27964
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
27965
|
+
|
27966
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
27967
|
+
|
27968
|
+
:param bool allow_control_chars: (optional)
|
27969
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
27970
|
+
By default, the response will not allow control characters in strings
|
27971
|
+
|
27972
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
27973
|
+
:rtype: :class:`~oci.response.Response`
|
27974
|
+
|
27975
|
+
:example:
|
27976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/test_macs_managed_autonomous_database_insight_connection.py.html>`__ to see an example of how to use test_macs_managed_autonomous_database_insight_connection API.
|
27977
|
+
"""
|
27978
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27979
|
+
required_arguments = []
|
27980
|
+
resource_path = "/databaseInsights/actions/testMacsManagedAutonomousDatabaseInsightConnectionDetails"
|
27981
|
+
method = "POST"
|
27982
|
+
operation_name = "test_macs_managed_autonomous_database_insight_connection"
|
27983
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/TestMacsManagedAutonomousDatabaseInsightConnection"
|
27984
|
+
|
27985
|
+
# Don't accept unknown kwargs
|
27986
|
+
expected_kwargs = [
|
27987
|
+
"allow_control_chars",
|
27988
|
+
"retry_strategy",
|
27989
|
+
"database_id",
|
27990
|
+
"id",
|
27991
|
+
"opc_request_id",
|
27992
|
+
"opc_retry_token"
|
27993
|
+
]
|
27994
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
27995
|
+
if extra_kwargs:
|
27996
|
+
raise ValueError(
|
27997
|
+
f"test_macs_managed_autonomous_database_insight_connection got unknown kwargs: {extra_kwargs!r}")
|
27998
|
+
|
27999
|
+
query_params = {
|
28000
|
+
"databaseId": kwargs.get("database_id", missing),
|
28001
|
+
"id": kwargs.get("id", missing)
|
28002
|
+
}
|
28003
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
28004
|
+
|
28005
|
+
header_params = {
|
28006
|
+
"accept": "application/json",
|
28007
|
+
"content-type": "application/json",
|
28008
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
28009
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
28010
|
+
}
|
28011
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
28012
|
+
|
28013
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
28014
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
28015
|
+
client_retry_strategy=self.retry_strategy
|
28016
|
+
)
|
28017
|
+
if retry_strategy is None:
|
28018
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
28019
|
+
|
28020
|
+
if retry_strategy:
|
28021
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
28022
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
28023
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
28024
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
28025
|
+
return retry_strategy.make_retrying_call(
|
28026
|
+
self.base_client.call_api,
|
28027
|
+
resource_path=resource_path,
|
28028
|
+
method=method,
|
28029
|
+
query_params=query_params,
|
28030
|
+
header_params=header_params,
|
28031
|
+
body=test_macs_managed_autonomous_database_insight_connection_details,
|
28032
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
28033
|
+
operation_name=operation_name,
|
28034
|
+
api_reference_link=api_reference_link,
|
28035
|
+
required_arguments=required_arguments)
|
28036
|
+
else:
|
28037
|
+
return self.base_client.call_api(
|
28038
|
+
resource_path=resource_path,
|
28039
|
+
method=method,
|
28040
|
+
query_params=query_params,
|
28041
|
+
header_params=header_params,
|
28042
|
+
body=test_macs_managed_autonomous_database_insight_connection_details,
|
28043
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
28044
|
+
operation_name=operation_name,
|
28045
|
+
api_reference_link=api_reference_link,
|
28046
|
+
required_arguments=required_arguments)
|
28047
|
+
|
27670
28048
|
def test_macs_managed_cloud_database_insight_connection(self, test_macs_managed_cloud_database_insight_connection_details, **kwargs):
|
27671
28049
|
"""
|
27672
28050
|
Test the connection details of a Cloud MACS-managed database.
|
@@ -27713,7 +28091,7 @@ class OperationsInsightsClient(object):
|
|
27713
28091
|
:rtype: :class:`~oci.response.Response`
|
27714
28092
|
|
27715
28093
|
:example:
|
27716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
27717
28095
|
"""
|
27718
28096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27719
28097
|
required_arguments = []
|
@@ -27821,7 +28199,7 @@ class OperationsInsightsClient(object):
|
|
27821
28199
|
:rtype: :class:`~oci.response.Response`
|
27822
28200
|
|
27823
28201
|
:example:
|
27824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
|
27825
28203
|
"""
|
27826
28204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27827
28205
|
required_arguments = ['awrHubId']
|
@@ -27930,7 +28308,7 @@ class OperationsInsightsClient(object):
|
|
27930
28308
|
:rtype: :class:`~oci.response.Response`
|
27931
28309
|
|
27932
28310
|
:example:
|
27933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
|
27934
28312
|
"""
|
27935
28313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27936
28314
|
required_arguments = ['awrHubSourceId']
|
@@ -28039,7 +28417,7 @@ class OperationsInsightsClient(object):
|
|
28039
28417
|
:rtype: :class:`~oci.response.Response`
|
28040
28418
|
|
28041
28419
|
:example:
|
28042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
|
28043
28421
|
"""
|
28044
28422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28045
28423
|
required_arguments = ['databaseInsightId']
|
@@ -28148,7 +28526,7 @@ class OperationsInsightsClient(object):
|
|
28148
28526
|
:rtype: :class:`~oci.response.Response`
|
28149
28527
|
|
28150
28528
|
:example:
|
28151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28529
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
|
28152
28530
|
"""
|
28153
28531
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28154
28532
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -28257,7 +28635,7 @@ class OperationsInsightsClient(object):
|
|
28257
28635
|
:rtype: :class:`~oci.response.Response`
|
28258
28636
|
|
28259
28637
|
:example:
|
28260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
|
28261
28639
|
"""
|
28262
28640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28263
28641
|
required_arguments = ['exadataInsightId']
|
@@ -28366,7 +28744,7 @@ class OperationsInsightsClient(object):
|
|
28366
28744
|
:rtype: :class:`~oci.response.Response`
|
28367
28745
|
|
28368
28746
|
:example:
|
28369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
|
28370
28748
|
"""
|
28371
28749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28372
28750
|
required_arguments = ['hostInsightId']
|
@@ -28475,7 +28853,7 @@ class OperationsInsightsClient(object):
|
|
28475
28853
|
:rtype: :class:`~oci.response.Response`
|
28476
28854
|
|
28477
28855
|
:example:
|
28478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28856
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
|
28479
28857
|
"""
|
28480
28858
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28481
28859
|
required_arguments = ['newsReportId']
|
@@ -28586,7 +28964,7 @@ class OperationsInsightsClient(object):
|
|
28586
28964
|
:rtype: :class:`~oci.response.Response`
|
28587
28965
|
|
28588
28966
|
:example:
|
28589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
|
28590
28968
|
"""
|
28591
28969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28592
28970
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -28696,7 +29074,7 @@ class OperationsInsightsClient(object):
|
|
28696
29074
|
:rtype: :class:`~oci.response.Response`
|
28697
29075
|
|
28698
29076
|
:example:
|
28699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
|
28700
29078
|
"""
|
28701
29079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28702
29080
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -28805,7 +29183,7 @@ class OperationsInsightsClient(object):
|
|
28805
29183
|
:rtype: :class:`~oci.response.Response`
|
28806
29184
|
|
28807
29185
|
:example:
|
28808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
|
28809
29187
|
"""
|
28810
29188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28811
29189
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -28916,7 +29294,7 @@ class OperationsInsightsClient(object):
|
|
28916
29294
|
:rtype: :class:`~oci.response.Response`
|
28917
29295
|
|
28918
29296
|
:example:
|
28919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
|
28920
29298
|
"""
|
28921
29299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28922
29300
|
required_arguments = ['opsiConfigurationId']
|