oci 2.128.0__py3-none-any.whl → 2.128.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +10 -10
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +108 -8
  19. oci/apm_config/models/__init__.py +10 -0
  20. oci/apm_config/models/filter_text_or_id.py +112 -0
  21. oci/apm_config/models/test_details.py +101 -0
  22. oci/apm_config/models/test_output.py +101 -0
  23. oci/apm_config/models/test_span_enrichment_details.py +148 -0
  24. oci/apm_config/models/test_span_enrichment_output.py +113 -0
  25. oci/apm_control_plane/apm_domain_client.py +14 -14
  26. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  27. oci/apm_traces/attributes_client.py +8 -8
  28. oci/apm_traces/query_client.py +2 -2
  29. oci/apm_traces/trace_client.py +4 -4
  30. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  31. oci/artifacts/artifacts_client.py +32 -32
  32. oci/audit/audit_client.py +3 -3
  33. oci/autoscaling/auto_scaling_client.py +11 -11
  34. oci/bastion/bastion_client.py +15 -15
  35. oci/bds/bds_client.py +66 -66
  36. oci/blockchain/blockchain_platform_client.py +27 -27
  37. oci/budget/budget_client.py +10 -10
  38. oci/capacity_management/capacity_management_client.py +22 -22
  39. oci/certificates/certificates_client.py +5 -5
  40. oci/certificates_management/certificates_management_client.py +32 -32
  41. oci/cims/incident_client.py +8 -8
  42. oci/cims/user_client.py +1 -1
  43. oci/cloud_bridge/common_client.py +5 -5
  44. oci/cloud_bridge/discovery_client.py +14 -14
  45. oci/cloud_bridge/inventory_client.py +16 -16
  46. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  47. oci/cloud_guard/cloud_guard_client.py +155 -155
  48. oci/cloud_guard/models/resource_profile.py +66 -4
  49. oci/cloud_guard/models/resource_profile_endpoint_summary.py +97 -4
  50. oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +126 -2
  51. oci/cloud_guard/models/resource_profile_summary.py +66 -4
  52. oci/cloud_guard/models/security_policy_collection.py +115 -2
  53. oci/cloud_guard/models/sighting.py +66 -4
  54. oci/cloud_guard/models/sighting_endpoint_summary.py +97 -4
  55. oci/cloud_guard/models/sighting_impacted_resource_summary.py +126 -2
  56. oci/cloud_guard/models/sighting_summary.py +66 -4
  57. oci/cloud_migrations/migration_client.py +43 -43
  58. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  59. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  60. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  61. oci/compute_instance_agent/plugin_client.py +2 -2
  62. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  63. oci/container_engine/container_engine_client.py +44 -44
  64. oci/container_instances/container_instance_client.py +18 -18
  65. oci/core/blockstorage_client.py +60 -60
  66. oci/core/compute_client.py +99 -99
  67. oci/core/compute_management_client.py +32 -32
  68. oci/core/virtual_network_client.py +247 -247
  69. oci/dashboard_service/dashboard_client.py +6 -6
  70. oci/dashboard_service/dashboard_group_client.py +6 -6
  71. oci/data_catalog/data_catalog_client.py +149 -149
  72. oci/data_flow/data_flow_client.py +42 -42
  73. oci/data_integration/data_integration_client.py +163 -163
  74. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  75. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  76. oci/data_safe/data_safe_client.py +278 -278
  77. oci/data_science/data_science_client.py +91 -91
  78. oci/database/database_client.py +334 -334
  79. oci/database_management/db_management_client.py +208 -208
  80. oci/database_management/diagnosability_client.py +4 -4
  81. oci/database_management/managed_my_sql_databases_client.py +7 -7
  82. oci/database_management/perfhub_client.py +1 -1
  83. oci/database_management/sql_tuning_client.py +17 -17
  84. oci/database_migration/database_migration_client.py +41 -41
  85. oci/database_tools/database_tools_client.py +23 -23
  86. oci/demand_signal/occ_demand_signal_client.py +7 -7
  87. oci/desktops/desktop_service_client.py +21 -21
  88. oci/devops/devops_client.py +89 -89
  89. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  90. oci/dns/dns_client.py +52 -52
  91. oci/dts/appliance_export_job_client.py +6 -6
  92. oci/dts/shipping_vendors_client.py +1 -1
  93. oci/dts/transfer_appliance_client.py +8 -8
  94. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  95. oci/dts/transfer_device_client.py +5 -5
  96. oci/dts/transfer_job_client.py +6 -6
  97. oci/dts/transfer_package_client.py +7 -7
  98. oci/em_warehouse/em_data_lake_client.py +13 -13
  99. oci/em_warehouse/em_warehouse_client.py +13 -13
  100. oci/email/email_client.py +31 -31
  101. oci/email_data_plane/email_dp_client.py +1 -1
  102. oci/events/events_client.py +6 -6
  103. oci/file_storage/file_storage_client.py +50 -50
  104. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  105. oci/functions/functions_invoke_client.py +1 -1
  106. oci/functions/functions_management_client.py +16 -16
  107. oci/fusion_apps/data_masking_activity_client.py +3 -3
  108. oci/fusion_apps/fusion_applications_client.py +233 -39
  109. oci/fusion_apps/fusion_applications_client_composite_operations.py +39 -0
  110. oci/fusion_apps/fusion_environment_client.py +15 -15
  111. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  112. oci/fusion_apps/models/__init__.py +4 -0
  113. oci/fusion_apps/models/extract_details_collection.py +72 -0
  114. oci/fusion_apps/models/extract_details_summary.py +134 -0
  115. oci/fusion_apps/models/fusion_environment.py +33 -2
  116. oci/fusion_apps/models/subscription.py +214 -0
  117. oci/fusion_apps/models/work_request.py +27 -3
  118. oci/fusion_apps/refresh_activity_client.py +4 -4
  119. oci/fusion_apps/scheduled_activity_client.py +2 -2
  120. oci/fusion_apps/service_attachment_client.py +2 -2
  121. oci/generative_ai/generative_ai_client.py +22 -22
  122. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  123. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  124. oci/globally_distributed_database/models/create_dedicated_sharded_database.py +93 -0
  125. oci/globally_distributed_database/models/dedicated_sharded_database.py +111 -0
  126. oci/globally_distributed_database/models/dedicated_sharded_database_summary.py +93 -0
  127. oci/globally_distributed_database/models/private_endpoint.py +31 -0
  128. oci/globally_distributed_database/models/work_request.py +51 -3
  129. oci/globally_distributed_database/models/work_request_summary.py +51 -3
  130. oci/globally_distributed_database/sharded_database_service_client.py +174 -30
  131. oci/globally_distributed_database/sharded_database_service_client_composite_operations.py +39 -0
  132. oci/golden_gate/golden_gate_client.py +68 -68
  133. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  134. oci/governance_rules_control_plane/work_request_client.py +5 -5
  135. oci/healthchecks/health_checks_client.py +17 -17
  136. oci/identity/identity_client.py +145 -145
  137. oci/identity_data_plane/dataplane_client.py +2 -2
  138. oci/identity_domains/identity_domains_client.py +300 -300
  139. oci/integration/integration_instance_client.py +15 -15
  140. oci/jms/java_management_service_client.py +66 -66
  141. oci/jms_java_downloads/java_download_client.py +25 -25
  142. oci/key_management/ekm_client.py +5 -5
  143. oci/key_management/kms_crypto_client.py +6 -6
  144. oci/key_management/kms_hsm_cluster_client.py +12 -12
  145. oci/key_management/kms_management_client.py +21 -21
  146. oci/key_management/kms_vault_client.py +14 -14
  147. oci/license_manager/license_manager_client.py +18 -18
  148. oci/limits/limits_client.py +4 -4
  149. oci/limits/quotas_client.py +7 -7
  150. oci/load_balancer/load_balancer_client.py +61 -61
  151. oci/lockbox/lockbox_client.py +24 -24
  152. oci/log_analytics/log_analytics_client.py +193 -193
  153. oci/logging/logging_management_client.py +30 -30
  154. oci/loggingingestion/logging_client.py +1 -1
  155. oci/loggingsearch/log_search_client.py +1 -1
  156. oci/management_agent/management_agent_client.py +28 -28
  157. oci/management_dashboard/dashx_apis_client.py +14 -14
  158. oci/marketplace/account_client.py +2 -2
  159. oci/marketplace/marketplace_client.py +30 -30
  160. oci/marketplace_private_offer/attachment_client.py +5 -5
  161. oci/marketplace_private_offer/offer_client.py +6 -6
  162. oci/marketplace_publisher/attachment_client.py +5 -5
  163. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  164. oci/marketplace_publisher/offer_client.py +6 -6
  165. oci/media_services/media_services_client.py +60 -60
  166. oci/media_services/media_stream_client.py +2 -2
  167. oci/monitoring/models/alarm.py +167 -8
  168. oci/monitoring/models/alarm_dimension_states_entry.py +49 -4
  169. oci/monitoring/models/alarm_history_entry.py +47 -0
  170. oci/monitoring/models/alarm_override.py +34 -4
  171. oci/monitoring/models/alarm_status_summary.py +49 -4
  172. oci/monitoring/models/alarm_summary.py +172 -6
  173. oci/monitoring/models/create_alarm_details.py +169 -10
  174. oci/monitoring/models/update_alarm_details.py +169 -10
  175. oci/monitoring/monitoring_client.py +18 -18
  176. oci/mysql/channels_client.py +7 -7
  177. oci/mysql/db_backups_client.py +6 -6
  178. oci/mysql/db_system_client.py +17 -17
  179. oci/mysql/mysqlaas_client.py +7 -7
  180. oci/mysql/replicas_client.py +5 -5
  181. oci/mysql/work_requests_client.py +4 -4
  182. oci/network_firewall/network_firewall_client.py +80 -80
  183. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  184. oci/nosql/nosql_client.py +24 -24
  185. oci/object_storage/object_storage_client.py +50 -50
  186. oci/oce/oce_instance_client.py +10 -10
  187. oci/oci_control_center/occ_metrics_client.py +3 -3
  188. oci/ocvp/cluster_client.py +5 -5
  189. oci/ocvp/esxi_host_client.py +8 -8
  190. oci/ocvp/sddc_client.py +14 -14
  191. oci/ocvp/work_request_client.py +4 -4
  192. oci/oda/management_client.py +59 -59
  193. oci/oda/oda_client.py +17 -17
  194. oci/oda/odapackage_client.py +7 -7
  195. oci/onesubscription/billing_schedule_client.py +1 -1
  196. oci/onesubscription/commitment_client.py +2 -2
  197. oci/onesubscription/computed_usage_client.py +3 -3
  198. oci/onesubscription/invoice_summary_client.py +2 -2
  199. oci/onesubscription/organization_subscription_client.py +1 -1
  200. oci/onesubscription/ratecard_client.py +1 -1
  201. oci/onesubscription/subscribed_service_client.py +2 -2
  202. oci/onesubscription/subscription_client.py +1 -1
  203. oci/ons/notification_control_plane_client.py +6 -6
  204. oci/ons/notification_data_plane_client.py +10 -10
  205. oci/opa/opa_instance_client.py +13 -13
  206. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  207. oci/opensearch/opensearch_cluster_client.py +14 -14
  208. oci/operator_access_control/access_requests_client.py +10 -10
  209. oci/operator_access_control/operator_actions_client.py +2 -2
  210. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  211. oci/operator_access_control/operator_control_client.py +6 -6
  212. oci/opsi/operations_insights_client.py +175 -175
  213. oci/optimizer/optimizer_client.py +26 -26
  214. oci/os_management/event_client.py +8 -8
  215. oci/os_management/os_management_client.py +69 -69
  216. oci/os_management_hub/event_client.py +8 -8
  217. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  218. oci/os_management_hub/managed_instance_client.py +31 -31
  219. oci/os_management_hub/managed_instance_group_client.py +25 -25
  220. oci/os_management_hub/management_station_client.py +10 -10
  221. oci/os_management_hub/onboarding_client.py +6 -6
  222. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  223. oci/os_management_hub/scheduled_job_client.py +7 -7
  224. oci/os_management_hub/software_source_client.py +27 -27
  225. oci/os_management_hub/work_request_client.py +4 -4
  226. oci/osp_gateway/address_rule_service_client.py +1 -1
  227. oci/osp_gateway/address_service_client.py +2 -2
  228. oci/osp_gateway/invoice_service_client.py +5 -5
  229. oci/osp_gateway/subscription_service_client.py +5 -5
  230. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  231. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  232. oci/osub_subscription/commitment_client.py +2 -2
  233. oci/osub_subscription/ratecard_client.py +1 -1
  234. oci/osub_subscription/subscription_client.py +1 -1
  235. oci/osub_usage/computed_usage_client.py +3 -3
  236. oci/psql/postgresql_client.py +33 -33
  237. oci/queue/models/get_message.py +35 -0
  238. oci/queue/models/queue.py +7 -3
  239. oci/queue/models/queue_stats.py +2 -2
  240. oci/queue/queue_admin_client.py +13 -13
  241. oci/queue/queue_client.py +10 -10
  242. oci/recovery/database_recovery_client.py +25 -25
  243. oci/redis/redis_cluster_client.py +22 -22
  244. oci/resource_manager/resource_manager_client.py +52 -52
  245. oci/resource_scheduler/schedule_client.py +13 -13
  246. oci/resource_search/resource_search_client.py +3 -3
  247. oci/rover/rover_bundle_client.py +8 -8
  248. oci/rover/rover_cluster_client.py +8 -8
  249. oci/rover/rover_entitlement_client.py +6 -6
  250. oci/rover/rover_node_client.py +15 -15
  251. oci/rover/shape_client.py +1 -1
  252. oci/rover/work_requests_client.py +5 -5
  253. oci/sch/connector_plugins_client.py +2 -2
  254. oci/sch/service_connector_client.py +12 -12
  255. oci/secrets/secrets_client.py +3 -3
  256. oci/service_catalog/service_catalog_client.py +26 -26
  257. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  258. oci/service_mesh/service_mesh_client.py +48 -48
  259. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  260. oci/streaming/stream_admin_client.py +18 -18
  261. oci/streaming/stream_client.py +8 -8
  262. oci/tenant_manager_control_plane/domain_client.py +5 -5
  263. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  264. oci/tenant_manager_control_plane/governance_client.py +2 -2
  265. oci/tenant_manager_control_plane/link_client.py +3 -3
  266. oci/tenant_manager_control_plane/orders_client.py +2 -2
  267. oci/tenant_manager_control_plane/organization_client.py +10 -10
  268. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  269. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  270. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  271. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  272. oci/threat_intelligence/threatintel_client.py +5 -5
  273. oci/usage/resources_client.py +2 -2
  274. oci/usage/rewards_client.py +6 -6
  275. oci/usage/usagelimits_client.py +1 -1
  276. oci/usage_api/usageapi_client.py +33 -33
  277. oci/vault/vaults_client.py +13 -13
  278. oci/vbs_inst/vbs_instance_client.py +10 -10
  279. oci/version.py +1 -1
  280. oci/visual_builder/vb_instance_client.py +13 -13
  281. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  282. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  283. oci/waa/waa_client.py +13 -13
  284. oci/waa/work_request_client.py +4 -4
  285. oci/waas/redirect_client.py +6 -6
  286. oci/waas/waas_client.py +66 -66
  287. oci/waf/waf_client.py +24 -24
  288. oci/work_requests/work_request_client.py +4 -4
  289. {oci-2.128.0.dist-info → oci-2.128.1.dist-info}/METADATA +1 -1
  290. {oci-2.128.0.dist-info → oci-2.128.1.dist-info}/RECORD +294 -287
  291. {oci-2.128.0.dist-info → oci-2.128.1.dist-info}/LICENSE.txt +0 -0
  292. {oci-2.128.0.dist-info → oci-2.128.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  293. {oci-2.128.0.dist-info → oci-2.128.1.dist-info}/WHEEL +0 -0
  294. {oci-2.128.0.dist-info → oci-2.128.1.dist-info}/top_level.txt +0 -0
@@ -163,7 +163,7 @@ class OperationsInsightsClient(object):
163
163
  :rtype: :class:`~oci.response.Response`
164
164
 
165
165
  :example:
166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
167
167
  """
168
168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
169
169
  required_arguments = ['exadataInsightId']
@@ -283,7 +283,7 @@ class OperationsInsightsClient(object):
283
283
  :rtype: :class:`~oci.response.Response`
284
284
 
285
285
  :example:
286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use change_autonomous_database_insight_advanced_features API.
287
287
  """
288
288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
289
289
  required_arguments = ['databaseInsightId']
@@ -403,7 +403,7 @@ class OperationsInsightsClient(object):
403
403
  :rtype: :class:`~oci.response.Response`
404
404
 
405
405
  :example:
406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/change_awr_hub_source_compartment.py.html>`__ to see an example of how to use change_awr_hub_source_compartment API.
406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_awr_hub_source_compartment.py.html>`__ to see an example of how to use change_awr_hub_source_compartment API.
407
407
  """
408
408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
409
409
  required_arguments = ['awrHubSourceId']
@@ -523,7 +523,7 @@ class OperationsInsightsClient(object):
523
523
  :rtype: :class:`~oci.response.Response`
524
524
 
525
525
  :example:
526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
527
527
  """
528
528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
529
529
  required_arguments = ['databaseInsightId']
@@ -635,7 +635,7 @@ class OperationsInsightsClient(object):
635
635
  :rtype: :class:`~oci.response.Response`
636
636
 
637
637
  :example:
638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
639
639
  """
640
640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
641
641
  required_arguments = ['enterpriseManagerBridgeId']
@@ -752,7 +752,7 @@ class OperationsInsightsClient(object):
752
752
  :rtype: :class:`~oci.response.Response`
753
753
 
754
754
  :example:
755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
756
756
  """
757
757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
758
758
  required_arguments = ['exadataInsightId']
@@ -872,7 +872,7 @@ class OperationsInsightsClient(object):
872
872
  :rtype: :class:`~oci.response.Response`
873
873
 
874
874
  :example:
875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
876
876
  """
877
877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
878
878
  required_arguments = ['hostInsightId']
@@ -992,7 +992,7 @@ class OperationsInsightsClient(object):
992
992
  :rtype: :class:`~oci.response.Response`
993
993
 
994
994
  :example:
995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
996
996
  """
997
997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
998
998
  required_arguments = ['newsReportId']
@@ -1114,7 +1114,7 @@ class OperationsInsightsClient(object):
1114
1114
  :rtype: :class:`~oci.response.Response`
1115
1115
 
1116
1116
  :example:
1117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
1117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
1118
1118
  """
1119
1119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1120
1120
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -1234,7 +1234,7 @@ class OperationsInsightsClient(object):
1234
1234
  :rtype: :class:`~oci.response.Response`
1235
1235
 
1236
1236
  :example:
1237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
1237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
1238
1238
  """
1239
1239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1240
1240
  required_arguments = ['operationsInsightsWarehouseId']
@@ -1356,7 +1356,7 @@ class OperationsInsightsClient(object):
1356
1356
  :rtype: :class:`~oci.response.Response`
1357
1357
 
1358
1358
  :example:
1359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1360
1360
  """
1361
1361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1362
1362
  required_arguments = ['opsiConfigurationId']
@@ -1476,7 +1476,7 @@ class OperationsInsightsClient(object):
1476
1476
  :rtype: :class:`~oci.response.Response`
1477
1477
 
1478
1478
  :example:
1479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1480
1480
  """
1481
1481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1482
1482
  required_arguments = ['databaseInsightId']
@@ -1589,7 +1589,7 @@ class OperationsInsightsClient(object):
1589
1589
  :rtype: :class:`~oci.response.Response`
1590
1590
 
1591
1591
  :example:
1592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1593
1593
  """
1594
1594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1595
1595
  required_arguments = []
@@ -1689,7 +1689,7 @@ class OperationsInsightsClient(object):
1689
1689
  :rtype: :class:`~oci.response.Response`
1690
1690
 
1691
1691
  :example:
1692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
1692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
1693
1693
  """
1694
1694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1695
1695
  required_arguments = []
@@ -1789,7 +1789,7 @@ class OperationsInsightsClient(object):
1789
1789
  :rtype: :class:`~oci.response.Response`
1790
1790
 
1791
1791
  :example:
1792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1792
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1793
1793
  """
1794
1794
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1795
1795
  required_arguments = []
@@ -1889,7 +1889,7 @@ class OperationsInsightsClient(object):
1889
1889
  :rtype: :class:`~oci.response.Response`
1890
1890
 
1891
1891
  :example:
1892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
1892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
1893
1893
  """
1894
1894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1895
1895
  required_arguments = []
@@ -1989,7 +1989,7 @@ class OperationsInsightsClient(object):
1989
1989
  :rtype: :class:`~oci.response.Response`
1990
1990
 
1991
1991
  :example:
1992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
1992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
1993
1993
  """
1994
1994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1995
1995
  required_arguments = []
@@ -2089,7 +2089,7 @@ class OperationsInsightsClient(object):
2089
2089
  :rtype: :class:`~oci.response.Response`
2090
2090
 
2091
2091
  :example:
2092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
2092
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
2093
2093
  """
2094
2094
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2095
2095
  required_arguments = []
@@ -2189,7 +2189,7 @@ class OperationsInsightsClient(object):
2189
2189
  :rtype: :class:`~oci.response.Response`
2190
2190
 
2191
2191
  :example:
2192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
2192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
2193
2193
  """
2194
2194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2195
2195
  required_arguments = []
@@ -2290,7 +2290,7 @@ class OperationsInsightsClient(object):
2290
2290
  :rtype: :class:`~oci.response.Response`
2291
2291
 
2292
2292
  :example:
2293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
2293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
2294
2294
  """
2295
2295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2296
2296
  required_arguments = []
@@ -2392,7 +2392,7 @@ class OperationsInsightsClient(object):
2392
2392
  :rtype: :class:`~oci.response.Response`
2393
2393
 
2394
2394
  :example:
2395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2396
2396
  """
2397
2397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2398
2398
  required_arguments = []
@@ -2493,7 +2493,7 @@ class OperationsInsightsClient(object):
2493
2493
  :rtype: :class:`~oci.response.Response`
2494
2494
 
2495
2495
  :example:
2496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2496
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2497
2497
  """
2498
2498
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2499
2499
  required_arguments = []
@@ -2612,7 +2612,7 @@ class OperationsInsightsClient(object):
2612
2612
  :rtype: :class:`~oci.response.Response`
2613
2613
 
2614
2614
  :example:
2615
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2615
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2616
2616
  """
2617
2617
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2618
2618
  required_arguments = []
@@ -2747,7 +2747,7 @@ class OperationsInsightsClient(object):
2747
2747
  :rtype: :class:`~oci.response.Response`
2748
2748
 
2749
2749
  :example:
2750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2751
2751
  """
2752
2752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2753
2753
  required_arguments = ['awrHubId']
@@ -2854,7 +2854,7 @@ class OperationsInsightsClient(object):
2854
2854
  :rtype: :class:`~oci.response.Response`
2855
2855
 
2856
2856
  :example:
2857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
2857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
2858
2858
  """
2859
2859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2860
2860
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -2959,7 +2959,7 @@ class OperationsInsightsClient(object):
2959
2959
  :rtype: :class:`~oci.response.Response`
2960
2960
 
2961
2961
  :example:
2962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
2962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
2963
2963
  """
2964
2964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2965
2965
  required_arguments = ['awrHubSourceId']
@@ -3063,7 +3063,7 @@ class OperationsInsightsClient(object):
3063
3063
  :rtype: :class:`~oci.response.Response`
3064
3064
 
3065
3065
  :example:
3066
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
3066
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
3067
3067
  """
3068
3068
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3069
3069
  required_arguments = ['databaseInsightId']
@@ -3167,7 +3167,7 @@ class OperationsInsightsClient(object):
3167
3167
  :rtype: :class:`~oci.response.Response`
3168
3168
 
3169
3169
  :example:
3170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
3170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
3171
3171
  """
3172
3172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3173
3173
  required_arguments = ['enterpriseManagerBridgeId']
@@ -3271,7 +3271,7 @@ class OperationsInsightsClient(object):
3271
3271
  :rtype: :class:`~oci.response.Response`
3272
3272
 
3273
3273
  :example:
3274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
3274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
3275
3275
  """
3276
3276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3277
3277
  required_arguments = ['exadataInsightId']
@@ -3375,7 +3375,7 @@ class OperationsInsightsClient(object):
3375
3375
  :rtype: :class:`~oci.response.Response`
3376
3376
 
3377
3377
  :example:
3378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
3378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
3379
3379
  """
3380
3380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3381
3381
  required_arguments = ['hostInsightId']
@@ -3479,7 +3479,7 @@ class OperationsInsightsClient(object):
3479
3479
  :rtype: :class:`~oci.response.Response`
3480
3480
 
3481
3481
  :example:
3482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
3482
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
3483
3483
  """
3484
3484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3485
3485
  required_arguments = ['newsReportId']
@@ -3585,7 +3585,7 @@ class OperationsInsightsClient(object):
3585
3585
  :rtype: :class:`~oci.response.Response`
3586
3586
 
3587
3587
  :example:
3588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3589
3589
  """
3590
3590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3591
3591
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -3692,7 +3692,7 @@ class OperationsInsightsClient(object):
3692
3692
  :rtype: :class:`~oci.response.Response`
3693
3693
 
3694
3694
  :example:
3695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3695
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3696
3696
  """
3697
3697
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3698
3698
  required_arguments = ['operationsInsightsWarehouseId']
@@ -3796,7 +3796,7 @@ class OperationsInsightsClient(object):
3796
3796
  :rtype: :class:`~oci.response.Response`
3797
3797
 
3798
3798
  :example:
3799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3800
3800
  """
3801
3801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3802
3802
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -3902,7 +3902,7 @@ class OperationsInsightsClient(object):
3902
3902
  :rtype: :class:`~oci.response.Response`
3903
3903
 
3904
3904
  :example:
3905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
3905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
3906
3906
  """
3907
3907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3908
3908
  required_arguments = ['opsiConfigurationId']
@@ -4014,7 +4014,7 @@ class OperationsInsightsClient(object):
4014
4014
  :rtype: :class:`~oci.response.Response`
4015
4015
 
4016
4016
  :example:
4017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
4017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
4018
4018
  """
4019
4019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4020
4020
  required_arguments = ['databaseInsightId']
@@ -4129,7 +4129,7 @@ class OperationsInsightsClient(object):
4129
4129
  :rtype: :class:`~oci.response.Response`
4130
4130
 
4131
4131
  :example:
4132
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
4132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
4133
4133
  """
4134
4134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4135
4135
  required_arguments = ['awrHubSourceId']
@@ -4244,7 +4244,7 @@ class OperationsInsightsClient(object):
4244
4244
  :rtype: :class:`~oci.response.Response`
4245
4245
 
4246
4246
  :example:
4247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
4247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
4248
4248
  """
4249
4249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4250
4250
  required_arguments = ['databaseInsightId']
@@ -4359,7 +4359,7 @@ class OperationsInsightsClient(object):
4359
4359
  :rtype: :class:`~oci.response.Response`
4360
4360
 
4361
4361
  :example:
4362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
4362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
4363
4363
  """
4364
4364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4365
4365
  required_arguments = ['exadataInsightId']
@@ -4474,7 +4474,7 @@ class OperationsInsightsClient(object):
4474
4474
  :rtype: :class:`~oci.response.Response`
4475
4475
 
4476
4476
  :example:
4477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
4477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
4478
4478
  """
4479
4479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4480
4480
  required_arguments = ['hostInsightId']
@@ -4587,7 +4587,7 @@ class OperationsInsightsClient(object):
4587
4587
  :rtype: :class:`~oci.response.Response`
4588
4588
 
4589
4589
  :example:
4590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
4590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
4591
4591
  """
4592
4592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4593
4593
  required_arguments = ['operationsInsightsWarehouseId']
@@ -4707,7 +4707,7 @@ class OperationsInsightsClient(object):
4707
4707
  :rtype: :class:`~oci.response.Response`
4708
4708
 
4709
4709
  :example:
4710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
4710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
4711
4711
  """
4712
4712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4713
4713
  required_arguments = ['databaseInsightId']
@@ -4824,7 +4824,7 @@ class OperationsInsightsClient(object):
4824
4824
  :rtype: :class:`~oci.response.Response`
4825
4825
 
4826
4826
  :example:
4827
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
4827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
4828
4828
  """
4829
4829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4830
4830
  required_arguments = ['awrHubSourceId']
@@ -4942,7 +4942,7 @@ class OperationsInsightsClient(object):
4942
4942
  :rtype: :class:`~oci.response.Response`
4943
4943
 
4944
4944
  :example:
4945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
4945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
4946
4946
  """
4947
4947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4948
4948
  required_arguments = ['databaseInsightId']
@@ -5062,7 +5062,7 @@ class OperationsInsightsClient(object):
5062
5062
  :rtype: :class:`~oci.response.Response`
5063
5063
 
5064
5064
  :example:
5065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
5065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
5066
5066
  """
5067
5067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5068
5068
  required_arguments = ['exadataInsightId']
@@ -5182,7 +5182,7 @@ class OperationsInsightsClient(object):
5182
5182
  :rtype: :class:`~oci.response.Response`
5183
5183
 
5184
5184
  :example:
5185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
5185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
5186
5186
  """
5187
5187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5188
5188
  required_arguments = ['hostInsightId']
@@ -5318,7 +5318,7 @@ class OperationsInsightsClient(object):
5318
5318
  :rtype: :class:`~oci.response.Response`
5319
5319
 
5320
5320
  :example:
5321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
5321
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
5322
5322
  """
5323
5323
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5324
5324
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -5482,7 +5482,7 @@ class OperationsInsightsClient(object):
5482
5482
  :rtype: :class:`~oci.response.Response`
5483
5483
 
5484
5484
  :example:
5485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
5485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
5486
5486
  """
5487
5487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5488
5488
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
@@ -5608,7 +5608,7 @@ class OperationsInsightsClient(object):
5608
5608
  :rtype: :class:`~oci.response.Response`
5609
5609
 
5610
5610
  :example:
5611
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
5611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
5612
5612
  """
5613
5613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5614
5614
  required_arguments = ['awrHubId']
@@ -5710,7 +5710,7 @@ class OperationsInsightsClient(object):
5710
5710
  :rtype: :class:`~oci.response.Response`
5711
5711
 
5712
5712
  :example:
5713
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
5713
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
5714
5714
  """
5715
5715
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5716
5716
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -5810,7 +5810,7 @@ class OperationsInsightsClient(object):
5810
5810
  :rtype: :class:`~oci.response.Response`
5811
5811
 
5812
5812
  :example:
5813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
5813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
5814
5814
  """
5815
5815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5816
5816
  required_arguments = ['awrHubSourceId']
@@ -5933,7 +5933,7 @@ class OperationsInsightsClient(object):
5933
5933
  :rtype: :class:`~oci.response.Response`
5934
5934
 
5935
5935
  :example:
5936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
5936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
5937
5937
  """
5938
5938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5939
5939
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -6058,7 +6058,7 @@ class OperationsInsightsClient(object):
6058
6058
  :rtype: :class:`~oci.response.Response`
6059
6059
 
6060
6060
  :example:
6061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
6061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
6062
6062
  """
6063
6063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6064
6064
  required_arguments = ['databaseInsightId']
@@ -6157,7 +6157,7 @@ class OperationsInsightsClient(object):
6157
6157
  :rtype: :class:`~oci.response.Response`
6158
6158
 
6159
6159
  :example:
6160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
6160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
6161
6161
  """
6162
6162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6163
6163
  required_arguments = ['enterpriseManagerBridgeId']
@@ -6256,7 +6256,7 @@ class OperationsInsightsClient(object):
6256
6256
  :rtype: :class:`~oci.response.Response`
6257
6257
 
6258
6258
  :example:
6259
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
6259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
6260
6260
  """
6261
6261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6262
6262
  required_arguments = ['exadataInsightId']
@@ -6355,7 +6355,7 @@ class OperationsInsightsClient(object):
6355
6355
  :rtype: :class:`~oci.response.Response`
6356
6356
 
6357
6357
  :example:
6358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
6358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
6359
6359
  """
6360
6360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6361
6361
  required_arguments = ['hostInsightId']
@@ -6454,7 +6454,7 @@ class OperationsInsightsClient(object):
6454
6454
  :rtype: :class:`~oci.response.Response`
6455
6455
 
6456
6456
  :example:
6457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
6457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
6458
6458
  """
6459
6459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6460
6460
  required_arguments = ['newsReportId']
@@ -6555,7 +6555,7 @@ class OperationsInsightsClient(object):
6555
6555
  :rtype: :class:`~oci.response.Response`
6556
6556
 
6557
6557
  :example:
6558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
6558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
6559
6559
  """
6560
6560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6561
6561
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -6655,7 +6655,7 @@ class OperationsInsightsClient(object):
6655
6655
  :rtype: :class:`~oci.response.Response`
6656
6656
 
6657
6657
  :example:
6658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
6658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
6659
6659
  """
6660
6660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6661
6661
  required_arguments = ['operationsInsightsWarehouseId']
@@ -6754,7 +6754,7 @@ class OperationsInsightsClient(object):
6754
6754
  :rtype: :class:`~oci.response.Response`
6755
6755
 
6756
6756
  :example:
6757
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
6757
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
6758
6758
  """
6759
6759
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6760
6760
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -6876,7 +6876,7 @@ class OperationsInsightsClient(object):
6876
6876
  :rtype: :class:`~oci.response.Response`
6877
6877
 
6878
6878
  :example:
6879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
6879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
6880
6880
  """
6881
6881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6882
6882
  required_arguments = ['opsiConfigurationId']
@@ -7018,7 +7018,7 @@ class OperationsInsightsClient(object):
7018
7018
  :rtype: :class:`~oci.response.Response`
7019
7019
 
7020
7020
  :example:
7021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
7021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
7022
7022
  """
7023
7023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7024
7024
  required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
@@ -7124,7 +7124,7 @@ class OperationsInsightsClient(object):
7124
7124
  :rtype: :class:`~oci.response.Response`
7125
7125
 
7126
7126
  :example:
7127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7128
7128
  """
7129
7129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7130
7130
  required_arguments = ['workRequestId']
@@ -7226,7 +7226,7 @@ class OperationsInsightsClient(object):
7226
7226
  :rtype: :class:`~oci.response.Response`
7227
7227
 
7228
7228
  :example:
7229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
7229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
7230
7230
  """
7231
7231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7232
7232
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -7348,7 +7348,7 @@ class OperationsInsightsClient(object):
7348
7348
  :rtype: :class:`~oci.response.Response`
7349
7349
 
7350
7350
  :example:
7351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
7351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
7352
7352
  """
7353
7353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7354
7354
  required_arguments = []
@@ -7475,7 +7475,7 @@ class OperationsInsightsClient(object):
7475
7475
  :rtype: :class:`~oci.response.Response`
7476
7476
 
7477
7477
  :example:
7478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
7478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
7479
7479
  """
7480
7480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7481
7481
  required_arguments = []
@@ -7597,7 +7597,7 @@ class OperationsInsightsClient(object):
7597
7597
  :rtype: :class:`~oci.response.Response`
7598
7598
 
7599
7599
  :example:
7600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
7600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
7601
7601
  """
7602
7602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7603
7603
  required_arguments = ['id']
@@ -7716,7 +7716,7 @@ class OperationsInsightsClient(object):
7716
7716
  :rtype: :class:`~oci.response.Response`
7717
7717
 
7718
7718
  :example:
7719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
7719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
7720
7720
  """
7721
7721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7722
7722
  required_arguments = ['id']
@@ -7846,7 +7846,7 @@ class OperationsInsightsClient(object):
7846
7846
  :rtype: :class:`~oci.response.Response`
7847
7847
 
7848
7848
  :example:
7849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
7849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
7850
7850
  """
7851
7851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7852
7852
  required_arguments = []
@@ -7981,7 +7981,7 @@ class OperationsInsightsClient(object):
7981
7981
  :rtype: :class:`~oci.response.Response`
7982
7982
 
7983
7983
  :example:
7984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
7984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
7985
7985
  """
7986
7986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7987
7987
  required_arguments = []
@@ -8111,7 +8111,7 @@ class OperationsInsightsClient(object):
8111
8111
  :rtype: :class:`~oci.response.Response`
8112
8112
 
8113
8113
  :example:
8114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
8114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
8115
8115
  """
8116
8116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8117
8117
  required_arguments = []
@@ -8245,7 +8245,7 @@ class OperationsInsightsClient(object):
8245
8245
  :rtype: :class:`~oci.response.Response`
8246
8246
 
8247
8247
  :example:
8248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
8248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
8249
8249
  """
8250
8250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8251
8251
  required_arguments = []
@@ -8417,7 +8417,7 @@ class OperationsInsightsClient(object):
8417
8417
  :rtype: :class:`~oci.response.Response`
8418
8418
 
8419
8419
  :example:
8420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
8420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
8421
8421
  """
8422
8422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8423
8423
  required_arguments = ['compartmentId']
@@ -8632,7 +8632,7 @@ class OperationsInsightsClient(object):
8632
8632
  :rtype: :class:`~oci.response.Response`
8633
8633
 
8634
8634
  :example:
8635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
8635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
8636
8636
  """
8637
8637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8638
8638
  required_arguments = ['compartmentId']
@@ -8836,7 +8836,7 @@ class OperationsInsightsClient(object):
8836
8836
  :rtype: :class:`~oci.response.Response`
8837
8837
 
8838
8838
  :example:
8839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
8839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
8840
8840
  """
8841
8841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8842
8842
  required_arguments = ['compartmentId']
@@ -9032,7 +9032,7 @@ class OperationsInsightsClient(object):
9032
9032
  :rtype: :class:`~oci.response.Response`
9033
9033
 
9034
9034
  :example:
9035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
9035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
9036
9036
  """
9037
9037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9038
9038
  required_arguments = ['compartmentId']
@@ -9263,7 +9263,7 @@ class OperationsInsightsClient(object):
9263
9263
  :rtype: :class:`~oci.response.Response`
9264
9264
 
9265
9265
  :example:
9266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
9266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
9267
9267
  """
9268
9268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9269
9269
  required_arguments = ['compartmentId']
@@ -9488,7 +9488,7 @@ class OperationsInsightsClient(object):
9488
9488
  :rtype: :class:`~oci.response.Response`
9489
9489
 
9490
9490
  :example:
9491
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
9491
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
9492
9492
  """
9493
9493
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9494
9494
  required_arguments = ['compartmentId']
@@ -9670,7 +9670,7 @@ class OperationsInsightsClient(object):
9670
9670
  :rtype: :class:`~oci.response.Response`
9671
9671
 
9672
9672
  :example:
9673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
9673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
9674
9674
  """
9675
9675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9676
9676
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -9843,7 +9843,7 @@ class OperationsInsightsClient(object):
9843
9843
  :rtype: :class:`~oci.response.Response`
9844
9844
 
9845
9845
  :example:
9846
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
9846
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
9847
9847
  """
9848
9848
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9849
9849
  required_arguments = ['awrHubId']
@@ -10019,7 +10019,7 @@ class OperationsInsightsClient(object):
10019
10019
  :rtype: :class:`~oci.response.Response`
10020
10020
 
10021
10021
  :example:
10022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
10022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
10023
10023
  """
10024
10024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10025
10025
  required_arguments = ['awrHubSourceId']
@@ -10200,7 +10200,7 @@ class OperationsInsightsClient(object):
10200
10200
  :rtype: :class:`~oci.response.Response`
10201
10201
 
10202
10202
  :example:
10203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
10203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
10204
10204
  """
10205
10205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10206
10206
  required_arguments = ['awrHubId']
@@ -10394,7 +10394,7 @@ class OperationsInsightsClient(object):
10394
10394
  :rtype: :class:`~oci.response.Response`
10395
10395
 
10396
10396
  :example:
10397
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
10397
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
10398
10398
  """
10399
10399
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10400
10400
  required_arguments = ['operationsInsightsWarehouseId']
@@ -10562,7 +10562,7 @@ class OperationsInsightsClient(object):
10562
10562
  :rtype: :class:`~oci.response.Response`
10563
10563
 
10564
10564
  :example:
10565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
10565
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
10566
10566
  """
10567
10567
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10568
10568
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -10784,7 +10784,7 @@ class OperationsInsightsClient(object):
10784
10784
  :rtype: :class:`~oci.response.Response`
10785
10785
 
10786
10786
  :example:
10787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
10787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
10788
10788
  """
10789
10789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10790
10790
  required_arguments = []
@@ -11009,7 +11009,7 @@ class OperationsInsightsClient(object):
11009
11009
  :rtype: :class:`~oci.response.Response`
11010
11010
 
11011
11011
  :example:
11012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
11012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
11013
11013
  """
11014
11014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11015
11015
  required_arguments = []
@@ -11221,7 +11221,7 @@ class OperationsInsightsClient(object):
11221
11221
  :rtype: :class:`~oci.response.Response`
11222
11222
 
11223
11223
  :example:
11224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
11224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
11225
11225
  """
11226
11226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11227
11227
  required_arguments = []
@@ -11416,7 +11416,7 @@ class OperationsInsightsClient(object):
11416
11416
  :rtype: :class:`~oci.response.Response`
11417
11417
 
11418
11418
  :example:
11419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
11419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
11420
11420
  """
11421
11421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11422
11422
  required_arguments = []
@@ -11599,7 +11599,7 @@ class OperationsInsightsClient(object):
11599
11599
  :rtype: :class:`~oci.response.Response`
11600
11600
 
11601
11601
  :example:
11602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
11602
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
11603
11603
  """
11604
11604
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11605
11605
  required_arguments = []
@@ -11834,7 +11834,7 @@ class OperationsInsightsClient(object):
11834
11834
  :rtype: :class:`~oci.response.Response`
11835
11835
 
11836
11836
  :example:
11837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
11837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
11838
11838
  """
11839
11839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11840
11840
  required_arguments = []
@@ -12050,7 +12050,7 @@ class OperationsInsightsClient(object):
12050
12050
  :rtype: :class:`~oci.response.Response`
12051
12051
 
12052
12052
  :example:
12053
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
12053
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
12054
12054
  """
12055
12055
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12056
12056
  required_arguments = []
@@ -12281,7 +12281,7 @@ class OperationsInsightsClient(object):
12281
12281
  :rtype: :class:`~oci.response.Response`
12282
12282
 
12283
12283
  :example:
12284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
12284
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
12285
12285
  """
12286
12286
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12287
12287
  required_arguments = ['compartmentId', 'id']
@@ -12452,7 +12452,7 @@ class OperationsInsightsClient(object):
12452
12452
  :rtype: :class:`~oci.response.Response`
12453
12453
 
12454
12454
  :example:
12455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
12455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
12456
12456
  """
12457
12457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12458
12458
  required_arguments = ['compartmentId']
@@ -12602,7 +12602,7 @@ class OperationsInsightsClient(object):
12602
12602
  :rtype: :class:`~oci.response.Response`
12603
12603
 
12604
12604
  :example:
12605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
12605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
12606
12606
  """
12607
12607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12608
12608
  required_arguments = ['compartmentId']
@@ -12743,7 +12743,7 @@ class OperationsInsightsClient(object):
12743
12743
  :rtype: :class:`~oci.response.Response`
12744
12744
 
12745
12745
  :example:
12746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
12746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
12747
12747
  """
12748
12748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12749
12749
  required_arguments = ['enterpriseManagerBridgeId']
@@ -12902,7 +12902,7 @@ class OperationsInsightsClient(object):
12902
12902
  :rtype: :class:`~oci.response.Response`
12903
12903
 
12904
12904
  :example:
12905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
12905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
12906
12906
  """
12907
12907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12908
12908
  required_arguments = []
@@ -13093,7 +13093,7 @@ class OperationsInsightsClient(object):
13093
13093
  :rtype: :class:`~oci.response.Response`
13094
13094
 
13095
13095
  :example:
13096
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
13096
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
13097
13097
  """
13098
13098
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13099
13099
  required_arguments = []
@@ -13272,7 +13272,7 @@ class OperationsInsightsClient(object):
13272
13272
  :rtype: :class:`~oci.response.Response`
13273
13273
 
13274
13274
  :example:
13275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
13275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
13276
13276
  """
13277
13277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13278
13278
  required_arguments = ['operationsInsightsWarehouseId']
@@ -13444,7 +13444,7 @@ class OperationsInsightsClient(object):
13444
13444
  :rtype: :class:`~oci.response.Response`
13445
13445
 
13446
13446
  :example:
13447
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
13447
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
13448
13448
  """
13449
13449
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13450
13450
  required_arguments = []
@@ -13616,7 +13616,7 @@ class OperationsInsightsClient(object):
13616
13616
  :rtype: :class:`~oci.response.Response`
13617
13617
 
13618
13618
  :example:
13619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
13619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
13620
13620
  """
13621
13621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13622
13622
  required_arguments = ['compartmentId']
@@ -13796,7 +13796,7 @@ class OperationsInsightsClient(object):
13796
13796
  :rtype: :class:`~oci.response.Response`
13797
13797
 
13798
13798
  :example:
13799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
13799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
13800
13800
  """
13801
13801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13802
13802
  required_arguments = ['compartmentId']
@@ -13956,7 +13956,7 @@ class OperationsInsightsClient(object):
13956
13956
  :rtype: :class:`~oci.response.Response`
13957
13957
 
13958
13958
  :example:
13959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
13959
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
13960
13960
  """
13961
13961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13962
13962
  required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
@@ -14119,7 +14119,7 @@ class OperationsInsightsClient(object):
14119
14119
  :rtype: :class:`~oci.response.Response`
14120
14120
 
14121
14121
  :example:
14122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
14122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
14123
14123
  """
14124
14124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14125
14125
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -14283,7 +14283,7 @@ class OperationsInsightsClient(object):
14283
14283
  :rtype: :class:`~oci.response.Response`
14284
14284
 
14285
14285
  :example:
14286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
14286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
14287
14287
  """
14288
14288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14289
14289
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -14443,7 +14443,7 @@ class OperationsInsightsClient(object):
14443
14443
  :rtype: :class:`~oci.response.Response`
14444
14444
 
14445
14445
  :example:
14446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
14446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
14447
14447
  """
14448
14448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14449
14449
  required_arguments = ['warehouseType', 'warehouseId']
@@ -14621,7 +14621,7 @@ class OperationsInsightsClient(object):
14621
14621
  :rtype: :class:`~oci.response.Response`
14622
14622
 
14623
14623
  :example:
14624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
14624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
14625
14625
  """
14626
14626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14627
14627
  required_arguments = ['workRequestId']
@@ -14774,7 +14774,7 @@ class OperationsInsightsClient(object):
14774
14774
  :rtype: :class:`~oci.response.Response`
14775
14775
 
14776
14776
  :example:
14777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
14777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
14778
14778
  """
14779
14779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14780
14780
  required_arguments = ['workRequestId']
@@ -14943,7 +14943,7 @@ class OperationsInsightsClient(object):
14943
14943
  :rtype: :class:`~oci.response.Response`
14944
14944
 
14945
14945
  :example:
14946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
14946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
14947
14947
  """
14948
14948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14949
14949
  required_arguments = []
@@ -15093,7 +15093,7 @@ class OperationsInsightsClient(object):
15093
15093
  :rtype: :class:`~oci.response.Response`
15094
15094
 
15095
15095
  :example:
15096
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
15096
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
15097
15097
  """
15098
15098
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15099
15099
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -15240,7 +15240,7 @@ class OperationsInsightsClient(object):
15240
15240
  :rtype: :class:`~oci.response.Response`
15241
15241
 
15242
15242
  :example:
15243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
15243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
15244
15244
  """
15245
15245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15246
15246
  required_arguments = ['compartmentId']
@@ -15367,7 +15367,7 @@ class OperationsInsightsClient(object):
15367
15367
  :rtype: :class:`~oci.response.Response`
15368
15368
 
15369
15369
  :example:
15370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
15370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
15371
15371
  """
15372
15372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15373
15373
  required_arguments = ['warehouseType', 'warehouseId']
@@ -15484,7 +15484,7 @@ class OperationsInsightsClient(object):
15484
15484
  :rtype: :class:`~oci.response.Response`
15485
15485
 
15486
15486
  :example:
15487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
15487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
15488
15488
  """
15489
15489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15490
15490
  required_arguments = ['operationsInsightsWarehouseId']
@@ -15668,7 +15668,7 @@ class OperationsInsightsClient(object):
15668
15668
  :rtype: :class:`~oci.response.Response`
15669
15669
 
15670
15670
  :example:
15671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
15671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
15672
15672
  """
15673
15673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15674
15674
  required_arguments = ['compartmentId']
@@ -15898,7 +15898,7 @@ class OperationsInsightsClient(object):
15898
15898
  :rtype: :class:`~oci.response.Response`
15899
15899
 
15900
15900
  :example:
15901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
15901
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
15902
15902
  """
15903
15903
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15904
15904
  required_arguments = ['compartmentId', 'name']
@@ -16149,7 +16149,7 @@ class OperationsInsightsClient(object):
16149
16149
  :rtype: :class:`~oci.response.Response`
16150
16150
 
16151
16151
  :example:
16152
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
16152
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
16153
16153
  """
16154
16154
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16155
16155
  required_arguments = ['compartmentId']
@@ -16420,7 +16420,7 @@ class OperationsInsightsClient(object):
16420
16420
  :rtype: :class:`~oci.response.Response`
16421
16421
 
16422
16422
  :example:
16423
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
16423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
16424
16424
  """
16425
16425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16426
16426
  required_arguments = ['compartmentId']
@@ -16640,7 +16640,7 @@ class OperationsInsightsClient(object):
16640
16640
  :rtype: :class:`~oci.response.Response`
16641
16641
 
16642
16642
  :example:
16643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
16643
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
16644
16644
  """
16645
16645
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16646
16646
  required_arguments = ['compartmentId', 'objectIdentifier']
@@ -16830,7 +16830,7 @@ class OperationsInsightsClient(object):
16830
16830
  :rtype: :class:`~oci.response.Response`
16831
16831
 
16832
16832
  :example:
16833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
16833
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
16834
16834
  """
16835
16835
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16836
16836
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -17004,7 +17004,7 @@ class OperationsInsightsClient(object):
17004
17004
  :rtype: :class:`~oci.response.Response`
17005
17005
 
17006
17006
  :example:
17007
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
17007
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
17008
17008
  """
17009
17009
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17010
17010
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -17202,7 +17202,7 @@ class OperationsInsightsClient(object):
17202
17202
  :rtype: :class:`~oci.response.Response`
17203
17203
 
17204
17204
  :example:
17205
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
17205
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
17206
17206
  """
17207
17207
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17208
17208
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -17396,7 +17396,7 @@ class OperationsInsightsClient(object):
17396
17396
  :rtype: :class:`~oci.response.Response`
17397
17397
 
17398
17398
  :example:
17399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
17399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
17400
17400
  """
17401
17401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17402
17402
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -17614,7 +17614,7 @@ class OperationsInsightsClient(object):
17614
17614
  :rtype: :class:`~oci.response.Response`
17615
17615
 
17616
17616
  :example:
17617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
17617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
17618
17618
  """
17619
17619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17620
17620
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -17818,7 +17818,7 @@ class OperationsInsightsClient(object):
17818
17818
  :rtype: :class:`~oci.response.Response`
17819
17819
 
17820
17820
  :example:
17821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
17821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
17822
17822
  """
17823
17823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17824
17824
  required_arguments = ['awrHubId']
@@ -18002,7 +18002,7 @@ class OperationsInsightsClient(object):
18002
18002
  :rtype: :class:`~oci.response.Response`
18003
18003
 
18004
18004
  :example:
18005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
18005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
18006
18006
  """
18007
18007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18008
18008
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -18181,7 +18181,7 @@ class OperationsInsightsClient(object):
18181
18181
  :rtype: :class:`~oci.response.Response`
18182
18182
 
18183
18183
  :example:
18184
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
18184
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
18185
18185
  """
18186
18186
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18187
18187
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -18386,7 +18386,7 @@ class OperationsInsightsClient(object):
18386
18386
  :rtype: :class:`~oci.response.Response`
18387
18387
 
18388
18388
  :example:
18389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
18389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
18390
18390
  """
18391
18391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18392
18392
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -18587,7 +18587,7 @@ class OperationsInsightsClient(object):
18587
18587
  :rtype: :class:`~oci.response.Response`
18588
18588
 
18589
18589
  :example:
18590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
18590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
18591
18591
  """
18592
18592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18593
18593
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -18770,7 +18770,7 @@ class OperationsInsightsClient(object):
18770
18770
  :rtype: :class:`~oci.response.Response`
18771
18771
 
18772
18772
  :example:
18773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
18773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
18774
18774
  """
18775
18775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18776
18776
  required_arguments = ['awrHubId']
@@ -18936,7 +18936,7 @@ class OperationsInsightsClient(object):
18936
18936
  :rtype: :class:`~oci.response.Response`
18937
18937
 
18938
18938
  :example:
18939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
18939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
18940
18940
  """
18941
18941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18942
18942
  required_arguments = []
@@ -19183,7 +19183,7 @@ class OperationsInsightsClient(object):
19183
19183
  :rtype: :class:`~oci.response.Response`
19184
19184
 
19185
19185
  :example:
19186
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
19186
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
19187
19187
  """
19188
19188
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19189
19189
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -19491,7 +19491,7 @@ class OperationsInsightsClient(object):
19491
19491
  :rtype: :class:`~oci.response.Response`
19492
19492
 
19493
19493
  :example:
19494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
19494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
19495
19495
  """
19496
19496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19497
19497
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -19797,7 +19797,7 @@ class OperationsInsightsClient(object):
19797
19797
  :rtype: :class:`~oci.response.Response`
19798
19798
 
19799
19799
  :example:
19800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
19800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
19801
19801
  """
19802
19802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19803
19803
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20065,7 +20065,7 @@ class OperationsInsightsClient(object):
20065
20065
  :rtype: :class:`~oci.response.Response`
20066
20066
 
20067
20067
  :example:
20068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
20068
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
20069
20069
  """
20070
20070
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20071
20071
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20311,7 +20311,7 @@ class OperationsInsightsClient(object):
20311
20311
  :rtype: :class:`~oci.response.Response`
20312
20312
 
20313
20313
  :example:
20314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
20314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
20315
20315
  """
20316
20316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20317
20317
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20571,7 +20571,7 @@ class OperationsInsightsClient(object):
20571
20571
  :rtype: :class:`~oci.response.Response`
20572
20572
 
20573
20573
  :example:
20574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
20574
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
20575
20575
  """
20576
20576
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20577
20577
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20763,7 +20763,7 @@ class OperationsInsightsClient(object):
20763
20763
  :rtype: :class:`~oci.response.Response`
20764
20764
 
20765
20765
  :example:
20766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
20766
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
20767
20767
  """
20768
20768
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20769
20769
  required_arguments = ['compartmentId']
@@ -20961,7 +20961,7 @@ class OperationsInsightsClient(object):
20961
20961
  :rtype: :class:`~oci.response.Response`
20962
20962
 
20963
20963
  :example:
20964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
20964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
20965
20965
  """
20966
20966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20967
20967
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
@@ -21189,7 +21189,7 @@ class OperationsInsightsClient(object):
21189
21189
  :rtype: :class:`~oci.response.Response`
21190
21190
 
21191
21191
  :example:
21192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
21192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_exadata_insight_resource_capacity_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend_aggregated API.
21193
21193
  """
21194
21194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21195
21195
  required_arguments = ['resourceType', 'resourceMetric']
@@ -21440,7 +21440,7 @@ class OperationsInsightsClient(object):
21440
21440
  :rtype: :class:`~oci.response.Response`
21441
21441
 
21442
21442
  :example:
21443
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
21443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
21444
21444
  """
21445
21445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21446
21446
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
@@ -21706,7 +21706,7 @@ class OperationsInsightsClient(object):
21706
21706
  :rtype: :class:`~oci.response.Response`
21707
21707
 
21708
21708
  :example:
21709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
21709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_exadata_insight_resource_forecast_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend_aggregated API.
21710
21710
  """
21711
21711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21712
21712
  required_arguments = ['resourceType', 'resourceMetric']
@@ -21923,7 +21923,7 @@ class OperationsInsightsClient(object):
21923
21923
  :rtype: :class:`~oci.response.Response`
21924
21924
 
21925
21925
  :example:
21926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
21926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
21927
21927
  """
21928
21928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21929
21929
  required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
@@ -22158,7 +22158,7 @@ class OperationsInsightsClient(object):
22158
22158
  :rtype: :class:`~oci.response.Response`
22159
22159
 
22160
22160
  :example:
22161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
22161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
22162
22162
  """
22163
22163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22164
22164
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -22384,7 +22384,7 @@ class OperationsInsightsClient(object):
22384
22384
  :rtype: :class:`~oci.response.Response`
22385
22385
 
22386
22386
  :example:
22387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
22387
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
22388
22388
  """
22389
22389
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22390
22390
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -22597,7 +22597,7 @@ class OperationsInsightsClient(object):
22597
22597
  :rtype: :class:`~oci.response.Response`
22598
22598
 
22599
22599
  :example:
22600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
22600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
22601
22601
  """
22602
22602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22603
22603
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -22755,7 +22755,7 @@ class OperationsInsightsClient(object):
22755
22755
  :rtype: :class:`~oci.response.Response`
22756
22756
 
22757
22757
  :example:
22758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
22758
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
22759
22759
  """
22760
22760
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22761
22761
  required_arguments = ['exadataInsightId']
@@ -22909,7 +22909,7 @@ class OperationsInsightsClient(object):
22909
22909
  :rtype: :class:`~oci.response.Response`
22910
22910
 
22911
22911
  :example:
22912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
22912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
22913
22913
  """
22914
22914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22915
22915
  required_arguments = ['compartmentId', 'id']
@@ -23070,7 +23070,7 @@ class OperationsInsightsClient(object):
23070
23070
  :rtype: :class:`~oci.response.Response`
23071
23071
 
23072
23072
  :example:
23073
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
23073
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
23074
23074
  """
23075
23075
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23076
23076
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
@@ -23237,7 +23237,7 @@ class OperationsInsightsClient(object):
23237
23237
  :rtype: :class:`~oci.response.Response`
23238
23238
 
23239
23239
  :example:
23240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
23240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
23241
23241
  """
23242
23242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23243
23243
  required_arguments = ['compartmentId', 'id']
@@ -23470,7 +23470,7 @@ class OperationsInsightsClient(object):
23470
23470
  :rtype: :class:`~oci.response.Response`
23471
23471
 
23472
23472
  :example:
23473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
23473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
23474
23474
  """
23475
23475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23476
23476
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -23770,7 +23770,7 @@ class OperationsInsightsClient(object):
23770
23770
  :rtype: :class:`~oci.response.Response`
23771
23771
 
23772
23772
  :example:
23773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
23773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
23774
23774
  """
23775
23775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23776
23776
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24069,7 +24069,7 @@ class OperationsInsightsClient(object):
24069
24069
  :rtype: :class:`~oci.response.Response`
24070
24070
 
24071
24071
  :example:
24072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
24072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
24073
24073
  """
24074
24074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24075
24075
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24328,7 +24328,7 @@ class OperationsInsightsClient(object):
24328
24328
  :rtype: :class:`~oci.response.Response`
24329
24329
 
24330
24330
  :example:
24331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
24331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
24332
24332
  """
24333
24333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24334
24334
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24565,7 +24565,7 @@ class OperationsInsightsClient(object):
24565
24565
  :rtype: :class:`~oci.response.Response`
24566
24566
 
24567
24567
  :example:
24568
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
24568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
24569
24569
  """
24570
24570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24571
24571
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24816,7 +24816,7 @@ class OperationsInsightsClient(object):
24816
24816
  :rtype: :class:`~oci.response.Response`
24817
24817
 
24818
24818
  :example:
24819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
24819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
24820
24820
  """
24821
24821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24822
24822
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -25007,7 +25007,7 @@ class OperationsInsightsClient(object):
25007
25007
  :rtype: :class:`~oci.response.Response`
25008
25008
 
25009
25009
  :example:
25010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
25010
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
25011
25011
  """
25012
25012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25013
25013
  required_arguments = ['compartmentId', 'id']
@@ -25189,7 +25189,7 @@ class OperationsInsightsClient(object):
25189
25189
  :rtype: :class:`~oci.response.Response`
25190
25190
 
25191
25191
  :example:
25192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
25192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
25193
25193
  """
25194
25194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25195
25195
  required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
@@ -25374,7 +25374,7 @@ class OperationsInsightsClient(object):
25374
25374
  :rtype: :class:`~oci.response.Response`
25375
25375
 
25376
25376
  :example:
25377
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
25377
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_host_insight_top_processes_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage_trend API.
25378
25378
  """
25379
25379
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25380
25380
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
@@ -25496,7 +25496,7 @@ class OperationsInsightsClient(object):
25496
25496
  :rtype: :class:`~oci.response.Response`
25497
25497
 
25498
25498
  :example:
25499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
25499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
25500
25500
  """
25501
25501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25502
25502
  required_arguments = ['operationsInsightsWarehouseId']
@@ -25685,7 +25685,7 @@ class OperationsInsightsClient(object):
25685
25685
  :rtype: :class:`~oci.response.Response`
25686
25686
 
25687
25687
  :example:
25688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
25688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
25689
25689
  """
25690
25690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25691
25691
  required_arguments = ['compartmentId']
@@ -25864,7 +25864,7 @@ class OperationsInsightsClient(object):
25864
25864
  :rtype: :class:`~oci.response.Response`
25865
25865
 
25866
25866
  :example:
25867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
25867
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
25868
25868
  """
25869
25869
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25870
25870
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26014,7 +26014,7 @@ class OperationsInsightsClient(object):
26014
26014
  :rtype: :class:`~oci.response.Response`
26015
26015
 
26016
26016
  :example:
26017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
26017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
26018
26018
  """
26019
26019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26020
26020
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26240,7 +26240,7 @@ class OperationsInsightsClient(object):
26240
26240
  :rtype: :class:`~oci.response.Response`
26241
26241
 
26242
26242
  :example:
26243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
26243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
26244
26244
  """
26245
26245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26246
26246
  required_arguments = ['compartmentId']
@@ -26493,7 +26493,7 @@ class OperationsInsightsClient(object):
26493
26493
  :rtype: :class:`~oci.response.Response`
26494
26494
 
26495
26495
  :example:
26496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
26496
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
26497
26497
  """
26498
26498
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26499
26499
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26661,7 +26661,7 @@ class OperationsInsightsClient(object):
26661
26661
  :rtype: :class:`~oci.response.Response`
26662
26662
 
26663
26663
  :example:
26664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
26664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/summarize_sql_statistics_time_series_by_plan.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series_by_plan API.
26665
26665
  """
26666
26666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26667
26667
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26776,7 +26776,7 @@ class OperationsInsightsClient(object):
26776
26776
  :rtype: :class:`~oci.response.Response`
26777
26777
 
26778
26778
  :example:
26779
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
26779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
26780
26780
  """
26781
26781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26782
26782
  required_arguments = ['awrHubId']
@@ -26885,7 +26885,7 @@ class OperationsInsightsClient(object):
26885
26885
  :rtype: :class:`~oci.response.Response`
26886
26886
 
26887
26887
  :example:
26888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
26888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
26889
26889
  """
26890
26890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26891
26891
  required_arguments = ['awrHubSourceId']
@@ -26994,7 +26994,7 @@ class OperationsInsightsClient(object):
26994
26994
  :rtype: :class:`~oci.response.Response`
26995
26995
 
26996
26996
  :example:
26997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
26997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
26998
26998
  """
26999
26999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27000
27000
  required_arguments = ['databaseInsightId']
@@ -27103,7 +27103,7 @@ class OperationsInsightsClient(object):
27103
27103
  :rtype: :class:`~oci.response.Response`
27104
27104
 
27105
27105
  :example:
27106
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
27106
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
27107
27107
  """
27108
27108
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27109
27109
  required_arguments = ['enterpriseManagerBridgeId']
@@ -27212,7 +27212,7 @@ class OperationsInsightsClient(object):
27212
27212
  :rtype: :class:`~oci.response.Response`
27213
27213
 
27214
27214
  :example:
27215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
27215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
27216
27216
  """
27217
27217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27218
27218
  required_arguments = ['exadataInsightId']
@@ -27321,7 +27321,7 @@ class OperationsInsightsClient(object):
27321
27321
  :rtype: :class:`~oci.response.Response`
27322
27322
 
27323
27323
  :example:
27324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
27324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
27325
27325
  """
27326
27326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27327
27327
  required_arguments = ['hostInsightId']
@@ -27430,7 +27430,7 @@ class OperationsInsightsClient(object):
27430
27430
  :rtype: :class:`~oci.response.Response`
27431
27431
 
27432
27432
  :example:
27433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
27433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
27434
27434
  """
27435
27435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27436
27436
  required_arguments = ['newsReportId']
@@ -27541,7 +27541,7 @@ class OperationsInsightsClient(object):
27541
27541
  :rtype: :class:`~oci.response.Response`
27542
27542
 
27543
27543
  :example:
27544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
27544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
27545
27545
  """
27546
27546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27547
27547
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -27651,7 +27651,7 @@ class OperationsInsightsClient(object):
27651
27651
  :rtype: :class:`~oci.response.Response`
27652
27652
 
27653
27653
  :example:
27654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
27654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
27655
27655
  """
27656
27656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27657
27657
  required_arguments = ['operationsInsightsWarehouseId']
@@ -27760,7 +27760,7 @@ class OperationsInsightsClient(object):
27760
27760
  :rtype: :class:`~oci.response.Response`
27761
27761
 
27762
27762
  :example:
27763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
27763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
27764
27764
  """
27765
27765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27766
27766
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -27871,7 +27871,7 @@ class OperationsInsightsClient(object):
27871
27871
  :rtype: :class:`~oci.response.Response`
27872
27872
 
27873
27873
  :example:
27874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
27874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.1/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
27875
27875
  """
27876
27876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27877
27877
  required_arguments = ['opsiConfigurationId']