oci 2.101.0__py3-none-any.whl → 2.102.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 +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- 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 +30 -30
- 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 +40 -40
- 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/incident_client.py +7 -7
- 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_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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +89 -89
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +241 -241
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- 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 +303 -303
- oci/database_management/db_management_client.py +157 -157
- 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 +51 -51
- 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 +35 -35
- 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 +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- 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 +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- 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 +184 -184
- oci/logging/logging_management_client.py +32 -32
- 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 +26 -26
- 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/ocvp/esxi_host_client.py +5 -5
- 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 +151 -151
- 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/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/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- 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_cluster_client.py +7 -7
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +10 -10
- oci/rover/shape_client.py +1 -1
- 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 +9 -9
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- 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.101.0.dist-info → oci-2.102.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/RECORD +217 -216
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/top_level.txt +0 -0
@@ -155,7 +155,7 @@ class OperationsInsightsClient(object):
|
|
155
155
|
:rtype: :class:`~oci.response.Response`
|
156
156
|
|
157
157
|
:example:
|
158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
|
159
159
|
"""
|
160
160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
161
161
|
required_arguments = ['exadataInsightId']
|
@@ -275,7 +275,7 @@ class OperationsInsightsClient(object):
|
|
275
275
|
:rtype: :class:`~oci.response.Response`
|
276
276
|
|
277
277
|
:example:
|
278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
279
279
|
"""
|
280
280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
281
281
|
required_arguments = ['databaseInsightId']
|
@@ -395,7 +395,7 @@ class OperationsInsightsClient(object):
|
|
395
395
|
:rtype: :class:`~oci.response.Response`
|
396
396
|
|
397
397
|
:example:
|
398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
|
399
399
|
"""
|
400
400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
401
401
|
required_arguments = ['databaseInsightId']
|
@@ -507,7 +507,7 @@ class OperationsInsightsClient(object):
|
|
507
507
|
:rtype: :class:`~oci.response.Response`
|
508
508
|
|
509
509
|
:example:
|
510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
|
511
511
|
"""
|
512
512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
513
513
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -624,7 +624,7 @@ class OperationsInsightsClient(object):
|
|
624
624
|
:rtype: :class:`~oci.response.Response`
|
625
625
|
|
626
626
|
:example:
|
627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
|
628
628
|
"""
|
629
629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
630
630
|
required_arguments = ['exadataInsightId']
|
@@ -744,7 +744,7 @@ class OperationsInsightsClient(object):
|
|
744
744
|
:rtype: :class:`~oci.response.Response`
|
745
745
|
|
746
746
|
:example:
|
747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
|
748
748
|
"""
|
749
749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
750
750
|
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.102.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.
|
870
870
|
"""
|
871
871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
872
872
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -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.102.0/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_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 = ['opsiConfigurationId']
|
@@ -1108,7 +1108,7 @@ class OperationsInsightsClient(object):
|
|
1108
1108
|
:rtype: :class:`~oci.response.Response`
|
1109
1109
|
|
1110
1110
|
:example:
|
1111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
|
1112
1112
|
"""
|
1113
1113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1114
1114
|
required_arguments = ['databaseInsightId']
|
@@ -1221,7 +1221,7 @@ class OperationsInsightsClient(object):
|
|
1221
1221
|
:rtype: :class:`~oci.response.Response`
|
1222
1222
|
|
1223
1223
|
:example:
|
1224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
|
1225
1225
|
"""
|
1226
1226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1227
1227
|
required_arguments = []
|
@@ -1321,7 +1321,7 @@ class OperationsInsightsClient(object):
|
|
1321
1321
|
:rtype: :class:`~oci.response.Response`
|
1322
1322
|
|
1323
1323
|
:example:
|
1324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
|
1325
1325
|
"""
|
1326
1326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1327
1327
|
required_arguments = []
|
@@ -1421,7 +1421,7 @@ class OperationsInsightsClient(object):
|
|
1421
1421
|
:rtype: :class:`~oci.response.Response`
|
1422
1422
|
|
1423
1423
|
:example:
|
1424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
|
1425
1425
|
"""
|
1426
1426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1427
1427
|
required_arguments = []
|
@@ -1521,7 +1521,7 @@ class OperationsInsightsClient(object):
|
|
1521
1521
|
:rtype: :class:`~oci.response.Response`
|
1522
1522
|
|
1523
1523
|
:example:
|
1524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
|
1525
1525
|
"""
|
1526
1526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1527
1527
|
required_arguments = []
|
@@ -1621,7 +1621,7 @@ class OperationsInsightsClient(object):
|
|
1621
1621
|
:rtype: :class:`~oci.response.Response`
|
1622
1622
|
|
1623
1623
|
:example:
|
1624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
|
1625
1625
|
"""
|
1626
1626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1627
1627
|
required_arguments = []
|
@@ -1722,7 +1722,7 @@ class OperationsInsightsClient(object):
|
|
1722
1722
|
:rtype: :class:`~oci.response.Response`
|
1723
1723
|
|
1724
1724
|
:example:
|
1725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
|
1726
1726
|
"""
|
1727
1727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1728
1728
|
required_arguments = []
|
@@ -1824,7 +1824,7 @@ class OperationsInsightsClient(object):
|
|
1824
1824
|
:rtype: :class:`~oci.response.Response`
|
1825
1825
|
|
1826
1826
|
:example:
|
1827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
|
1828
1828
|
"""
|
1829
1829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1830
1830
|
required_arguments = []
|
@@ -1925,7 +1925,7 @@ class OperationsInsightsClient(object):
|
|
1925
1925
|
:rtype: :class:`~oci.response.Response`
|
1926
1926
|
|
1927
1927
|
:example:
|
1928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
|
1929
1929
|
"""
|
1930
1930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1931
1931
|
required_arguments = []
|
@@ -2044,7 +2044,7 @@ class OperationsInsightsClient(object):
|
|
2044
2044
|
:rtype: :class:`~oci.response.Response`
|
2045
2045
|
|
2046
2046
|
:example:
|
2047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
|
2048
2048
|
"""
|
2049
2049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2050
2050
|
required_arguments = []
|
@@ -2179,7 +2179,7 @@ class OperationsInsightsClient(object):
|
|
2179
2179
|
:rtype: :class:`~oci.response.Response`
|
2180
2180
|
|
2181
2181
|
:example:
|
2182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2182
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
|
2183
2183
|
"""
|
2184
2184
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2185
2185
|
required_arguments = ['awrHubId']
|
@@ -2283,7 +2283,7 @@ class OperationsInsightsClient(object):
|
|
2283
2283
|
:rtype: :class:`~oci.response.Response`
|
2284
2284
|
|
2285
2285
|
:example:
|
2286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
|
2287
2287
|
"""
|
2288
2288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2289
2289
|
required_arguments = ['databaseInsightId']
|
@@ -2387,7 +2387,7 @@ class OperationsInsightsClient(object):
|
|
2387
2387
|
:rtype: :class:`~oci.response.Response`
|
2388
2388
|
|
2389
2389
|
:example:
|
2390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
|
2391
2391
|
"""
|
2392
2392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2393
2393
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -2491,7 +2491,7 @@ class OperationsInsightsClient(object):
|
|
2491
2491
|
:rtype: :class:`~oci.response.Response`
|
2492
2492
|
|
2493
2493
|
:example:
|
2494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
|
2495
2495
|
"""
|
2496
2496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2497
2497
|
required_arguments = ['exadataInsightId']
|
@@ -2595,7 +2595,7 @@ class OperationsInsightsClient(object):
|
|
2595
2595
|
:rtype: :class:`~oci.response.Response`
|
2596
2596
|
|
2597
2597
|
:example:
|
2598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
|
2599
2599
|
"""
|
2600
2600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2601
2601
|
required_arguments = ['hostInsightId']
|
@@ -2701,7 +2701,7 @@ class OperationsInsightsClient(object):
|
|
2701
2701
|
:rtype: :class:`~oci.response.Response`
|
2702
2702
|
|
2703
2703
|
:example:
|
2704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
|
2705
2705
|
"""
|
2706
2706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2707
2707
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -2808,7 +2808,7 @@ class OperationsInsightsClient(object):
|
|
2808
2808
|
:rtype: :class:`~oci.response.Response`
|
2809
2809
|
|
2810
2810
|
:example:
|
2811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
|
2812
2812
|
"""
|
2813
2813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2814
2814
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -2912,7 +2912,7 @@ class OperationsInsightsClient(object):
|
|
2912
2912
|
:rtype: :class:`~oci.response.Response`
|
2913
2913
|
|
2914
2914
|
:example:
|
2915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
|
2916
2916
|
"""
|
2917
2917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2918
2918
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -3018,7 +3018,7 @@ class OperationsInsightsClient(object):
|
|
3018
3018
|
:rtype: :class:`~oci.response.Response`
|
3019
3019
|
|
3020
3020
|
:example:
|
3021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
|
3022
3022
|
"""
|
3023
3023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3024
3024
|
required_arguments = ['opsiConfigurationId']
|
@@ -3130,7 +3130,7 @@ class OperationsInsightsClient(object):
|
|
3130
3130
|
:rtype: :class:`~oci.response.Response`
|
3131
3131
|
|
3132
3132
|
:example:
|
3133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
3134
3134
|
"""
|
3135
3135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3136
3136
|
required_arguments = ['databaseInsightId']
|
@@ -3245,7 +3245,7 @@ class OperationsInsightsClient(object):
|
|
3245
3245
|
:rtype: :class:`~oci.response.Response`
|
3246
3246
|
|
3247
3247
|
:example:
|
3248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
|
3249
3249
|
"""
|
3250
3250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3251
3251
|
required_arguments = ['databaseInsightId']
|
@@ -3360,7 +3360,7 @@ class OperationsInsightsClient(object):
|
|
3360
3360
|
:rtype: :class:`~oci.response.Response`
|
3361
3361
|
|
3362
3362
|
:example:
|
3363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
|
3364
3364
|
"""
|
3365
3365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3366
3366
|
required_arguments = ['exadataInsightId']
|
@@ -3475,7 +3475,7 @@ class OperationsInsightsClient(object):
|
|
3475
3475
|
:rtype: :class:`~oci.response.Response`
|
3476
3476
|
|
3477
3477
|
:example:
|
3478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
|
3479
3479
|
"""
|
3480
3480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3481
3481
|
required_arguments = ['hostInsightId']
|
@@ -3588,7 +3588,7 @@ class OperationsInsightsClient(object):
|
|
3588
3588
|
:rtype: :class:`~oci.response.Response`
|
3589
3589
|
|
3590
3590
|
:example:
|
3591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
|
3592
3592
|
"""
|
3593
3593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3594
3594
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -3708,7 +3708,7 @@ class OperationsInsightsClient(object):
|
|
3708
3708
|
:rtype: :class:`~oci.response.Response`
|
3709
3709
|
|
3710
3710
|
:example:
|
3711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
3712
3712
|
"""
|
3713
3713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3714
3714
|
required_arguments = ['databaseInsightId']
|
@@ -3828,7 +3828,7 @@ class OperationsInsightsClient(object):
|
|
3828
3828
|
:rtype: :class:`~oci.response.Response`
|
3829
3829
|
|
3830
3830
|
:example:
|
3831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3831
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
|
3832
3832
|
"""
|
3833
3833
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3834
3834
|
required_arguments = ['databaseInsightId']
|
@@ -3948,7 +3948,7 @@ class OperationsInsightsClient(object):
|
|
3948
3948
|
:rtype: :class:`~oci.response.Response`
|
3949
3949
|
|
3950
3950
|
:example:
|
3951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
|
3952
3952
|
"""
|
3953
3953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3954
3954
|
required_arguments = ['exadataInsightId']
|
@@ -4068,7 +4068,7 @@ class OperationsInsightsClient(object):
|
|
4068
4068
|
:rtype: :class:`~oci.response.Response`
|
4069
4069
|
|
4070
4070
|
:example:
|
4071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
|
4072
4072
|
"""
|
4073
4073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4074
4074
|
required_arguments = ['hostInsightId']
|
@@ -4204,7 +4204,7 @@ class OperationsInsightsClient(object):
|
|
4204
4204
|
:rtype: :class:`~oci.response.Response`
|
4205
4205
|
|
4206
4206
|
:example:
|
4207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
|
4208
4208
|
"""
|
4209
4209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4210
4210
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -4368,7 +4368,7 @@ class OperationsInsightsClient(object):
|
|
4368
4368
|
:rtype: :class:`~oci.response.Response`
|
4369
4369
|
|
4370
4370
|
:example:
|
4371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
|
4372
4372
|
"""
|
4373
4373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4374
4374
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
|
@@ -4494,7 +4494,7 @@ class OperationsInsightsClient(object):
|
|
4494
4494
|
:rtype: :class:`~oci.response.Response`
|
4495
4495
|
|
4496
4496
|
:example:
|
4497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
|
4498
4498
|
"""
|
4499
4499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4500
4500
|
required_arguments = ['awrHubId']
|
@@ -4617,7 +4617,7 @@ class OperationsInsightsClient(object):
|
|
4617
4617
|
:rtype: :class:`~oci.response.Response`
|
4618
4618
|
|
4619
4619
|
:example:
|
4620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
|
4621
4621
|
"""
|
4622
4622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4623
4623
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -4742,7 +4742,7 @@ class OperationsInsightsClient(object):
|
|
4742
4742
|
:rtype: :class:`~oci.response.Response`
|
4743
4743
|
|
4744
4744
|
:example:
|
4745
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
|
4746
4746
|
"""
|
4747
4747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4748
4748
|
required_arguments = ['databaseInsightId']
|
@@ -4841,7 +4841,7 @@ class OperationsInsightsClient(object):
|
|
4841
4841
|
:rtype: :class:`~oci.response.Response`
|
4842
4842
|
|
4843
4843
|
:example:
|
4844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
|
4845
4845
|
"""
|
4846
4846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4847
4847
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -4940,7 +4940,7 @@ class OperationsInsightsClient(object):
|
|
4940
4940
|
:rtype: :class:`~oci.response.Response`
|
4941
4941
|
|
4942
4942
|
:example:
|
4943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
|
4944
4944
|
"""
|
4945
4945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4946
4946
|
required_arguments = ['exadataInsightId']
|
@@ -5039,7 +5039,7 @@ class OperationsInsightsClient(object):
|
|
5039
5039
|
:rtype: :class:`~oci.response.Response`
|
5040
5040
|
|
5041
5041
|
:example:
|
5042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
|
5043
5043
|
"""
|
5044
5044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5045
5045
|
required_arguments = ['hostInsightId']
|
@@ -5140,7 +5140,7 @@ class OperationsInsightsClient(object):
|
|
5140
5140
|
:rtype: :class:`~oci.response.Response`
|
5141
5141
|
|
5142
5142
|
:example:
|
5143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
|
5144
5144
|
"""
|
5145
5145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5146
5146
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -5240,7 +5240,7 @@ class OperationsInsightsClient(object):
|
|
5240
5240
|
:rtype: :class:`~oci.response.Response`
|
5241
5241
|
|
5242
5242
|
:example:
|
5243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
|
5244
5244
|
"""
|
5245
5245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5246
5246
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -5339,7 +5339,7 @@ class OperationsInsightsClient(object):
|
|
5339
5339
|
:rtype: :class:`~oci.response.Response`
|
5340
5340
|
|
5341
5341
|
:example:
|
5342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
|
5343
5343
|
"""
|
5344
5344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5345
5345
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -5461,7 +5461,7 @@ class OperationsInsightsClient(object):
|
|
5461
5461
|
:rtype: :class:`~oci.response.Response`
|
5462
5462
|
|
5463
5463
|
:example:
|
5464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
|
5465
5465
|
"""
|
5466
5466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5467
5467
|
required_arguments = ['opsiConfigurationId']
|
@@ -5603,7 +5603,7 @@ class OperationsInsightsClient(object):
|
|
5603
5603
|
:rtype: :class:`~oci.response.Response`
|
5604
5604
|
|
5605
5605
|
:example:
|
5606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
|
5607
5607
|
"""
|
5608
5608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5609
5609
|
required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
|
@@ -5709,7 +5709,7 @@ class OperationsInsightsClient(object):
|
|
5709
5709
|
:rtype: :class:`~oci.response.Response`
|
5710
5710
|
|
5711
5711
|
:example:
|
5712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
5713
5713
|
"""
|
5714
5714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5715
5715
|
required_arguments = ['workRequestId']
|
@@ -5832,7 +5832,7 @@ class OperationsInsightsClient(object):
|
|
5832
5832
|
:rtype: :class:`~oci.response.Response`
|
5833
5833
|
|
5834
5834
|
:example:
|
5835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
|
5836
5836
|
"""
|
5837
5837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5838
5838
|
required_arguments = []
|
@@ -5959,7 +5959,7 @@ class OperationsInsightsClient(object):
|
|
5959
5959
|
:rtype: :class:`~oci.response.Response`
|
5960
5960
|
|
5961
5961
|
:example:
|
5962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
|
5963
5963
|
"""
|
5964
5964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5965
5965
|
required_arguments = []
|
@@ -6081,7 +6081,7 @@ class OperationsInsightsClient(object):
|
|
6081
6081
|
:rtype: :class:`~oci.response.Response`
|
6082
6082
|
|
6083
6083
|
:example:
|
6084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
|
6085
6085
|
"""
|
6086
6086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6087
6087
|
required_arguments = ['id']
|
@@ -6200,7 +6200,7 @@ class OperationsInsightsClient(object):
|
|
6200
6200
|
:rtype: :class:`~oci.response.Response`
|
6201
6201
|
|
6202
6202
|
:example:
|
6203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
|
6204
6204
|
"""
|
6205
6205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6206
6206
|
required_arguments = ['id']
|
@@ -6330,7 +6330,7 @@ class OperationsInsightsClient(object):
|
|
6330
6330
|
:rtype: :class:`~oci.response.Response`
|
6331
6331
|
|
6332
6332
|
:example:
|
6333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
|
6334
6334
|
"""
|
6335
6335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6336
6336
|
required_arguments = []
|
@@ -6465,7 +6465,7 @@ class OperationsInsightsClient(object):
|
|
6465
6465
|
:rtype: :class:`~oci.response.Response`
|
6466
6466
|
|
6467
6467
|
:example:
|
6468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
|
6469
6469
|
"""
|
6470
6470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6471
6471
|
required_arguments = []
|
@@ -6595,7 +6595,7 @@ class OperationsInsightsClient(object):
|
|
6595
6595
|
:rtype: :class:`~oci.response.Response`
|
6596
6596
|
|
6597
6597
|
:example:
|
6598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
|
6599
6599
|
"""
|
6600
6600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6601
6601
|
required_arguments = []
|
@@ -6729,7 +6729,7 @@ class OperationsInsightsClient(object):
|
|
6729
6729
|
:rtype: :class:`~oci.response.Response`
|
6730
6730
|
|
6731
6731
|
:example:
|
6732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
|
6733
6733
|
"""
|
6734
6734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6735
6735
|
required_arguments = []
|
@@ -6901,7 +6901,7 @@ class OperationsInsightsClient(object):
|
|
6901
6901
|
:rtype: :class:`~oci.response.Response`
|
6902
6902
|
|
6903
6903
|
:example:
|
6904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
|
6905
6905
|
"""
|
6906
6906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6907
6907
|
required_arguments = ['compartmentId']
|
@@ -7116,7 +7116,7 @@ class OperationsInsightsClient(object):
|
|
7116
7116
|
:rtype: :class:`~oci.response.Response`
|
7117
7117
|
|
7118
7118
|
:example:
|
7119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
7120
7120
|
"""
|
7121
7121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7122
7122
|
required_arguments = ['compartmentId']
|
@@ -7320,7 +7320,7 @@ class OperationsInsightsClient(object):
|
|
7320
7320
|
:rtype: :class:`~oci.response.Response`
|
7321
7321
|
|
7322
7322
|
:example:
|
7323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
|
7324
7324
|
"""
|
7325
7325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7326
7326
|
required_arguments = ['compartmentId']
|
@@ -7516,7 +7516,7 @@ class OperationsInsightsClient(object):
|
|
7516
7516
|
:rtype: :class:`~oci.response.Response`
|
7517
7517
|
|
7518
7518
|
:example:
|
7519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
|
7520
7520
|
"""
|
7521
7521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7522
7522
|
required_arguments = ['compartmentId']
|
@@ -7747,7 +7747,7 @@ class OperationsInsightsClient(object):
|
|
7747
7747
|
:rtype: :class:`~oci.response.Response`
|
7748
7748
|
|
7749
7749
|
:example:
|
7750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
7751
7751
|
"""
|
7752
7752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7753
7753
|
required_arguments = ['compartmentId']
|
@@ -7972,7 +7972,7 @@ class OperationsInsightsClient(object):
|
|
7972
7972
|
:rtype: :class:`~oci.response.Response`
|
7973
7973
|
|
7974
7974
|
:example:
|
7975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
|
7976
7976
|
"""
|
7977
7977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7978
7978
|
required_arguments = ['compartmentId']
|
@@ -8154,7 +8154,7 @@ class OperationsInsightsClient(object):
|
|
8154
8154
|
:rtype: :class:`~oci.response.Response`
|
8155
8155
|
|
8156
8156
|
:example:
|
8157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
|
8158
8158
|
"""
|
8159
8159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8160
8160
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -8327,7 +8327,7 @@ class OperationsInsightsClient(object):
|
|
8327
8327
|
:rtype: :class:`~oci.response.Response`
|
8328
8328
|
|
8329
8329
|
:example:
|
8330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
|
8331
8331
|
"""
|
8332
8332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8333
8333
|
required_arguments = ['awrHubId']
|
@@ -8502,7 +8502,7 @@ class OperationsInsightsClient(object):
|
|
8502
8502
|
:rtype: :class:`~oci.response.Response`
|
8503
8503
|
|
8504
8504
|
:example:
|
8505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
|
8506
8506
|
"""
|
8507
8507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8508
8508
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -8670,7 +8670,7 @@ class OperationsInsightsClient(object):
|
|
8670
8670
|
:rtype: :class:`~oci.response.Response`
|
8671
8671
|
|
8672
8672
|
:example:
|
8673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
|
8674
8674
|
"""
|
8675
8675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8676
8676
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -8892,7 +8892,7 @@ class OperationsInsightsClient(object):
|
|
8892
8892
|
:rtype: :class:`~oci.response.Response`
|
8893
8893
|
|
8894
8894
|
:example:
|
8895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
|
8896
8896
|
"""
|
8897
8897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8898
8898
|
required_arguments = []
|
@@ -9117,7 +9117,7 @@ class OperationsInsightsClient(object):
|
|
9117
9117
|
:rtype: :class:`~oci.response.Response`
|
9118
9118
|
|
9119
9119
|
:example:
|
9120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
|
9121
9121
|
"""
|
9122
9122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9123
9123
|
required_arguments = []
|
@@ -9329,7 +9329,7 @@ class OperationsInsightsClient(object):
|
|
9329
9329
|
:rtype: :class:`~oci.response.Response`
|
9330
9330
|
|
9331
9331
|
:example:
|
9332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
|
9333
9333
|
"""
|
9334
9334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9335
9335
|
required_arguments = []
|
@@ -9524,7 +9524,7 @@ class OperationsInsightsClient(object):
|
|
9524
9524
|
:rtype: :class:`~oci.response.Response`
|
9525
9525
|
|
9526
9526
|
:example:
|
9527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
|
9528
9528
|
"""
|
9529
9529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9530
9530
|
required_arguments = []
|
@@ -9707,7 +9707,7 @@ class OperationsInsightsClient(object):
|
|
9707
9707
|
:rtype: :class:`~oci.response.Response`
|
9708
9708
|
|
9709
9709
|
:example:
|
9710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
|
9711
9711
|
"""
|
9712
9712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9713
9713
|
required_arguments = []
|
@@ -9942,7 +9942,7 @@ class OperationsInsightsClient(object):
|
|
9942
9942
|
:rtype: :class:`~oci.response.Response`
|
9943
9943
|
|
9944
9944
|
:example:
|
9945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
|
9946
9946
|
"""
|
9947
9947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9948
9948
|
required_arguments = []
|
@@ -10158,7 +10158,7 @@ class OperationsInsightsClient(object):
|
|
10158
10158
|
:rtype: :class:`~oci.response.Response`
|
10159
10159
|
|
10160
10160
|
:example:
|
10161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
|
10162
10162
|
"""
|
10163
10163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10164
10164
|
required_arguments = []
|
@@ -10389,7 +10389,7 @@ class OperationsInsightsClient(object):
|
|
10389
10389
|
:rtype: :class:`~oci.response.Response`
|
10390
10390
|
|
10391
10391
|
:example:
|
10392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
|
10393
10393
|
"""
|
10394
10394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10395
10395
|
required_arguments = ['compartmentId', 'id']
|
@@ -10560,7 +10560,7 @@ class OperationsInsightsClient(object):
|
|
10560
10560
|
:rtype: :class:`~oci.response.Response`
|
10561
10561
|
|
10562
10562
|
:example:
|
10563
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
|
10564
10564
|
"""
|
10565
10565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10566
10566
|
required_arguments = ['compartmentId']
|
@@ -10710,7 +10710,7 @@ class OperationsInsightsClient(object):
|
|
10710
10710
|
:rtype: :class:`~oci.response.Response`
|
10711
10711
|
|
10712
10712
|
:example:
|
10713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
|
10714
10714
|
"""
|
10715
10715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10716
10716
|
required_arguments = ['compartmentId']
|
@@ -10851,7 +10851,7 @@ class OperationsInsightsClient(object):
|
|
10851
10851
|
:rtype: :class:`~oci.response.Response`
|
10852
10852
|
|
10853
10853
|
:example:
|
10854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
|
10855
10855
|
"""
|
10856
10856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10857
10857
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -11016,7 +11016,7 @@ class OperationsInsightsClient(object):
|
|
11016
11016
|
:rtype: :class:`~oci.response.Response`
|
11017
11017
|
|
11018
11018
|
:example:
|
11019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
|
11020
11020
|
"""
|
11021
11021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11022
11022
|
required_arguments = []
|
@@ -11195,7 +11195,7 @@ class OperationsInsightsClient(object):
|
|
11195
11195
|
:rtype: :class:`~oci.response.Response`
|
11196
11196
|
|
11197
11197
|
:example:
|
11198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
|
11199
11199
|
"""
|
11200
11200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11201
11201
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -11367,7 +11367,7 @@ class OperationsInsightsClient(object):
|
|
11367
11367
|
:rtype: :class:`~oci.response.Response`
|
11368
11368
|
|
11369
11369
|
:example:
|
11370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
|
11371
11371
|
"""
|
11372
11372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11373
11373
|
required_arguments = []
|
@@ -11539,7 +11539,7 @@ class OperationsInsightsClient(object):
|
|
11539
11539
|
:rtype: :class:`~oci.response.Response`
|
11540
11540
|
|
11541
11541
|
:example:
|
11542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
|
11543
11543
|
"""
|
11544
11544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11545
11545
|
required_arguments = ['compartmentId']
|
@@ -11713,7 +11713,7 @@ class OperationsInsightsClient(object):
|
|
11713
11713
|
:rtype: :class:`~oci.response.Response`
|
11714
11714
|
|
11715
11715
|
:example:
|
11716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
|
11717
11717
|
"""
|
11718
11718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11719
11719
|
required_arguments = ['compartmentId']
|
@@ -11869,7 +11869,7 @@ class OperationsInsightsClient(object):
|
|
11869
11869
|
:rtype: :class:`~oci.response.Response`
|
11870
11870
|
|
11871
11871
|
:example:
|
11872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
|
11873
11873
|
"""
|
11874
11874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11875
11875
|
required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
|
@@ -12032,7 +12032,7 @@ class OperationsInsightsClient(object):
|
|
12032
12032
|
:rtype: :class:`~oci.response.Response`
|
12033
12033
|
|
12034
12034
|
:example:
|
12035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
|
12036
12036
|
"""
|
12037
12037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12038
12038
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -12196,7 +12196,7 @@ class OperationsInsightsClient(object):
|
|
12196
12196
|
:rtype: :class:`~oci.response.Response`
|
12197
12197
|
|
12198
12198
|
:example:
|
12199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
|
12200
12200
|
"""
|
12201
12201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12202
12202
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -12333,7 +12333,7 @@ class OperationsInsightsClient(object):
|
|
12333
12333
|
:rtype: :class:`~oci.response.Response`
|
12334
12334
|
|
12335
12335
|
:example:
|
12336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
12337
12337
|
"""
|
12338
12338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12339
12339
|
required_arguments = ['workRequestId']
|
@@ -12486,7 +12486,7 @@ class OperationsInsightsClient(object):
|
|
12486
12486
|
:rtype: :class:`~oci.response.Response`
|
12487
12487
|
|
12488
12488
|
:example:
|
12489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
12490
12490
|
"""
|
12491
12491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12492
12492
|
required_arguments = ['workRequestId']
|
@@ -12655,7 +12655,7 @@ class OperationsInsightsClient(object):
|
|
12655
12655
|
:rtype: :class:`~oci.response.Response`
|
12656
12656
|
|
12657
12657
|
:example:
|
12658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
12659
12659
|
"""
|
12660
12660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12661
12661
|
required_arguments = []
|
@@ -12809,7 +12809,7 @@ class OperationsInsightsClient(object):
|
|
12809
12809
|
:rtype: :class:`~oci.response.Response`
|
12810
12810
|
|
12811
12811
|
:example:
|
12812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
|
12813
12813
|
"""
|
12814
12814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12815
12815
|
required_arguments = ['compartmentId']
|
@@ -12914,7 +12914,7 @@ class OperationsInsightsClient(object):
|
|
12914
12914
|
:rtype: :class:`~oci.response.Response`
|
12915
12915
|
|
12916
12916
|
:example:
|
12917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
|
12918
12918
|
"""
|
12919
12919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12920
12920
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -13098,7 +13098,7 @@ class OperationsInsightsClient(object):
|
|
13098
13098
|
:rtype: :class:`~oci.response.Response`
|
13099
13099
|
|
13100
13100
|
:example:
|
13101
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13101
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
|
13102
13102
|
"""
|
13103
13103
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13104
13104
|
required_arguments = ['compartmentId']
|
@@ -13328,7 +13328,7 @@ class OperationsInsightsClient(object):
|
|
13328
13328
|
:rtype: :class:`~oci.response.Response`
|
13329
13329
|
|
13330
13330
|
:example:
|
13331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
|
13332
13332
|
"""
|
13333
13333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13334
13334
|
required_arguments = ['compartmentId', 'name']
|
@@ -13579,7 +13579,7 @@ class OperationsInsightsClient(object):
|
|
13579
13579
|
:rtype: :class:`~oci.response.Response`
|
13580
13580
|
|
13581
13581
|
:example:
|
13582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
|
13583
13583
|
"""
|
13584
13584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13585
13585
|
required_arguments = ['compartmentId']
|
@@ -13850,7 +13850,7 @@ class OperationsInsightsClient(object):
|
|
13850
13850
|
:rtype: :class:`~oci.response.Response`
|
13851
13851
|
|
13852
13852
|
:example:
|
13853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
|
13854
13854
|
"""
|
13855
13855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13856
13856
|
required_arguments = ['compartmentId']
|
@@ -14070,7 +14070,7 @@ class OperationsInsightsClient(object):
|
|
14070
14070
|
:rtype: :class:`~oci.response.Response`
|
14071
14071
|
|
14072
14072
|
:example:
|
14073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
|
14074
14074
|
"""
|
14075
14075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14076
14076
|
required_arguments = ['compartmentId', 'objectIdentifier']
|
@@ -14260,7 +14260,7 @@ class OperationsInsightsClient(object):
|
|
14260
14260
|
:rtype: :class:`~oci.response.Response`
|
14261
14261
|
|
14262
14262
|
:example:
|
14263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
|
14264
14264
|
"""
|
14265
14265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14266
14266
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -14434,7 +14434,7 @@ class OperationsInsightsClient(object):
|
|
14434
14434
|
:rtype: :class:`~oci.response.Response`
|
14435
14435
|
|
14436
14436
|
:example:
|
14437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
|
14438
14438
|
"""
|
14439
14439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14440
14440
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -14632,7 +14632,7 @@ class OperationsInsightsClient(object):
|
|
14632
14632
|
:rtype: :class:`~oci.response.Response`
|
14633
14633
|
|
14634
14634
|
:example:
|
14635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
|
14636
14636
|
"""
|
14637
14637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14638
14638
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -14826,7 +14826,7 @@ class OperationsInsightsClient(object):
|
|
14826
14826
|
:rtype: :class:`~oci.response.Response`
|
14827
14827
|
|
14828
14828
|
:example:
|
14829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
|
14830
14830
|
"""
|
14831
14831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14832
14832
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -15044,7 +15044,7 @@ class OperationsInsightsClient(object):
|
|
15044
15044
|
:rtype: :class:`~oci.response.Response`
|
15045
15045
|
|
15046
15046
|
:example:
|
15047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
|
15048
15048
|
"""
|
15049
15049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15050
15050
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -15248,7 +15248,7 @@ class OperationsInsightsClient(object):
|
|
15248
15248
|
:rtype: :class:`~oci.response.Response`
|
15249
15249
|
|
15250
15250
|
:example:
|
15251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
|
15252
15252
|
"""
|
15253
15253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15254
15254
|
required_arguments = ['awrHubId']
|
@@ -15432,7 +15432,7 @@ class OperationsInsightsClient(object):
|
|
15432
15432
|
:rtype: :class:`~oci.response.Response`
|
15433
15433
|
|
15434
15434
|
:example:
|
15435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
|
15436
15436
|
"""
|
15437
15437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15438
15438
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -15611,7 +15611,7 @@ class OperationsInsightsClient(object):
|
|
15611
15611
|
:rtype: :class:`~oci.response.Response`
|
15612
15612
|
|
15613
15613
|
:example:
|
15614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
15615
15615
|
"""
|
15616
15616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15617
15617
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -15816,7 +15816,7 @@ class OperationsInsightsClient(object):
|
|
15816
15816
|
:rtype: :class:`~oci.response.Response`
|
15817
15817
|
|
15818
15818
|
:example:
|
15819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
15820
15820
|
"""
|
15821
15821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15822
15822
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
|
@@ -16017,7 +16017,7 @@ class OperationsInsightsClient(object):
|
|
16017
16017
|
:rtype: :class:`~oci.response.Response`
|
16018
16018
|
|
16019
16019
|
:example:
|
16020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
|
16021
16021
|
"""
|
16022
16022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16023
16023
|
required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
|
@@ -16200,7 +16200,7 @@ class OperationsInsightsClient(object):
|
|
16200
16200
|
:rtype: :class:`~oci.response.Response`
|
16201
16201
|
|
16202
16202
|
:example:
|
16203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
|
16204
16204
|
"""
|
16205
16205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16206
16206
|
required_arguments = ['awrHubId']
|
@@ -16366,7 +16366,7 @@ class OperationsInsightsClient(object):
|
|
16366
16366
|
:rtype: :class:`~oci.response.Response`
|
16367
16367
|
|
16368
16368
|
:example:
|
16369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
|
16370
16370
|
"""
|
16371
16371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16372
16372
|
required_arguments = []
|
@@ -16613,7 +16613,7 @@ class OperationsInsightsClient(object):
|
|
16613
16613
|
:rtype: :class:`~oci.response.Response`
|
16614
16614
|
|
16615
16615
|
:example:
|
16616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
16617
16617
|
"""
|
16618
16618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16619
16619
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -16921,7 +16921,7 @@ class OperationsInsightsClient(object):
|
|
16921
16921
|
:rtype: :class:`~oci.response.Response`
|
16922
16922
|
|
16923
16923
|
:example:
|
16924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
16925
16925
|
"""
|
16926
16926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16927
16927
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -17227,7 +17227,7 @@ class OperationsInsightsClient(object):
|
|
17227
17227
|
:rtype: :class:`~oci.response.Response`
|
17228
17228
|
|
17229
17229
|
:example:
|
17230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
|
17231
17231
|
"""
|
17232
17232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17233
17233
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -17495,7 +17495,7 @@ class OperationsInsightsClient(object):
|
|
17495
17495
|
:rtype: :class:`~oci.response.Response`
|
17496
17496
|
|
17497
17497
|
:example:
|
17498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
|
17499
17499
|
"""
|
17500
17500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17501
17501
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -17741,7 +17741,7 @@ class OperationsInsightsClient(object):
|
|
17741
17741
|
:rtype: :class:`~oci.response.Response`
|
17742
17742
|
|
17743
17743
|
:example:
|
17744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
17745
17745
|
"""
|
17746
17746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17747
17747
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -18001,7 +18001,7 @@ class OperationsInsightsClient(object):
|
|
18001
18001
|
:rtype: :class:`~oci.response.Response`
|
18002
18002
|
|
18003
18003
|
:example:
|
18004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
18005
18005
|
"""
|
18006
18006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18007
18007
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -18193,7 +18193,7 @@ class OperationsInsightsClient(object):
|
|
18193
18193
|
:rtype: :class:`~oci.response.Response`
|
18194
18194
|
|
18195
18195
|
:example:
|
18196
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
18197
18197
|
"""
|
18198
18198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18199
18199
|
required_arguments = ['compartmentId']
|
@@ -18391,7 +18391,7 @@ class OperationsInsightsClient(object):
|
|
18391
18391
|
:rtype: :class:`~oci.response.Response`
|
18392
18392
|
|
18393
18393
|
:example:
|
18394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
18395
18395
|
"""
|
18396
18396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18397
18397
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -18619,7 +18619,7 @@ class OperationsInsightsClient(object):
|
|
18619
18619
|
:rtype: :class:`~oci.response.Response`
|
18620
18620
|
|
18621
18621
|
:example:
|
18622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
18623
18623
|
"""
|
18624
18624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18625
18625
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -18870,7 +18870,7 @@ class OperationsInsightsClient(object):
|
|
18870
18870
|
:rtype: :class:`~oci.response.Response`
|
18871
18871
|
|
18872
18872
|
:example:
|
18873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
18874
18874
|
"""
|
18875
18875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18876
18876
|
required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
|
@@ -19136,7 +19136,7 @@ class OperationsInsightsClient(object):
|
|
19136
19136
|
:rtype: :class:`~oci.response.Response`
|
19137
19137
|
|
19138
19138
|
:example:
|
19139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
19140
19140
|
"""
|
19141
19141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19142
19142
|
required_arguments = ['resourceType', 'resourceMetric']
|
@@ -19353,7 +19353,7 @@ class OperationsInsightsClient(object):
|
|
19353
19353
|
:rtype: :class:`~oci.response.Response`
|
19354
19354
|
|
19355
19355
|
:example:
|
19356
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19356
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
|
19357
19357
|
"""
|
19358
19358
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19359
19359
|
required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
|
@@ -19588,7 +19588,7 @@ class OperationsInsightsClient(object):
|
|
19588
19588
|
:rtype: :class:`~oci.response.Response`
|
19589
19589
|
|
19590
19590
|
:example:
|
19591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
|
19592
19592
|
"""
|
19593
19593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19594
19594
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -19814,7 +19814,7 @@ class OperationsInsightsClient(object):
|
|
19814
19814
|
:rtype: :class:`~oci.response.Response`
|
19815
19815
|
|
19816
19816
|
:example:
|
19817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
19818
19818
|
"""
|
19819
19819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19820
19820
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -20027,7 +20027,7 @@ class OperationsInsightsClient(object):
|
|
20027
20027
|
:rtype: :class:`~oci.response.Response`
|
20028
20028
|
|
20029
20029
|
:example:
|
20030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
20031
20031
|
"""
|
20032
20032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20033
20033
|
required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
|
@@ -20185,7 +20185,7 @@ class OperationsInsightsClient(object):
|
|
20185
20185
|
:rtype: :class:`~oci.response.Response`
|
20186
20186
|
|
20187
20187
|
:example:
|
20188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
|
20189
20189
|
"""
|
20190
20190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20191
20191
|
required_arguments = ['exadataInsightId']
|
@@ -20355,7 +20355,7 @@ class OperationsInsightsClient(object):
|
|
20355
20355
|
:rtype: :class:`~oci.response.Response`
|
20356
20356
|
|
20357
20357
|
:example:
|
20358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
20359
20359
|
"""
|
20360
20360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20361
20361
|
required_arguments = ['compartmentId', 'id']
|
@@ -20588,7 +20588,7 @@ class OperationsInsightsClient(object):
|
|
20588
20588
|
:rtype: :class:`~oci.response.Response`
|
20589
20589
|
|
20590
20590
|
:example:
|
20591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
20592
20592
|
"""
|
20593
20593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20594
20594
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -20888,7 +20888,7 @@ class OperationsInsightsClient(object):
|
|
20888
20888
|
:rtype: :class:`~oci.response.Response`
|
20889
20889
|
|
20890
20890
|
:example:
|
20891
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20891
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
20892
20892
|
"""
|
20893
20893
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20894
20894
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -21187,7 +21187,7 @@ class OperationsInsightsClient(object):
|
|
21187
21187
|
:rtype: :class:`~oci.response.Response`
|
21188
21188
|
|
21189
21189
|
:example:
|
21190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
|
21191
21191
|
"""
|
21192
21192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21193
21193
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -21446,7 +21446,7 @@ class OperationsInsightsClient(object):
|
|
21446
21446
|
:rtype: :class:`~oci.response.Response`
|
21447
21447
|
|
21448
21448
|
:example:
|
21449
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
|
21450
21450
|
"""
|
21451
21451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21452
21452
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -21683,7 +21683,7 @@ class OperationsInsightsClient(object):
|
|
21683
21683
|
:rtype: :class:`~oci.response.Response`
|
21684
21684
|
|
21685
21685
|
:example:
|
21686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
21687
21687
|
"""
|
21688
21688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21689
21689
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -21934,7 +21934,7 @@ class OperationsInsightsClient(object):
|
|
21934
21934
|
:rtype: :class:`~oci.response.Response`
|
21935
21935
|
|
21936
21936
|
:example:
|
21937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
21938
21938
|
"""
|
21939
21939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21940
21940
|
required_arguments = ['compartmentId', 'resourceMetric']
|
@@ -22125,7 +22125,7 @@ class OperationsInsightsClient(object):
|
|
22125
22125
|
:rtype: :class:`~oci.response.Response`
|
22126
22126
|
|
22127
22127
|
:example:
|
22128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
22129
22129
|
"""
|
22130
22130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22131
22131
|
required_arguments = ['compartmentId', 'id']
|
@@ -22307,7 +22307,7 @@ class OperationsInsightsClient(object):
|
|
22307
22307
|
:rtype: :class:`~oci.response.Response`
|
22308
22308
|
|
22309
22309
|
:example:
|
22310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
22311
22311
|
"""
|
22312
22312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22313
22313
|
required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
|
@@ -22492,7 +22492,7 @@ class OperationsInsightsClient(object):
|
|
22492
22492
|
:rtype: :class:`~oci.response.Response`
|
22493
22493
|
|
22494
22494
|
:example:
|
22495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
22496
22496
|
"""
|
22497
22497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22498
22498
|
required_arguments = ['compartmentId', 'id', 'resourceMetric']
|
@@ -22614,7 +22614,7 @@ class OperationsInsightsClient(object):
|
|
22614
22614
|
:rtype: :class:`~oci.response.Response`
|
22615
22615
|
|
22616
22616
|
:example:
|
22617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
22618
22618
|
"""
|
22619
22619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22620
22620
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -22803,7 +22803,7 @@ class OperationsInsightsClient(object):
|
|
22803
22803
|
:rtype: :class:`~oci.response.Response`
|
22804
22804
|
|
22805
22805
|
:example:
|
22806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
|
22807
22807
|
"""
|
22808
22808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22809
22809
|
required_arguments = ['compartmentId']
|
@@ -22982,7 +22982,7 @@ class OperationsInsightsClient(object):
|
|
22982
22982
|
:rtype: :class:`~oci.response.Response`
|
22983
22983
|
|
22984
22984
|
:example:
|
22985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
|
22986
22986
|
"""
|
22987
22987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22988
22988
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -23132,7 +23132,7 @@ class OperationsInsightsClient(object):
|
|
23132
23132
|
:rtype: :class:`~oci.response.Response`
|
23133
23133
|
|
23134
23134
|
:example:
|
23135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
|
23136
23136
|
"""
|
23137
23137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23138
23138
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -23358,7 +23358,7 @@ class OperationsInsightsClient(object):
|
|
23358
23358
|
:rtype: :class:`~oci.response.Response`
|
23359
23359
|
|
23360
23360
|
:example:
|
23361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
|
23362
23362
|
"""
|
23363
23363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23364
23364
|
required_arguments = ['compartmentId']
|
@@ -23611,7 +23611,7 @@ class OperationsInsightsClient(object):
|
|
23611
23611
|
:rtype: :class:`~oci.response.Response`
|
23612
23612
|
|
23613
23613
|
:example:
|
23614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
|
23615
23615
|
"""
|
23616
23616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23617
23617
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -23779,7 +23779,7 @@ class OperationsInsightsClient(object):
|
|
23779
23779
|
:rtype: :class:`~oci.response.Response`
|
23780
23780
|
|
23781
23781
|
:example:
|
23782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
23783
23783
|
"""
|
23784
23784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23785
23785
|
required_arguments = ['compartmentId', 'sqlIdentifier']
|
@@ -23894,7 +23894,7 @@ class OperationsInsightsClient(object):
|
|
23894
23894
|
:rtype: :class:`~oci.response.Response`
|
23895
23895
|
|
23896
23896
|
:example:
|
23897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
|
23898
23898
|
"""
|
23899
23899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23900
23900
|
required_arguments = ['awrHubId']
|
@@ -24003,7 +24003,7 @@ class OperationsInsightsClient(object):
|
|
24003
24003
|
:rtype: :class:`~oci.response.Response`
|
24004
24004
|
|
24005
24005
|
:example:
|
24006
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24006
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
|
24007
24007
|
"""
|
24008
24008
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24009
24009
|
required_arguments = ['databaseInsightId']
|
@@ -24112,7 +24112,7 @@ class OperationsInsightsClient(object):
|
|
24112
24112
|
:rtype: :class:`~oci.response.Response`
|
24113
24113
|
|
24114
24114
|
:example:
|
24115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
|
24116
24116
|
"""
|
24117
24117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24118
24118
|
required_arguments = ['enterpriseManagerBridgeId']
|
@@ -24221,7 +24221,7 @@ class OperationsInsightsClient(object):
|
|
24221
24221
|
:rtype: :class:`~oci.response.Response`
|
24222
24222
|
|
24223
24223
|
:example:
|
24224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
|
24225
24225
|
"""
|
24226
24226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24227
24227
|
required_arguments = ['exadataInsightId']
|
@@ -24330,7 +24330,7 @@ class OperationsInsightsClient(object):
|
|
24330
24330
|
:rtype: :class:`~oci.response.Response`
|
24331
24331
|
|
24332
24332
|
:example:
|
24333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
|
24334
24334
|
"""
|
24335
24335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24336
24336
|
required_arguments = ['hostInsightId']
|
@@ -24441,7 +24441,7 @@ class OperationsInsightsClient(object):
|
|
24441
24441
|
:rtype: :class:`~oci.response.Response`
|
24442
24442
|
|
24443
24443
|
:example:
|
24444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
|
24445
24445
|
"""
|
24446
24446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24447
24447
|
required_arguments = ['operationsInsightsPrivateEndpointId']
|
@@ -24551,7 +24551,7 @@ class OperationsInsightsClient(object):
|
|
24551
24551
|
:rtype: :class:`~oci.response.Response`
|
24552
24552
|
|
24553
24553
|
:example:
|
24554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
|
24555
24555
|
"""
|
24556
24556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24557
24557
|
required_arguments = ['operationsInsightsWarehouseId']
|
@@ -24660,7 +24660,7 @@ class OperationsInsightsClient(object):
|
|
24660
24660
|
:rtype: :class:`~oci.response.Response`
|
24661
24661
|
|
24662
24662
|
:example:
|
24663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
|
24664
24664
|
"""
|
24665
24665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24666
24666
|
required_arguments = ['operationsInsightsWarehouseUserId']
|
@@ -24771,7 +24771,7 @@ class OperationsInsightsClient(object):
|
|
24771
24771
|
:rtype: :class:`~oci.response.Response`
|
24772
24772
|
|
24773
24773
|
:example:
|
24774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
|
24775
24775
|
"""
|
24776
24776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24777
24777
|
required_arguments = ['opsiConfigurationId']
|