oci 2.111.0__py3-none-any.whl → 2.112.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +18 -18
- 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 +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- 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 +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- 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 +47 -47
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/__init__.py +1 -3
- oci/cims/incident_client.py +356 -93
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/account_item.py +85 -0
- oci/cims/models/activity_item.py +112 -14
- oci/cims/models/category.py +5 -5
- oci/cims/models/contact.py +32 -1
- oci/cims/models/contextual_data.py +9 -9
- oci/cims/models/create_account_item_details.py +78 -0
- oci/cims/models/create_category_details.py +2 -4
- oci/cims/models/create_incident.py +13 -9
- oci/cims/models/create_issue_type_details.py +0 -2
- oci/cims/models/create_item_details.py +9 -7
- oci/cims/models/create_limit_item_details.py +3 -3
- oci/cims/models/create_resource_details.py +2 -289
- oci/cims/models/create_sub_category_details.py +3 -5
- oci/cims/models/create_tech_support_item_details.py +1 -3
- oci/cims/models/create_ticket_details.py +11 -13
- oci/cims/models/create_user_details.py +65 -36
- oci/cims/models/incident.py +10 -6
- oci/cims/models/incident_resource_type.py +66 -4
- oci/cims/models/incident_summary.py +9 -5
- oci/cims/models/incident_type.py +1 -1
- oci/cims/models/issue_type.py +33 -2
- oci/cims/models/item.py +8 -4
- oci/cims/models/limit_item.py +7 -7
- oci/cims/models/resource.py +2 -285
- oci/cims/models/service_categories.py +134 -0
- oci/cims/models/service_category.py +1 -1
- oci/cims/models/sub_category.py +5 -5
- oci/cims/models/tenancy_information.py +3 -3
- oci/cims/models/ticket.py +7 -3
- oci/cims/models/update_activity_item_details.py +8 -6
- oci/cims/models/update_incident.py +62 -2
- oci/cims/models/update_item_details.py +3 -5
- oci/cims/models/update_resource_details.py +0 -2
- oci/cims/models/update_ticket_details.py +0 -2
- oci/cims/models/user.py +79 -19
- 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 +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +129 -24
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +90 -90
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +424 -154
- oci/data_catalog/models/__init__.py +22 -0
- oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
- oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_result.py +196 -0
- oci/data_catalog/models/attribute.py +33 -0
- oci/data_catalog/models/attribute_summary.py +33 -0
- oci/data_catalog/models/create_job_definition_details.py +42 -3
- oci/data_catalog/models/create_job_details.py +2 -0
- oci/data_catalog/models/create_job_execution_details.py +11 -3
- oci/data_catalog/models/data_asset.py +33 -0
- oci/data_catalog/models/data_asset_summary.py +35 -2
- oci/data_catalog/models/entity.py +33 -0
- oci/data_catalog/models/entity_lineage.py +222 -0
- oci/data_catalog/models/entity_summary.py +33 -0
- oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
- oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
- oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
- oci/data_catalog/models/folder.py +33 -0
- oci/data_catalog/models/folder_summary.py +35 -2
- oci/data_catalog/models/job.py +44 -3
- oci/data_catalog/models/job_definition.py +42 -3
- oci/data_catalog/models/job_definition_summary.py +44 -5
- oci/data_catalog/models/job_execution.py +11 -3
- oci/data_catalog/models/job_execution_summary.py +11 -3
- oci/data_catalog/models/job_summary.py +44 -3
- oci/data_catalog/models/lineage_object.py +400 -0
- oci/data_catalog/models/lineage_relationship.py +134 -0
- oci/data_catalog/models/object_lineage.py +223 -0
- oci/data_catalog/models/object_lineage_request_details.py +190 -0
- oci/data_catalog/models/object_storage_object_reference.py +134 -0
- oci/data_catalog/models/update_job_definition_details.py +31 -0
- oci/data_catalog/models/update_job_details.py +2 -0
- 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 +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +311 -311
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +19 -19
- 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 +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- 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 +39 -39
- 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/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +57 -57
- 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 +190 -190
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +56 -56
- oci/key_management/kms_crypto_client.py +6 -6
- 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 +22 -22
- oci/log_analytics/log_analytics_client.py +192 -192
- 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 +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- 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 +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/esxi_host_client.py +6 -6
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- 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 +11 -11
- 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 +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +159 -159
- 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/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- 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/queue/models/__init__.py +4 -0
- oci/queue/models/channel_collection.py +72 -0
- oci/queue/models/create_queue_details.py +50 -11
- oci/queue/models/delete_messages_details_entry.py +2 -2
- oci/queue/models/get_message.py +55 -12
- oci/queue/models/message_metadata.py +103 -0
- oci/queue/models/purge_queue_details.py +43 -8
- oci/queue/models/put_message.py +44 -5
- oci/queue/models/put_messages.py +3 -3
- oci/queue/models/put_messages_details_entry.py +29 -2
- oci/queue/models/queue.py +76 -21
- oci/queue/models/queue_stats.py +34 -3
- oci/queue/models/queue_summary.py +37 -17
- oci/queue/models/stats.py +2 -2
- oci/queue/models/update_messages_details.py +1 -1
- oci/queue/models/update_messages_details_entry.py +2 -2
- oci/queue/models/update_messages_result.py +2 -2
- oci/queue/models/update_messages_result_entry.py +12 -4
- oci/queue/models/update_queue_details.py +47 -8
- oci/queue/models/updated_message.py +12 -4
- oci/queue/models/work_request.py +6 -2
- oci/queue/models/work_request_error.py +6 -2
- oci/queue/models/work_request_log_entry.py +6 -2
- oci/queue/models/work_request_summary.py +8 -4
- oci/queue/queue_admin_client.py +67 -46
- oci/queue/queue_admin_client_composite_operations.py +4 -4
- oci/queue/queue_client.py +209 -36
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- 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/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 +22 -22
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +19 -19
- oci/vault/vaults_client.py +11 -11
- 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.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -157,7 +157,7 @@ class OperationsInsightsClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['exadataInsightId']
|
@@ -277,7 +277,7 @@ class OperationsInsightsClient(object):
|
|
277
277
|
:rtype: :class:`~oci.response.Response`
|
278
278
|
|
279
279
|
:example:
|
280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/change_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use change_autonomous_database_insight_advanced_features API.
|
281
281
|
"""
|
282
282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
283
283
|
required_arguments = ['databaseInsightId']
|
@@ -397,7 +397,7 @@ class OperationsInsightsClient(object):
|
|
397
397
|
:rtype: :class:`~oci.response.Response`
|
398
398
|
|
399
399
|
:example:
|
400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
|
401
401
|
"""
|
402
402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
403
403
|
required_arguments = ['databaseInsightId']
|
@@ -509,7 +509,7 @@ class OperationsInsightsClient(object):
|
|
509
509
|
:rtype: :class:`~oci.response.Response`
|
510
510
|
|
511
511
|
:example:
|
512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
|
513
513
|
"""
|
514
514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
515
515
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -626,7 +626,7 @@ class OperationsInsightsClient(object):
|
|
626
626
|
:rtype: :class:`~oci.response.Response`
|
627
627
|
|
628
628
|
:example:
|
629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
|
630
630
|
"""
|
631
631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
632
632
|
required_arguments = ['exadataInsightId']
|
@@ -746,7 +746,7 @@ class OperationsInsightsClient(object):
|
|
746
746
|
:rtype: :class:`~oci.response.Response`
|
747
747
|
|
748
748
|
:example:
|
749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
|
750
750
|
"""
|
751
751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
752
752
|
required_arguments = ['hostInsightId']
|
@@ -866,7 +866,7 @@ class OperationsInsightsClient(object):
|
|
866
866
|
:rtype: :class:`~oci.response.Response`
|
867
867
|
|
868
868
|
:example:
|
869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
|
870
870
|
"""
|
871
871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
872
872
|
required_arguments = ['newsReportId']
|
@@ -988,7 +988,7 @@ class OperationsInsightsClient(object):
|
|
988
988
|
:rtype: :class:`~oci.response.Response`
|
989
989
|
|
990
990
|
:example:
|
991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
|
992
992
|
"""
|
993
993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
994
994
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -1110,7 +1110,7 @@ class OperationsInsightsClient(object):
|
|
1110
1110
|
:rtype: :class:`~oci.response.Response`
|
1111
1111
|
|
1112
1112
|
:example:
|
1113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
|
1114
1114
|
"""
|
1115
1115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1116
1116
|
required_arguments = ['opsiConfigurationId']
|
@@ -1230,7 +1230,7 @@ class OperationsInsightsClient(object):
|
|
1230
1230
|
:rtype: :class:`~oci.response.Response`
|
1231
1231
|
|
1232
1232
|
:example:
|
1233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
|
1234
1234
|
"""
|
1235
1235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1236
1236
|
required_arguments = ['databaseInsightId']
|
@@ -1343,7 +1343,7 @@ class OperationsInsightsClient(object):
|
|
1343
1343
|
:rtype: :class:`~oci.response.Response`
|
1344
1344
|
|
1345
1345
|
:example:
|
1346
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
|
1347
1347
|
"""
|
1348
1348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1349
1349
|
required_arguments = []
|
@@ -1443,7 +1443,7 @@ class OperationsInsightsClient(object):
|
|
1443
1443
|
:rtype: :class:`~oci.response.Response`
|
1444
1444
|
|
1445
1445
|
:example:
|
1446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
|
1447
1447
|
"""
|
1448
1448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1449
1449
|
required_arguments = []
|
@@ -1543,7 +1543,7 @@ class OperationsInsightsClient(object):
|
|
1543
1543
|
:rtype: :class:`~oci.response.Response`
|
1544
1544
|
|
1545
1545
|
:example:
|
1546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
|
1547
1547
|
"""
|
1548
1548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1549
1549
|
required_arguments = []
|
@@ -1643,7 +1643,7 @@ class OperationsInsightsClient(object):
|
|
1643
1643
|
:rtype: :class:`~oci.response.Response`
|
1644
1644
|
|
1645
1645
|
:example:
|
1646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
|
1647
1647
|
"""
|
1648
1648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1649
1649
|
required_arguments = []
|
@@ -1743,7 +1743,7 @@ class OperationsInsightsClient(object):
|
|
1743
1743
|
:rtype: :class:`~oci.response.Response`
|
1744
1744
|
|
1745
1745
|
:example:
|
1746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
|
1747
1747
|
"""
|
1748
1748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1749
1749
|
required_arguments = []
|
@@ -1843,7 +1843,7 @@ class OperationsInsightsClient(object):
|
|
1843
1843
|
:rtype: :class:`~oci.response.Response`
|
1844
1844
|
|
1845
1845
|
:example:
|
1846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
|
1847
1847
|
"""
|
1848
1848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1849
1849
|
required_arguments = []
|
@@ -1944,7 +1944,7 @@ class OperationsInsightsClient(object):
|
|
1944
1944
|
:rtype: :class:`~oci.response.Response`
|
1945
1945
|
|
1946
1946
|
:example:
|
1947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
|
1948
1948
|
"""
|
1949
1949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1950
1950
|
required_arguments = []
|
@@ -2046,7 +2046,7 @@ class OperationsInsightsClient(object):
|
|
2046
2046
|
:rtype: :class:`~oci.response.Response`
|
2047
2047
|
|
2048
2048
|
:example:
|
2049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
|
2050
2050
|
"""
|
2051
2051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2052
2052
|
required_arguments = []
|
@@ -2147,7 +2147,7 @@ class OperationsInsightsClient(object):
|
|
2147
2147
|
:rtype: :class:`~oci.response.Response`
|
2148
2148
|
|
2149
2149
|
:example:
|
2150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
|
2151
2151
|
"""
|
2152
2152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2153
2153
|
required_arguments = []
|
@@ -2266,7 +2266,7 @@ class OperationsInsightsClient(object):
|
|
2266
2266
|
:rtype: :class:`~oci.response.Response`
|
2267
2267
|
|
2268
2268
|
:example:
|
2269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
|
2270
2270
|
"""
|
2271
2271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2272
2272
|
required_arguments = []
|
@@ -2401,7 +2401,7 @@ class OperationsInsightsClient(object):
|
|
2401
2401
|
:rtype: :class:`~oci.response.Response`
|
2402
2402
|
|
2403
2403
|
:example:
|
2404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
|
2405
2405
|
"""
|
2406
2406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2407
2407
|
required_arguments = ['awrHubId']
|
@@ -2505,7 +2505,7 @@ class OperationsInsightsClient(object):
|
|
2505
2505
|
:rtype: :class:`~oci.response.Response`
|
2506
2506
|
|
2507
2507
|
:example:
|
2508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
|
2509
2509
|
"""
|
2510
2510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2511
2511
|
required_arguments = ['databaseInsightId']
|
@@ -2609,7 +2609,7 @@ class OperationsInsightsClient(object):
|
|
2609
2609
|
:rtype: :class:`~oci.response.Response`
|
2610
2610
|
|
2611
2611
|
:example:
|
2612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
|
2613
2613
|
"""
|
2614
2614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2615
2615
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -2713,7 +2713,7 @@ class OperationsInsightsClient(object):
|
|
2713
2713
|
:rtype: :class:`~oci.response.Response`
|
2714
2714
|
|
2715
2715
|
:example:
|
2716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
|
2717
2717
|
"""
|
2718
2718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2719
2719
|
required_arguments = ['exadataInsightId']
|
@@ -2817,7 +2817,7 @@ class OperationsInsightsClient(object):
|
|
2817
2817
|
:rtype: :class:`~oci.response.Response`
|
2818
2818
|
|
2819
2819
|
:example:
|
2820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
|
2821
2821
|
"""
|
2822
2822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2823
2823
|
required_arguments = ['hostInsightId']
|
@@ -2921,7 +2921,7 @@ class OperationsInsightsClient(object):
|
|
2921
2921
|
:rtype: :class:`~oci.response.Response`
|
2922
2922
|
|
2923
2923
|
:example:
|
2924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
|
2925
2925
|
"""
|
2926
2926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2927
2927
|
required_arguments = ['newsReportId']
|
@@ -3027,7 +3027,7 @@ class OperationsInsightsClient(object):
|
|
3027
3027
|
:rtype: :class:`~oci.response.Response`
|
3028
3028
|
|
3029
3029
|
:example:
|
3030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
|
3031
3031
|
"""
|
3032
3032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3033
3033
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -3134,7 +3134,7 @@ class OperationsInsightsClient(object):
|
|
3134
3134
|
:rtype: :class:`~oci.response.Response`
|
3135
3135
|
|
3136
3136
|
:example:
|
3137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
|
3138
3138
|
"""
|
3139
3139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3140
3140
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -3238,7 +3238,7 @@ class OperationsInsightsClient(object):
|
|
3238
3238
|
:rtype: :class:`~oci.response.Response`
|
3239
3239
|
|
3240
3240
|
:example:
|
3241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
|
3242
3242
|
"""
|
3243
3243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3244
3244
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -3344,7 +3344,7 @@ class OperationsInsightsClient(object):
|
|
3344
3344
|
:rtype: :class:`~oci.response.Response`
|
3345
3345
|
|
3346
3346
|
:example:
|
3347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
|
3348
3348
|
"""
|
3349
3349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3350
3350
|
required_arguments = ['opsiConfigurationId']
|
@@ -3456,7 +3456,7 @@ class OperationsInsightsClient(object):
|
|
3456
3456
|
:rtype: :class:`~oci.response.Response`
|
3457
3457
|
|
3458
3458
|
:example:
|
3459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
|
3460
3460
|
"""
|
3461
3461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3462
3462
|
required_arguments = ['databaseInsightId']
|
@@ -3571,7 +3571,7 @@ class OperationsInsightsClient(object):
|
|
3571
3571
|
:rtype: :class:`~oci.response.Response`
|
3572
3572
|
|
3573
3573
|
:example:
|
3574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
|
3575
3575
|
"""
|
3576
3576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3577
3577
|
required_arguments = ['databaseInsightId']
|
@@ -3686,7 +3686,7 @@ class OperationsInsightsClient(object):
|
|
3686
3686
|
:rtype: :class:`~oci.response.Response`
|
3687
3687
|
|
3688
3688
|
:example:
|
3689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
|
3690
3690
|
"""
|
3691
3691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3692
3692
|
required_arguments = ['exadataInsightId']
|
@@ -3801,7 +3801,7 @@ class OperationsInsightsClient(object):
|
|
3801
3801
|
:rtype: :class:`~oci.response.Response`
|
3802
3802
|
|
3803
3803
|
:example:
|
3804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
|
3805
3805
|
"""
|
3806
3806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3807
3807
|
required_arguments = ['hostInsightId']
|
@@ -3914,7 +3914,7 @@ class OperationsInsightsClient(object):
|
|
3914
3914
|
:rtype: :class:`~oci.response.Response`
|
3915
3915
|
|
3916
3916
|
:example:
|
3917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
|
3918
3918
|
"""
|
3919
3919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3920
3920
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -4034,7 +4034,7 @@ class OperationsInsightsClient(object):
|
|
4034
4034
|
:rtype: :class:`~oci.response.Response`
|
4035
4035
|
|
4036
4036
|
:example:
|
4037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
|
4038
4038
|
"""
|
4039
4039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4040
4040
|
required_arguments = ['databaseInsightId']
|
@@ -4154,7 +4154,7 @@ class OperationsInsightsClient(object):
|
|
4154
4154
|
:rtype: :class:`~oci.response.Response`
|
4155
4155
|
|
4156
4156
|
:example:
|
4157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
|
4158
4158
|
"""
|
4159
4159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4160
4160
|
required_arguments = ['databaseInsightId']
|
@@ -4274,7 +4274,7 @@ class OperationsInsightsClient(object):
|
|
4274
4274
|
:rtype: :class:`~oci.response.Response`
|
4275
4275
|
|
4276
4276
|
:example:
|
4277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
|
4278
4278
|
"""
|
4279
4279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4280
4280
|
required_arguments = ['exadataInsightId']
|
@@ -4394,7 +4394,7 @@ class OperationsInsightsClient(object):
|
|
4394
4394
|
:rtype: :class:`~oci.response.Response`
|
4395
4395
|
|
4396
4396
|
:example:
|
4397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
|
4398
4398
|
"""
|
4399
4399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4400
4400
|
required_arguments = ['hostInsightId']
|
@@ -4530,7 +4530,7 @@ class OperationsInsightsClient(object):
|
|
4530
4530
|
:rtype: :class:`~oci.response.Response`
|
4531
4531
|
|
4532
4532
|
:example:
|
4533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
|
4534
4534
|
"""
|
4535
4535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4536
4536
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -4694,7 +4694,7 @@ class OperationsInsightsClient(object):
|
|
4694
4694
|
:rtype: :class:`~oci.response.Response`
|
4695
4695
|
|
4696
4696
|
:example:
|
4697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
|
4698
4698
|
"""
|
4699
4699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4700
4700
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
|
@@ -4820,7 +4820,7 @@ class OperationsInsightsClient(object):
|
|
4820
4820
|
:rtype: :class:`~oci.response.Response`
|
4821
4821
|
|
4822
4822
|
:example:
|
4823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
|
4824
4824
|
"""
|
4825
4825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4826
4826
|
required_arguments = ['awrHubId']
|
@@ -4943,7 +4943,7 @@ class OperationsInsightsClient(object):
|
|
4943
4943
|
:rtype: :class:`~oci.response.Response`
|
4944
4944
|
|
4945
4945
|
:example:
|
4946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
|
4947
4947
|
"""
|
4948
4948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4949
4949
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -5068,7 +5068,7 @@ class OperationsInsightsClient(object):
|
|
5068
5068
|
:rtype: :class:`~oci.response.Response`
|
5069
5069
|
|
5070
5070
|
:example:
|
5071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
|
5072
5072
|
"""
|
5073
5073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5074
5074
|
required_arguments = ['databaseInsightId']
|
@@ -5167,7 +5167,7 @@ class OperationsInsightsClient(object):
|
|
5167
5167
|
:rtype: :class:`~oci.response.Response`
|
5168
5168
|
|
5169
5169
|
:example:
|
5170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
|
5171
5171
|
"""
|
5172
5172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5173
5173
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -5266,7 +5266,7 @@ class OperationsInsightsClient(object):
|
|
5266
5266
|
:rtype: :class:`~oci.response.Response`
|
5267
5267
|
|
5268
5268
|
:example:
|
5269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
|
5270
5270
|
"""
|
5271
5271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5272
5272
|
required_arguments = ['exadataInsightId']
|
@@ -5365,7 +5365,7 @@ class OperationsInsightsClient(object):
|
|
5365
5365
|
:rtype: :class:`~oci.response.Response`
|
5366
5366
|
|
5367
5367
|
:example:
|
5368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
|
5369
5369
|
"""
|
5370
5370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5371
5371
|
required_arguments = ['hostInsightId']
|
@@ -5464,7 +5464,7 @@ class OperationsInsightsClient(object):
|
|
5464
5464
|
:rtype: :class:`~oci.response.Response`
|
5465
5465
|
|
5466
5466
|
:example:
|
5467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
|
5468
5468
|
"""
|
5469
5469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5470
5470
|
required_arguments = ['newsReportId']
|
@@ -5565,7 +5565,7 @@ class OperationsInsightsClient(object):
|
|
5565
5565
|
:rtype: :class:`~oci.response.Response`
|
5566
5566
|
|
5567
5567
|
:example:
|
5568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
|
5569
5569
|
"""
|
5570
5570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5571
5571
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -5665,7 +5665,7 @@ class OperationsInsightsClient(object):
|
|
5665
5665
|
:rtype: :class:`~oci.response.Response`
|
5666
5666
|
|
5667
5667
|
:example:
|
5668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
|
5669
5669
|
"""
|
5670
5670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5671
5671
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -5764,7 +5764,7 @@ class OperationsInsightsClient(object):
|
|
5764
5764
|
:rtype: :class:`~oci.response.Response`
|
5765
5765
|
|
5766
5766
|
:example:
|
5767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
|
5768
5768
|
"""
|
5769
5769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5770
5770
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -5886,7 +5886,7 @@ class OperationsInsightsClient(object):
|
|
5886
5886
|
:rtype: :class:`~oci.response.Response`
|
5887
5887
|
|
5888
5888
|
:example:
|
5889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
|
5890
5890
|
"""
|
5891
5891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5892
5892
|
required_arguments = ['opsiConfigurationId']
|
@@ -6028,7 +6028,7 @@ class OperationsInsightsClient(object):
|
|
6028
6028
|
:rtype: :class:`~oci.response.Response`
|
6029
6029
|
|
6030
6030
|
:example:
|
6031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
|
6032
6032
|
"""
|
6033
6033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6034
6034
|
required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
|
@@ -6134,7 +6134,7 @@ class OperationsInsightsClient(object):
|
|
6134
6134
|
:rtype: :class:`~oci.response.Response`
|
6135
6135
|
|
6136
6136
|
:example:
|
6137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
6138
6138
|
"""
|
6139
6139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6140
6140
|
required_arguments = ['workRequestId']
|
@@ -6257,7 +6257,7 @@ class OperationsInsightsClient(object):
|
|
6257
6257
|
:rtype: :class:`~oci.response.Response`
|
6258
6258
|
|
6259
6259
|
:example:
|
6260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
|
6261
6261
|
"""
|
6262
6262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6263
6263
|
required_arguments = []
|
@@ -6384,7 +6384,7 @@ class OperationsInsightsClient(object):
|
|
6384
6384
|
:rtype: :class:`~oci.response.Response`
|
6385
6385
|
|
6386
6386
|
:example:
|
6387
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6387
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
|
6388
6388
|
"""
|
6389
6389
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6390
6390
|
required_arguments = []
|
@@ -6506,7 +6506,7 @@ class OperationsInsightsClient(object):
|
|
6506
6506
|
:rtype: :class:`~oci.response.Response`
|
6507
6507
|
|
6508
6508
|
:example:
|
6509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
|
6510
6510
|
"""
|
6511
6511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6512
6512
|
required_arguments = ['id']
|
@@ -6625,7 +6625,7 @@ class OperationsInsightsClient(object):
|
|
6625
6625
|
:rtype: :class:`~oci.response.Response`
|
6626
6626
|
|
6627
6627
|
:example:
|
6628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
|
6629
6629
|
"""
|
6630
6630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6631
6631
|
required_arguments = ['id']
|
@@ -6755,7 +6755,7 @@ class OperationsInsightsClient(object):
|
|
6755
6755
|
:rtype: :class:`~oci.response.Response`
|
6756
6756
|
|
6757
6757
|
:example:
|
6758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
|
6759
6759
|
"""
|
6760
6760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6761
6761
|
required_arguments = []
|
@@ -6890,7 +6890,7 @@ class OperationsInsightsClient(object):
|
|
6890
6890
|
:rtype: :class:`~oci.response.Response`
|
6891
6891
|
|
6892
6892
|
:example:
|
6893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
|
6894
6894
|
"""
|
6895
6895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6896
6896
|
required_arguments = []
|
@@ -7020,7 +7020,7 @@ class OperationsInsightsClient(object):
|
|
7020
7020
|
:rtype: :class:`~oci.response.Response`
|
7021
7021
|
|
7022
7022
|
:example:
|
7023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
|
7024
7024
|
"""
|
7025
7025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7026
7026
|
required_arguments = []
|
@@ -7154,7 +7154,7 @@ class OperationsInsightsClient(object):
|
|
7154
7154
|
:rtype: :class:`~oci.response.Response`
|
7155
7155
|
|
7156
7156
|
:example:
|
7157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
|
7158
7158
|
"""
|
7159
7159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7160
7160
|
required_arguments = []
|
@@ -7326,7 +7326,7 @@ class OperationsInsightsClient(object):
|
|
7326
7326
|
:rtype: :class:`~oci.response.Response`
|
7327
7327
|
|
7328
7328
|
:example:
|
7329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
|
7330
7330
|
"""
|
7331
7331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7332
7332
|
required_arguments = ['compartmentId']
|
@@ -7541,7 +7541,7 @@ class OperationsInsightsClient(object):
|
|
7541
7541
|
:rtype: :class:`~oci.response.Response`
|
7542
7542
|
|
7543
7543
|
:example:
|
7544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
|
7545
7545
|
"""
|
7546
7546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7547
7547
|
required_arguments = ['compartmentId']
|
@@ -7745,7 +7745,7 @@ class OperationsInsightsClient(object):
|
|
7745
7745
|
:rtype: :class:`~oci.response.Response`
|
7746
7746
|
|
7747
7747
|
:example:
|
7748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
|
7749
7749
|
"""
|
7750
7750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7751
7751
|
required_arguments = ['compartmentId']
|
@@ -7941,7 +7941,7 @@ class OperationsInsightsClient(object):
|
|
7941
7941
|
:rtype: :class:`~oci.response.Response`
|
7942
7942
|
|
7943
7943
|
:example:
|
7944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
|
7945
7945
|
"""
|
7946
7946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7947
7947
|
required_arguments = ['compartmentId']
|
@@ -8172,7 +8172,7 @@ class OperationsInsightsClient(object):
|
|
8172
8172
|
:rtype: :class:`~oci.response.Response`
|
8173
8173
|
|
8174
8174
|
:example:
|
8175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
|
8176
8176
|
"""
|
8177
8177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8178
8178
|
required_arguments = ['compartmentId']
|
@@ -8397,7 +8397,7 @@ class OperationsInsightsClient(object):
|
|
8397
8397
|
:rtype: :class:`~oci.response.Response`
|
8398
8398
|
|
8399
8399
|
:example:
|
8400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
|
8401
8401
|
"""
|
8402
8402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8403
8403
|
required_arguments = ['compartmentId']
|
@@ -8579,7 +8579,7 @@ class OperationsInsightsClient(object):
|
|
8579
8579
|
:rtype: :class:`~oci.response.Response`
|
8580
8580
|
|
8581
8581
|
:example:
|
8582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
|
8583
8583
|
"""
|
8584
8584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8585
8585
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -8752,7 +8752,7 @@ class OperationsInsightsClient(object):
|
|
8752
8752
|
:rtype: :class:`~oci.response.Response`
|
8753
8753
|
|
8754
8754
|
:example:
|
8755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
|
8756
8756
|
"""
|
8757
8757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8758
8758
|
required_arguments = ['awrHubId']
|
@@ -8927,7 +8927,7 @@ class OperationsInsightsClient(object):
|
|
8927
8927
|
:rtype: :class:`~oci.response.Response`
|
8928
8928
|
|
8929
8929
|
:example:
|
8930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
|
8931
8931
|
"""
|
8932
8932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8933
8933
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -9095,7 +9095,7 @@ class OperationsInsightsClient(object):
|
|
9095
9095
|
:rtype: :class:`~oci.response.Response`
|
9096
9096
|
|
9097
9097
|
:example:
|
9098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
|
9099
9099
|
"""
|
9100
9100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9101
9101
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -9317,7 +9317,7 @@ class OperationsInsightsClient(object):
|
|
9317
9317
|
:rtype: :class:`~oci.response.Response`
|
9318
9318
|
|
9319
9319
|
:example:
|
9320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
|
9321
9321
|
"""
|
9322
9322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9323
9323
|
required_arguments = []
|
@@ -9542,7 +9542,7 @@ class OperationsInsightsClient(object):
|
|
9542
9542
|
:rtype: :class:`~oci.response.Response`
|
9543
9543
|
|
9544
9544
|
:example:
|
9545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
|
9546
9546
|
"""
|
9547
9547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9548
9548
|
required_arguments = []
|
@@ -9754,7 +9754,7 @@ class OperationsInsightsClient(object):
|
|
9754
9754
|
:rtype: :class:`~oci.response.Response`
|
9755
9755
|
|
9756
9756
|
:example:
|
9757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
|
9758
9758
|
"""
|
9759
9759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9760
9760
|
required_arguments = []
|
@@ -9949,7 +9949,7 @@ class OperationsInsightsClient(object):
|
|
9949
9949
|
:rtype: :class:`~oci.response.Response`
|
9950
9950
|
|
9951
9951
|
:example:
|
9952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
|
9953
9953
|
"""
|
9954
9954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9955
9955
|
required_arguments = []
|
@@ -10132,7 +10132,7 @@ class OperationsInsightsClient(object):
|
|
10132
10132
|
:rtype: :class:`~oci.response.Response`
|
10133
10133
|
|
10134
10134
|
:example:
|
10135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
|
10136
10136
|
"""
|
10137
10137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10138
10138
|
required_arguments = []
|
@@ -10367,7 +10367,7 @@ class OperationsInsightsClient(object):
|
|
10367
10367
|
:rtype: :class:`~oci.response.Response`
|
10368
10368
|
|
10369
10369
|
:example:
|
10370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
|
10371
10371
|
"""
|
10372
10372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10373
10373
|
required_arguments = []
|
@@ -10583,7 +10583,7 @@ class OperationsInsightsClient(object):
|
|
10583
10583
|
:rtype: :class:`~oci.response.Response`
|
10584
10584
|
|
10585
10585
|
:example:
|
10586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
|
10587
10587
|
"""
|
10588
10588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10589
10589
|
required_arguments = []
|
@@ -10814,7 +10814,7 @@ class OperationsInsightsClient(object):
|
|
10814
10814
|
:rtype: :class:`~oci.response.Response`
|
10815
10815
|
|
10816
10816
|
:example:
|
10817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
|
10818
10818
|
"""
|
10819
10819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10820
10820
|
required_arguments = ['compartmentId', 'id']
|
@@ -10985,7 +10985,7 @@ class OperationsInsightsClient(object):
|
|
10985
10985
|
:rtype: :class:`~oci.response.Response`
|
10986
10986
|
|
10987
10987
|
:example:
|
10988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
|
10989
10989
|
"""
|
10990
10990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10991
10991
|
required_arguments = ['compartmentId']
|
@@ -11135,7 +11135,7 @@ class OperationsInsightsClient(object):
|
|
11135
11135
|
:rtype: :class:`~oci.response.Response`
|
11136
11136
|
|
11137
11137
|
:example:
|
11138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
|
11139
11139
|
"""
|
11140
11140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11141
11141
|
required_arguments = ['compartmentId']
|
@@ -11276,7 +11276,7 @@ class OperationsInsightsClient(object):
|
|
11276
11276
|
:rtype: :class:`~oci.response.Response`
|
11277
11277
|
|
11278
11278
|
:example:
|
11279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
|
11280
11280
|
"""
|
11281
11281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11282
11282
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -11435,7 +11435,7 @@ class OperationsInsightsClient(object):
|
|
11435
11435
|
:rtype: :class:`~oci.response.Response`
|
11436
11436
|
|
11437
11437
|
:example:
|
11438
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
|
11439
11439
|
"""
|
11440
11440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11441
11441
|
required_arguments = []
|
@@ -11626,7 +11626,7 @@ class OperationsInsightsClient(object):
|
|
11626
11626
|
:rtype: :class:`~oci.response.Response`
|
11627
11627
|
|
11628
11628
|
:example:
|
11629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
|
11630
11630
|
"""
|
11631
11631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11632
11632
|
required_arguments = []
|
@@ -11805,7 +11805,7 @@ class OperationsInsightsClient(object):
|
|
11805
11805
|
:rtype: :class:`~oci.response.Response`
|
11806
11806
|
|
11807
11807
|
:example:
|
11808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
|
11809
11809
|
"""
|
11810
11810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11811
11811
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -11977,7 +11977,7 @@ class OperationsInsightsClient(object):
|
|
11977
11977
|
:rtype: :class:`~oci.response.Response`
|
11978
11978
|
|
11979
11979
|
:example:
|
11980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
|
11981
11981
|
"""
|
11982
11982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11983
11983
|
required_arguments = []
|
@@ -12149,7 +12149,7 @@ class OperationsInsightsClient(object):
|
|
12149
12149
|
:rtype: :class:`~oci.response.Response`
|
12150
12150
|
|
12151
12151
|
:example:
|
12152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
|
12153
12153
|
"""
|
12154
12154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12155
12155
|
required_arguments = ['compartmentId']
|
@@ -12329,7 +12329,7 @@ class OperationsInsightsClient(object):
|
|
12329
12329
|
:rtype: :class:`~oci.response.Response`
|
12330
12330
|
|
12331
12331
|
:example:
|
12332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
|
12333
12333
|
"""
|
12334
12334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12335
12335
|
required_arguments = ['compartmentId']
|
@@ -12489,7 +12489,7 @@ class OperationsInsightsClient(object):
|
|
12489
12489
|
:rtype: :class:`~oci.response.Response`
|
12490
12490
|
|
12491
12491
|
:example:
|
12492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12492
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
|
12493
12493
|
"""
|
12494
12494
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12495
12495
|
required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
|
@@ -12652,7 +12652,7 @@ class OperationsInsightsClient(object):
|
|
12652
12652
|
:rtype: :class:`~oci.response.Response`
|
12653
12653
|
|
12654
12654
|
:example:
|
12655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
|
12656
12656
|
"""
|
12657
12657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12658
12658
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -12816,7 +12816,7 @@ class OperationsInsightsClient(object):
|
|
12816
12816
|
:rtype: :class:`~oci.response.Response`
|
12817
12817
|
|
12818
12818
|
:example:
|
12819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
|
12820
12820
|
"""
|
12821
12821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12822
12822
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -12976,7 +12976,7 @@ class OperationsInsightsClient(object):
|
|
12976
12976
|
:rtype: :class:`~oci.response.Response`
|
12977
12977
|
|
12978
12978
|
:example:
|
12979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
|
12980
12980
|
"""
|
12981
12981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12982
12982
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -13154,7 +13154,7 @@ class OperationsInsightsClient(object):
|
|
13154
13154
|
:rtype: :class:`~oci.response.Response`
|
13155
13155
|
|
13156
13156
|
:example:
|
13157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
13158
13158
|
"""
|
13159
13159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13160
13160
|
required_arguments = ['workRequestId']
|
@@ -13307,7 +13307,7 @@ class OperationsInsightsClient(object):
|
|
13307
13307
|
:rtype: :class:`~oci.response.Response`
|
13308
13308
|
|
13309
13309
|
:example:
|
13310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
13311
13311
|
"""
|
13312
13312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13313
13313
|
required_arguments = ['workRequestId']
|
@@ -13476,7 +13476,7 @@ class OperationsInsightsClient(object):
|
|
13476
13476
|
:rtype: :class:`~oci.response.Response`
|
13477
13477
|
|
13478
13478
|
:example:
|
13479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
13480
13480
|
"""
|
13481
13481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13482
13482
|
required_arguments = []
|
@@ -13630,7 +13630,7 @@ class OperationsInsightsClient(object):
|
|
13630
13630
|
:rtype: :class:`~oci.response.Response`
|
13631
13631
|
|
13632
13632
|
:example:
|
13633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
|
13634
13634
|
"""
|
13635
13635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13636
13636
|
required_arguments = ['compartmentId']
|
@@ -13757,7 +13757,7 @@ class OperationsInsightsClient(object):
|
|
13757
13757
|
:rtype: :class:`~oci.response.Response`
|
13758
13758
|
|
13759
13759
|
:example:
|
13760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
|
13761
13761
|
"""
|
13762
13762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13763
13763
|
required_arguments = ['warehouseType', 'warehouseId']
|
@@ -13874,7 +13874,7 @@ class OperationsInsightsClient(object):
|
|
13874
13874
|
:rtype: :class:`~oci.response.Response`
|
13875
13875
|
|
13876
13876
|
:example:
|
13877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
|
13878
13878
|
"""
|
13879
13879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13880
13880
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -14058,7 +14058,7 @@ class OperationsInsightsClient(object):
|
|
14058
14058
|
:rtype: :class:`~oci.response.Response`
|
14059
14059
|
|
14060
14060
|
:example:
|
14061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
|
14062
14062
|
"""
|
14063
14063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14064
14064
|
required_arguments = ['compartmentId']
|
@@ -14288,7 +14288,7 @@ class OperationsInsightsClient(object):
|
|
14288
14288
|
:rtype: :class:`~oci.response.Response`
|
14289
14289
|
|
14290
14290
|
:example:
|
14291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
|
14292
14292
|
"""
|
14293
14293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14294
14294
|
required_arguments = ['compartmentId', 'name']
|
@@ -14539,7 +14539,7 @@ class OperationsInsightsClient(object):
|
|
14539
14539
|
:rtype: :class:`~oci.response.Response`
|
14540
14540
|
|
14541
14541
|
:example:
|
14542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
|
14543
14543
|
"""
|
14544
14544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14545
14545
|
required_arguments = ['compartmentId']
|
@@ -14810,7 +14810,7 @@ class OperationsInsightsClient(object):
|
|
14810
14810
|
:rtype: :class:`~oci.response.Response`
|
14811
14811
|
|
14812
14812
|
:example:
|
14813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
|
14814
14814
|
"""
|
14815
14815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14816
14816
|
required_arguments = ['compartmentId']
|
@@ -15030,7 +15030,7 @@ class OperationsInsightsClient(object):
|
|
15030
15030
|
:rtype: :class:`~oci.response.Response`
|
15031
15031
|
|
15032
15032
|
:example:
|
15033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
|
15034
15034
|
"""
|
15035
15035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15036
15036
|
required_arguments = ['compartmentId', 'objectIdentifier']
|
@@ -15220,7 +15220,7 @@ class OperationsInsightsClient(object):
|
|
15220
15220
|
:rtype: :class:`~oci.response.Response`
|
15221
15221
|
|
15222
15222
|
:example:
|
15223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
|
15224
15224
|
"""
|
15225
15225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15226
15226
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -15394,7 +15394,7 @@ class OperationsInsightsClient(object):
|
|
15394
15394
|
:rtype: :class:`~oci.response.Response`
|
15395
15395
|
|
15396
15396
|
:example:
|
15397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
|
15398
15398
|
"""
|
15399
15399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15400
15400
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -15592,7 +15592,7 @@ class OperationsInsightsClient(object):
|
|
15592
15592
|
:rtype: :class:`~oci.response.Response`
|
15593
15593
|
|
15594
15594
|
:example:
|
15595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
|
15596
15596
|
"""
|
15597
15597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15598
15598
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -15786,7 +15786,7 @@ class OperationsInsightsClient(object):
|
|
15786
15786
|
:rtype: :class:`~oci.response.Response`
|
15787
15787
|
|
15788
15788
|
:example:
|
15789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
|
15790
15790
|
"""
|
15791
15791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15792
15792
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -16004,7 +16004,7 @@ class OperationsInsightsClient(object):
|
|
16004
16004
|
:rtype: :class:`~oci.response.Response`
|
16005
16005
|
|
16006
16006
|
:example:
|
16007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
|
16008
16008
|
"""
|
16009
16009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16010
16010
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -16208,7 +16208,7 @@ class OperationsInsightsClient(object):
|
|
16208
16208
|
:rtype: :class:`~oci.response.Response`
|
16209
16209
|
|
16210
16210
|
:example:
|
16211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
|
16212
16212
|
"""
|
16213
16213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16214
16214
|
required_arguments = ['awrHubId']
|
@@ -16392,7 +16392,7 @@ class OperationsInsightsClient(object):
|
|
16392
16392
|
:rtype: :class:`~oci.response.Response`
|
16393
16393
|
|
16394
16394
|
:example:
|
16395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
|
16396
16396
|
"""
|
16397
16397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16398
16398
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -16571,7 +16571,7 @@ class OperationsInsightsClient(object):
|
|
16571
16571
|
:rtype: :class:`~oci.response.Response`
|
16572
16572
|
|
16573
16573
|
:example:
|
16574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
|
16575
16575
|
"""
|
16576
16576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16577
16577
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -16776,7 +16776,7 @@ class OperationsInsightsClient(object):
|
|
16776
16776
|
:rtype: :class:`~oci.response.Response`
|
16777
16777
|
|
16778
16778
|
:example:
|
16779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
|
16780
16780
|
"""
|
16781
16781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16782
16782
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -16977,7 +16977,7 @@ class OperationsInsightsClient(object):
|
|
16977
16977
|
:rtype: :class:`~oci.response.Response`
|
16978
16978
|
|
16979
16979
|
:example:
|
16980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
|
16981
16981
|
"""
|
16982
16982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16983
16983
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -17160,7 +17160,7 @@ class OperationsInsightsClient(object):
|
|
17160
17160
|
:rtype: :class:`~oci.response.Response`
|
17161
17161
|
|
17162
17162
|
:example:
|
17163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
|
17164
17164
|
"""
|
17165
17165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17166
17166
|
required_arguments = ['awrHubId']
|
@@ -17326,7 +17326,7 @@ class OperationsInsightsClient(object):
|
|
17326
17326
|
:rtype: :class:`~oci.response.Response`
|
17327
17327
|
|
17328
17328
|
:example:
|
17329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
|
17330
17330
|
"""
|
17331
17331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17332
17332
|
required_arguments = []
|
@@ -17573,7 +17573,7 @@ class OperationsInsightsClient(object):
|
|
17573
17573
|
:rtype: :class:`~oci.response.Response`
|
17574
17574
|
|
17575
17575
|
:example:
|
17576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
|
17577
17577
|
"""
|
17578
17578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17579
17579
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -17881,7 +17881,7 @@ class OperationsInsightsClient(object):
|
|
17881
17881
|
:rtype: :class:`~oci.response.Response`
|
17882
17882
|
|
17883
17883
|
:example:
|
17884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
|
17885
17885
|
"""
|
17886
17886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17887
17887
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -18187,7 +18187,7 @@ class OperationsInsightsClient(object):
|
|
18187
18187
|
:rtype: :class:`~oci.response.Response`
|
18188
18188
|
|
18189
18189
|
:example:
|
18190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
|
18191
18191
|
"""
|
18192
18192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18193
18193
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -18455,7 +18455,7 @@ class OperationsInsightsClient(object):
|
|
18455
18455
|
:rtype: :class:`~oci.response.Response`
|
18456
18456
|
|
18457
18457
|
:example:
|
18458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
|
18459
18459
|
"""
|
18460
18460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18461
18461
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -18701,7 +18701,7 @@ class OperationsInsightsClient(object):
|
|
18701
18701
|
:rtype: :class:`~oci.response.Response`
|
18702
18702
|
|
18703
18703
|
:example:
|
18704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
|
18705
18705
|
"""
|
18706
18706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18707
18707
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -18961,7 +18961,7 @@ class OperationsInsightsClient(object):
|
|
18961
18961
|
:rtype: :class:`~oci.response.Response`
|
18962
18962
|
|
18963
18963
|
:example:
|
18964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
|
18965
18965
|
"""
|
18966
18966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18967
18967
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -19153,7 +19153,7 @@ class OperationsInsightsClient(object):
|
|
19153
19153
|
:rtype: :class:`~oci.response.Response`
|
19154
19154
|
|
19155
19155
|
:example:
|
19156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
|
19157
19157
|
"""
|
19158
19158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19159
19159
|
required_arguments = ['compartmentId']
|
@@ -19351,7 +19351,7 @@ class OperationsInsightsClient(object):
|
|
19351
19351
|
:rtype: :class:`~oci.response.Response`
|
19352
19352
|
|
19353
19353
|
:example:
|
19354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
|
19355
19355
|
"""
|
19356
19356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19357
19357
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -19579,7 +19579,7 @@ class OperationsInsightsClient(object):
|
|
19579
19579
|
:rtype: :class:`~oci.response.Response`
|
19580
19580
|
|
19581
19581
|
:example:
|
19582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_exadata_insight_resource_capacity_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend_aggregated API.
|
19583
19583
|
"""
|
19584
19584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19585
19585
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -19830,7 +19830,7 @@ class OperationsInsightsClient(object):
|
|
19830
19830
|
:rtype: :class:`~oci.response.Response`
|
19831
19831
|
|
19832
19832
|
:example:
|
19833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
|
19834
19834
|
"""
|
19835
19835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19836
19836
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -20096,7 +20096,7 @@ class OperationsInsightsClient(object):
|
|
20096
20096
|
:rtype: :class:`~oci.response.Response`
|
20097
20097
|
|
20098
20098
|
:example:
|
20099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_exadata_insight_resource_forecast_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend_aggregated API.
|
20100
20100
|
"""
|
20101
20101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20102
20102
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -20313,7 +20313,7 @@ class OperationsInsightsClient(object):
|
|
20313
20313
|
:rtype: :class:`~oci.response.Response`
|
20314
20314
|
|
20315
20315
|
:example:
|
20316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
|
20317
20317
|
"""
|
20318
20318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20319
20319
|
required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
|
@@ -20548,7 +20548,7 @@ class OperationsInsightsClient(object):
|
|
20548
20548
|
:rtype: :class:`~oci.response.Response`
|
20549
20549
|
|
20550
20550
|
:example:
|
20551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
|
20552
20552
|
"""
|
20553
20553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20554
20554
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -20774,7 +20774,7 @@ class OperationsInsightsClient(object):
|
|
20774
20774
|
:rtype: :class:`~oci.response.Response`
|
20775
20775
|
|
20776
20776
|
:example:
|
20777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
|
20778
20778
|
"""
|
20779
20779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20780
20780
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -20987,7 +20987,7 @@ class OperationsInsightsClient(object):
|
|
20987
20987
|
:rtype: :class:`~oci.response.Response`
|
20988
20988
|
|
20989
20989
|
:example:
|
20990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
|
20991
20991
|
"""
|
20992
20992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20993
20993
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -21145,7 +21145,7 @@ class OperationsInsightsClient(object):
|
|
21145
21145
|
:rtype: :class:`~oci.response.Response`
|
21146
21146
|
|
21147
21147
|
:example:
|
21148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
|
21149
21149
|
"""
|
21150
21150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21151
21151
|
required_arguments = ['exadataInsightId']
|
@@ -21315,7 +21315,7 @@ class OperationsInsightsClient(object):
|
|
21315
21315
|
:rtype: :class:`~oci.response.Response`
|
21316
21316
|
|
21317
21317
|
:example:
|
21318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
|
21319
21319
|
"""
|
21320
21320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21321
21321
|
required_arguments = ['compartmentId', 'id']
|
@@ -21548,7 +21548,7 @@ class OperationsInsightsClient(object):
|
|
21548
21548
|
:rtype: :class:`~oci.response.Response`
|
21549
21549
|
|
21550
21550
|
:example:
|
21551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
|
21552
21552
|
"""
|
21553
21553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21554
21554
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -21848,7 +21848,7 @@ class OperationsInsightsClient(object):
|
|
21848
21848
|
:rtype: :class:`~oci.response.Response`
|
21849
21849
|
|
21850
21850
|
:example:
|
21851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
|
21852
21852
|
"""
|
21853
21853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21854
21854
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -22147,7 +22147,7 @@ class OperationsInsightsClient(object):
|
|
22147
22147
|
:rtype: :class:`~oci.response.Response`
|
22148
22148
|
|
22149
22149
|
:example:
|
22150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
|
22151
22151
|
"""
|
22152
22152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22153
22153
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -22406,7 +22406,7 @@ class OperationsInsightsClient(object):
|
|
22406
22406
|
:rtype: :class:`~oci.response.Response`
|
22407
22407
|
|
22408
22408
|
:example:
|
22409
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
|
22410
22410
|
"""
|
22411
22411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22412
22412
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -22643,7 +22643,7 @@ class OperationsInsightsClient(object):
|
|
22643
22643
|
:rtype: :class:`~oci.response.Response`
|
22644
22644
|
|
22645
22645
|
:example:
|
22646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
|
22647
22647
|
"""
|
22648
22648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22649
22649
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -22894,7 +22894,7 @@ class OperationsInsightsClient(object):
|
|
22894
22894
|
:rtype: :class:`~oci.response.Response`
|
22895
22895
|
|
22896
22896
|
:example:
|
22897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
|
22898
22898
|
"""
|
22899
22899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22900
22900
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -23085,7 +23085,7 @@ class OperationsInsightsClient(object):
|
|
23085
23085
|
:rtype: :class:`~oci.response.Response`
|
23086
23086
|
|
23087
23087
|
:example:
|
23088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
|
23089
23089
|
"""
|
23090
23090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23091
23091
|
required_arguments = ['compartmentId', 'id']
|
@@ -23267,7 +23267,7 @@ class OperationsInsightsClient(object):
|
|
23267
23267
|
:rtype: :class:`~oci.response.Response`
|
23268
23268
|
|
23269
23269
|
:example:
|
23270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
|
23271
23271
|
"""
|
23272
23272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23273
23273
|
required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
|
@@ -23452,7 +23452,7 @@ class OperationsInsightsClient(object):
|
|
23452
23452
|
:rtype: :class:`~oci.response.Response`
|
23453
23453
|
|
23454
23454
|
:example:
|
23455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_host_insight_top_processes_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage_trend API.
|
23456
23456
|
"""
|
23457
23457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23458
23458
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -23574,7 +23574,7 @@ class OperationsInsightsClient(object):
|
|
23574
23574
|
:rtype: :class:`~oci.response.Response`
|
23575
23575
|
|
23576
23576
|
:example:
|
23577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
|
23578
23578
|
"""
|
23579
23579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23580
23580
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -23763,7 +23763,7 @@ class OperationsInsightsClient(object):
|
|
23763
23763
|
:rtype: :class:`~oci.response.Response`
|
23764
23764
|
|
23765
23765
|
:example:
|
23766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
|
23767
23767
|
"""
|
23768
23768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23769
23769
|
required_arguments = ['compartmentId']
|
@@ -23942,7 +23942,7 @@ class OperationsInsightsClient(object):
|
|
23942
23942
|
:rtype: :class:`~oci.response.Response`
|
23943
23943
|
|
23944
23944
|
:example:
|
23945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
|
23946
23946
|
"""
|
23947
23947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23948
23948
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -24092,7 +24092,7 @@ class OperationsInsightsClient(object):
|
|
24092
24092
|
:rtype: :class:`~oci.response.Response`
|
24093
24093
|
|
24094
24094
|
:example:
|
24095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
|
24096
24096
|
"""
|
24097
24097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24098
24098
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -24318,7 +24318,7 @@ class OperationsInsightsClient(object):
|
|
24318
24318
|
:rtype: :class:`~oci.response.Response`
|
24319
24319
|
|
24320
24320
|
:example:
|
24321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
|
24322
24322
|
"""
|
24323
24323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24324
24324
|
required_arguments = ['compartmentId']
|
@@ -24571,7 +24571,7 @@ class OperationsInsightsClient(object):
|
|
24571
24571
|
:rtype: :class:`~oci.response.Response`
|
24572
24572
|
|
24573
24573
|
:example:
|
24574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
|
24575
24575
|
"""
|
24576
24576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24577
24577
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -24739,7 +24739,7 @@ class OperationsInsightsClient(object):
|
|
24739
24739
|
:rtype: :class:`~oci.response.Response`
|
24740
24740
|
|
24741
24741
|
:example:
|
24742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/summarize_sql_statistics_time_series_by_plan.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series_by_plan API.
|
24743
24743
|
"""
|
24744
24744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24745
24745
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -24854,7 +24854,7 @@ class OperationsInsightsClient(object):
|
|
24854
24854
|
:rtype: :class:`~oci.response.Response`
|
24855
24855
|
|
24856
24856
|
:example:
|
24857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
|
24858
24858
|
"""
|
24859
24859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24860
24860
|
required_arguments = ['awrHubId']
|
@@ -24963,7 +24963,7 @@ class OperationsInsightsClient(object):
|
|
24963
24963
|
:rtype: :class:`~oci.response.Response`
|
24964
24964
|
|
24965
24965
|
:example:
|
24966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
|
24967
24967
|
"""
|
24968
24968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24969
24969
|
required_arguments = ['databaseInsightId']
|
@@ -25072,7 +25072,7 @@ class OperationsInsightsClient(object):
|
|
25072
25072
|
:rtype: :class:`~oci.response.Response`
|
25073
25073
|
|
25074
25074
|
:example:
|
25075
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25075
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
|
25076
25076
|
"""
|
25077
25077
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25078
25078
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -25181,7 +25181,7 @@ class OperationsInsightsClient(object):
|
|
25181
25181
|
:rtype: :class:`~oci.response.Response`
|
25182
25182
|
|
25183
25183
|
:example:
|
25184
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
|
25185
25185
|
"""
|
25186
25186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25187
25187
|
required_arguments = ['exadataInsightId']
|
@@ -25290,7 +25290,7 @@ class OperationsInsightsClient(object):
|
|
25290
25290
|
:rtype: :class:`~oci.response.Response`
|
25291
25291
|
|
25292
25292
|
:example:
|
25293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
|
25294
25294
|
"""
|
25295
25295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25296
25296
|
required_arguments = ['hostInsightId']
|
@@ -25399,7 +25399,7 @@ class OperationsInsightsClient(object):
|
|
25399
25399
|
:rtype: :class:`~oci.response.Response`
|
25400
25400
|
|
25401
25401
|
:example:
|
25402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
|
25403
25403
|
"""
|
25404
25404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25405
25405
|
required_arguments = ['newsReportId']
|
@@ -25510,7 +25510,7 @@ class OperationsInsightsClient(object):
|
|
25510
25510
|
:rtype: :class:`~oci.response.Response`
|
25511
25511
|
|
25512
25512
|
:example:
|
25513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
|
25514
25514
|
"""
|
25515
25515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25516
25516
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -25620,7 +25620,7 @@ class OperationsInsightsClient(object):
|
|
25620
25620
|
:rtype: :class:`~oci.response.Response`
|
25621
25621
|
|
25622
25622
|
:example:
|
25623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
|
25624
25624
|
"""
|
25625
25625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25626
25626
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -25729,7 +25729,7 @@ class OperationsInsightsClient(object):
|
|
25729
25729
|
:rtype: :class:`~oci.response.Response`
|
25730
25730
|
|
25731
25731
|
:example:
|
25732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
|
25733
25733
|
"""
|
25734
25734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25735
25735
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -25840,7 +25840,7 @@ class OperationsInsightsClient(object):
|
|
25840
25840
|
:rtype: :class:`~oci.response.Response`
|
25841
25841
|
|
25842
25842
|
:example:
|
25843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
|
25844
25844
|
"""
|
25845
25845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25846
25846
|
required_arguments = ['opsiConfigurationId']
|