oci 2.135.0__py3-none-any.whl → 2.135.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/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/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +108 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/models/add_network_security_group_security_rules_details.py +6 -2
- oci/core/models/create_service_gateway_details.py +2 -2
- oci/core/models/create_vcn_details.py +35 -0
- oci/core/models/create_vnic_details.py +35 -0
- oci/core/models/instance.py +82 -0
- oci/core/models/instance_configuration_create_vnic_details.py +35 -0
- oci/core/models/instance_configuration_launch_instance_details.py +35 -0
- oci/core/models/launch_instance_details.py +35 -0
- oci/core/models/service_gateway.py +4 -4
- oci/core/models/update_instance_details.py +35 -0
- oci/core/models/update_vcn_details.py +37 -2
- oci/core/models/update_vnic_details.py +35 -0
- oci/core/models/vcn.py +35 -0
- oci/core/models/vnic.py +35 -0
- oci/core/virtual_network_client.py +253 -250
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +292 -292
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +396 -396
- oci/database/models/autonomous_database.py +39 -0
- oci/database/models/autonomous_database_summary.py +39 -0
- oci/database/models/cloud_autonomous_vm_cluster.py +39 -0
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +39 -0
- oci/database/models/cloud_vm_cluster.py +39 -0
- oci/database/models/cloud_vm_cluster_summary.py +39 -0
- oci/database/models/create_autonomous_database_base.py +39 -0
- oci/database/models/create_autonomous_database_clone_details.py +7 -0
- oci/database/models/create_autonomous_database_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +7 -0
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +41 -2
- oci/database/models/create_cloud_vm_cluster_details.py +39 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +7 -0
- oci/database/models/create_cross_region_disaster_recovery_details.py +7 -0
- oci/database/models/create_cross_tenancy_disaster_recovery_details.py +7 -0
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +39 -0
- oci/database/models/create_exadb_vm_cluster_details.py +39 -0
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +7 -0
- oci/database/models/db_system.py +39 -0
- oci/database/models/db_system_summary.py +39 -0
- oci/database/models/exadb_vm_cluster.py +39 -0
- oci/database/models/exadb_vm_cluster_summary.py +39 -0
- oci/database/models/launch_db_system_base.py +39 -0
- oci/database/models/launch_db_system_details.py +7 -0
- oci/database/models/launch_db_system_from_backup_details.py +7 -0
- oci/database/models/launch_db_system_from_database_details.py +7 -0
- oci/database/models/launch_db_system_from_db_system_details.py +7 -0
- oci/database/models/undelete_autonomous_database_details.py +7 -0
- oci/database/models/update_autonomous_database_details.py +39 -0
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +41 -2
- oci/database/models/update_cloud_vm_cluster_details.py +39 -0
- oci/database/models/update_db_system_details.py +39 -0
- oci/database/models/update_exadb_vm_cluster_details.py +39 -0
- oci/database_management/db_management_client.py +211 -211
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/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 +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +54 -54
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +13 -13
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +307 -307
- oci/integration/integration_instance_client.py +137 -18
- oci/integration/integration_instance_client_composite_operations.py +39 -0
- oci/integration/models/__init__.py +4 -0
- oci/integration/models/create_integration_instance_details.py +31 -0
- oci/integration/models/cross_region_integration_instance_details.py +185 -0
- oci/integration/models/disaster_recovery_details.py +150 -0
- oci/integration/models/integration_instance.py +89 -0
- oci/integration/models/integration_instance_summary.py +62 -0
- oci/integration/models/work_request.py +7 -3
- oci/integration/models/work_request_summary.py +7 -3
- oci/jms/java_management_service_client.py +75 -75
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/load_balancer/models/create_load_balancer_details.py +35 -0
- oci/load_balancer/models/load_balancer.py +35 -0
- oci/load_balancer/models/update_load_balancer_details.py +37 -2
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/models/create_network_load_balancer_details.py +43 -2
- oci/network_load_balancer/models/network_load_balancer.py +41 -0
- oci/network_load_balancer/models/network_load_balancer_summary.py +41 -0
- oci/network_load_balancer/models/update_network_load_balancer_details.py +43 -2
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +179 -179
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +8 -0
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/__init__.py +14 -0
- oci/security_attribute/models/__init__.py +54 -0
- oci/security_attribute/models/base_security_attribute_validator.py +122 -0
- oci/security_attribute/models/bulk_delete_security_attributes_details.py +72 -0
- oci/security_attribute/models/bulk_edit_resource.py +134 -0
- oci/security_attribute/models/bulk_edit_security_attribute_details.py +134 -0
- oci/security_attribute/models/bulk_edit_security_attribute_operation_details.py +147 -0
- oci/security_attribute/models/change_security_attribute_namespace_compartment_details.py +72 -0
- oci/security_attribute/models/create_security_attribute_details.py +132 -0
- oci/security_attribute/models/create_security_attribute_namespace_details.py +216 -0
- oci/security_attribute/models/default_security_attribute_validator.py +53 -0
- oci/security_attribute/models/enum_security_attribute_validator.py +85 -0
- oci/security_attribute/models/security_attribute.py +421 -0
- oci/security_attribute/models/security_attribute_namespace.py +446 -0
- oci/security_attribute/models/security_attribute_namespace_summary.py +410 -0
- oci/security_attribute/models/security_attribute_summary.py +361 -0
- oci/security_attribute/models/security_attribute_work_request.py +387 -0
- oci/security_attribute/models/security_attribute_work_request_error_summary.py +136 -0
- oci/security_attribute/models/security_attribute_work_request_log_summary.py +105 -0
- oci/security_attribute/models/security_attribute_work_request_summary.py +386 -0
- oci/security_attribute/models/update_security_attribute_details.py +136 -0
- oci/security_attribute/models/update_security_attribute_namespace_details.py +191 -0
- oci/security_attribute/models/work_request_resource.py +197 -0
- oci/security_attribute/security_attribute_client.py +2321 -0
- oci/security_attribute/security_attribute_client_composite_operations.py +265 -0
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/__init__.py +14 -0
- oci/zpr/models/__init__.py +42 -0
- oci/zpr/models/configuration.py +449 -0
- oci/zpr/models/create_configuration_details.py +189 -0
- oci/zpr/models/create_zpr_policy_details.py +251 -0
- oci/zpr/models/update_zpr_policy_details.py +185 -0
- oci/zpr/models/work_request.py +459 -0
- oci/zpr/models/work_request_error.py +146 -0
- oci/zpr/models/work_request_error_collection.py +72 -0
- oci/zpr/models/work_request_log_entry.py +109 -0
- oci/zpr/models/work_request_log_entry_collection.py +72 -0
- oci/zpr/models/work_request_resource.py +238 -0
- oci/zpr/models/work_request_summary.py +457 -0
- oci/zpr/models/work_request_summary_collection.py +72 -0
- oci/zpr/models/zpr_policy.py +505 -0
- oci/zpr/models/zpr_policy_collection.py +72 -0
- oci/zpr/models/zpr_policy_summary.py +463 -0
- oci/zpr/zpr_client.py +2124 -0
- oci/zpr/zpr_client_composite_operations.py +197 -0
- {oci-2.135.0.dist-info → oci-2.135.1.dist-info}/METADATA +1 -1
- {oci-2.135.0.dist-info → oci-2.135.1.dist-info}/RECORD +374 -328
- {oci-2.135.0.dist-info → oci-2.135.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.135.0.dist-info → oci-2.135.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.135.0.dist-info → oci-2.135.1.dist-info}/WHEEL +0 -0
- {oci-2.135.0.dist-info → oci-2.135.1.dist-info}/top_level.txt +0 -0
@@ -163,7 +163,7 @@ class OperationsInsightsClient(object):
|
|
163
163
|
:rtype: :class:`~oci.response.Response`
|
164
164
|
|
165
165
|
:example:
|
166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
|
167
167
|
"""
|
168
168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
169
169
|
required_arguments = ['exadataInsightId']
|
@@ -283,7 +283,7 @@ class OperationsInsightsClient(object):
|
|
283
283
|
:rtype: :class:`~oci.response.Response`
|
284
284
|
|
285
285
|
:example:
|
286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use change_autonomous_database_insight_advanced_features API.
|
287
287
|
"""
|
288
288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
289
289
|
required_arguments = ['databaseInsightId']
|
@@ -403,7 +403,7 @@ class OperationsInsightsClient(object):
|
|
403
403
|
:rtype: :class:`~oci.response.Response`
|
404
404
|
|
405
405
|
:example:
|
406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_awr_hub_source_compartment.py.html>`__ to see an example of how to use change_awr_hub_source_compartment API.
|
407
407
|
"""
|
408
408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
409
409
|
required_arguments = ['awrHubSourceId']
|
@@ -523,7 +523,7 @@ class OperationsInsightsClient(object):
|
|
523
523
|
:rtype: :class:`~oci.response.Response`
|
524
524
|
|
525
525
|
:example:
|
526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
|
527
527
|
"""
|
528
528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
529
529
|
required_arguments = ['databaseInsightId']
|
@@ -635,7 +635,7 @@ class OperationsInsightsClient(object):
|
|
635
635
|
:rtype: :class:`~oci.response.Response`
|
636
636
|
|
637
637
|
:example:
|
638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
|
639
639
|
"""
|
640
640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
641
641
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -752,7 +752,7 @@ class OperationsInsightsClient(object):
|
|
752
752
|
:rtype: :class:`~oci.response.Response`
|
753
753
|
|
754
754
|
:example:
|
755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
|
756
756
|
"""
|
757
757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
758
758
|
required_arguments = ['exadataInsightId']
|
@@ -872,7 +872,7 @@ class OperationsInsightsClient(object):
|
|
872
872
|
:rtype: :class:`~oci.response.Response`
|
873
873
|
|
874
874
|
:example:
|
875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
|
876
876
|
"""
|
877
877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
878
878
|
required_arguments = ['hostInsightId']
|
@@ -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.135.
|
995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use change_macs_managed_cloud_database_insight_connection API.
|
996
996
|
"""
|
997
997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
998
998
|
required_arguments = ['databaseInsightId']
|
@@ -1112,7 +1112,7 @@ class OperationsInsightsClient(object):
|
|
1112
1112
|
:rtype: :class:`~oci.response.Response`
|
1113
1113
|
|
1114
1114
|
:example:
|
1115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
1115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
|
1116
1116
|
"""
|
1117
1117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1118
1118
|
required_arguments = ['newsReportId']
|
@@ -1234,7 +1234,7 @@ class OperationsInsightsClient(object):
|
|
1234
1234
|
:rtype: :class:`~oci.response.Response`
|
1235
1235
|
|
1236
1236
|
:example:
|
1237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
1237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
|
1238
1238
|
"""
|
1239
1239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1240
1240
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -1354,7 +1354,7 @@ class OperationsInsightsClient(object):
|
|
1354
1354
|
:rtype: :class:`~oci.response.Response`
|
1355
1355
|
|
1356
1356
|
:example:
|
1357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
1357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
|
1358
1358
|
"""
|
1359
1359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1360
1360
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -1476,7 +1476,7 @@ class OperationsInsightsClient(object):
|
|
1476
1476
|
:rtype: :class:`~oci.response.Response`
|
1477
1477
|
|
1478
1478
|
:example:
|
1479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
1479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
|
1480
1480
|
"""
|
1481
1481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1482
1482
|
required_arguments = ['opsiConfigurationId']
|
@@ -1596,7 +1596,7 @@ class OperationsInsightsClient(object):
|
|
1596
1596
|
:rtype: :class:`~oci.response.Response`
|
1597
1597
|
|
1598
1598
|
:example:
|
1599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
1599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
|
1600
1600
|
"""
|
1601
1601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1602
1602
|
required_arguments = ['databaseInsightId']
|
@@ -1709,7 +1709,7 @@ class OperationsInsightsClient(object):
|
|
1709
1709
|
:rtype: :class:`~oci.response.Response`
|
1710
1710
|
|
1711
1711
|
:example:
|
1712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
1712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
|
1713
1713
|
"""
|
1714
1714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1715
1715
|
required_arguments = []
|
@@ -1809,7 +1809,7 @@ class OperationsInsightsClient(object):
|
|
1809
1809
|
:rtype: :class:`~oci.response.Response`
|
1810
1810
|
|
1811
1811
|
:example:
|
1812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
1812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
|
1813
1813
|
"""
|
1814
1814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1815
1815
|
required_arguments = []
|
@@ -1909,7 +1909,7 @@ class OperationsInsightsClient(object):
|
|
1909
1909
|
:rtype: :class:`~oci.response.Response`
|
1910
1910
|
|
1911
1911
|
:example:
|
1912
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
1912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
|
1913
1913
|
"""
|
1914
1914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1915
1915
|
required_arguments = []
|
@@ -2009,7 +2009,7 @@ class OperationsInsightsClient(object):
|
|
2009
2009
|
:rtype: :class:`~oci.response.Response`
|
2010
2010
|
|
2011
2011
|
:example:
|
2012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
2012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
|
2013
2013
|
"""
|
2014
2014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2015
2015
|
required_arguments = []
|
@@ -2109,7 +2109,7 @@ class OperationsInsightsClient(object):
|
|
2109
2109
|
:rtype: :class:`~oci.response.Response`
|
2110
2110
|
|
2111
2111
|
:example:
|
2112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
2112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
|
2113
2113
|
"""
|
2114
2114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2115
2115
|
required_arguments = []
|
@@ -2209,7 +2209,7 @@ class OperationsInsightsClient(object):
|
|
2209
2209
|
:rtype: :class:`~oci.response.Response`
|
2210
2210
|
|
2211
2211
|
:example:
|
2212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
2212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
|
2213
2213
|
"""
|
2214
2214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2215
2215
|
required_arguments = []
|
@@ -2309,7 +2309,7 @@ class OperationsInsightsClient(object):
|
|
2309
2309
|
:rtype: :class:`~oci.response.Response`
|
2310
2310
|
|
2311
2311
|
:example:
|
2312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
2312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
|
2313
2313
|
"""
|
2314
2314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2315
2315
|
required_arguments = []
|
@@ -2410,7 +2410,7 @@ class OperationsInsightsClient(object):
|
|
2410
2410
|
:rtype: :class:`~oci.response.Response`
|
2411
2411
|
|
2412
2412
|
:example:
|
2413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
2413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
|
2414
2414
|
"""
|
2415
2415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2416
2416
|
required_arguments = []
|
@@ -2512,7 +2512,7 @@ class OperationsInsightsClient(object):
|
|
2512
2512
|
:rtype: :class:`~oci.response.Response`
|
2513
2513
|
|
2514
2514
|
:example:
|
2515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
2515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
|
2516
2516
|
"""
|
2517
2517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2518
2518
|
required_arguments = []
|
@@ -2613,7 +2613,7 @@ class OperationsInsightsClient(object):
|
|
2613
2613
|
:rtype: :class:`~oci.response.Response`
|
2614
2614
|
|
2615
2615
|
:example:
|
2616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
2616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
|
2617
2617
|
"""
|
2618
2618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2619
2619
|
required_arguments = []
|
@@ -2732,7 +2732,7 @@ class OperationsInsightsClient(object):
|
|
2732
2732
|
:rtype: :class:`~oci.response.Response`
|
2733
2733
|
|
2734
2734
|
:example:
|
2735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
2735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
|
2736
2736
|
"""
|
2737
2737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2738
2738
|
required_arguments = []
|
@@ -2867,7 +2867,7 @@ class OperationsInsightsClient(object):
|
|
2867
2867
|
:rtype: :class:`~oci.response.Response`
|
2868
2868
|
|
2869
2869
|
:example:
|
2870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
2870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
|
2871
2871
|
"""
|
2872
2872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2873
2873
|
required_arguments = ['awrHubId']
|
@@ -2974,7 +2974,7 @@ class OperationsInsightsClient(object):
|
|
2974
2974
|
:rtype: :class:`~oci.response.Response`
|
2975
2975
|
|
2976
2976
|
:example:
|
2977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
2977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
|
2978
2978
|
"""
|
2979
2979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2980
2980
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -3079,7 +3079,7 @@ class OperationsInsightsClient(object):
|
|
3079
3079
|
:rtype: :class:`~oci.response.Response`
|
3080
3080
|
|
3081
3081
|
:example:
|
3082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
3082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
|
3083
3083
|
"""
|
3084
3084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3085
3085
|
required_arguments = ['awrHubSourceId']
|
@@ -3183,7 +3183,7 @@ class OperationsInsightsClient(object):
|
|
3183
3183
|
:rtype: :class:`~oci.response.Response`
|
3184
3184
|
|
3185
3185
|
:example:
|
3186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
3186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
|
3187
3187
|
"""
|
3188
3188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3189
3189
|
required_arguments = ['databaseInsightId']
|
@@ -3287,7 +3287,7 @@ class OperationsInsightsClient(object):
|
|
3287
3287
|
:rtype: :class:`~oci.response.Response`
|
3288
3288
|
|
3289
3289
|
:example:
|
3290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
3290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
|
3291
3291
|
"""
|
3292
3292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3293
3293
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -3391,7 +3391,7 @@ class OperationsInsightsClient(object):
|
|
3391
3391
|
:rtype: :class:`~oci.response.Response`
|
3392
3392
|
|
3393
3393
|
:example:
|
3394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
3394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
|
3395
3395
|
"""
|
3396
3396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3397
3397
|
required_arguments = ['exadataInsightId']
|
@@ -3495,7 +3495,7 @@ class OperationsInsightsClient(object):
|
|
3495
3495
|
:rtype: :class:`~oci.response.Response`
|
3496
3496
|
|
3497
3497
|
:example:
|
3498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
3498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
|
3499
3499
|
"""
|
3500
3500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3501
3501
|
required_arguments = ['hostInsightId']
|
@@ -3599,7 +3599,7 @@ class OperationsInsightsClient(object):
|
|
3599
3599
|
:rtype: :class:`~oci.response.Response`
|
3600
3600
|
|
3601
3601
|
:example:
|
3602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
3602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
|
3603
3603
|
"""
|
3604
3604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3605
3605
|
required_arguments = ['newsReportId']
|
@@ -3705,7 +3705,7 @@ class OperationsInsightsClient(object):
|
|
3705
3705
|
:rtype: :class:`~oci.response.Response`
|
3706
3706
|
|
3707
3707
|
:example:
|
3708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
3708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
|
3709
3709
|
"""
|
3710
3710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3711
3711
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -3812,7 +3812,7 @@ class OperationsInsightsClient(object):
|
|
3812
3812
|
:rtype: :class:`~oci.response.Response`
|
3813
3813
|
|
3814
3814
|
:example:
|
3815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
3815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
|
3816
3816
|
"""
|
3817
3817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3818
3818
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -3916,7 +3916,7 @@ class OperationsInsightsClient(object):
|
|
3916
3916
|
:rtype: :class:`~oci.response.Response`
|
3917
3917
|
|
3918
3918
|
:example:
|
3919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
3919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
|
3920
3920
|
"""
|
3921
3921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3922
3922
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -4022,7 +4022,7 @@ class OperationsInsightsClient(object):
|
|
4022
4022
|
:rtype: :class:`~oci.response.Response`
|
4023
4023
|
|
4024
4024
|
:example:
|
4025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
4025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
|
4026
4026
|
"""
|
4027
4027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4028
4028
|
required_arguments = ['opsiConfigurationId']
|
@@ -4134,7 +4134,7 @@ class OperationsInsightsClient(object):
|
|
4134
4134
|
:rtype: :class:`~oci.response.Response`
|
4135
4135
|
|
4136
4136
|
:example:
|
4137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
4137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
|
4138
4138
|
"""
|
4139
4139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4140
4140
|
required_arguments = ['databaseInsightId']
|
@@ -4249,7 +4249,7 @@ class OperationsInsightsClient(object):
|
|
4249
4249
|
:rtype: :class:`~oci.response.Response`
|
4250
4250
|
|
4251
4251
|
:example:
|
4252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
4252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
|
4253
4253
|
"""
|
4254
4254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4255
4255
|
required_arguments = ['awrHubSourceId']
|
@@ -4364,7 +4364,7 @@ class OperationsInsightsClient(object):
|
|
4364
4364
|
:rtype: :class:`~oci.response.Response`
|
4365
4365
|
|
4366
4366
|
:example:
|
4367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
4367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
|
4368
4368
|
"""
|
4369
4369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4370
4370
|
required_arguments = ['databaseInsightId']
|
@@ -4479,7 +4479,7 @@ class OperationsInsightsClient(object):
|
|
4479
4479
|
:rtype: :class:`~oci.response.Response`
|
4480
4480
|
|
4481
4481
|
:example:
|
4482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
4482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
|
4483
4483
|
"""
|
4484
4484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4485
4485
|
required_arguments = ['exadataInsightId']
|
@@ -4594,7 +4594,7 @@ class OperationsInsightsClient(object):
|
|
4594
4594
|
:rtype: :class:`~oci.response.Response`
|
4595
4595
|
|
4596
4596
|
:example:
|
4597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
4597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
|
4598
4598
|
"""
|
4599
4599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4600
4600
|
required_arguments = ['hostInsightId']
|
@@ -4707,7 +4707,7 @@ class OperationsInsightsClient(object):
|
|
4707
4707
|
:rtype: :class:`~oci.response.Response`
|
4708
4708
|
|
4709
4709
|
:example:
|
4710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
4710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
|
4711
4711
|
"""
|
4712
4712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4713
4713
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -4827,7 +4827,7 @@ class OperationsInsightsClient(object):
|
|
4827
4827
|
:rtype: :class:`~oci.response.Response`
|
4828
4828
|
|
4829
4829
|
:example:
|
4830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
4830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
|
4831
4831
|
"""
|
4832
4832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4833
4833
|
required_arguments = ['databaseInsightId']
|
@@ -4944,7 +4944,7 @@ class OperationsInsightsClient(object):
|
|
4944
4944
|
:rtype: :class:`~oci.response.Response`
|
4945
4945
|
|
4946
4946
|
:example:
|
4947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
4947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
|
4948
4948
|
"""
|
4949
4949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4950
4950
|
required_arguments = ['awrHubSourceId']
|
@@ -5062,7 +5062,7 @@ class OperationsInsightsClient(object):
|
|
5062
5062
|
:rtype: :class:`~oci.response.Response`
|
5063
5063
|
|
5064
5064
|
:example:
|
5065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
5065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
|
5066
5066
|
"""
|
5067
5067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5068
5068
|
required_arguments = ['databaseInsightId']
|
@@ -5182,7 +5182,7 @@ class OperationsInsightsClient(object):
|
|
5182
5182
|
:rtype: :class:`~oci.response.Response`
|
5183
5183
|
|
5184
5184
|
:example:
|
5185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
5185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
|
5186
5186
|
"""
|
5187
5187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5188
5188
|
required_arguments = ['exadataInsightId']
|
@@ -5302,7 +5302,7 @@ class OperationsInsightsClient(object):
|
|
5302
5302
|
:rtype: :class:`~oci.response.Response`
|
5303
5303
|
|
5304
5304
|
:example:
|
5305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
5305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
|
5306
5306
|
"""
|
5307
5307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5308
5308
|
required_arguments = ['hostInsightId']
|
@@ -5438,7 +5438,7 @@ class OperationsInsightsClient(object):
|
|
5438
5438
|
:rtype: :class:`~oci.response.Response`
|
5439
5439
|
|
5440
5440
|
:example:
|
5441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
5441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
|
5442
5442
|
"""
|
5443
5443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5444
5444
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -5602,7 +5602,7 @@ class OperationsInsightsClient(object):
|
|
5602
5602
|
:rtype: :class:`~oci.response.Response`
|
5603
5603
|
|
5604
5604
|
:example:
|
5605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
5605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
|
5606
5606
|
"""
|
5607
5607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5608
5608
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
|
@@ -5728,7 +5728,7 @@ class OperationsInsightsClient(object):
|
|
5728
5728
|
:rtype: :class:`~oci.response.Response`
|
5729
5729
|
|
5730
5730
|
:example:
|
5731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
5731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
|
5732
5732
|
"""
|
5733
5733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5734
5734
|
required_arguments = ['awrHubId']
|
@@ -5830,7 +5830,7 @@ class OperationsInsightsClient(object):
|
|
5830
5830
|
:rtype: :class:`~oci.response.Response`
|
5831
5831
|
|
5832
5832
|
:example:
|
5833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
5833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
|
5834
5834
|
"""
|
5835
5835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5836
5836
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -5930,7 +5930,7 @@ class OperationsInsightsClient(object):
|
|
5930
5930
|
:rtype: :class:`~oci.response.Response`
|
5931
5931
|
|
5932
5932
|
:example:
|
5933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
5933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
|
5934
5934
|
"""
|
5935
5935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5936
5936
|
required_arguments = ['awrHubSourceId']
|
@@ -6053,7 +6053,7 @@ class OperationsInsightsClient(object):
|
|
6053
6053
|
:rtype: :class:`~oci.response.Response`
|
6054
6054
|
|
6055
6055
|
:example:
|
6056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
6056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
|
6057
6057
|
"""
|
6058
6058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6059
6059
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -6178,7 +6178,7 @@ class OperationsInsightsClient(object):
|
|
6178
6178
|
:rtype: :class:`~oci.response.Response`
|
6179
6179
|
|
6180
6180
|
:example:
|
6181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
6181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
|
6182
6182
|
"""
|
6183
6183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6184
6184
|
required_arguments = ['databaseInsightId']
|
@@ -6277,7 +6277,7 @@ class OperationsInsightsClient(object):
|
|
6277
6277
|
:rtype: :class:`~oci.response.Response`
|
6278
6278
|
|
6279
6279
|
:example:
|
6280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
6280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
|
6281
6281
|
"""
|
6282
6282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6283
6283
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -6376,7 +6376,7 @@ class OperationsInsightsClient(object):
|
|
6376
6376
|
:rtype: :class:`~oci.response.Response`
|
6377
6377
|
|
6378
6378
|
:example:
|
6379
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
6379
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
|
6380
6380
|
"""
|
6381
6381
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6382
6382
|
required_arguments = ['exadataInsightId']
|
@@ -6475,7 +6475,7 @@ class OperationsInsightsClient(object):
|
|
6475
6475
|
:rtype: :class:`~oci.response.Response`
|
6476
6476
|
|
6477
6477
|
:example:
|
6478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
6478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
|
6479
6479
|
"""
|
6480
6480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6481
6481
|
required_arguments = ['hostInsightId']
|
@@ -6574,7 +6574,7 @@ class OperationsInsightsClient(object):
|
|
6574
6574
|
:rtype: :class:`~oci.response.Response`
|
6575
6575
|
|
6576
6576
|
:example:
|
6577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
6577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
|
6578
6578
|
"""
|
6579
6579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6580
6580
|
required_arguments = ['newsReportId']
|
@@ -6675,7 +6675,7 @@ class OperationsInsightsClient(object):
|
|
6675
6675
|
:rtype: :class:`~oci.response.Response`
|
6676
6676
|
|
6677
6677
|
:example:
|
6678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
6678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
|
6679
6679
|
"""
|
6680
6680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6681
6681
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -6775,7 +6775,7 @@ class OperationsInsightsClient(object):
|
|
6775
6775
|
:rtype: :class:`~oci.response.Response`
|
6776
6776
|
|
6777
6777
|
:example:
|
6778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
6778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
|
6779
6779
|
"""
|
6780
6780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6781
6781
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -6874,7 +6874,7 @@ class OperationsInsightsClient(object):
|
|
6874
6874
|
:rtype: :class:`~oci.response.Response`
|
6875
6875
|
|
6876
6876
|
:example:
|
6877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
6877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
|
6878
6878
|
"""
|
6879
6879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6880
6880
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -6996,7 +6996,7 @@ class OperationsInsightsClient(object):
|
|
6996
6996
|
:rtype: :class:`~oci.response.Response`
|
6997
6997
|
|
6998
6998
|
:example:
|
6999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
6999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
|
7000
7000
|
"""
|
7001
7001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7002
7002
|
required_arguments = ['opsiConfigurationId']
|
@@ -7138,7 +7138,7 @@ class OperationsInsightsClient(object):
|
|
7138
7138
|
:rtype: :class:`~oci.response.Response`
|
7139
7139
|
|
7140
7140
|
:example:
|
7141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
7141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
|
7142
7142
|
"""
|
7143
7143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7144
7144
|
required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
|
@@ -7244,7 +7244,7 @@ class OperationsInsightsClient(object):
|
|
7244
7244
|
:rtype: :class:`~oci.response.Response`
|
7245
7245
|
|
7246
7246
|
:example:
|
7247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
7247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
7248
7248
|
"""
|
7249
7249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7250
7250
|
required_arguments = ['workRequestId']
|
@@ -7346,7 +7346,7 @@ class OperationsInsightsClient(object):
|
|
7346
7346
|
:rtype: :class:`~oci.response.Response`
|
7347
7347
|
|
7348
7348
|
:example:
|
7349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
7349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
|
7350
7350
|
"""
|
7351
7351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7352
7352
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -7468,7 +7468,7 @@ class OperationsInsightsClient(object):
|
|
7468
7468
|
:rtype: :class:`~oci.response.Response`
|
7469
7469
|
|
7470
7470
|
:example:
|
7471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
7471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
|
7472
7472
|
"""
|
7473
7473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7474
7474
|
required_arguments = []
|
@@ -7595,7 +7595,7 @@ class OperationsInsightsClient(object):
|
|
7595
7595
|
:rtype: :class:`~oci.response.Response`
|
7596
7596
|
|
7597
7597
|
:example:
|
7598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
7598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
|
7599
7599
|
"""
|
7600
7600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7601
7601
|
required_arguments = []
|
@@ -7717,7 +7717,7 @@ class OperationsInsightsClient(object):
|
|
7717
7717
|
:rtype: :class:`~oci.response.Response`
|
7718
7718
|
|
7719
7719
|
:example:
|
7720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
7720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
|
7721
7721
|
"""
|
7722
7722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7723
7723
|
required_arguments = ['id']
|
@@ -7836,7 +7836,7 @@ class OperationsInsightsClient(object):
|
|
7836
7836
|
:rtype: :class:`~oci.response.Response`
|
7837
7837
|
|
7838
7838
|
:example:
|
7839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
7839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
|
7840
7840
|
"""
|
7841
7841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7842
7842
|
required_arguments = ['id']
|
@@ -7961,7 +7961,7 @@ class OperationsInsightsClient(object):
|
|
7961
7961
|
:rtype: :class:`~oci.response.Response`
|
7962
7962
|
|
7963
7963
|
:example:
|
7964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
7964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_my_sql_sql_stats.py.html>`__ to see an example of how to use ingest_my_sql_sql_stats API.
|
7965
7965
|
"""
|
7966
7966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7967
7967
|
required_arguments = []
|
@@ -8095,7 +8095,7 @@ class OperationsInsightsClient(object):
|
|
8095
8095
|
:rtype: :class:`~oci.response.Response`
|
8096
8096
|
|
8097
8097
|
:example:
|
8098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
8098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_my_sql_sql_text.py.html>`__ to see an example of how to use ingest_my_sql_sql_text API.
|
8099
8099
|
"""
|
8100
8100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8101
8101
|
required_arguments = []
|
@@ -8230,7 +8230,7 @@ class OperationsInsightsClient(object):
|
|
8230
8230
|
:rtype: :class:`~oci.response.Response`
|
8231
8231
|
|
8232
8232
|
:example:
|
8233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
8233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
|
8234
8234
|
"""
|
8235
8235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8236
8236
|
required_arguments = []
|
@@ -8365,7 +8365,7 @@ class OperationsInsightsClient(object):
|
|
8365
8365
|
:rtype: :class:`~oci.response.Response`
|
8366
8366
|
|
8367
8367
|
:example:
|
8368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
8368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
|
8369
8369
|
"""
|
8370
8370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8371
8371
|
required_arguments = []
|
@@ -8495,7 +8495,7 @@ class OperationsInsightsClient(object):
|
|
8495
8495
|
:rtype: :class:`~oci.response.Response`
|
8496
8496
|
|
8497
8497
|
:example:
|
8498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
8498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
|
8499
8499
|
"""
|
8500
8500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8501
8501
|
required_arguments = []
|
@@ -8629,7 +8629,7 @@ class OperationsInsightsClient(object):
|
|
8629
8629
|
:rtype: :class:`~oci.response.Response`
|
8630
8630
|
|
8631
8631
|
:example:
|
8632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
8632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
|
8633
8633
|
"""
|
8634
8634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8635
8635
|
required_arguments = []
|
@@ -8801,7 +8801,7 @@ class OperationsInsightsClient(object):
|
|
8801
8801
|
:rtype: :class:`~oci.response.Response`
|
8802
8802
|
|
8803
8803
|
:example:
|
8804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
8804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
|
8805
8805
|
"""
|
8806
8806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8807
8807
|
required_arguments = ['compartmentId']
|
@@ -9016,7 +9016,7 @@ class OperationsInsightsClient(object):
|
|
9016
9016
|
:rtype: :class:`~oci.response.Response`
|
9017
9017
|
|
9018
9018
|
:example:
|
9019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
9019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
|
9020
9020
|
"""
|
9021
9021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9022
9022
|
required_arguments = ['compartmentId']
|
@@ -9220,7 +9220,7 @@ class OperationsInsightsClient(object):
|
|
9220
9220
|
:rtype: :class:`~oci.response.Response`
|
9221
9221
|
|
9222
9222
|
:example:
|
9223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
9223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
|
9224
9224
|
"""
|
9225
9225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9226
9226
|
required_arguments = ['compartmentId']
|
@@ -9416,7 +9416,7 @@ class OperationsInsightsClient(object):
|
|
9416
9416
|
:rtype: :class:`~oci.response.Response`
|
9417
9417
|
|
9418
9418
|
:example:
|
9419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
9419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
|
9420
9420
|
"""
|
9421
9421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9422
9422
|
required_arguments = ['compartmentId']
|
@@ -9647,7 +9647,7 @@ class OperationsInsightsClient(object):
|
|
9647
9647
|
:rtype: :class:`~oci.response.Response`
|
9648
9648
|
|
9649
9649
|
:example:
|
9650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
9650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
|
9651
9651
|
"""
|
9652
9652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9653
9653
|
required_arguments = ['compartmentId']
|
@@ -9872,7 +9872,7 @@ class OperationsInsightsClient(object):
|
|
9872
9872
|
:rtype: :class:`~oci.response.Response`
|
9873
9873
|
|
9874
9874
|
:example:
|
9875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
9875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
|
9876
9876
|
"""
|
9877
9877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9878
9878
|
required_arguments = ['compartmentId']
|
@@ -10054,7 +10054,7 @@ class OperationsInsightsClient(object):
|
|
10054
10054
|
:rtype: :class:`~oci.response.Response`
|
10055
10055
|
|
10056
10056
|
:example:
|
10057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
10057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
|
10058
10058
|
"""
|
10059
10059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10060
10060
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -10227,7 +10227,7 @@ class OperationsInsightsClient(object):
|
|
10227
10227
|
:rtype: :class:`~oci.response.Response`
|
10228
10228
|
|
10229
10229
|
:example:
|
10230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
10230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
|
10231
10231
|
"""
|
10232
10232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10233
10233
|
required_arguments = ['awrHubId']
|
@@ -10403,7 +10403,7 @@ class OperationsInsightsClient(object):
|
|
10403
10403
|
:rtype: :class:`~oci.response.Response`
|
10404
10404
|
|
10405
10405
|
:example:
|
10406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
10406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
|
10407
10407
|
"""
|
10408
10408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10409
10409
|
required_arguments = ['awrHubSourceId']
|
@@ -10584,7 +10584,7 @@ class OperationsInsightsClient(object):
|
|
10584
10584
|
:rtype: :class:`~oci.response.Response`
|
10585
10585
|
|
10586
10586
|
:example:
|
10587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
10587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
|
10588
10588
|
"""
|
10589
10589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10590
10590
|
required_arguments = ['awrHubId']
|
@@ -10778,7 +10778,7 @@ class OperationsInsightsClient(object):
|
|
10778
10778
|
:rtype: :class:`~oci.response.Response`
|
10779
10779
|
|
10780
10780
|
:example:
|
10781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
10781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
|
10782
10782
|
"""
|
10783
10783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10784
10784
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -10946,7 +10946,7 @@ class OperationsInsightsClient(object):
|
|
10946
10946
|
:rtype: :class:`~oci.response.Response`
|
10947
10947
|
|
10948
10948
|
:example:
|
10949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
10949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
|
10950
10950
|
"""
|
10951
10951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10952
10952
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -11168,7 +11168,7 @@ class OperationsInsightsClient(object):
|
|
11168
11168
|
:rtype: :class:`~oci.response.Response`
|
11169
11169
|
|
11170
11170
|
:example:
|
11171
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
11171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
|
11172
11172
|
"""
|
11173
11173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11174
11174
|
required_arguments = []
|
@@ -11393,7 +11393,7 @@ class OperationsInsightsClient(object):
|
|
11393
11393
|
:rtype: :class:`~oci.response.Response`
|
11394
11394
|
|
11395
11395
|
:example:
|
11396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
11396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
|
11397
11397
|
"""
|
11398
11398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11399
11399
|
required_arguments = []
|
@@ -11605,7 +11605,7 @@ class OperationsInsightsClient(object):
|
|
11605
11605
|
:rtype: :class:`~oci.response.Response`
|
11606
11606
|
|
11607
11607
|
:example:
|
11608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
11608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
|
11609
11609
|
"""
|
11610
11610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11611
11611
|
required_arguments = []
|
@@ -11803,7 +11803,7 @@ class OperationsInsightsClient(object):
|
|
11803
11803
|
:rtype: :class:`~oci.response.Response`
|
11804
11804
|
|
11805
11805
|
:example:
|
11806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
11806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
|
11807
11807
|
"""
|
11808
11808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11809
11809
|
required_arguments = []
|
@@ -11988,7 +11988,7 @@ class OperationsInsightsClient(object):
|
|
11988
11988
|
:rtype: :class:`~oci.response.Response`
|
11989
11989
|
|
11990
11990
|
:example:
|
11991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
11991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
|
11992
11992
|
"""
|
11993
11993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11994
11994
|
required_arguments = []
|
@@ -12228,7 +12228,7 @@ class OperationsInsightsClient(object):
|
|
12228
12228
|
:rtype: :class:`~oci.response.Response`
|
12229
12229
|
|
12230
12230
|
:example:
|
12231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
12231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
|
12232
12232
|
"""
|
12233
12233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12234
12234
|
required_arguments = []
|
@@ -12454,7 +12454,7 @@ class OperationsInsightsClient(object):
|
|
12454
12454
|
:rtype: :class:`~oci.response.Response`
|
12455
12455
|
|
12456
12456
|
:example:
|
12457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
12457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
|
12458
12458
|
"""
|
12459
12459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12460
12460
|
required_arguments = []
|
@@ -12690,7 +12690,7 @@ class OperationsInsightsClient(object):
|
|
12690
12690
|
:rtype: :class:`~oci.response.Response`
|
12691
12691
|
|
12692
12692
|
:example:
|
12693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
12693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
|
12694
12694
|
"""
|
12695
12695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12696
12696
|
required_arguments = ['compartmentId', 'id']
|
@@ -12871,7 +12871,7 @@ class OperationsInsightsClient(object):
|
|
12871
12871
|
:rtype: :class:`~oci.response.Response`
|
12872
12872
|
|
12873
12873
|
:example:
|
12874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
12874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
|
12875
12875
|
"""
|
12876
12876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12877
12877
|
required_arguments = ['compartmentId']
|
@@ -13021,7 +13021,7 @@ class OperationsInsightsClient(object):
|
|
13021
13021
|
:rtype: :class:`~oci.response.Response`
|
13022
13022
|
|
13023
13023
|
:example:
|
13024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
13024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
|
13025
13025
|
"""
|
13026
13026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13027
13027
|
required_arguments = ['compartmentId']
|
@@ -13162,7 +13162,7 @@ class OperationsInsightsClient(object):
|
|
13162
13162
|
:rtype: :class:`~oci.response.Response`
|
13163
13163
|
|
13164
13164
|
:example:
|
13165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
13165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
|
13166
13166
|
"""
|
13167
13167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13168
13168
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -13321,7 +13321,7 @@ class OperationsInsightsClient(object):
|
|
13321
13321
|
:rtype: :class:`~oci.response.Response`
|
13322
13322
|
|
13323
13323
|
:example:
|
13324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
13324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
|
13325
13325
|
"""
|
13326
13326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13327
13327
|
required_arguments = []
|
@@ -13512,7 +13512,7 @@ class OperationsInsightsClient(object):
|
|
13512
13512
|
:rtype: :class:`~oci.response.Response`
|
13513
13513
|
|
13514
13514
|
:example:
|
13515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
13515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
|
13516
13516
|
"""
|
13517
13517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13518
13518
|
required_arguments = []
|
@@ -13691,7 +13691,7 @@ class OperationsInsightsClient(object):
|
|
13691
13691
|
:rtype: :class:`~oci.response.Response`
|
13692
13692
|
|
13693
13693
|
:example:
|
13694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
13694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
|
13695
13695
|
"""
|
13696
13696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13697
13697
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -13863,7 +13863,7 @@ class OperationsInsightsClient(object):
|
|
13863
13863
|
:rtype: :class:`~oci.response.Response`
|
13864
13864
|
|
13865
13865
|
:example:
|
13866
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
13866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
|
13867
13867
|
"""
|
13868
13868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13869
13869
|
required_arguments = []
|
@@ -14035,7 +14035,7 @@ class OperationsInsightsClient(object):
|
|
14035
14035
|
:rtype: :class:`~oci.response.Response`
|
14036
14036
|
|
14037
14037
|
:example:
|
14038
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
14038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
|
14039
14039
|
"""
|
14040
14040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14041
14041
|
required_arguments = ['compartmentId']
|
@@ -14215,7 +14215,7 @@ class OperationsInsightsClient(object):
|
|
14215
14215
|
:rtype: :class:`~oci.response.Response`
|
14216
14216
|
|
14217
14217
|
:example:
|
14218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
14218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
|
14219
14219
|
"""
|
14220
14220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14221
14221
|
required_arguments = ['compartmentId']
|
@@ -14375,7 +14375,7 @@ class OperationsInsightsClient(object):
|
|
14375
14375
|
:rtype: :class:`~oci.response.Response`
|
14376
14376
|
|
14377
14377
|
:example:
|
14378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
14378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
|
14379
14379
|
"""
|
14380
14380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14381
14381
|
required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
|
@@ -14538,7 +14538,7 @@ class OperationsInsightsClient(object):
|
|
14538
14538
|
:rtype: :class:`~oci.response.Response`
|
14539
14539
|
|
14540
14540
|
:example:
|
14541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
14541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
|
14542
14542
|
"""
|
14543
14543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14544
14544
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14702,7 +14702,7 @@ class OperationsInsightsClient(object):
|
|
14702
14702
|
:rtype: :class:`~oci.response.Response`
|
14703
14703
|
|
14704
14704
|
:example:
|
14705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
14705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
|
14706
14706
|
"""
|
14707
14707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14708
14708
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14862,7 +14862,7 @@ class OperationsInsightsClient(object):
|
|
14862
14862
|
:rtype: :class:`~oci.response.Response`
|
14863
14863
|
|
14864
14864
|
:example:
|
14865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
14865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
|
14866
14866
|
"""
|
14867
14867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14868
14868
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -15040,7 +15040,7 @@ class OperationsInsightsClient(object):
|
|
15040
15040
|
:rtype: :class:`~oci.response.Response`
|
15041
15041
|
|
15042
15042
|
:example:
|
15043
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
15043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
15044
15044
|
"""
|
15045
15045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15046
15046
|
required_arguments = ['workRequestId']
|
@@ -15193,7 +15193,7 @@ class OperationsInsightsClient(object):
|
|
15193
15193
|
:rtype: :class:`~oci.response.Response`
|
15194
15194
|
|
15195
15195
|
:example:
|
15196
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
15196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
15197
15197
|
"""
|
15198
15198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15199
15199
|
required_arguments = ['workRequestId']
|
@@ -15362,7 +15362,7 @@ class OperationsInsightsClient(object):
|
|
15362
15362
|
:rtype: :class:`~oci.response.Response`
|
15363
15363
|
|
15364
15364
|
:example:
|
15365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
15365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
15366
15366
|
"""
|
15367
15367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15368
15368
|
required_arguments = []
|
@@ -15512,7 +15512,7 @@ class OperationsInsightsClient(object):
|
|
15512
15512
|
:rtype: :class:`~oci.response.Response`
|
15513
15513
|
|
15514
15514
|
:example:
|
15515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
15515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
|
15516
15516
|
"""
|
15517
15517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15518
15518
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -15659,7 +15659,7 @@ class OperationsInsightsClient(object):
|
|
15659
15659
|
:rtype: :class:`~oci.response.Response`
|
15660
15660
|
|
15661
15661
|
:example:
|
15662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
15662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
|
15663
15663
|
"""
|
15664
15664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15665
15665
|
required_arguments = ['compartmentId']
|
@@ -15786,7 +15786,7 @@ class OperationsInsightsClient(object):
|
|
15786
15786
|
:rtype: :class:`~oci.response.Response`
|
15787
15787
|
|
15788
15788
|
:example:
|
15789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
15789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
|
15790
15790
|
"""
|
15791
15791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15792
15792
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -15903,7 +15903,7 @@ class OperationsInsightsClient(object):
|
|
15903
15903
|
:rtype: :class:`~oci.response.Response`
|
15904
15904
|
|
15905
15905
|
:example:
|
15906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
15906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
|
15907
15907
|
"""
|
15908
15908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15909
15909
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -16087,7 +16087,7 @@ class OperationsInsightsClient(object):
|
|
16087
16087
|
:rtype: :class:`~oci.response.Response`
|
16088
16088
|
|
16089
16089
|
:example:
|
16090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
16090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
|
16091
16091
|
"""
|
16092
16092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16093
16093
|
required_arguments = ['compartmentId']
|
@@ -16317,7 +16317,7 @@ class OperationsInsightsClient(object):
|
|
16317
16317
|
:rtype: :class:`~oci.response.Response`
|
16318
16318
|
|
16319
16319
|
:example:
|
16320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
16320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
|
16321
16321
|
"""
|
16322
16322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16323
16323
|
required_arguments = ['compartmentId', 'name']
|
@@ -16568,7 +16568,7 @@ class OperationsInsightsClient(object):
|
|
16568
16568
|
:rtype: :class:`~oci.response.Response`
|
16569
16569
|
|
16570
16570
|
:example:
|
16571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
16571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
|
16572
16572
|
"""
|
16573
16573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16574
16574
|
required_arguments = ['compartmentId']
|
@@ -16839,7 +16839,7 @@ class OperationsInsightsClient(object):
|
|
16839
16839
|
:rtype: :class:`~oci.response.Response`
|
16840
16840
|
|
16841
16841
|
:example:
|
16842
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
16842
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
|
16843
16843
|
"""
|
16844
16844
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16845
16845
|
required_arguments = ['compartmentId']
|
@@ -17059,7 +17059,7 @@ class OperationsInsightsClient(object):
|
|
17059
17059
|
:rtype: :class:`~oci.response.Response`
|
17060
17060
|
|
17061
17061
|
:example:
|
17062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
17062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
|
17063
17063
|
"""
|
17064
17064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17065
17065
|
required_arguments = ['compartmentId', 'objectIdentifier']
|
@@ -17249,7 +17249,7 @@ class OperationsInsightsClient(object):
|
|
17249
17249
|
:rtype: :class:`~oci.response.Response`
|
17250
17250
|
|
17251
17251
|
:example:
|
17252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
17252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
|
17253
17253
|
"""
|
17254
17254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17255
17255
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -17423,7 +17423,7 @@ class OperationsInsightsClient(object):
|
|
17423
17423
|
:rtype: :class:`~oci.response.Response`
|
17424
17424
|
|
17425
17425
|
:example:
|
17426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
17426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
|
17427
17427
|
"""
|
17428
17428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17429
17429
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -17621,7 +17621,7 @@ class OperationsInsightsClient(object):
|
|
17621
17621
|
:rtype: :class:`~oci.response.Response`
|
17622
17622
|
|
17623
17623
|
:example:
|
17624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
17624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
|
17625
17625
|
"""
|
17626
17626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17627
17627
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -17815,7 +17815,7 @@ class OperationsInsightsClient(object):
|
|
17815
17815
|
:rtype: :class:`~oci.response.Response`
|
17816
17816
|
|
17817
17817
|
:example:
|
17818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
17818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
|
17819
17819
|
"""
|
17820
17820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17821
17821
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18033,7 +18033,7 @@ class OperationsInsightsClient(object):
|
|
18033
18033
|
:rtype: :class:`~oci.response.Response`
|
18034
18034
|
|
18035
18035
|
:example:
|
18036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
18036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
|
18037
18037
|
"""
|
18038
18038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18039
18039
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18237,7 +18237,7 @@ class OperationsInsightsClient(object):
|
|
18237
18237
|
:rtype: :class:`~oci.response.Response`
|
18238
18238
|
|
18239
18239
|
:example:
|
18240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
18240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
|
18241
18241
|
"""
|
18242
18242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18243
18243
|
required_arguments = ['awrHubId']
|
@@ -18421,7 +18421,7 @@ class OperationsInsightsClient(object):
|
|
18421
18421
|
:rtype: :class:`~oci.response.Response`
|
18422
18422
|
|
18423
18423
|
:example:
|
18424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
18424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
|
18425
18425
|
"""
|
18426
18426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18427
18427
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18600,7 +18600,7 @@ class OperationsInsightsClient(object):
|
|
18600
18600
|
:rtype: :class:`~oci.response.Response`
|
18601
18601
|
|
18602
18602
|
:example:
|
18603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
18603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
|
18604
18604
|
"""
|
18605
18605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18606
18606
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18805,7 +18805,7 @@ class OperationsInsightsClient(object):
|
|
18805
18805
|
:rtype: :class:`~oci.response.Response`
|
18806
18806
|
|
18807
18807
|
:example:
|
18808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
18808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
|
18809
18809
|
"""
|
18810
18810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18811
18811
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -19006,7 +19006,7 @@ class OperationsInsightsClient(object):
|
|
19006
19006
|
:rtype: :class:`~oci.response.Response`
|
19007
19007
|
|
19008
19008
|
:example:
|
19009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
19009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
|
19010
19010
|
"""
|
19011
19011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19012
19012
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -19189,7 +19189,7 @@ class OperationsInsightsClient(object):
|
|
19189
19189
|
:rtype: :class:`~oci.response.Response`
|
19190
19190
|
|
19191
19191
|
:example:
|
19192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
19192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
|
19193
19193
|
"""
|
19194
19194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19195
19195
|
required_arguments = ['awrHubId']
|
@@ -19355,7 +19355,7 @@ class OperationsInsightsClient(object):
|
|
19355
19355
|
:rtype: :class:`~oci.response.Response`
|
19356
19356
|
|
19357
19357
|
:example:
|
19358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
19358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
|
19359
19359
|
"""
|
19360
19360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19361
19361
|
required_arguments = []
|
@@ -19602,7 +19602,7 @@ class OperationsInsightsClient(object):
|
|
19602
19602
|
:rtype: :class:`~oci.response.Response`
|
19603
19603
|
|
19604
19604
|
:example:
|
19605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
19605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
|
19606
19606
|
"""
|
19607
19607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19608
19608
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -19910,7 +19910,7 @@ class OperationsInsightsClient(object):
|
|
19910
19910
|
:rtype: :class:`~oci.response.Response`
|
19911
19911
|
|
19912
19912
|
:example:
|
19913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
19913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
|
19914
19914
|
"""
|
19915
19915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19916
19916
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20216,7 +20216,7 @@ class OperationsInsightsClient(object):
|
|
20216
20216
|
:rtype: :class:`~oci.response.Response`
|
20217
20217
|
|
20218
20218
|
:example:
|
20219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
20219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
|
20220
20220
|
"""
|
20221
20221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20222
20222
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20484,7 +20484,7 @@ class OperationsInsightsClient(object):
|
|
20484
20484
|
:rtype: :class:`~oci.response.Response`
|
20485
20485
|
|
20486
20486
|
:example:
|
20487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
20487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
|
20488
20488
|
"""
|
20489
20489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20490
20490
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20730,7 +20730,7 @@ class OperationsInsightsClient(object):
|
|
20730
20730
|
:rtype: :class:`~oci.response.Response`
|
20731
20731
|
|
20732
20732
|
:example:
|
20733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
20733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
|
20734
20734
|
"""
|
20735
20735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20736
20736
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20990,7 +20990,7 @@ class OperationsInsightsClient(object):
|
|
20990
20990
|
:rtype: :class:`~oci.response.Response`
|
20991
20991
|
|
20992
20992
|
:example:
|
20993
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
20993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
|
20994
20994
|
"""
|
20995
20995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20996
20996
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -21182,7 +21182,7 @@ class OperationsInsightsClient(object):
|
|
21182
21182
|
:rtype: :class:`~oci.response.Response`
|
21183
21183
|
|
21184
21184
|
:example:
|
21185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
21185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
|
21186
21186
|
"""
|
21187
21187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21188
21188
|
required_arguments = ['compartmentId']
|
@@ -21380,7 +21380,7 @@ class OperationsInsightsClient(object):
|
|
21380
21380
|
:rtype: :class:`~oci.response.Response`
|
21381
21381
|
|
21382
21382
|
:example:
|
21383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
21383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
|
21384
21384
|
"""
|
21385
21385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21386
21386
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -21611,7 +21611,7 @@ class OperationsInsightsClient(object):
|
|
21611
21611
|
:rtype: :class:`~oci.response.Response`
|
21612
21612
|
|
21613
21613
|
:example:
|
21614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
21614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_insight_resource_capacity_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend_aggregated API.
|
21615
21615
|
"""
|
21616
21616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21617
21617
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -21864,7 +21864,7 @@ class OperationsInsightsClient(object):
|
|
21864
21864
|
:rtype: :class:`~oci.response.Response`
|
21865
21865
|
|
21866
21866
|
:example:
|
21867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
21867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
|
21868
21868
|
"""
|
21869
21869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21870
21870
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -22133,7 +22133,7 @@ class OperationsInsightsClient(object):
|
|
22133
22133
|
:rtype: :class:`~oci.response.Response`
|
22134
22134
|
|
22135
22135
|
:example:
|
22136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
22136
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_insight_resource_forecast_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend_aggregated API.
|
22137
22137
|
"""
|
22138
22138
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22139
22139
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -22352,7 +22352,7 @@ class OperationsInsightsClient(object):
|
|
22352
22352
|
:rtype: :class:`~oci.response.Response`
|
22353
22353
|
|
22354
22354
|
:example:
|
22355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
22355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
|
22356
22356
|
"""
|
22357
22357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22358
22358
|
required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
|
@@ -22590,7 +22590,7 @@ class OperationsInsightsClient(object):
|
|
22590
22590
|
:rtype: :class:`~oci.response.Response`
|
22591
22591
|
|
22592
22592
|
:example:
|
22593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
22593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
|
22594
22594
|
"""
|
22595
22595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22596
22596
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22821,7 +22821,7 @@ class OperationsInsightsClient(object):
|
|
22821
22821
|
:rtype: :class:`~oci.response.Response`
|
22822
22822
|
|
22823
22823
|
:example:
|
22824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
22824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
|
22825
22825
|
"""
|
22826
22826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22827
22827
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -23039,7 +23039,7 @@ class OperationsInsightsClient(object):
|
|
23039
23039
|
:rtype: :class:`~oci.response.Response`
|
23040
23040
|
|
23041
23041
|
:example:
|
23042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
23042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
|
23043
23043
|
"""
|
23044
23044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23045
23045
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -23199,7 +23199,7 @@ class OperationsInsightsClient(object):
|
|
23199
23199
|
:rtype: :class:`~oci.response.Response`
|
23200
23200
|
|
23201
23201
|
:example:
|
23202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
23202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
|
23203
23203
|
"""
|
23204
23204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23205
23205
|
required_arguments = ['exadataInsightId']
|
@@ -23358,7 +23358,7 @@ class OperationsInsightsClient(object):
|
|
23358
23358
|
:rtype: :class:`~oci.response.Response`
|
23359
23359
|
|
23360
23360
|
:example:
|
23361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
23361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
|
23362
23362
|
"""
|
23363
23363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23364
23364
|
required_arguments = ['compartmentId', 'id']
|
@@ -23529,7 +23529,7 @@ class OperationsInsightsClient(object):
|
|
23529
23529
|
:rtype: :class:`~oci.response.Response`
|
23530
23530
|
|
23531
23531
|
:example:
|
23532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
23532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
|
23533
23533
|
"""
|
23534
23534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23535
23535
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -23701,7 +23701,7 @@ class OperationsInsightsClient(object):
|
|
23701
23701
|
:rtype: :class:`~oci.response.Response`
|
23702
23702
|
|
23703
23703
|
:example:
|
23704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
23704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
|
23705
23705
|
"""
|
23706
23706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23707
23707
|
required_arguments = ['compartmentId', 'id']
|
@@ -23949,7 +23949,7 @@ class OperationsInsightsClient(object):
|
|
23949
23949
|
:rtype: :class:`~oci.response.Response`
|
23950
23950
|
|
23951
23951
|
:example:
|
23952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
23952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
|
23953
23953
|
"""
|
23954
23954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23955
23955
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24267,7 +24267,7 @@ class OperationsInsightsClient(object):
|
|
24267
24267
|
:rtype: :class:`~oci.response.Response`
|
24268
24268
|
|
24269
24269
|
:example:
|
24270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
24270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
|
24271
24271
|
"""
|
24272
24272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24273
24273
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24583,7 +24583,7 @@ class OperationsInsightsClient(object):
|
|
24583
24583
|
:rtype: :class:`~oci.response.Response`
|
24584
24584
|
|
24585
24585
|
:example:
|
24586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
24586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
|
24587
24587
|
"""
|
24588
24588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24589
24589
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24857,7 +24857,7 @@ class OperationsInsightsClient(object):
|
|
24857
24857
|
:rtype: :class:`~oci.response.Response`
|
24858
24858
|
|
24859
24859
|
:example:
|
24860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
24860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
|
24861
24861
|
"""
|
24862
24862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24863
24863
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25109,7 +25109,7 @@ class OperationsInsightsClient(object):
|
|
25109
25109
|
:rtype: :class:`~oci.response.Response`
|
25110
25110
|
|
25111
25111
|
:example:
|
25112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
25112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
|
25113
25113
|
"""
|
25114
25114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25115
25115
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25375,7 +25375,7 @@ class OperationsInsightsClient(object):
|
|
25375
25375
|
:rtype: :class:`~oci.response.Response`
|
25376
25376
|
|
25377
25377
|
:example:
|
25378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
25378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
|
25379
25379
|
"""
|
25380
25380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25381
25381
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25581,7 +25581,7 @@ class OperationsInsightsClient(object):
|
|
25581
25581
|
:rtype: :class:`~oci.response.Response`
|
25582
25582
|
|
25583
25583
|
:example:
|
25584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
25584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
|
25585
25585
|
"""
|
25586
25586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25587
25587
|
required_arguments = ['compartmentId', 'id']
|
@@ -25778,7 +25778,7 @@ class OperationsInsightsClient(object):
|
|
25778
25778
|
:rtype: :class:`~oci.response.Response`
|
25779
25779
|
|
25780
25780
|
:example:
|
25781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
25781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
|
25782
25782
|
"""
|
25783
25783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25784
25784
|
required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
|
@@ -25978,7 +25978,7 @@ class OperationsInsightsClient(object):
|
|
25978
25978
|
:rtype: :class:`~oci.response.Response`
|
25979
25979
|
|
25980
25980
|
:example:
|
25981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
25981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_host_insight_top_processes_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage_trend API.
|
25982
25982
|
"""
|
25983
25983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25984
25984
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -26110,7 +26110,7 @@ class OperationsInsightsClient(object):
|
|
26110
26110
|
:rtype: :class:`~oci.response.Response`
|
26111
26111
|
|
26112
26112
|
:example:
|
26113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
26113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
|
26114
26114
|
"""
|
26115
26115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26116
26116
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -26299,7 +26299,7 @@ class OperationsInsightsClient(object):
|
|
26299
26299
|
:rtype: :class:`~oci.response.Response`
|
26300
26300
|
|
26301
26301
|
:example:
|
26302
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
26302
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
|
26303
26303
|
"""
|
26304
26304
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26305
26305
|
required_arguments = ['compartmentId']
|
@@ -26478,7 +26478,7 @@ class OperationsInsightsClient(object):
|
|
26478
26478
|
:rtype: :class:`~oci.response.Response`
|
26479
26479
|
|
26480
26480
|
:example:
|
26481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
26481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
|
26482
26482
|
"""
|
26483
26483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26484
26484
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26628,7 +26628,7 @@ class OperationsInsightsClient(object):
|
|
26628
26628
|
:rtype: :class:`~oci.response.Response`
|
26629
26629
|
|
26630
26630
|
:example:
|
26631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
26631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
|
26632
26632
|
"""
|
26633
26633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26634
26634
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26854,7 +26854,7 @@ class OperationsInsightsClient(object):
|
|
26854
26854
|
:rtype: :class:`~oci.response.Response`
|
26855
26855
|
|
26856
26856
|
:example:
|
26857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
26857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
|
26858
26858
|
"""
|
26859
26859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26860
26860
|
required_arguments = ['compartmentId']
|
@@ -27107,7 +27107,7 @@ class OperationsInsightsClient(object):
|
|
27107
27107
|
:rtype: :class:`~oci.response.Response`
|
27108
27108
|
|
27109
27109
|
:example:
|
27110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
27110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
|
27111
27111
|
"""
|
27112
27112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27113
27113
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -27275,7 +27275,7 @@ class OperationsInsightsClient(object):
|
|
27275
27275
|
:rtype: :class:`~oci.response.Response`
|
27276
27276
|
|
27277
27277
|
:example:
|
27278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
27278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/summarize_sql_statistics_time_series_by_plan.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series_by_plan API.
|
27279
27279
|
"""
|
27280
27280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27281
27281
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -27400,7 +27400,7 @@ class OperationsInsightsClient(object):
|
|
27400
27400
|
:rtype: :class:`~oci.response.Response`
|
27401
27401
|
|
27402
27402
|
:example:
|
27403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
27403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/test_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use test_macs_managed_cloud_database_insight_connection API.
|
27404
27404
|
"""
|
27405
27405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27406
27406
|
required_arguments = []
|
@@ -27508,7 +27508,7 @@ class OperationsInsightsClient(object):
|
|
27508
27508
|
:rtype: :class:`~oci.response.Response`
|
27509
27509
|
|
27510
27510
|
:example:
|
27511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
27511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
|
27512
27512
|
"""
|
27513
27513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27514
27514
|
required_arguments = ['awrHubId']
|
@@ -27617,7 +27617,7 @@ class OperationsInsightsClient(object):
|
|
27617
27617
|
:rtype: :class:`~oci.response.Response`
|
27618
27618
|
|
27619
27619
|
:example:
|
27620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
27620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
|
27621
27621
|
"""
|
27622
27622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27623
27623
|
required_arguments = ['awrHubSourceId']
|
@@ -27726,7 +27726,7 @@ class OperationsInsightsClient(object):
|
|
27726
27726
|
:rtype: :class:`~oci.response.Response`
|
27727
27727
|
|
27728
27728
|
:example:
|
27729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
27729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
|
27730
27730
|
"""
|
27731
27731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27732
27732
|
required_arguments = ['databaseInsightId']
|
@@ -27835,7 +27835,7 @@ class OperationsInsightsClient(object):
|
|
27835
27835
|
:rtype: :class:`~oci.response.Response`
|
27836
27836
|
|
27837
27837
|
:example:
|
27838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
27838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
|
27839
27839
|
"""
|
27840
27840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27841
27841
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -27944,7 +27944,7 @@ class OperationsInsightsClient(object):
|
|
27944
27944
|
:rtype: :class:`~oci.response.Response`
|
27945
27945
|
|
27946
27946
|
:example:
|
27947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
27947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
|
27948
27948
|
"""
|
27949
27949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27950
27950
|
required_arguments = ['exadataInsightId']
|
@@ -28053,7 +28053,7 @@ class OperationsInsightsClient(object):
|
|
28053
28053
|
:rtype: :class:`~oci.response.Response`
|
28054
28054
|
|
28055
28055
|
:example:
|
28056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
28056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
|
28057
28057
|
"""
|
28058
28058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28059
28059
|
required_arguments = ['hostInsightId']
|
@@ -28162,7 +28162,7 @@ class OperationsInsightsClient(object):
|
|
28162
28162
|
:rtype: :class:`~oci.response.Response`
|
28163
28163
|
|
28164
28164
|
:example:
|
28165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
28165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
|
28166
28166
|
"""
|
28167
28167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28168
28168
|
required_arguments = ['newsReportId']
|
@@ -28273,7 +28273,7 @@ class OperationsInsightsClient(object):
|
|
28273
28273
|
:rtype: :class:`~oci.response.Response`
|
28274
28274
|
|
28275
28275
|
:example:
|
28276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
28276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
|
28277
28277
|
"""
|
28278
28278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28279
28279
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -28383,7 +28383,7 @@ class OperationsInsightsClient(object):
|
|
28383
28383
|
:rtype: :class:`~oci.response.Response`
|
28384
28384
|
|
28385
28385
|
:example:
|
28386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
28386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
|
28387
28387
|
"""
|
28388
28388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28389
28389
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -28492,7 +28492,7 @@ class OperationsInsightsClient(object):
|
|
28492
28492
|
:rtype: :class:`~oci.response.Response`
|
28493
28493
|
|
28494
28494
|
:example:
|
28495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
28495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
|
28496
28496
|
"""
|
28497
28497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28498
28498
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -28603,7 +28603,7 @@ class OperationsInsightsClient(object):
|
|
28603
28603
|
:rtype: :class:`~oci.response.Response`
|
28604
28604
|
|
28605
28605
|
:example:
|
28606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.
|
28606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
|
28607
28607
|
"""
|
28608
28608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28609
28609
|
required_arguments = ['opsiConfigurationId']
|