oci 2.129.1__py3-none-any.whl → 2.129.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +22 -22
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +466 -352
- oci/database/database_client_composite_operations.py +38 -0
- oci/database/models/create_database_details.py +37 -2
- oci/database/models/key_store.py +7 -3
- oci/database/models/key_store_summary.py +7 -3
- oci/database_management/db_management_client.py +208 -208
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +36 -36
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/exceptions.py +46 -7
- oci/file_storage/file_storage_client.py +51 -51
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +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 +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/__init__.py +2 -1
- oci/object_storage/object_storage_client.py +50 -50
- oci/object_storage/transfer/internal/download/DownloadConfiguration.py +232 -0
- oci/object_storage/transfer/internal/download/DownloadManager.py +902 -0
- oci/object_storage/transfer/internal/download/DownloadThread.py +375 -0
- oci/object_storage/transfer/internal/download/__init__.py +5 -0
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +9 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/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/models/usage_summary.py +62 -0
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.129.1.dist-info → oci-2.129.3.dist-info}/METADATA +1 -1
- {oci-2.129.1.dist-info → oci-2.129.3.dist-info}/RECORD +266 -262
- {oci-2.129.1.dist-info → oci-2.129.3.dist-info}/LICENSE.txt +0 -0
- {oci-2.129.1.dist-info → oci-2.129.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.129.1.dist-info → oci-2.129.3.dist-info}/WHEEL +0 -0
- {oci-2.129.1.dist-info → oci-2.129.3.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.129.
|
166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.129.
|
286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.129.
|
406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.129.
|
526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.129.
|
638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.129.
|
755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.129.
|
875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.129.
|
995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
|
996
996
|
"""
|
997
997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
998
998
|
required_arguments = ['newsReportId']
|
@@ -1114,7 +1114,7 @@ class OperationsInsightsClient(object):
|
|
1114
1114
|
:rtype: :class:`~oci.response.Response`
|
1115
1115
|
|
1116
1116
|
:example:
|
1117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
|
1118
1118
|
"""
|
1119
1119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1120
1120
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -1234,7 +1234,7 @@ class OperationsInsightsClient(object):
|
|
1234
1234
|
:rtype: :class:`~oci.response.Response`
|
1235
1235
|
|
1236
1236
|
:example:
|
1237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
|
1238
1238
|
"""
|
1239
1239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1240
1240
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -1356,7 +1356,7 @@ class OperationsInsightsClient(object):
|
|
1356
1356
|
:rtype: :class:`~oci.response.Response`
|
1357
1357
|
|
1358
1358
|
:example:
|
1359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
|
1360
1360
|
"""
|
1361
1361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1362
1362
|
required_arguments = ['opsiConfigurationId']
|
@@ -1476,7 +1476,7 @@ class OperationsInsightsClient(object):
|
|
1476
1476
|
:rtype: :class:`~oci.response.Response`
|
1477
1477
|
|
1478
1478
|
:example:
|
1479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
|
1480
1480
|
"""
|
1481
1481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1482
1482
|
required_arguments = ['databaseInsightId']
|
@@ -1589,7 +1589,7 @@ class OperationsInsightsClient(object):
|
|
1589
1589
|
:rtype: :class:`~oci.response.Response`
|
1590
1590
|
|
1591
1591
|
:example:
|
1592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
|
1593
1593
|
"""
|
1594
1594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1595
1595
|
required_arguments = []
|
@@ -1689,7 +1689,7 @@ class OperationsInsightsClient(object):
|
|
1689
1689
|
:rtype: :class:`~oci.response.Response`
|
1690
1690
|
|
1691
1691
|
:example:
|
1692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
|
1693
1693
|
"""
|
1694
1694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1695
1695
|
required_arguments = []
|
@@ -1789,7 +1789,7 @@ class OperationsInsightsClient(object):
|
|
1789
1789
|
:rtype: :class:`~oci.response.Response`
|
1790
1790
|
|
1791
1791
|
:example:
|
1792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
|
1793
1793
|
"""
|
1794
1794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1795
1795
|
required_arguments = []
|
@@ -1889,7 +1889,7 @@ class OperationsInsightsClient(object):
|
|
1889
1889
|
:rtype: :class:`~oci.response.Response`
|
1890
1890
|
|
1891
1891
|
:example:
|
1892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
|
1893
1893
|
"""
|
1894
1894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1895
1895
|
required_arguments = []
|
@@ -1989,7 +1989,7 @@ class OperationsInsightsClient(object):
|
|
1989
1989
|
:rtype: :class:`~oci.response.Response`
|
1990
1990
|
|
1991
1991
|
:example:
|
1992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
|
1993
1993
|
"""
|
1994
1994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1995
1995
|
required_arguments = []
|
@@ -2089,7 +2089,7 @@ class OperationsInsightsClient(object):
|
|
2089
2089
|
:rtype: :class:`~oci.response.Response`
|
2090
2090
|
|
2091
2091
|
:example:
|
2092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2092
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
|
2093
2093
|
"""
|
2094
2094
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2095
2095
|
required_arguments = []
|
@@ -2189,7 +2189,7 @@ class OperationsInsightsClient(object):
|
|
2189
2189
|
:rtype: :class:`~oci.response.Response`
|
2190
2190
|
|
2191
2191
|
:example:
|
2192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
|
2193
2193
|
"""
|
2194
2194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2195
2195
|
required_arguments = []
|
@@ -2290,7 +2290,7 @@ class OperationsInsightsClient(object):
|
|
2290
2290
|
:rtype: :class:`~oci.response.Response`
|
2291
2291
|
|
2292
2292
|
:example:
|
2293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
|
2294
2294
|
"""
|
2295
2295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2296
2296
|
required_arguments = []
|
@@ -2392,7 +2392,7 @@ class OperationsInsightsClient(object):
|
|
2392
2392
|
:rtype: :class:`~oci.response.Response`
|
2393
2393
|
|
2394
2394
|
:example:
|
2395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
|
2396
2396
|
"""
|
2397
2397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2398
2398
|
required_arguments = []
|
@@ -2493,7 +2493,7 @@ class OperationsInsightsClient(object):
|
|
2493
2493
|
:rtype: :class:`~oci.response.Response`
|
2494
2494
|
|
2495
2495
|
:example:
|
2496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
|
2497
2497
|
"""
|
2498
2498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2499
2499
|
required_arguments = []
|
@@ -2612,7 +2612,7 @@ class OperationsInsightsClient(object):
|
|
2612
2612
|
:rtype: :class:`~oci.response.Response`
|
2613
2613
|
|
2614
2614
|
:example:
|
2615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
|
2616
2616
|
"""
|
2617
2617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2618
2618
|
required_arguments = []
|
@@ -2747,7 +2747,7 @@ class OperationsInsightsClient(object):
|
|
2747
2747
|
:rtype: :class:`~oci.response.Response`
|
2748
2748
|
|
2749
2749
|
:example:
|
2750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
|
2751
2751
|
"""
|
2752
2752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2753
2753
|
required_arguments = ['awrHubId']
|
@@ -2854,7 +2854,7 @@ class OperationsInsightsClient(object):
|
|
2854
2854
|
:rtype: :class:`~oci.response.Response`
|
2855
2855
|
|
2856
2856
|
:example:
|
2857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
|
2858
2858
|
"""
|
2859
2859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2860
2860
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -2959,7 +2959,7 @@ class OperationsInsightsClient(object):
|
|
2959
2959
|
:rtype: :class:`~oci.response.Response`
|
2960
2960
|
|
2961
2961
|
:example:
|
2962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
|
2963
2963
|
"""
|
2964
2964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2965
2965
|
required_arguments = ['awrHubSourceId']
|
@@ -3063,7 +3063,7 @@ class OperationsInsightsClient(object):
|
|
3063
3063
|
:rtype: :class:`~oci.response.Response`
|
3064
3064
|
|
3065
3065
|
:example:
|
3066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
|
3067
3067
|
"""
|
3068
3068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3069
3069
|
required_arguments = ['databaseInsightId']
|
@@ -3167,7 +3167,7 @@ class OperationsInsightsClient(object):
|
|
3167
3167
|
:rtype: :class:`~oci.response.Response`
|
3168
3168
|
|
3169
3169
|
:example:
|
3170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
|
3171
3171
|
"""
|
3172
3172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3173
3173
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -3271,7 +3271,7 @@ class OperationsInsightsClient(object):
|
|
3271
3271
|
:rtype: :class:`~oci.response.Response`
|
3272
3272
|
|
3273
3273
|
:example:
|
3274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
|
3275
3275
|
"""
|
3276
3276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3277
3277
|
required_arguments = ['exadataInsightId']
|
@@ -3375,7 +3375,7 @@ class OperationsInsightsClient(object):
|
|
3375
3375
|
:rtype: :class:`~oci.response.Response`
|
3376
3376
|
|
3377
3377
|
:example:
|
3378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
|
3379
3379
|
"""
|
3380
3380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3381
3381
|
required_arguments = ['hostInsightId']
|
@@ -3479,7 +3479,7 @@ class OperationsInsightsClient(object):
|
|
3479
3479
|
:rtype: :class:`~oci.response.Response`
|
3480
3480
|
|
3481
3481
|
:example:
|
3482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
|
3483
3483
|
"""
|
3484
3484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3485
3485
|
required_arguments = ['newsReportId']
|
@@ -3585,7 +3585,7 @@ class OperationsInsightsClient(object):
|
|
3585
3585
|
:rtype: :class:`~oci.response.Response`
|
3586
3586
|
|
3587
3587
|
:example:
|
3588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
|
3589
3589
|
"""
|
3590
3590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3591
3591
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -3692,7 +3692,7 @@ class OperationsInsightsClient(object):
|
|
3692
3692
|
:rtype: :class:`~oci.response.Response`
|
3693
3693
|
|
3694
3694
|
:example:
|
3695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
|
3696
3696
|
"""
|
3697
3697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3698
3698
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -3796,7 +3796,7 @@ class OperationsInsightsClient(object):
|
|
3796
3796
|
:rtype: :class:`~oci.response.Response`
|
3797
3797
|
|
3798
3798
|
:example:
|
3799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
|
3800
3800
|
"""
|
3801
3801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3802
3802
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -3902,7 +3902,7 @@ class OperationsInsightsClient(object):
|
|
3902
3902
|
:rtype: :class:`~oci.response.Response`
|
3903
3903
|
|
3904
3904
|
:example:
|
3905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
|
3906
3906
|
"""
|
3907
3907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3908
3908
|
required_arguments = ['opsiConfigurationId']
|
@@ -4014,7 +4014,7 @@ class OperationsInsightsClient(object):
|
|
4014
4014
|
:rtype: :class:`~oci.response.Response`
|
4015
4015
|
|
4016
4016
|
:example:
|
4017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
|
4018
4018
|
"""
|
4019
4019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4020
4020
|
required_arguments = ['databaseInsightId']
|
@@ -4129,7 +4129,7 @@ class OperationsInsightsClient(object):
|
|
4129
4129
|
:rtype: :class:`~oci.response.Response`
|
4130
4130
|
|
4131
4131
|
:example:
|
4132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
|
4133
4133
|
"""
|
4134
4134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4135
4135
|
required_arguments = ['awrHubSourceId']
|
@@ -4244,7 +4244,7 @@ class OperationsInsightsClient(object):
|
|
4244
4244
|
:rtype: :class:`~oci.response.Response`
|
4245
4245
|
|
4246
4246
|
:example:
|
4247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
|
4248
4248
|
"""
|
4249
4249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4250
4250
|
required_arguments = ['databaseInsightId']
|
@@ -4359,7 +4359,7 @@ class OperationsInsightsClient(object):
|
|
4359
4359
|
:rtype: :class:`~oci.response.Response`
|
4360
4360
|
|
4361
4361
|
:example:
|
4362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
|
4363
4363
|
"""
|
4364
4364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4365
4365
|
required_arguments = ['exadataInsightId']
|
@@ -4474,7 +4474,7 @@ class OperationsInsightsClient(object):
|
|
4474
4474
|
:rtype: :class:`~oci.response.Response`
|
4475
4475
|
|
4476
4476
|
:example:
|
4477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
|
4478
4478
|
"""
|
4479
4479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4480
4480
|
required_arguments = ['hostInsightId']
|
@@ -4587,7 +4587,7 @@ class OperationsInsightsClient(object):
|
|
4587
4587
|
:rtype: :class:`~oci.response.Response`
|
4588
4588
|
|
4589
4589
|
:example:
|
4590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
|
4591
4591
|
"""
|
4592
4592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4593
4593
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -4707,7 +4707,7 @@ class OperationsInsightsClient(object):
|
|
4707
4707
|
:rtype: :class:`~oci.response.Response`
|
4708
4708
|
|
4709
4709
|
:example:
|
4710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
|
4711
4711
|
"""
|
4712
4712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4713
4713
|
required_arguments = ['databaseInsightId']
|
@@ -4824,7 +4824,7 @@ class OperationsInsightsClient(object):
|
|
4824
4824
|
:rtype: :class:`~oci.response.Response`
|
4825
4825
|
|
4826
4826
|
:example:
|
4827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
|
4828
4828
|
"""
|
4829
4829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4830
4830
|
required_arguments = ['awrHubSourceId']
|
@@ -4942,7 +4942,7 @@ class OperationsInsightsClient(object):
|
|
4942
4942
|
:rtype: :class:`~oci.response.Response`
|
4943
4943
|
|
4944
4944
|
:example:
|
4945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
|
4946
4946
|
"""
|
4947
4947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4948
4948
|
required_arguments = ['databaseInsightId']
|
@@ -5062,7 +5062,7 @@ class OperationsInsightsClient(object):
|
|
5062
5062
|
:rtype: :class:`~oci.response.Response`
|
5063
5063
|
|
5064
5064
|
:example:
|
5065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
|
5066
5066
|
"""
|
5067
5067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5068
5068
|
required_arguments = ['exadataInsightId']
|
@@ -5182,7 +5182,7 @@ class OperationsInsightsClient(object):
|
|
5182
5182
|
:rtype: :class:`~oci.response.Response`
|
5183
5183
|
|
5184
5184
|
:example:
|
5185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
|
5186
5186
|
"""
|
5187
5187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5188
5188
|
required_arguments = ['hostInsightId']
|
@@ -5318,7 +5318,7 @@ class OperationsInsightsClient(object):
|
|
5318
5318
|
:rtype: :class:`~oci.response.Response`
|
5319
5319
|
|
5320
5320
|
:example:
|
5321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
|
5322
5322
|
"""
|
5323
5323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5324
5324
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -5482,7 +5482,7 @@ class OperationsInsightsClient(object):
|
|
5482
5482
|
:rtype: :class:`~oci.response.Response`
|
5483
5483
|
|
5484
5484
|
:example:
|
5485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
|
5486
5486
|
"""
|
5487
5487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5488
5488
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
|
@@ -5608,7 +5608,7 @@ class OperationsInsightsClient(object):
|
|
5608
5608
|
:rtype: :class:`~oci.response.Response`
|
5609
5609
|
|
5610
5610
|
:example:
|
5611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
|
5612
5612
|
"""
|
5613
5613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5614
5614
|
required_arguments = ['awrHubId']
|
@@ -5710,7 +5710,7 @@ class OperationsInsightsClient(object):
|
|
5710
5710
|
:rtype: :class:`~oci.response.Response`
|
5711
5711
|
|
5712
5712
|
:example:
|
5713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
|
5714
5714
|
"""
|
5715
5715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5716
5716
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -5810,7 +5810,7 @@ class OperationsInsightsClient(object):
|
|
5810
5810
|
:rtype: :class:`~oci.response.Response`
|
5811
5811
|
|
5812
5812
|
:example:
|
5813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
|
5814
5814
|
"""
|
5815
5815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5816
5816
|
required_arguments = ['awrHubSourceId']
|
@@ -5933,7 +5933,7 @@ class OperationsInsightsClient(object):
|
|
5933
5933
|
:rtype: :class:`~oci.response.Response`
|
5934
5934
|
|
5935
5935
|
:example:
|
5936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
5936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
|
5937
5937
|
"""
|
5938
5938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5939
5939
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -6058,7 +6058,7 @@ class OperationsInsightsClient(object):
|
|
6058
6058
|
:rtype: :class:`~oci.response.Response`
|
6059
6059
|
|
6060
6060
|
:example:
|
6061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
|
6062
6062
|
"""
|
6063
6063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6064
6064
|
required_arguments = ['databaseInsightId']
|
@@ -6157,7 +6157,7 @@ class OperationsInsightsClient(object):
|
|
6157
6157
|
:rtype: :class:`~oci.response.Response`
|
6158
6158
|
|
6159
6159
|
:example:
|
6160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
|
6161
6161
|
"""
|
6162
6162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6163
6163
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -6256,7 +6256,7 @@ class OperationsInsightsClient(object):
|
|
6256
6256
|
:rtype: :class:`~oci.response.Response`
|
6257
6257
|
|
6258
6258
|
:example:
|
6259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
|
6260
6260
|
"""
|
6261
6261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6262
6262
|
required_arguments = ['exadataInsightId']
|
@@ -6355,7 +6355,7 @@ class OperationsInsightsClient(object):
|
|
6355
6355
|
:rtype: :class:`~oci.response.Response`
|
6356
6356
|
|
6357
6357
|
:example:
|
6358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
|
6359
6359
|
"""
|
6360
6360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6361
6361
|
required_arguments = ['hostInsightId']
|
@@ -6454,7 +6454,7 @@ class OperationsInsightsClient(object):
|
|
6454
6454
|
:rtype: :class:`~oci.response.Response`
|
6455
6455
|
|
6456
6456
|
:example:
|
6457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
|
6458
6458
|
"""
|
6459
6459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6460
6460
|
required_arguments = ['newsReportId']
|
@@ -6555,7 +6555,7 @@ class OperationsInsightsClient(object):
|
|
6555
6555
|
:rtype: :class:`~oci.response.Response`
|
6556
6556
|
|
6557
6557
|
:example:
|
6558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
|
6559
6559
|
"""
|
6560
6560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6561
6561
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -6655,7 +6655,7 @@ class OperationsInsightsClient(object):
|
|
6655
6655
|
:rtype: :class:`~oci.response.Response`
|
6656
6656
|
|
6657
6657
|
:example:
|
6658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
|
6659
6659
|
"""
|
6660
6660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6661
6661
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -6754,7 +6754,7 @@ class OperationsInsightsClient(object):
|
|
6754
6754
|
:rtype: :class:`~oci.response.Response`
|
6755
6755
|
|
6756
6756
|
:example:
|
6757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
|
6758
6758
|
"""
|
6759
6759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6760
6760
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -6876,7 +6876,7 @@ class OperationsInsightsClient(object):
|
|
6876
6876
|
:rtype: :class:`~oci.response.Response`
|
6877
6877
|
|
6878
6878
|
:example:
|
6879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
6879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
|
6880
6880
|
"""
|
6881
6881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6882
6882
|
required_arguments = ['opsiConfigurationId']
|
@@ -7018,7 +7018,7 @@ class OperationsInsightsClient(object):
|
|
7018
7018
|
:rtype: :class:`~oci.response.Response`
|
7019
7019
|
|
7020
7020
|
:example:
|
7021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
|
7022
7022
|
"""
|
7023
7023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7024
7024
|
required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
|
@@ -7124,7 +7124,7 @@ class OperationsInsightsClient(object):
|
|
7124
7124
|
:rtype: :class:`~oci.response.Response`
|
7125
7125
|
|
7126
7126
|
:example:
|
7127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
7128
7128
|
"""
|
7129
7129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7130
7130
|
required_arguments = ['workRequestId']
|
@@ -7226,7 +7226,7 @@ class OperationsInsightsClient(object):
|
|
7226
7226
|
:rtype: :class:`~oci.response.Response`
|
7227
7227
|
|
7228
7228
|
:example:
|
7229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
|
7230
7230
|
"""
|
7231
7231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7232
7232
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -7348,7 +7348,7 @@ class OperationsInsightsClient(object):
|
|
7348
7348
|
:rtype: :class:`~oci.response.Response`
|
7349
7349
|
|
7350
7350
|
:example:
|
7351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
|
7352
7352
|
"""
|
7353
7353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7354
7354
|
required_arguments = []
|
@@ -7475,7 +7475,7 @@ class OperationsInsightsClient(object):
|
|
7475
7475
|
:rtype: :class:`~oci.response.Response`
|
7476
7476
|
|
7477
7477
|
:example:
|
7478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
|
7479
7479
|
"""
|
7480
7480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7481
7481
|
required_arguments = []
|
@@ -7597,7 +7597,7 @@ class OperationsInsightsClient(object):
|
|
7597
7597
|
:rtype: :class:`~oci.response.Response`
|
7598
7598
|
|
7599
7599
|
:example:
|
7600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
|
7601
7601
|
"""
|
7602
7602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7603
7603
|
required_arguments = ['id']
|
@@ -7716,7 +7716,7 @@ class OperationsInsightsClient(object):
|
|
7716
7716
|
:rtype: :class:`~oci.response.Response`
|
7717
7717
|
|
7718
7718
|
:example:
|
7719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
|
7720
7720
|
"""
|
7721
7721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7722
7722
|
required_arguments = ['id']
|
@@ -7846,7 +7846,7 @@ class OperationsInsightsClient(object):
|
|
7846
7846
|
:rtype: :class:`~oci.response.Response`
|
7847
7847
|
|
7848
7848
|
:example:
|
7849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
|
7850
7850
|
"""
|
7851
7851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7852
7852
|
required_arguments = []
|
@@ -7981,7 +7981,7 @@ class OperationsInsightsClient(object):
|
|
7981
7981
|
:rtype: :class:`~oci.response.Response`
|
7982
7982
|
|
7983
7983
|
:example:
|
7984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
7984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
|
7985
7985
|
"""
|
7986
7986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7987
7987
|
required_arguments = []
|
@@ -8111,7 +8111,7 @@ class OperationsInsightsClient(object):
|
|
8111
8111
|
:rtype: :class:`~oci.response.Response`
|
8112
8112
|
|
8113
8113
|
:example:
|
8114
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
|
8115
8115
|
"""
|
8116
8116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8117
8117
|
required_arguments = []
|
@@ -8245,7 +8245,7 @@ class OperationsInsightsClient(object):
|
|
8245
8245
|
:rtype: :class:`~oci.response.Response`
|
8246
8246
|
|
8247
8247
|
:example:
|
8248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
|
8249
8249
|
"""
|
8250
8250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8251
8251
|
required_arguments = []
|
@@ -8417,7 +8417,7 @@ class OperationsInsightsClient(object):
|
|
8417
8417
|
:rtype: :class:`~oci.response.Response`
|
8418
8418
|
|
8419
8419
|
:example:
|
8420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
|
8421
8421
|
"""
|
8422
8422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8423
8423
|
required_arguments = ['compartmentId']
|
@@ -8632,7 +8632,7 @@ class OperationsInsightsClient(object):
|
|
8632
8632
|
:rtype: :class:`~oci.response.Response`
|
8633
8633
|
|
8634
8634
|
:example:
|
8635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
|
8636
8636
|
"""
|
8637
8637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8638
8638
|
required_arguments = ['compartmentId']
|
@@ -8836,7 +8836,7 @@ class OperationsInsightsClient(object):
|
|
8836
8836
|
:rtype: :class:`~oci.response.Response`
|
8837
8837
|
|
8838
8838
|
:example:
|
8839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
8839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
|
8840
8840
|
"""
|
8841
8841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8842
8842
|
required_arguments = ['compartmentId']
|
@@ -9032,7 +9032,7 @@ class OperationsInsightsClient(object):
|
|
9032
9032
|
:rtype: :class:`~oci.response.Response`
|
9033
9033
|
|
9034
9034
|
:example:
|
9035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
|
9036
9036
|
"""
|
9037
9037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9038
9038
|
required_arguments = ['compartmentId']
|
@@ -9263,7 +9263,7 @@ class OperationsInsightsClient(object):
|
|
9263
9263
|
:rtype: :class:`~oci.response.Response`
|
9264
9264
|
|
9265
9265
|
:example:
|
9266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
|
9267
9267
|
"""
|
9268
9268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9269
9269
|
required_arguments = ['compartmentId']
|
@@ -9488,7 +9488,7 @@ class OperationsInsightsClient(object):
|
|
9488
9488
|
:rtype: :class:`~oci.response.Response`
|
9489
9489
|
|
9490
9490
|
:example:
|
9491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
|
9492
9492
|
"""
|
9493
9493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9494
9494
|
required_arguments = ['compartmentId']
|
@@ -9670,7 +9670,7 @@ class OperationsInsightsClient(object):
|
|
9670
9670
|
:rtype: :class:`~oci.response.Response`
|
9671
9671
|
|
9672
9672
|
:example:
|
9673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
|
9674
9674
|
"""
|
9675
9675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9676
9676
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -9843,7 +9843,7 @@ class OperationsInsightsClient(object):
|
|
9843
9843
|
:rtype: :class:`~oci.response.Response`
|
9844
9844
|
|
9845
9845
|
:example:
|
9846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
9846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
|
9847
9847
|
"""
|
9848
9848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9849
9849
|
required_arguments = ['awrHubId']
|
@@ -10019,7 +10019,7 @@ class OperationsInsightsClient(object):
|
|
10019
10019
|
:rtype: :class:`~oci.response.Response`
|
10020
10020
|
|
10021
10021
|
:example:
|
10022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
|
10023
10023
|
"""
|
10024
10024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10025
10025
|
required_arguments = ['awrHubSourceId']
|
@@ -10200,7 +10200,7 @@ class OperationsInsightsClient(object):
|
|
10200
10200
|
:rtype: :class:`~oci.response.Response`
|
10201
10201
|
|
10202
10202
|
:example:
|
10203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
|
10204
10204
|
"""
|
10205
10205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10206
10206
|
required_arguments = ['awrHubId']
|
@@ -10394,7 +10394,7 @@ class OperationsInsightsClient(object):
|
|
10394
10394
|
:rtype: :class:`~oci.response.Response`
|
10395
10395
|
|
10396
10396
|
:example:
|
10397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
|
10398
10398
|
"""
|
10399
10399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10400
10400
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -10562,7 +10562,7 @@ class OperationsInsightsClient(object):
|
|
10562
10562
|
:rtype: :class:`~oci.response.Response`
|
10563
10563
|
|
10564
10564
|
:example:
|
10565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
|
10566
10566
|
"""
|
10567
10567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10568
10568
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -10784,7 +10784,7 @@ class OperationsInsightsClient(object):
|
|
10784
10784
|
:rtype: :class:`~oci.response.Response`
|
10785
10785
|
|
10786
10786
|
:example:
|
10787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
10787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
|
10788
10788
|
"""
|
10789
10789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10790
10790
|
required_arguments = []
|
@@ -11009,7 +11009,7 @@ class OperationsInsightsClient(object):
|
|
11009
11009
|
:rtype: :class:`~oci.response.Response`
|
11010
11010
|
|
11011
11011
|
:example:
|
11012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
|
11013
11013
|
"""
|
11014
11014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11015
11015
|
required_arguments = []
|
@@ -11221,7 +11221,7 @@ class OperationsInsightsClient(object):
|
|
11221
11221
|
:rtype: :class:`~oci.response.Response`
|
11222
11222
|
|
11223
11223
|
:example:
|
11224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
|
11225
11225
|
"""
|
11226
11226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11227
11227
|
required_arguments = []
|
@@ -11416,7 +11416,7 @@ class OperationsInsightsClient(object):
|
|
11416
11416
|
:rtype: :class:`~oci.response.Response`
|
11417
11417
|
|
11418
11418
|
:example:
|
11419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
|
11420
11420
|
"""
|
11421
11421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11422
11422
|
required_arguments = []
|
@@ -11599,7 +11599,7 @@ class OperationsInsightsClient(object):
|
|
11599
11599
|
:rtype: :class:`~oci.response.Response`
|
11600
11600
|
|
11601
11601
|
:example:
|
11602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
|
11603
11603
|
"""
|
11604
11604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11605
11605
|
required_arguments = []
|
@@ -11839,7 +11839,7 @@ class OperationsInsightsClient(object):
|
|
11839
11839
|
:rtype: :class:`~oci.response.Response`
|
11840
11840
|
|
11841
11841
|
:example:
|
11842
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
11842
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
|
11843
11843
|
"""
|
11844
11844
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11845
11845
|
required_arguments = []
|
@@ -12065,7 +12065,7 @@ class OperationsInsightsClient(object):
|
|
12065
12065
|
:rtype: :class:`~oci.response.Response`
|
12066
12066
|
|
12067
12067
|
:example:
|
12068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
|
12069
12069
|
"""
|
12070
12070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12071
12071
|
required_arguments = []
|
@@ -12301,7 +12301,7 @@ class OperationsInsightsClient(object):
|
|
12301
12301
|
:rtype: :class:`~oci.response.Response`
|
12302
12302
|
|
12303
12303
|
:example:
|
12304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
|
12305
12305
|
"""
|
12306
12306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12307
12307
|
required_arguments = ['compartmentId', 'id']
|
@@ -12482,7 +12482,7 @@ class OperationsInsightsClient(object):
|
|
12482
12482
|
:rtype: :class:`~oci.response.Response`
|
12483
12483
|
|
12484
12484
|
:example:
|
12485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
|
12486
12486
|
"""
|
12487
12487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12488
12488
|
required_arguments = ['compartmentId']
|
@@ -12632,7 +12632,7 @@ class OperationsInsightsClient(object):
|
|
12632
12632
|
:rtype: :class:`~oci.response.Response`
|
12633
12633
|
|
12634
12634
|
:example:
|
12635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
|
12636
12636
|
"""
|
12637
12637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12638
12638
|
required_arguments = ['compartmentId']
|
@@ -12773,7 +12773,7 @@ class OperationsInsightsClient(object):
|
|
12773
12773
|
:rtype: :class:`~oci.response.Response`
|
12774
12774
|
|
12775
12775
|
:example:
|
12776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12776
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
|
12777
12777
|
"""
|
12778
12778
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12779
12779
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -12932,7 +12932,7 @@ class OperationsInsightsClient(object):
|
|
12932
12932
|
:rtype: :class:`~oci.response.Response`
|
12933
12933
|
|
12934
12934
|
:example:
|
12935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
12935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
|
12936
12936
|
"""
|
12937
12937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12938
12938
|
required_arguments = []
|
@@ -13123,7 +13123,7 @@ class OperationsInsightsClient(object):
|
|
13123
13123
|
:rtype: :class:`~oci.response.Response`
|
13124
13124
|
|
13125
13125
|
:example:
|
13126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
|
13127
13127
|
"""
|
13128
13128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13129
13129
|
required_arguments = []
|
@@ -13302,7 +13302,7 @@ class OperationsInsightsClient(object):
|
|
13302
13302
|
:rtype: :class:`~oci.response.Response`
|
13303
13303
|
|
13304
13304
|
:example:
|
13305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
|
13306
13306
|
"""
|
13307
13307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13308
13308
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -13474,7 +13474,7 @@ class OperationsInsightsClient(object):
|
|
13474
13474
|
:rtype: :class:`~oci.response.Response`
|
13475
13475
|
|
13476
13476
|
:example:
|
13477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
|
13478
13478
|
"""
|
13479
13479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13480
13480
|
required_arguments = []
|
@@ -13646,7 +13646,7 @@ class OperationsInsightsClient(object):
|
|
13646
13646
|
:rtype: :class:`~oci.response.Response`
|
13647
13647
|
|
13648
13648
|
:example:
|
13649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
|
13650
13650
|
"""
|
13651
13651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13652
13652
|
required_arguments = ['compartmentId']
|
@@ -13826,7 +13826,7 @@ class OperationsInsightsClient(object):
|
|
13826
13826
|
:rtype: :class:`~oci.response.Response`
|
13827
13827
|
|
13828
13828
|
:example:
|
13829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
|
13830
13830
|
"""
|
13831
13831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13832
13832
|
required_arguments = ['compartmentId']
|
@@ -13986,7 +13986,7 @@ class OperationsInsightsClient(object):
|
|
13986
13986
|
:rtype: :class:`~oci.response.Response`
|
13987
13987
|
|
13988
13988
|
:example:
|
13989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
13989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
|
13990
13990
|
"""
|
13991
13991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13992
13992
|
required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
|
@@ -14149,7 +14149,7 @@ class OperationsInsightsClient(object):
|
|
14149
14149
|
:rtype: :class:`~oci.response.Response`
|
14150
14150
|
|
14151
14151
|
:example:
|
14152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
|
14153
14153
|
"""
|
14154
14154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14155
14155
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14313,7 +14313,7 @@ class OperationsInsightsClient(object):
|
|
14313
14313
|
:rtype: :class:`~oci.response.Response`
|
14314
14314
|
|
14315
14315
|
:example:
|
14316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
|
14317
14317
|
"""
|
14318
14318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14319
14319
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14473,7 +14473,7 @@ class OperationsInsightsClient(object):
|
|
14473
14473
|
:rtype: :class:`~oci.response.Response`
|
14474
14474
|
|
14475
14475
|
:example:
|
14476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
|
14477
14477
|
"""
|
14478
14478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14479
14479
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -14651,7 +14651,7 @@ class OperationsInsightsClient(object):
|
|
14651
14651
|
:rtype: :class:`~oci.response.Response`
|
14652
14652
|
|
14653
14653
|
:example:
|
14654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
14655
14655
|
"""
|
14656
14656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14657
14657
|
required_arguments = ['workRequestId']
|
@@ -14804,7 +14804,7 @@ class OperationsInsightsClient(object):
|
|
14804
14804
|
:rtype: :class:`~oci.response.Response`
|
14805
14805
|
|
14806
14806
|
:example:
|
14807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
14808
14808
|
"""
|
14809
14809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14810
14810
|
required_arguments = ['workRequestId']
|
@@ -14973,7 +14973,7 @@ class OperationsInsightsClient(object):
|
|
14973
14973
|
:rtype: :class:`~oci.response.Response`
|
14974
14974
|
|
14975
14975
|
:example:
|
14976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
14976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
14977
14977
|
"""
|
14978
14978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14979
14979
|
required_arguments = []
|
@@ -15123,7 +15123,7 @@ class OperationsInsightsClient(object):
|
|
15123
15123
|
:rtype: :class:`~oci.response.Response`
|
15124
15124
|
|
15125
15125
|
:example:
|
15126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
|
15127
15127
|
"""
|
15128
15128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15129
15129
|
required_arguments = ['awrHubSourceId', 'objectName']
|
@@ -15270,7 +15270,7 @@ class OperationsInsightsClient(object):
|
|
15270
15270
|
:rtype: :class:`~oci.response.Response`
|
15271
15271
|
|
15272
15272
|
:example:
|
15273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
|
15274
15274
|
"""
|
15275
15275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15276
15276
|
required_arguments = ['compartmentId']
|
@@ -15397,7 +15397,7 @@ class OperationsInsightsClient(object):
|
|
15397
15397
|
:rtype: :class:`~oci.response.Response`
|
15398
15398
|
|
15399
15399
|
:example:
|
15400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
|
15401
15401
|
"""
|
15402
15402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15403
15403
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -15514,7 +15514,7 @@ class OperationsInsightsClient(object):
|
|
15514
15514
|
:rtype: :class:`~oci.response.Response`
|
15515
15515
|
|
15516
15516
|
:example:
|
15517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
|
15518
15518
|
"""
|
15519
15519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15520
15520
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -15698,7 +15698,7 @@ class OperationsInsightsClient(object):
|
|
15698
15698
|
:rtype: :class:`~oci.response.Response`
|
15699
15699
|
|
15700
15700
|
:example:
|
15701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
|
15702
15702
|
"""
|
15703
15703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15704
15704
|
required_arguments = ['compartmentId']
|
@@ -15928,7 +15928,7 @@ class OperationsInsightsClient(object):
|
|
15928
15928
|
:rtype: :class:`~oci.response.Response`
|
15929
15929
|
|
15930
15930
|
:example:
|
15931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
15931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
|
15932
15932
|
"""
|
15933
15933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15934
15934
|
required_arguments = ['compartmentId', 'name']
|
@@ -16179,7 +16179,7 @@ class OperationsInsightsClient(object):
|
|
16179
16179
|
:rtype: :class:`~oci.response.Response`
|
16180
16180
|
|
16181
16181
|
:example:
|
16182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16182
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
|
16183
16183
|
"""
|
16184
16184
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16185
16185
|
required_arguments = ['compartmentId']
|
@@ -16450,7 +16450,7 @@ class OperationsInsightsClient(object):
|
|
16450
16450
|
:rtype: :class:`~oci.response.Response`
|
16451
16451
|
|
16452
16452
|
:example:
|
16453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
|
16454
16454
|
"""
|
16455
16455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16456
16456
|
required_arguments = ['compartmentId']
|
@@ -16670,7 +16670,7 @@ class OperationsInsightsClient(object):
|
|
16670
16670
|
:rtype: :class:`~oci.response.Response`
|
16671
16671
|
|
16672
16672
|
:example:
|
16673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
|
16674
16674
|
"""
|
16675
16675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16676
16676
|
required_arguments = ['compartmentId', 'objectIdentifier']
|
@@ -16860,7 +16860,7 @@ class OperationsInsightsClient(object):
|
|
16860
16860
|
:rtype: :class:`~oci.response.Response`
|
16861
16861
|
|
16862
16862
|
:example:
|
16863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
16863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
|
16864
16864
|
"""
|
16865
16865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16866
16866
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -17034,7 +17034,7 @@ class OperationsInsightsClient(object):
|
|
17034
17034
|
:rtype: :class:`~oci.response.Response`
|
17035
17035
|
|
17036
17036
|
:example:
|
17037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
|
17038
17038
|
"""
|
17039
17039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17040
17040
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -17232,7 +17232,7 @@ class OperationsInsightsClient(object):
|
|
17232
17232
|
:rtype: :class:`~oci.response.Response`
|
17233
17233
|
|
17234
17234
|
:example:
|
17235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
|
17236
17236
|
"""
|
17237
17237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17238
17238
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -17426,7 +17426,7 @@ class OperationsInsightsClient(object):
|
|
17426
17426
|
:rtype: :class:`~oci.response.Response`
|
17427
17427
|
|
17428
17428
|
:example:
|
17429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
|
17430
17430
|
"""
|
17431
17431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17432
17432
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -17644,7 +17644,7 @@ class OperationsInsightsClient(object):
|
|
17644
17644
|
:rtype: :class:`~oci.response.Response`
|
17645
17645
|
|
17646
17646
|
:example:
|
17647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
|
17648
17648
|
"""
|
17649
17649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17650
17650
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -17848,7 +17848,7 @@ class OperationsInsightsClient(object):
|
|
17848
17848
|
:rtype: :class:`~oci.response.Response`
|
17849
17849
|
|
17850
17850
|
:example:
|
17851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
17851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
|
17852
17852
|
"""
|
17853
17853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17854
17854
|
required_arguments = ['awrHubId']
|
@@ -18032,7 +18032,7 @@ class OperationsInsightsClient(object):
|
|
18032
18032
|
:rtype: :class:`~oci.response.Response`
|
18033
18033
|
|
18034
18034
|
:example:
|
18035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
|
18036
18036
|
"""
|
18037
18037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18038
18038
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18211,7 +18211,7 @@ class OperationsInsightsClient(object):
|
|
18211
18211
|
:rtype: :class:`~oci.response.Response`
|
18212
18212
|
|
18213
18213
|
:example:
|
18214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
|
18215
18215
|
"""
|
18216
18216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18217
18217
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18416,7 +18416,7 @@ class OperationsInsightsClient(object):
|
|
18416
18416
|
:rtype: :class:`~oci.response.Response`
|
18417
18417
|
|
18418
18418
|
:example:
|
18419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
|
18420
18420
|
"""
|
18421
18421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18422
18422
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -18617,7 +18617,7 @@ class OperationsInsightsClient(object):
|
|
18617
18617
|
:rtype: :class:`~oci.response.Response`
|
18618
18618
|
|
18619
18619
|
:example:
|
18620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
|
18621
18621
|
"""
|
18622
18622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18623
18623
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -18800,7 +18800,7 @@ class OperationsInsightsClient(object):
|
|
18800
18800
|
:rtype: :class:`~oci.response.Response`
|
18801
18801
|
|
18802
18802
|
:example:
|
18803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
|
18804
18804
|
"""
|
18805
18805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18806
18806
|
required_arguments = ['awrHubId']
|
@@ -18966,7 +18966,7 @@ class OperationsInsightsClient(object):
|
|
18966
18966
|
:rtype: :class:`~oci.response.Response`
|
18967
18967
|
|
18968
18968
|
:example:
|
18969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
18969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
|
18970
18970
|
"""
|
18971
18971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18972
18972
|
required_arguments = []
|
@@ -19213,7 +19213,7 @@ class OperationsInsightsClient(object):
|
|
19213
19213
|
:rtype: :class:`~oci.response.Response`
|
19214
19214
|
|
19215
19215
|
:example:
|
19216
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19216
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
|
19217
19217
|
"""
|
19218
19218
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19219
19219
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -19521,7 +19521,7 @@ class OperationsInsightsClient(object):
|
|
19521
19521
|
:rtype: :class:`~oci.response.Response`
|
19522
19522
|
|
19523
19523
|
:example:
|
19524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
|
19525
19525
|
"""
|
19526
19526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19527
19527
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -19827,7 +19827,7 @@ class OperationsInsightsClient(object):
|
|
19827
19827
|
:rtype: :class:`~oci.response.Response`
|
19828
19828
|
|
19829
19829
|
:example:
|
19830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
19830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
|
19831
19831
|
"""
|
19832
19832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19833
19833
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20095,7 +20095,7 @@ class OperationsInsightsClient(object):
|
|
20095
20095
|
:rtype: :class:`~oci.response.Response`
|
20096
20096
|
|
20097
20097
|
:example:
|
20098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
|
20099
20099
|
"""
|
20100
20100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20101
20101
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20341,7 +20341,7 @@ class OperationsInsightsClient(object):
|
|
20341
20341
|
:rtype: :class:`~oci.response.Response`
|
20342
20342
|
|
20343
20343
|
:example:
|
20344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
|
20345
20345
|
"""
|
20346
20346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20347
20347
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20601,7 +20601,7 @@ class OperationsInsightsClient(object):
|
|
20601
20601
|
:rtype: :class:`~oci.response.Response`
|
20602
20602
|
|
20603
20603
|
:example:
|
20604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
|
20605
20605
|
"""
|
20606
20606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20607
20607
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20793,7 +20793,7 @@ class OperationsInsightsClient(object):
|
|
20793
20793
|
:rtype: :class:`~oci.response.Response`
|
20794
20794
|
|
20795
20795
|
:example:
|
20796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20796
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
|
20797
20797
|
"""
|
20798
20798
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20799
20799
|
required_arguments = ['compartmentId']
|
@@ -20991,7 +20991,7 @@ class OperationsInsightsClient(object):
|
|
20991
20991
|
:rtype: :class:`~oci.response.Response`
|
20992
20992
|
|
20993
20993
|
:example:
|
20994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
20994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
|
20995
20995
|
"""
|
20996
20996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20997
20997
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -21219,7 +21219,7 @@ class OperationsInsightsClient(object):
|
|
21219
21219
|
:rtype: :class:`~oci.response.Response`
|
21220
21220
|
|
21221
21221
|
:example:
|
21222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.
|
21223
21223
|
"""
|
21224
21224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21225
21225
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -21470,7 +21470,7 @@ class OperationsInsightsClient(object):
|
|
21470
21470
|
:rtype: :class:`~oci.response.Response`
|
21471
21471
|
|
21472
21472
|
:example:
|
21473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
|
21474
21474
|
"""
|
21475
21475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21476
21476
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -21736,7 +21736,7 @@ class OperationsInsightsClient(object):
|
|
21736
21736
|
:rtype: :class:`~oci.response.Response`
|
21737
21737
|
|
21738
21738
|
:example:
|
21739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.
|
21740
21740
|
"""
|
21741
21741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21742
21742
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -21953,7 +21953,7 @@ class OperationsInsightsClient(object):
|
|
21953
21953
|
:rtype: :class:`~oci.response.Response`
|
21954
21954
|
|
21955
21955
|
:example:
|
21956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
21956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
|
21957
21957
|
"""
|
21958
21958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21959
21959
|
required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
|
@@ -22188,7 +22188,7 @@ class OperationsInsightsClient(object):
|
|
22188
22188
|
:rtype: :class:`~oci.response.Response`
|
22189
22189
|
|
22190
22190
|
:example:
|
22191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
|
22192
22192
|
"""
|
22193
22193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22194
22194
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22414,7 +22414,7 @@ class OperationsInsightsClient(object):
|
|
22414
22414
|
:rtype: :class:`~oci.response.Response`
|
22415
22415
|
|
22416
22416
|
:example:
|
22417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
|
22418
22418
|
"""
|
22419
22419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22420
22420
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22627,7 +22627,7 @@ class OperationsInsightsClient(object):
|
|
22627
22627
|
:rtype: :class:`~oci.response.Response`
|
22628
22628
|
|
22629
22629
|
:example:
|
22630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
|
22631
22631
|
"""
|
22632
22632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22633
22633
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -22785,7 +22785,7 @@ class OperationsInsightsClient(object):
|
|
22785
22785
|
:rtype: :class:`~oci.response.Response`
|
22786
22786
|
|
22787
22787
|
:example:
|
22788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
|
22789
22789
|
"""
|
22790
22790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22791
22791
|
required_arguments = ['exadataInsightId']
|
@@ -22944,7 +22944,7 @@ class OperationsInsightsClient(object):
|
|
22944
22944
|
:rtype: :class:`~oci.response.Response`
|
22945
22945
|
|
22946
22946
|
:example:
|
22947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
22947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
|
22948
22948
|
"""
|
22949
22949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22950
22950
|
required_arguments = ['compartmentId', 'id']
|
@@ -23115,7 +23115,7 @@ class OperationsInsightsClient(object):
|
|
23115
23115
|
:rtype: :class:`~oci.response.Response`
|
23116
23116
|
|
23117
23117
|
:example:
|
23118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
|
23119
23119
|
"""
|
23120
23120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23121
23121
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -23287,7 +23287,7 @@ class OperationsInsightsClient(object):
|
|
23287
23287
|
:rtype: :class:`~oci.response.Response`
|
23288
23288
|
|
23289
23289
|
:example:
|
23290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
|
23291
23291
|
"""
|
23292
23292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23293
23293
|
required_arguments = ['compartmentId', 'id']
|
@@ -23535,7 +23535,7 @@ class OperationsInsightsClient(object):
|
|
23535
23535
|
:rtype: :class:`~oci.response.Response`
|
23536
23536
|
|
23537
23537
|
:example:
|
23538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
|
23539
23539
|
"""
|
23540
23540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23541
23541
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -23850,7 +23850,7 @@ class OperationsInsightsClient(object):
|
|
23850
23850
|
:rtype: :class:`~oci.response.Response`
|
23851
23851
|
|
23852
23852
|
:example:
|
23853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
23853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
|
23854
23854
|
"""
|
23855
23855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23856
23856
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24164,7 +24164,7 @@ class OperationsInsightsClient(object):
|
|
24164
24164
|
:rtype: :class:`~oci.response.Response`
|
24165
24165
|
|
24166
24166
|
:example:
|
24167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
|
24168
24168
|
"""
|
24169
24169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24170
24170
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24438,7 +24438,7 @@ class OperationsInsightsClient(object):
|
|
24438
24438
|
:rtype: :class:`~oci.response.Response`
|
24439
24439
|
|
24440
24440
|
:example:
|
24441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
|
24442
24442
|
"""
|
24443
24443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24444
24444
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24690,7 +24690,7 @@ class OperationsInsightsClient(object):
|
|
24690
24690
|
:rtype: :class:`~oci.response.Response`
|
24691
24691
|
|
24692
24692
|
:example:
|
24693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
|
24694
24694
|
"""
|
24695
24695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24696
24696
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -24956,7 +24956,7 @@ class OperationsInsightsClient(object):
|
|
24956
24956
|
:rtype: :class:`~oci.response.Response`
|
24957
24957
|
|
24958
24958
|
:example:
|
24959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
24959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
|
24960
24960
|
"""
|
24961
24961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24962
24962
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -25162,7 +25162,7 @@ class OperationsInsightsClient(object):
|
|
25162
25162
|
:rtype: :class:`~oci.response.Response`
|
25163
25163
|
|
25164
25164
|
:example:
|
25165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
|
25166
25166
|
"""
|
25167
25167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25168
25168
|
required_arguments = ['compartmentId', 'id']
|
@@ -25359,7 +25359,7 @@ class OperationsInsightsClient(object):
|
|
25359
25359
|
:rtype: :class:`~oci.response.Response`
|
25360
25360
|
|
25361
25361
|
:example:
|
25362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
|
25363
25363
|
"""
|
25364
25364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25365
25365
|
required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
|
@@ -25559,7 +25559,7 @@ class OperationsInsightsClient(object):
|
|
25559
25559
|
:rtype: :class:`~oci.response.Response`
|
25560
25560
|
|
25561
25561
|
:example:
|
25562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.
|
25563
25563
|
"""
|
25564
25564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25565
25565
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -25691,7 +25691,7 @@ class OperationsInsightsClient(object):
|
|
25691
25691
|
:rtype: :class:`~oci.response.Response`
|
25692
25692
|
|
25693
25693
|
:example:
|
25694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
|
25695
25695
|
"""
|
25696
25696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25697
25697
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -25880,7 +25880,7 @@ class OperationsInsightsClient(object):
|
|
25880
25880
|
:rtype: :class:`~oci.response.Response`
|
25881
25881
|
|
25882
25882
|
:example:
|
25883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
25883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
|
25884
25884
|
"""
|
25885
25885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25886
25886
|
required_arguments = ['compartmentId']
|
@@ -26059,7 +26059,7 @@ class OperationsInsightsClient(object):
|
|
26059
26059
|
:rtype: :class:`~oci.response.Response`
|
26060
26060
|
|
26061
26061
|
:example:
|
26062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
|
26063
26063
|
"""
|
26064
26064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26065
26065
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26209,7 +26209,7 @@ class OperationsInsightsClient(object):
|
|
26209
26209
|
:rtype: :class:`~oci.response.Response`
|
26210
26210
|
|
26211
26211
|
:example:
|
26212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
|
26213
26213
|
"""
|
26214
26214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26215
26215
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26435,7 +26435,7 @@ class OperationsInsightsClient(object):
|
|
26435
26435
|
:rtype: :class:`~oci.response.Response`
|
26436
26436
|
|
26437
26437
|
:example:
|
26438
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
|
26439
26439
|
"""
|
26440
26440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26441
26441
|
required_arguments = ['compartmentId']
|
@@ -26688,7 +26688,7 @@ class OperationsInsightsClient(object):
|
|
26688
26688
|
:rtype: :class:`~oci.response.Response`
|
26689
26689
|
|
26690
26690
|
:example:
|
26691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26691
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
|
26692
26692
|
"""
|
26693
26693
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26694
26694
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26856,7 +26856,7 @@ class OperationsInsightsClient(object):
|
|
26856
26856
|
:rtype: :class:`~oci.response.Response`
|
26857
26857
|
|
26858
26858
|
:example:
|
26859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/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.
|
26860
26860
|
"""
|
26861
26861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26862
26862
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -26971,7 +26971,7 @@ class OperationsInsightsClient(object):
|
|
26971
26971
|
:rtype: :class:`~oci.response.Response`
|
26972
26972
|
|
26973
26973
|
:example:
|
26974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
26974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
|
26975
26975
|
"""
|
26976
26976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26977
26977
|
required_arguments = ['awrHubId']
|
@@ -27080,7 +27080,7 @@ class OperationsInsightsClient(object):
|
|
27080
27080
|
:rtype: :class:`~oci.response.Response`
|
27081
27081
|
|
27082
27082
|
:example:
|
27083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
|
27084
27084
|
"""
|
27085
27085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27086
27086
|
required_arguments = ['awrHubSourceId']
|
@@ -27189,7 +27189,7 @@ class OperationsInsightsClient(object):
|
|
27189
27189
|
:rtype: :class:`~oci.response.Response`
|
27190
27190
|
|
27191
27191
|
:example:
|
27192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
|
27193
27193
|
"""
|
27194
27194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27195
27195
|
required_arguments = ['databaseInsightId']
|
@@ -27298,7 +27298,7 @@ class OperationsInsightsClient(object):
|
|
27298
27298
|
:rtype: :class:`~oci.response.Response`
|
27299
27299
|
|
27300
27300
|
:example:
|
27301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
|
27302
27302
|
"""
|
27303
27303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27304
27304
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -27407,7 +27407,7 @@ class OperationsInsightsClient(object):
|
|
27407
27407
|
:rtype: :class:`~oci.response.Response`
|
27408
27408
|
|
27409
27409
|
:example:
|
27410
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27410
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
|
27411
27411
|
"""
|
27412
27412
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27413
27413
|
required_arguments = ['exadataInsightId']
|
@@ -27516,7 +27516,7 @@ class OperationsInsightsClient(object):
|
|
27516
27516
|
:rtype: :class:`~oci.response.Response`
|
27517
27517
|
|
27518
27518
|
:example:
|
27519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
|
27520
27520
|
"""
|
27521
27521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27522
27522
|
required_arguments = ['hostInsightId']
|
@@ -27625,7 +27625,7 @@ class OperationsInsightsClient(object):
|
|
27625
27625
|
:rtype: :class:`~oci.response.Response`
|
27626
27626
|
|
27627
27627
|
:example:
|
27628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
|
27629
27629
|
"""
|
27630
27630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27631
27631
|
required_arguments = ['newsReportId']
|
@@ -27736,7 +27736,7 @@ class OperationsInsightsClient(object):
|
|
27736
27736
|
:rtype: :class:`~oci.response.Response`
|
27737
27737
|
|
27738
27738
|
:example:
|
27739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
|
27740
27740
|
"""
|
27741
27741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27742
27742
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -27846,7 +27846,7 @@ class OperationsInsightsClient(object):
|
|
27846
27846
|
:rtype: :class:`~oci.response.Response`
|
27847
27847
|
|
27848
27848
|
:example:
|
27849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
|
27850
27850
|
"""
|
27851
27851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27852
27852
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -27955,7 +27955,7 @@ class OperationsInsightsClient(object):
|
|
27955
27955
|
:rtype: :class:`~oci.response.Response`
|
27956
27956
|
|
27957
27957
|
:example:
|
27958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
27958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
|
27959
27959
|
"""
|
27960
27960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27961
27961
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -28066,7 +28066,7 @@ class OperationsInsightsClient(object):
|
|
28066
28066
|
:rtype: :class:`~oci.response.Response`
|
28067
28067
|
|
28068
28068
|
:example:
|
28069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
28069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
|
28070
28070
|
"""
|
28071
28071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28072
28072
|
required_arguments = ['opsiConfigurationId']
|