oci 2.142.0__py3-none-any.whl → 2.143.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 (511) 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 +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +28 -28
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +9 -9
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/base_client.py +2 -2
  30. oci/bastion/bastion_client.py +15 -15
  31. oci/bds/bds_client.py +84 -84
  32. oci/blockchain/blockchain_platform_client.py +27 -27
  33. oci/budget/budget_client.py +10 -10
  34. oci/capacity_management/capacity_management_client.py +32 -32
  35. oci/certificates/certificates_client.py +5 -5
  36. oci/certificates_management/certificates_management_client.py +32 -32
  37. oci/cims/incident_client.py +6 -6
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +15 -15
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +44 -44
  50. oci/container_instances/container_instance_client.py +18 -18
  51. oci/core/blockstorage_client.py +60 -60
  52. oci/core/compute_client.py +102 -102
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/models/__init__.py +18 -0
  55. oci/core/models/byoasn.py +501 -0
  56. oci/core/models/byoasn_byoip_range.py +173 -0
  57. oci/core/models/byoasn_collection.py +72 -0
  58. oci/core/models/byoasn_summary.py +360 -0
  59. oci/core/models/byoip_range.py +27 -0
  60. oci/core/models/byoip_range_origin_asn.py +138 -0
  61. oci/core/models/change_byoasn_compartment_details.py +76 -0
  62. oci/core/models/create_byoasn_details.py +222 -0
  63. oci/core/models/set_origin_asn_details.py +107 -0
  64. oci/core/models/update_byoasn_details.py +156 -0
  65. oci/core/virtual_network_client.py +1426 -379
  66. oci/core/virtual_network_client_composite_operations.py +229 -0
  67. oci/dashboard_service/dashboard_client.py +6 -6
  68. oci/dashboard_service/dashboard_group_client.py +6 -6
  69. oci/data_catalog/data_catalog_client.py +149 -149
  70. oci/data_flow/data_flow_client.py +45 -45
  71. oci/data_integration/data_integration_client.py +163 -163
  72. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  73. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  74. oci/data_safe/data_safe_client.py +292 -292
  75. oci/data_science/data_science_client.py +92 -92
  76. oci/database/database_client.py +2132 -1266
  77. oci/database/database_client_composite_operations.py +573 -0
  78. oci/database/models/__init__.py +24 -0
  79. oci/database/models/autonomous_dw_database.py +4609 -0
  80. oci/database/models/backup.py +29 -2
  81. oci/database/models/backup_summary.py +29 -2
  82. oci/database/models/cloud_exadata_infrastructure.py +111 -2
  83. oci/database/models/cloud_exadata_infrastructure_summary.py +111 -2
  84. oci/database/models/cloud_vm_cluster.py +49 -2
  85. oci/database/models/cloud_vm_cluster_summary.py +49 -2
  86. oci/database/models/convert_to_standalone_details.py +76 -0
  87. oci/database/models/create_cloud_exadata_infrastructure_details.py +64 -2
  88. oci/database/models/create_data_guard_association_details.py +27 -0
  89. oci/database/models/create_data_guard_association_to_existing_db_system_details.py +7 -0
  90. oci/database/models/create_data_guard_association_to_existing_vm_cluster_details.py +7 -0
  91. oci/database/models/create_data_guard_association_with_new_db_system_details.py +7 -0
  92. oci/database/models/create_database_base.py +13 -3
  93. oci/database/models/create_database_details.py +29 -2
  94. oci/database/models/create_database_from_backup.py +1 -1
  95. oci/database/models/create_database_from_backup_details.py +27 -0
  96. oci/database/models/create_exadata_infrastructure_details.py +62 -0
  97. oci/database/models/create_new_database_details.py +1 -1
  98. oci/database/models/create_stand_by_database_details.py +108 -0
  99. oci/database/models/create_standby_details.py +396 -0
  100. oci/database/models/data_guard_group.py +132 -0
  101. oci/database/models/data_guard_group_member.py +406 -0
  102. oci/database/models/database.py +56 -2
  103. oci/database/models/database_summary.py +56 -2
  104. oci/database/models/db_server.py +49 -2
  105. oci/database/models/db_server_summary.py +49 -2
  106. oci/database/models/db_system_shape_summary.py +109 -0
  107. oci/database/models/encryption_key_location_details.py +101 -0
  108. oci/database/models/exadata_infrastructure.py +118 -5
  109. oci/database/models/exadata_infrastructure_summary.py +118 -5
  110. oci/database/models/external_hsm_encryption_details.py +82 -0
  111. oci/database/models/failover_data_guard_details.py +76 -0
  112. oci/database/models/flex_component_summary.py +235 -2
  113. oci/database/models/reinstate_data_guard_details.py +111 -0
  114. oci/database/models/switch_over_data_guard_details.py +76 -0
  115. oci/database/models/update_autonomous_database_details.py +37 -2
  116. oci/database/models/update_data_guard_details.py +241 -0
  117. oci/database/models/update_exadata_infrastructure_details.py +7 -3
  118. oci/database/models/vm_cluster.py +49 -2
  119. oci/database/models/vm_cluster_summary.py +49 -2
  120. oci/database_management/db_management_client.py +2738 -600
  121. oci/database_management/db_management_client_composite_operations.py +301 -0
  122. oci/database_management/diagnosability_client.py +4 -4
  123. oci/database_management/managed_my_sql_databases_client.py +275 -7
  124. oci/database_management/models/__init__.py +54 -0
  125. oci/database_management/models/alert_log_summary.py +14 -6
  126. oci/database_management/models/attention_log_summary.py +14 -6
  127. oci/database_management/models/awr_db_snapshot_range_summary.py +93 -0
  128. oci/database_management/models/awr_db_summary.py +93 -0
  129. oci/database_management/models/base_database_ha_details.py +540 -0
  130. oci/database_management/models/create_external_my_sql_database_connector_details.py +99 -0
  131. oci/database_management/models/create_external_my_sql_database_details.py +103 -0
  132. oci/database_management/models/create_my_sql_database_connector_details.py +329 -0
  133. oci/database_management/models/database_backup_metrics.py +722 -0
  134. oci/database_management/models/database_backup_summary.py +263 -0
  135. oci/database_management/models/database_fleet_backup_metrics.py +72 -0
  136. oci/database_management/models/database_fleet_dataguard_metrics.py +72 -0
  137. oci/database_management/models/database_fleet_ha_overview_metrics.py +72 -0
  138. oci/database_management/models/database_ha_backup_details.py +722 -0
  139. oci/database_management/models/database_ha_metrics.py +629 -0
  140. oci/database_management/models/dataguard_metrics.py +664 -0
  141. oci/database_management/models/disable_external_mysql_associated_service_details.py +146 -0
  142. oci/database_management/models/enable_external_database_management_details.py +72 -0
  143. oci/database_management/models/enable_external_mysql_associated_service_details.py +146 -0
  144. oci/database_management/models/exadata_infrastructure_lifecycle_state_values.py +108 -0
  145. oci/database_management/models/external_my_sql_database.py +181 -0
  146. oci/database_management/models/external_my_sql_database_collection.py +72 -0
  147. oci/database_management/models/external_my_sql_database_connector.py +761 -0
  148. oci/database_management/models/external_my_sql_database_summary.py +365 -0
  149. oci/database_management/models/ha_metric_definition.py +202 -0
  150. oci/database_management/models/managed_my_sql_database.py +192 -2
  151. oci/database_management/models/managed_my_sql_database_summary.py +161 -2
  152. oci/database_management/models/my_sql_connector_collection.py +72 -0
  153. oci/database_management/models/my_sql_data_summary.py +93 -0
  154. oci/database_management/models/my_sql_database_connector_summary.py +711 -0
  155. oci/database_management/models/stand_by_database_dataguard_metrics.py +294 -0
  156. oci/database_management/models/update_external_my_sql_database_connector_details.py +99 -0
  157. oci/database_management/models/update_external_my_sql_database_details.py +72 -0
  158. oci/database_management/models/update_my_sql_database_connector_details.py +329 -0
  159. oci/database_management/models/work_request.py +23 -3
  160. oci/database_management/models/work_request_summary.py +23 -3
  161. oci/database_management/perfhub_client.py +1 -1
  162. oci/database_management/sql_tuning_client.py +17 -17
  163. oci/database_migration/database_migration_client.py +42 -42
  164. oci/database_tools/database_tools_client.py +23 -23
  165. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  166. oci/delegate_access_control/work_request_client.py +4 -4
  167. oci/demand_signal/occ_demand_signal_client.py +7 -7
  168. oci/desktops/desktop_service_client.py +21 -21
  169. oci/devops/devops_client.py +141 -141
  170. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  171. oci/disaster_recovery/models/__init__.py +48 -0
  172. oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_container_database_details.py +1 -1
  173. oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_database_details.py +1 -1
  174. oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_details.py +1 -1
  175. oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_movable_details.py +1 -1
  176. oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_non_movable_details.py +1 -1
  177. oci/disaster_recovery/models/create_dr_protection_group_member_database_details.py +1 -1
  178. oci/disaster_recovery/models/create_dr_protection_group_member_details.py +11 -3
  179. oci/disaster_recovery/models/create_dr_protection_group_member_file_system_details.py +1 -1
  180. oci/disaster_recovery/models/create_dr_protection_group_member_load_balancer_details.py +1 -1
  181. oci/disaster_recovery/models/create_dr_protection_group_member_network_load_balancer_details.py +1 -1
  182. oci/disaster_recovery/models/create_dr_protection_group_member_object_storage_bucket_details.py +1 -1
  183. oci/disaster_recovery/models/create_dr_protection_group_member_oke_cluster_details.py +351 -0
  184. oci/disaster_recovery/models/create_dr_protection_group_member_volume_group_details.py +1 -1
  185. oci/disaster_recovery/models/create_oke_backup_location_details.py +111 -0
  186. oci/disaster_recovery/models/create_oke_cluster_backup_config_details.py +292 -0
  187. oci/disaster_recovery/models/create_oke_cluster_load_balancer_mapping_details.py +111 -0
  188. oci/disaster_recovery/models/create_oke_cluster_managed_node_pool_configuration_details.py +134 -0
  189. oci/disaster_recovery/models/create_oke_cluster_network_load_balancer_mapping_details.py +111 -0
  190. oci/disaster_recovery/models/create_oke_cluster_vault_mapping_details.py +111 -0
  191. oci/disaster_recovery/models/create_oke_cluster_virtual_node_pool_configuration_details.py +134 -0
  192. oci/disaster_recovery/models/dr_plan_step.py +67 -3
  193. oci/disaster_recovery/models/dr_plan_step_execution.py +67 -3
  194. oci/disaster_recovery/models/dr_protection_group_member.py +11 -3
  195. oci/disaster_recovery/models/dr_protection_group_member_autonomous_container_database.py +1 -1
  196. oci/disaster_recovery/models/dr_protection_group_member_autonomous_database.py +1 -1
  197. oci/disaster_recovery/models/dr_protection_group_member_compute_instance.py +1 -1
  198. oci/disaster_recovery/models/dr_protection_group_member_compute_instance_movable.py +1 -1
  199. oci/disaster_recovery/models/dr_protection_group_member_compute_instance_non_movable.py +1 -1
  200. oci/disaster_recovery/models/dr_protection_group_member_database.py +1 -1
  201. oci/disaster_recovery/models/dr_protection_group_member_file_system.py +1 -1
  202. oci/disaster_recovery/models/dr_protection_group_member_load_balancer.py +1 -1
  203. oci/disaster_recovery/models/dr_protection_group_member_network_load_balancer.py +1 -1
  204. oci/disaster_recovery/models/dr_protection_group_member_object_storage_bucket.py +1 -1
  205. oci/disaster_recovery/models/dr_protection_group_member_oke_cluster.py +351 -0
  206. oci/disaster_recovery/models/dr_protection_group_member_volume_group.py +1 -1
  207. oci/disaster_recovery/models/oke_backup_location.py +146 -0
  208. oci/disaster_recovery/models/oke_cluster_backup_config.py +234 -0
  209. oci/disaster_recovery/models/oke_cluster_load_balancer_mapping.py +111 -0
  210. oci/disaster_recovery/models/oke_cluster_managed_node_pool_configuration.py +134 -0
  211. oci/disaster_recovery/models/oke_cluster_network_load_balancer_mapping.py +111 -0
  212. oci/disaster_recovery/models/oke_cluster_vault_mapping.py +111 -0
  213. oci/disaster_recovery/models/oke_cluster_virtual_node_pool_configuration.py +134 -0
  214. oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_container_database_details.py +1 -1
  215. oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_database_details.py +1 -1
  216. oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_details.py +1 -1
  217. oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_movable_details.py +1 -1
  218. oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_non_movable_details.py +1 -1
  219. oci/disaster_recovery/models/update_dr_protection_group_member_database_details.py +1 -1
  220. oci/disaster_recovery/models/update_dr_protection_group_member_details.py +11 -3
  221. oci/disaster_recovery/models/update_dr_protection_group_member_file_system_details.py +1 -1
  222. oci/disaster_recovery/models/update_dr_protection_group_member_load_balancer_details.py +1 -1
  223. oci/disaster_recovery/models/update_dr_protection_group_member_network_load_balancer_details.py +1 -1
  224. oci/disaster_recovery/models/update_dr_protection_group_member_object_storage_bucket_details.py +1 -1
  225. oci/disaster_recovery/models/update_dr_protection_group_member_oke_cluster_details.py +351 -0
  226. oci/disaster_recovery/models/update_dr_protection_group_member_volume_group_details.py +1 -1
  227. oci/disaster_recovery/models/update_oke_backup_location_details.py +111 -0
  228. oci/disaster_recovery/models/update_oke_cluster_backup_config_details.py +236 -0
  229. oci/disaster_recovery/models/update_oke_cluster_load_balancer_mapping_details.py +111 -0
  230. oci/disaster_recovery/models/update_oke_cluster_managed_node_pool_configuration_details.py +134 -0
  231. oci/disaster_recovery/models/update_oke_cluster_network_load_balancer_mapping_details.py +111 -0
  232. oci/disaster_recovery/models/update_oke_cluster_vault_mapping_details.py +111 -0
  233. oci/disaster_recovery/models/update_oke_cluster_virtual_node_pool_configuration_details.py +134 -0
  234. oci/dns/dns_client.py +54 -54
  235. oci/dts/appliance_export_job_client.py +6 -6
  236. oci/dts/shipping_vendors_client.py +1 -1
  237. oci/dts/transfer_appliance_client.py +8 -8
  238. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  239. oci/dts/transfer_device_client.py +5 -5
  240. oci/dts/transfer_job_client.py +6 -6
  241. oci/dts/transfer_package_client.py +7 -7
  242. oci/em_warehouse/em_warehouse_client.py +13 -13
  243. oci/email/email_client.py +31 -31
  244. oci/email_data_plane/email_dp_client.py +1 -1
  245. oci/events/events_client.py +6 -6
  246. oci/file_storage/file_storage_client.py +68 -68
  247. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  248. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  249. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  250. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  251. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  252. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  253. oci/functions/functions_invoke_client.py +1 -1
  254. oci/functions/functions_management_client.py +16 -16
  255. oci/fusion_apps/fusion_applications_client.py +41 -41
  256. oci/generative_ai/generative_ai_client.py +22 -22
  257. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  258. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  259. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  260. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  261. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  262. oci/golden_gate/golden_gate_client.py +84 -84
  263. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  264. oci/governance_rules_control_plane/work_request_client.py +5 -5
  265. oci/healthchecks/health_checks_client.py +17 -17
  266. oci/identity/identity_client.py +145 -145
  267. oci/identity_data_plane/dataplane_client.py +2 -2
  268. oci/identity_domains/identity_domains_client.py +311 -311
  269. oci/integration/integration_instance_client.py +19 -19
  270. oci/jms/java_management_service_client.py +75 -75
  271. oci/jms_java_downloads/java_download_client.py +25 -25
  272. oci/key_management/ekm_client.py +5 -5
  273. oci/key_management/kms_crypto_client.py +6 -6
  274. oci/key_management/kms_hsm_cluster_client.py +12 -12
  275. oci/key_management/kms_management_client.py +21 -21
  276. oci/key_management/kms_vault_client.py +14 -14
  277. oci/license_manager/license_manager_client.py +18 -18
  278. oci/limits/limits_client.py +4 -4
  279. oci/limits/quotas_client.py +7 -7
  280. oci/load_balancer/load_balancer_client.py +61 -61
  281. oci/lockbox/lockbox_client.py +24 -24
  282. oci/log_analytics/log_analytics_client.py +193 -193
  283. oci/logging/logging_management_client.py +30 -30
  284. oci/loggingingestion/logging_client.py +1 -1
  285. oci/loggingsearch/log_search_client.py +1 -1
  286. oci/management_agent/management_agent_client.py +28 -28
  287. oci/management_dashboard/dashx_apis_client.py +14 -14
  288. oci/marketplace/account_client.py +2 -2
  289. oci/marketplace/marketplace_client.py +30 -30
  290. oci/marketplace_private_offer/attachment_client.py +5 -5
  291. oci/marketplace_private_offer/offer_client.py +6 -6
  292. oci/marketplace_publisher/attachment_client.py +5 -5
  293. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  294. oci/marketplace_publisher/offer_client.py +6 -6
  295. oci/media_services/media_services_client.py +60 -60
  296. oci/media_services/media_stream_client.py +2 -2
  297. oci/monitoring/monitoring_client.py +18 -18
  298. oci/mysql/channels_client.py +7 -7
  299. oci/mysql/db_backups_client.py +7 -7
  300. oci/mysql/db_system_client.py +17 -17
  301. oci/mysql/mysqlaas_client.py +7 -7
  302. oci/mysql/replicas_client.py +5 -5
  303. oci/mysql/work_requests_client.py +4 -4
  304. oci/network_firewall/network_firewall_client.py +86 -86
  305. oci/network_load_balancer/models/__init__.py +2 -0
  306. oci/network_load_balancer/models/backend.py +8 -8
  307. oci/network_load_balancer/models/backend_details.py +4 -4
  308. oci/network_load_balancer/models/backend_operational_status.py +92 -0
  309. oci/network_load_balancer/models/backend_set.py +64 -2
  310. oci/network_load_balancer/models/backend_set_details.py +64 -2
  311. oci/network_load_balancer/models/backend_set_summary.py +64 -2
  312. oci/network_load_balancer/models/backend_summary.py +8 -8
  313. oci/network_load_balancer/models/create_backend_details.py +8 -8
  314. oci/network_load_balancer/models/create_backend_set_details.py +64 -2
  315. oci/network_load_balancer/models/create_listener_details.py +3 -3
  316. oci/network_load_balancer/models/create_network_load_balancer_details.py +6 -6
  317. oci/network_load_balancer/models/health_checker.py +2 -2
  318. oci/network_load_balancer/models/health_checker_details.py +2 -2
  319. oci/network_load_balancer/models/listener.py +3 -3
  320. oci/network_load_balancer/models/listener_details.py +3 -3
  321. oci/network_load_balancer/models/listener_summary.py +3 -3
  322. oci/network_load_balancer/models/network_load_balancer.py +6 -6
  323. oci/network_load_balancer/models/network_load_balancer_summary.py +4 -4
  324. oci/network_load_balancer/models/update_backend_details.py +6 -6
  325. oci/network_load_balancer/models/update_backend_set_details.py +64 -2
  326. oci/network_load_balancer/models/update_listener_details.py +3 -3
  327. oci/network_load_balancer/network_load_balancer_client.py +150 -34
  328. oci/nosql/nosql_client.py +24 -24
  329. oci/object_storage/object_storage_client.py +55 -55
  330. oci/oce/oce_instance_client.py +10 -10
  331. oci/oci_control_center/occ_metrics_client.py +3 -3
  332. oci/ocvp/cluster_client.py +5 -5
  333. oci/ocvp/esxi_host_client.py +8 -8
  334. oci/ocvp/sddc_client.py +14 -14
  335. oci/ocvp/work_request_client.py +4 -4
  336. oci/oda/management_client.py +59 -59
  337. oci/oda/oda_client.py +17 -17
  338. oci/oda/odapackage_client.py +7 -7
  339. oci/onesubscription/billing_schedule_client.py +1 -1
  340. oci/onesubscription/commitment_client.py +2 -2
  341. oci/onesubscription/computed_usage_client.py +3 -3
  342. oci/onesubscription/invoice_summary_client.py +2 -2
  343. oci/onesubscription/organization_subscription_client.py +1 -1
  344. oci/onesubscription/ratecard_client.py +1 -1
  345. oci/onesubscription/subscribed_service_client.py +2 -2
  346. oci/onesubscription/subscription_client.py +1 -1
  347. oci/ons/notification_control_plane_client.py +6 -6
  348. oci/ons/notification_data_plane_client.py +10 -10
  349. oci/opa/opa_instance_client.py +13 -13
  350. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  351. oci/opensearch/opensearch_cluster_client.py +16 -16
  352. oci/operator_access_control/access_requests_client.py +10 -10
  353. oci/operator_access_control/operator_actions_client.py +2 -2
  354. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  355. oci/operator_access_control/operator_control_client.py +6 -6
  356. oci/opsi/models/__init__.py +14 -0
  357. oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
  358. oci/opsi/models/autonomous_database_insight.py +1 -1
  359. oci/opsi/models/autonomous_database_insight_summary.py +1 -1
  360. oci/opsi/models/change_external_mysql_database_insight_connection_details.py +76 -0
  361. oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
  362. oci/opsi/models/create_database_insight_details.py +11 -3
  363. oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
  364. oci/opsi/models/create_external_mysql_database_insight_details.py +142 -0
  365. oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
  366. oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
  367. oci/opsi/models/create_news_report_details.py +99 -5
  368. oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
  369. oci/opsi/models/database_configuration_summary.py +11 -3
  370. oci/opsi/models/database_insight.py +11 -3
  371. oci/opsi/models/database_insight_summary.py +11 -3
  372. oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
  373. oci/opsi/models/em_managed_external_database_insight.py +1 -1
  374. oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
  375. oci/opsi/models/enable_autonomous_database_insight_details.py +1 -1
  376. oci/opsi/models/enable_database_insight_details.py +11 -3
  377. oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
  378. oci/opsi/models/enable_external_mysql_database_insight_details.py +86 -0
  379. oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +1 -1
  380. oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
  381. oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
  382. oci/opsi/models/external_mysql_database_configuration_summary.py +226 -0
  383. oci/opsi/models/external_mysql_database_insight.py +248 -0
  384. oci/opsi/models/external_mysql_database_insight_summary.py +280 -0
  385. oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
  386. oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
  387. oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
  388. oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
  389. oci/opsi/models/macs_managed_external_database_insight.py +1 -1
  390. oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
  391. oci/opsi/models/mds_my_sql_database_insight.py +1 -1
  392. oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
  393. oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
  394. oci/opsi/models/news_content_types.py +33 -2
  395. oci/opsi/models/news_report.py +99 -5
  396. oci/opsi/models/news_report_summary.py +99 -5
  397. oci/opsi/models/pe_comanaged_database_insight.py +1 -1
  398. oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
  399. oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
  400. oci/opsi/models/summarize_exadata_insight_resource_utilization_insight_aggregation.py +62 -0
  401. oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
  402. oci/opsi/models/update_database_insight_details.py +11 -3
  403. oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
  404. oci/opsi/models/update_external_mysql_database_insight_details.py +65 -0
  405. oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
  406. oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
  407. oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
  408. oci/opsi/models/update_news_report_details.py +99 -5
  409. oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
  410. oci/opsi/models/vm_cluster_summary.py +8 -8
  411. oci/opsi/models/work_request.py +7 -3
  412. oci/opsi/operations_insights_client.py +332 -202
  413. oci/opsi/operations_insights_client_composite_operations.py +42 -0
  414. oci/optimizer/optimizer_client.py +26 -26
  415. oci/os_management/event_client.py +8 -8
  416. oci/os_management/os_management_client.py +69 -69
  417. oci/os_management_hub/event_client.py +8 -8
  418. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  419. oci/os_management_hub/managed_instance_client.py +31 -31
  420. oci/os_management_hub/managed_instance_group_client.py +25 -25
  421. oci/os_management_hub/management_station_client.py +10 -10
  422. oci/os_management_hub/onboarding_client.py +6 -6
  423. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  424. oci/os_management_hub/scheduled_job_client.py +7 -7
  425. oci/os_management_hub/software_source_client.py +27 -27
  426. oci/os_management_hub/work_request_client.py +4 -4
  427. oci/osp_gateway/address_rule_service_client.py +1 -1
  428. oci/osp_gateway/address_service_client.py +2 -2
  429. oci/osp_gateway/invoice_service_client.py +5 -5
  430. oci/osp_gateway/subscription_service_client.py +5 -5
  431. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  432. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  433. oci/osub_subscription/commitment_client.py +2 -2
  434. oci/osub_subscription/ratecard_client.py +1 -1
  435. oci/osub_subscription/subscription_client.py +1 -1
  436. oci/osub_usage/computed_usage_client.py +3 -3
  437. oci/psql/postgresql_client.py +33 -33
  438. oci/queue/queue_admin_client.py +11 -11
  439. oci/queue/queue_client.py +8 -8
  440. oci/recovery/database_recovery_client.py +26 -26
  441. oci/redis/redis_cluster_client.py +12 -12
  442. oci/resource_manager/resource_manager_client.py +52 -52
  443. oci/resource_scheduler/schedule_client.py +13 -13
  444. oci/resource_search/resource_search_client.py +3 -3
  445. oci/rover/rover_bundle_client.py +8 -8
  446. oci/rover/rover_cluster_client.py +8 -8
  447. oci/rover/rover_entitlement_client.py +6 -6
  448. oci/rover/rover_node_client.py +15 -15
  449. oci/rover/shape_client.py +1 -1
  450. oci/rover/work_requests_client.py +5 -5
  451. oci/sch/connector_plugins_client.py +2 -2
  452. oci/sch/service_connector_client.py +12 -12
  453. oci/secrets/secrets_client.py +3 -3
  454. oci/security_attribute/security_attribute_client.py +18 -18
  455. oci/service_catalog/service_catalog_client.py +26 -26
  456. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  457. oci/service_mesh/service_mesh_client.py +48 -48
  458. oci/stack_monitoring/stack_monitoring_client.py +71 -71
  459. oci/streaming/stream_admin_client.py +18 -18
  460. oci/streaming/stream_client.py +8 -8
  461. oci/tenant_manager_control_plane/domain_client.py +5 -5
  462. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  463. oci/tenant_manager_control_plane/governance_client.py +2 -2
  464. oci/tenant_manager_control_plane/link_client.py +3 -3
  465. oci/tenant_manager_control_plane/models/assigned_subscription_line_item_summary.py +35 -2
  466. oci/tenant_manager_control_plane/models/assigned_subscription_summary.py +35 -2
  467. oci/tenant_manager_control_plane/models/available_region_summary.py +35 -2
  468. oci/tenant_manager_control_plane/models/classic_assigned_subscription.py +57 -2
  469. oci/tenant_manager_control_plane/models/classic_assigned_subscription_summary.py +64 -2
  470. oci/tenant_manager_control_plane/models/classic_subscription_summary.py +7 -0
  471. oci/tenant_manager_control_plane/models/cloud_assigned_subscription_summary.py +7 -0
  472. oci/tenant_manager_control_plane/models/cloud_subscription_summary.py +7 -0
  473. oci/tenant_manager_control_plane/models/create_child_tenancy_details.py +33 -2
  474. oci/tenant_manager_control_plane/models/link_summary.py +35 -2
  475. oci/tenant_manager_control_plane/models/organization_summary.py +35 -2
  476. oci/tenant_manager_control_plane/models/organization_tenancy_summary.py +35 -2
  477. oci/tenant_manager_control_plane/models/subscription_line_item_summary.py +35 -2
  478. oci/tenant_manager_control_plane/models/subscription_mapping_summary.py +35 -2
  479. oci/tenant_manager_control_plane/models/subscription_summary.py +37 -4
  480. oci/tenant_manager_control_plane/models/work_request.py +23 -3
  481. oci/tenant_manager_control_plane/models/work_request_summary.py +23 -3
  482. oci/tenant_manager_control_plane/orders_client.py +2 -2
  483. oci/tenant_manager_control_plane/organization_client.py +10 -10
  484. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  485. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  486. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  487. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  488. oci/threat_intelligence/threatintel_client.py +5 -5
  489. oci/usage/resources_client.py +2 -2
  490. oci/usage/rewards_client.py +6 -6
  491. oci/usage/usagelimits_client.py +1 -1
  492. oci/usage_api/usageapi_client.py +33 -33
  493. oci/vault/vaults_client.py +13 -13
  494. oci/vbs_inst/vbs_instance_client.py +10 -10
  495. oci/version.py +1 -1
  496. oci/visual_builder/vb_instance_client.py +14 -14
  497. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  498. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  499. oci/waa/waa_client.py +13 -13
  500. oci/waa/work_request_client.py +4 -4
  501. oci/waas/redirect_client.py +6 -6
  502. oci/waas/waas_client.py +66 -66
  503. oci/waf/waf_client.py +24 -24
  504. oci/work_requests/work_request_client.py +4 -4
  505. oci/zpr/zpr_client.py +15 -15
  506. {oci-2.142.0.dist-info → oci-2.143.1.dist-info}/METADATA +1 -1
  507. {oci-2.142.0.dist-info → oci-2.143.1.dist-info}/RECORD +511 -431
  508. {oci-2.142.0.dist-info → oci-2.143.1.dist-info}/LICENSE.txt +0 -0
  509. {oci-2.142.0.dist-info → oci-2.143.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  510. {oci-2.142.0.dist-info → oci-2.143.1.dist-info}/WHEEL +0 -0
  511. {oci-2.142.0.dist-info → oci-2.143.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.142.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.143.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.142.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.143.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.142.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.143.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.142.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.143.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.142.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.143.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.142.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.143.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']
@@ -828,6 +828,126 @@ class OperationsInsightsClient(object):
828
828
  api_reference_link=api_reference_link,
829
829
  required_arguments=required_arguments)
830
830
 
831
+ def change_external_mysql_database_insight_connection(self, database_insight_id, change_external_mysql_database_insight_connection_details, **kwargs):
832
+ """
833
+ Change the connection details of an External MySQL database insight. When provided, If-Match is checked against ETag values of the resource.
834
+
835
+
836
+ :param str database_insight_id: (required)
837
+ Unique database insight identifier
838
+
839
+ :param oci.opsi.models.ChangeExternalMysqlDatabaseInsightConnectionDetails change_external_mysql_database_insight_connection_details: (required)
840
+ The information to be updated.
841
+
842
+ :param str if_match: (optional)
843
+ Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
844
+ parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
845
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
846
+
847
+ :param str opc_request_id: (optional)
848
+ Unique Oracle-assigned identifier for the request. If you need to contact
849
+ Oracle about a particular request, please provide the request ID.
850
+
851
+ :param str opc_retry_token: (optional)
852
+ A token that uniquely identifies a request that can be retried in case of a timeout or
853
+ server error without risk of executing the same action again. Retry tokens expire after 24
854
+ hours.
855
+
856
+ *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
857
+ operations, such as a resource being deleted or purged from the system.
858
+
859
+ :param obj retry_strategy: (optional)
860
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
861
+
862
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
863
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
864
+
865
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
866
+
867
+ :param bool allow_control_chars: (optional)
868
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
869
+ By default, the response will not allow control characters in strings
870
+
871
+ :return: A :class:`~oci.response.Response` object with data of type None
872
+ :rtype: :class:`~oci.response.Response`
873
+
874
+ :example:
875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/change_external_mysql_database_insight_connection.py.html>`__ to see an example of how to use change_external_mysql_database_insight_connection API.
876
+ """
877
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
878
+ required_arguments = ['databaseInsightId']
879
+ resource_path = "/databaseInsights/{databaseInsightId}/actions/changeExternalMysqlDatabaseInsightConnectionDetails"
880
+ method = "POST"
881
+ operation_name = "change_external_mysql_database_insight_connection"
882
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ChangeExternalMysqlDatabaseInsightConnection"
883
+
884
+ # Don't accept unknown kwargs
885
+ expected_kwargs = [
886
+ "allow_control_chars",
887
+ "retry_strategy",
888
+ "if_match",
889
+ "opc_request_id",
890
+ "opc_retry_token"
891
+ ]
892
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
893
+ if extra_kwargs:
894
+ raise ValueError(
895
+ f"change_external_mysql_database_insight_connection got unknown kwargs: {extra_kwargs!r}")
896
+
897
+ path_params = {
898
+ "databaseInsightId": database_insight_id
899
+ }
900
+
901
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
902
+
903
+ for (k, v) in six.iteritems(path_params):
904
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
905
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
906
+
907
+ header_params = {
908
+ "accept": "application/json",
909
+ "content-type": "application/json",
910
+ "if-match": kwargs.get("if_match", missing),
911
+ "opc-request-id": kwargs.get("opc_request_id", missing),
912
+ "opc-retry-token": kwargs.get("opc_retry_token", missing)
913
+ }
914
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
915
+
916
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
917
+ operation_retry_strategy=kwargs.get('retry_strategy'),
918
+ client_retry_strategy=self.retry_strategy
919
+ )
920
+ if retry_strategy is None:
921
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
922
+
923
+ if retry_strategy:
924
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
925
+ self.base_client.add_opc_retry_token_if_needed(header_params)
926
+ self.base_client.add_opc_client_retries_header(header_params)
927
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
928
+ return retry_strategy.make_retrying_call(
929
+ self.base_client.call_api,
930
+ resource_path=resource_path,
931
+ method=method,
932
+ path_params=path_params,
933
+ header_params=header_params,
934
+ body=change_external_mysql_database_insight_connection_details,
935
+ allow_control_chars=kwargs.get('allow_control_chars'),
936
+ operation_name=operation_name,
937
+ api_reference_link=api_reference_link,
938
+ required_arguments=required_arguments)
939
+ else:
940
+ return self.base_client.call_api(
941
+ resource_path=resource_path,
942
+ method=method,
943
+ path_params=path_params,
944
+ header_params=header_params,
945
+ body=change_external_mysql_database_insight_connection_details,
946
+ allow_control_chars=kwargs.get('allow_control_chars'),
947
+ operation_name=operation_name,
948
+ api_reference_link=api_reference_link,
949
+ required_arguments=required_arguments)
950
+
831
951
  def change_host_insight_compartment(self, host_insight_id, change_host_insight_compartment_details, **kwargs):
832
952
  """
833
953
  Moves a HostInsight resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
@@ -872,7 +992,7 @@ class OperationsInsightsClient(object):
872
992
  :rtype: :class:`~oci.response.Response`
873
993
 
874
994
  :example:
875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
876
996
  """
877
997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
878
998
  required_arguments = ['hostInsightId']
@@ -992,7 +1112,7 @@ class OperationsInsightsClient(object):
992
1112
  :rtype: :class:`~oci.response.Response`
993
1113
 
994
1114
  :example:
995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/change_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use change_macs_managed_cloud_database_insight_connection API.
1115
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/change_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use change_macs_managed_cloud_database_insight_connection API.
996
1116
  """
997
1117
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
998
1118
  required_arguments = ['databaseInsightId']
@@ -1112,7 +1232,7 @@ class OperationsInsightsClient(object):
1112
1232
  :rtype: :class:`~oci.response.Response`
1113
1233
 
1114
1234
  :example:
1115
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
1235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
1116
1236
  """
1117
1237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1118
1238
  required_arguments = ['newsReportId']
@@ -1234,7 +1354,7 @@ class OperationsInsightsClient(object):
1234
1354
  :rtype: :class:`~oci.response.Response`
1235
1355
 
1236
1356
  :example:
1237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
1357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
1238
1358
  """
1239
1359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1240
1360
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -1354,7 +1474,7 @@ class OperationsInsightsClient(object):
1354
1474
  :rtype: :class:`~oci.response.Response`
1355
1475
 
1356
1476
  :example:
1357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
1477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
1358
1478
  """
1359
1479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1360
1480
  required_arguments = ['operationsInsightsWarehouseId']
@@ -1476,7 +1596,7 @@ class OperationsInsightsClient(object):
1476
1596
  :rtype: :class:`~oci.response.Response`
1477
1597
 
1478
1598
  :example:
1479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1480
1600
  """
1481
1601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1482
1602
  required_arguments = ['opsiConfigurationId']
@@ -1596,7 +1716,7 @@ class OperationsInsightsClient(object):
1596
1716
  :rtype: :class:`~oci.response.Response`
1597
1717
 
1598
1718
  :example:
1599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1600
1720
  """
1601
1721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1602
1722
  required_arguments = ['databaseInsightId']
@@ -1709,7 +1829,7 @@ class OperationsInsightsClient(object):
1709
1829
  :rtype: :class:`~oci.response.Response`
1710
1830
 
1711
1831
  :example:
1712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1832
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1713
1833
  """
1714
1834
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1715
1835
  required_arguments = []
@@ -1809,7 +1929,7 @@ class OperationsInsightsClient(object):
1809
1929
  :rtype: :class:`~oci.response.Response`
1810
1930
 
1811
1931
  :example:
1812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
1932
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
1813
1933
  """
1814
1934
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1815
1935
  required_arguments = []
@@ -1909,7 +2029,7 @@ class OperationsInsightsClient(object):
1909
2029
  :rtype: :class:`~oci.response.Response`
1910
2030
 
1911
2031
  :example:
1912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
2032
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1913
2033
  """
1914
2034
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1915
2035
  required_arguments = []
@@ -2009,7 +2129,7 @@ class OperationsInsightsClient(object):
2009
2129
  :rtype: :class:`~oci.response.Response`
2010
2130
 
2011
2131
  :example:
2012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
2132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
2013
2133
  """
2014
2134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2015
2135
  required_arguments = []
@@ -2109,7 +2229,7 @@ class OperationsInsightsClient(object):
2109
2229
  :rtype: :class:`~oci.response.Response`
2110
2230
 
2111
2231
  :example:
2112
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
2232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
2113
2233
  """
2114
2234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2115
2235
  required_arguments = []
@@ -2209,7 +2329,7 @@ class OperationsInsightsClient(object):
2209
2329
  :rtype: :class:`~oci.response.Response`
2210
2330
 
2211
2331
  :example:
2212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
2332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
2213
2333
  """
2214
2334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2215
2335
  required_arguments = []
@@ -2309,7 +2429,7 @@ class OperationsInsightsClient(object):
2309
2429
  :rtype: :class:`~oci.response.Response`
2310
2430
 
2311
2431
  :example:
2312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
2432
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
2313
2433
  """
2314
2434
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2315
2435
  required_arguments = []
@@ -2410,7 +2530,7 @@ class OperationsInsightsClient(object):
2410
2530
  :rtype: :class:`~oci.response.Response`
2411
2531
 
2412
2532
  :example:
2413
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
2533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
2414
2534
  """
2415
2535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2416
2536
  required_arguments = []
@@ -2512,7 +2632,7 @@ class OperationsInsightsClient(object):
2512
2632
  :rtype: :class:`~oci.response.Response`
2513
2633
 
2514
2634
  :example:
2515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2516
2636
  """
2517
2637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2518
2638
  required_arguments = []
@@ -2613,7 +2733,7 @@ class OperationsInsightsClient(object):
2613
2733
  :rtype: :class:`~oci.response.Response`
2614
2734
 
2615
2735
  :example:
2616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2736
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2617
2737
  """
2618
2738
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2619
2739
  required_arguments = []
@@ -2732,7 +2852,7 @@ class OperationsInsightsClient(object):
2732
2852
  :rtype: :class:`~oci.response.Response`
2733
2853
 
2734
2854
  :example:
2735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2855
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2736
2856
  """
2737
2857
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2738
2858
  required_arguments = []
@@ -2867,7 +2987,7 @@ class OperationsInsightsClient(object):
2867
2987
  :rtype: :class:`~oci.response.Response`
2868
2988
 
2869
2989
  :example:
2870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2871
2991
  """
2872
2992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2873
2993
  required_arguments = ['awrHubId']
@@ -2974,7 +3094,7 @@ class OperationsInsightsClient(object):
2974
3094
  :rtype: :class:`~oci.response.Response`
2975
3095
 
2976
3096
  :example:
2977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
3097
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
2978
3098
  """
2979
3099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2980
3100
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -3079,7 +3199,7 @@ class OperationsInsightsClient(object):
3079
3199
  :rtype: :class:`~oci.response.Response`
3080
3200
 
3081
3201
  :example:
3082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
3202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
3083
3203
  """
3084
3204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3085
3205
  required_arguments = ['awrHubSourceId']
@@ -3183,7 +3303,7 @@ class OperationsInsightsClient(object):
3183
3303
  :rtype: :class:`~oci.response.Response`
3184
3304
 
3185
3305
  :example:
3186
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
3306
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
3187
3307
  """
3188
3308
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3189
3309
  required_arguments = ['databaseInsightId']
@@ -3287,7 +3407,7 @@ class OperationsInsightsClient(object):
3287
3407
  :rtype: :class:`~oci.response.Response`
3288
3408
 
3289
3409
  :example:
3290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
3410
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
3291
3411
  """
3292
3412
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3293
3413
  required_arguments = ['enterpriseManagerBridgeId']
@@ -3391,7 +3511,7 @@ class OperationsInsightsClient(object):
3391
3511
  :rtype: :class:`~oci.response.Response`
3392
3512
 
3393
3513
  :example:
3394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
3514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
3395
3515
  """
3396
3516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3397
3517
  required_arguments = ['exadataInsightId']
@@ -3495,7 +3615,7 @@ class OperationsInsightsClient(object):
3495
3615
  :rtype: :class:`~oci.response.Response`
3496
3616
 
3497
3617
  :example:
3498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
3618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
3499
3619
  """
3500
3620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3501
3621
  required_arguments = ['hostInsightId']
@@ -3599,7 +3719,7 @@ class OperationsInsightsClient(object):
3599
3719
  :rtype: :class:`~oci.response.Response`
3600
3720
 
3601
3721
  :example:
3602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
3722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
3603
3723
  """
3604
3724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3605
3725
  required_arguments = ['newsReportId']
@@ -3705,7 +3825,7 @@ class OperationsInsightsClient(object):
3705
3825
  :rtype: :class:`~oci.response.Response`
3706
3826
 
3707
3827
  :example:
3708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3709
3829
  """
3710
3830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3711
3831
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -3812,7 +3932,7 @@ class OperationsInsightsClient(object):
3812
3932
  :rtype: :class:`~oci.response.Response`
3813
3933
 
3814
3934
  :example:
3815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3816
3936
  """
3817
3937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3818
3938
  required_arguments = ['operationsInsightsWarehouseId']
@@ -3916,7 +4036,7 @@ class OperationsInsightsClient(object):
3916
4036
  :rtype: :class:`~oci.response.Response`
3917
4037
 
3918
4038
  :example:
3919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
4039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3920
4040
  """
3921
4041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3922
4042
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -4022,7 +4142,7 @@ class OperationsInsightsClient(object):
4022
4142
  :rtype: :class:`~oci.response.Response`
4023
4143
 
4024
4144
  :example:
4025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
4145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
4026
4146
  """
4027
4147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4028
4148
  required_arguments = ['opsiConfigurationId']
@@ -4134,7 +4254,7 @@ class OperationsInsightsClient(object):
4134
4254
  :rtype: :class:`~oci.response.Response`
4135
4255
 
4136
4256
  :example:
4137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
4257
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
4138
4258
  """
4139
4259
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4140
4260
  required_arguments = ['databaseInsightId']
@@ -4249,7 +4369,7 @@ class OperationsInsightsClient(object):
4249
4369
  :rtype: :class:`~oci.response.Response`
4250
4370
 
4251
4371
  :example:
4252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
4372
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
4253
4373
  """
4254
4374
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4255
4375
  required_arguments = ['awrHubSourceId']
@@ -4364,7 +4484,7 @@ class OperationsInsightsClient(object):
4364
4484
  :rtype: :class:`~oci.response.Response`
4365
4485
 
4366
4486
  :example:
4367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
4487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
4368
4488
  """
4369
4489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4370
4490
  required_arguments = ['databaseInsightId']
@@ -4479,7 +4599,7 @@ class OperationsInsightsClient(object):
4479
4599
  :rtype: :class:`~oci.response.Response`
4480
4600
 
4481
4601
  :example:
4482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
4602
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
4483
4603
  """
4484
4604
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4485
4605
  required_arguments = ['exadataInsightId']
@@ -4594,7 +4714,7 @@ class OperationsInsightsClient(object):
4594
4714
  :rtype: :class:`~oci.response.Response`
4595
4715
 
4596
4716
  :example:
4597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
4717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
4598
4718
  """
4599
4719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4600
4720
  required_arguments = ['hostInsightId']
@@ -4707,7 +4827,7 @@ class OperationsInsightsClient(object):
4707
4827
  :rtype: :class:`~oci.response.Response`
4708
4828
 
4709
4829
  :example:
4710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
4830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
4711
4831
  """
4712
4832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4713
4833
  required_arguments = ['operationsInsightsWarehouseId']
@@ -4827,7 +4947,7 @@ class OperationsInsightsClient(object):
4827
4947
  :rtype: :class:`~oci.response.Response`
4828
4948
 
4829
4949
  :example:
4830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
4950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
4831
4951
  """
4832
4952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4833
4953
  required_arguments = ['databaseInsightId']
@@ -4944,7 +5064,7 @@ class OperationsInsightsClient(object):
4944
5064
  :rtype: :class:`~oci.response.Response`
4945
5065
 
4946
5066
  :example:
4947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
5067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
4948
5068
  """
4949
5069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4950
5070
  required_arguments = ['awrHubSourceId']
@@ -5062,7 +5182,7 @@ class OperationsInsightsClient(object):
5062
5182
  :rtype: :class:`~oci.response.Response`
5063
5183
 
5064
5184
  :example:
5065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
5185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
5066
5186
  """
5067
5187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5068
5188
  required_arguments = ['databaseInsightId']
@@ -5182,7 +5302,7 @@ class OperationsInsightsClient(object):
5182
5302
  :rtype: :class:`~oci.response.Response`
5183
5303
 
5184
5304
  :example:
5185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
5305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
5186
5306
  """
5187
5307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5188
5308
  required_arguments = ['exadataInsightId']
@@ -5302,7 +5422,7 @@ class OperationsInsightsClient(object):
5302
5422
  :rtype: :class:`~oci.response.Response`
5303
5423
 
5304
5424
  :example:
5305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
5425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
5306
5426
  """
5307
5427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5308
5428
  required_arguments = ['hostInsightId']
@@ -5438,7 +5558,7 @@ class OperationsInsightsClient(object):
5438
5558
  :rtype: :class:`~oci.response.Response`
5439
5559
 
5440
5560
  :example:
5441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
5561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
5442
5562
  """
5443
5563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5444
5564
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -5602,7 +5722,7 @@ class OperationsInsightsClient(object):
5602
5722
  :rtype: :class:`~oci.response.Response`
5603
5723
 
5604
5724
  :example:
5605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
5725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
5606
5726
  """
5607
5727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5608
5728
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
@@ -5728,7 +5848,7 @@ class OperationsInsightsClient(object):
5728
5848
  :rtype: :class:`~oci.response.Response`
5729
5849
 
5730
5850
  :example:
5731
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
5851
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
5732
5852
  """
5733
5853
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5734
5854
  required_arguments = ['awrHubId']
@@ -5830,7 +5950,7 @@ class OperationsInsightsClient(object):
5830
5950
  :rtype: :class:`~oci.response.Response`
5831
5951
 
5832
5952
  :example:
5833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
5953
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
5834
5954
  """
5835
5955
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5836
5956
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -5930,7 +6050,7 @@ class OperationsInsightsClient(object):
5930
6050
  :rtype: :class:`~oci.response.Response`
5931
6051
 
5932
6052
  :example:
5933
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
6053
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
5934
6054
  """
5935
6055
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5936
6056
  required_arguments = ['awrHubSourceId']
@@ -6053,7 +6173,7 @@ class OperationsInsightsClient(object):
6053
6173
  :rtype: :class:`~oci.response.Response`
6054
6174
 
6055
6175
  :example:
6056
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
6176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
6057
6177
  """
6058
6178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6059
6179
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -6178,7 +6298,7 @@ class OperationsInsightsClient(object):
6178
6298
  :rtype: :class:`~oci.response.Response`
6179
6299
 
6180
6300
  :example:
6181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
6301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
6182
6302
  """
6183
6303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6184
6304
  required_arguments = ['databaseInsightId']
@@ -6277,7 +6397,7 @@ class OperationsInsightsClient(object):
6277
6397
  :rtype: :class:`~oci.response.Response`
6278
6398
 
6279
6399
  :example:
6280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
6400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
6281
6401
  """
6282
6402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6283
6403
  required_arguments = ['enterpriseManagerBridgeId']
@@ -6376,7 +6496,7 @@ class OperationsInsightsClient(object):
6376
6496
  :rtype: :class:`~oci.response.Response`
6377
6497
 
6378
6498
  :example:
6379
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
6499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
6380
6500
  """
6381
6501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6382
6502
  required_arguments = ['exadataInsightId']
@@ -6475,7 +6595,7 @@ class OperationsInsightsClient(object):
6475
6595
  :rtype: :class:`~oci.response.Response`
6476
6596
 
6477
6597
  :example:
6478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
6598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
6479
6599
  """
6480
6600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6481
6601
  required_arguments = ['hostInsightId']
@@ -6574,7 +6694,7 @@ class OperationsInsightsClient(object):
6574
6694
  :rtype: :class:`~oci.response.Response`
6575
6695
 
6576
6696
  :example:
6577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
6697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
6578
6698
  """
6579
6699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6580
6700
  required_arguments = ['newsReportId']
@@ -6675,7 +6795,7 @@ class OperationsInsightsClient(object):
6675
6795
  :rtype: :class:`~oci.response.Response`
6676
6796
 
6677
6797
  :example:
6678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
6798
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
6679
6799
  """
6680
6800
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6681
6801
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -6775,7 +6895,7 @@ class OperationsInsightsClient(object):
6775
6895
  :rtype: :class:`~oci.response.Response`
6776
6896
 
6777
6897
  :example:
6778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
6898
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
6779
6899
  """
6780
6900
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6781
6901
  required_arguments = ['operationsInsightsWarehouseId']
@@ -6874,7 +6994,7 @@ class OperationsInsightsClient(object):
6874
6994
  :rtype: :class:`~oci.response.Response`
6875
6995
 
6876
6996
  :example:
6877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
6997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
6878
6998
  """
6879
6999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6880
7000
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -6996,7 +7116,7 @@ class OperationsInsightsClient(object):
6996
7116
  :rtype: :class:`~oci.response.Response`
6997
7117
 
6998
7118
  :example:
6999
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
7119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
7000
7120
  """
7001
7121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7002
7122
  required_arguments = ['opsiConfigurationId']
@@ -7138,7 +7258,7 @@ class OperationsInsightsClient(object):
7138
7258
  :rtype: :class:`~oci.response.Response`
7139
7259
 
7140
7260
  :example:
7141
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
7261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
7142
7262
  """
7143
7263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7144
7264
  required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
@@ -7244,7 +7364,7 @@ class OperationsInsightsClient(object):
7244
7364
  :rtype: :class:`~oci.response.Response`
7245
7365
 
7246
7366
  :example:
7247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7367
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7248
7368
  """
7249
7369
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7250
7370
  required_arguments = ['workRequestId']
@@ -7346,7 +7466,7 @@ class OperationsInsightsClient(object):
7346
7466
  :rtype: :class:`~oci.response.Response`
7347
7467
 
7348
7468
  :example:
7349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
7469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
7350
7470
  """
7351
7471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7352
7472
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -7468,7 +7588,7 @@ class OperationsInsightsClient(object):
7468
7588
  :rtype: :class:`~oci.response.Response`
7469
7589
 
7470
7590
  :example:
7471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
7591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
7472
7592
  """
7473
7593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7474
7594
  required_arguments = []
@@ -7595,7 +7715,7 @@ class OperationsInsightsClient(object):
7595
7715
  :rtype: :class:`~oci.response.Response`
7596
7716
 
7597
7717
  :example:
7598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
7718
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
7599
7719
  """
7600
7720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7601
7721
  required_arguments = []
@@ -7717,7 +7837,7 @@ class OperationsInsightsClient(object):
7717
7837
  :rtype: :class:`~oci.response.Response`
7718
7838
 
7719
7839
  :example:
7720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
7840
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
7721
7841
  """
7722
7842
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7723
7843
  required_arguments = ['id']
@@ -7836,7 +7956,7 @@ class OperationsInsightsClient(object):
7836
7956
  :rtype: :class:`~oci.response.Response`
7837
7957
 
7838
7958
  :example:
7839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
7959
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
7840
7960
  """
7841
7961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7842
7962
  required_arguments = ['id']
@@ -7961,7 +8081,7 @@ class OperationsInsightsClient(object):
7961
8081
  :rtype: :class:`~oci.response.Response`
7962
8082
 
7963
8083
  :example:
7964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/ingest_my_sql_sql_stats.py.html>`__ to see an example of how to use ingest_my_sql_sql_stats API.
8084
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/ingest_my_sql_sql_stats.py.html>`__ to see an example of how to use ingest_my_sql_sql_stats API.
7965
8085
  """
7966
8086
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7967
8087
  required_arguments = []
@@ -8095,7 +8215,7 @@ class OperationsInsightsClient(object):
8095
8215
  :rtype: :class:`~oci.response.Response`
8096
8216
 
8097
8217
  :example:
8098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/ingest_my_sql_sql_text.py.html>`__ to see an example of how to use ingest_my_sql_sql_text API.
8218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/ingest_my_sql_sql_text.py.html>`__ to see an example of how to use ingest_my_sql_sql_text API.
8099
8219
  """
8100
8220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8101
8221
  required_arguments = []
@@ -8230,7 +8350,7 @@ class OperationsInsightsClient(object):
8230
8350
  :rtype: :class:`~oci.response.Response`
8231
8351
 
8232
8352
  :example:
8233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
8353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
8234
8354
  """
8235
8355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8236
8356
  required_arguments = []
@@ -8365,7 +8485,7 @@ class OperationsInsightsClient(object):
8365
8485
  :rtype: :class:`~oci.response.Response`
8366
8486
 
8367
8487
  :example:
8368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
8488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
8369
8489
  """
8370
8490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8371
8491
  required_arguments = []
@@ -8495,7 +8615,7 @@ class OperationsInsightsClient(object):
8495
8615
  :rtype: :class:`~oci.response.Response`
8496
8616
 
8497
8617
  :example:
8498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
8618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
8499
8619
  """
8500
8620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8501
8621
  required_arguments = []
@@ -8629,7 +8749,7 @@ class OperationsInsightsClient(object):
8629
8749
  :rtype: :class:`~oci.response.Response`
8630
8750
 
8631
8751
  :example:
8632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
8752
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
8633
8753
  """
8634
8754
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8635
8755
  required_arguments = []
@@ -8801,7 +8921,7 @@ class OperationsInsightsClient(object):
8801
8921
  :rtype: :class:`~oci.response.Response`
8802
8922
 
8803
8923
  :example:
8804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
8924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
8805
8925
  """
8806
8926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8807
8927
  required_arguments = ['compartmentId']
@@ -9016,7 +9136,7 @@ class OperationsInsightsClient(object):
9016
9136
  :rtype: :class:`~oci.response.Response`
9017
9137
 
9018
9138
  :example:
9019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
9139
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
9020
9140
  """
9021
9141
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9022
9142
  required_arguments = ['compartmentId']
@@ -9220,7 +9340,7 @@ class OperationsInsightsClient(object):
9220
9340
  :rtype: :class:`~oci.response.Response`
9221
9341
 
9222
9342
  :example:
9223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
9343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
9224
9344
  """
9225
9345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9226
9346
  required_arguments = ['compartmentId']
@@ -9416,7 +9536,7 @@ class OperationsInsightsClient(object):
9416
9536
  :rtype: :class:`~oci.response.Response`
9417
9537
 
9418
9538
  :example:
9419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
9539
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
9420
9540
  """
9421
9541
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9422
9542
  required_arguments = ['compartmentId']
@@ -9647,7 +9767,7 @@ class OperationsInsightsClient(object):
9647
9767
  :rtype: :class:`~oci.response.Response`
9648
9768
 
9649
9769
  :example:
9650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
9770
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
9651
9771
  """
9652
9772
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9653
9773
  required_arguments = ['compartmentId']
@@ -9872,7 +9992,7 @@ class OperationsInsightsClient(object):
9872
9992
  :rtype: :class:`~oci.response.Response`
9873
9993
 
9874
9994
  :example:
9875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
9995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
9876
9996
  """
9877
9997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9878
9998
  required_arguments = ['compartmentId']
@@ -10054,7 +10174,7 @@ class OperationsInsightsClient(object):
10054
10174
  :rtype: :class:`~oci.response.Response`
10055
10175
 
10056
10176
  :example:
10057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
10177
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
10058
10178
  """
10059
10179
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10060
10180
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -10227,7 +10347,7 @@ class OperationsInsightsClient(object):
10227
10347
  :rtype: :class:`~oci.response.Response`
10228
10348
 
10229
10349
  :example:
10230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
10350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
10231
10351
  """
10232
10352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10233
10353
  required_arguments = ['awrHubId']
@@ -10403,7 +10523,7 @@ class OperationsInsightsClient(object):
10403
10523
  :rtype: :class:`~oci.response.Response`
10404
10524
 
10405
10525
  :example:
10406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
10526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
10407
10527
  """
10408
10528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10409
10529
  required_arguments = ['awrHubSourceId']
@@ -10584,7 +10704,7 @@ class OperationsInsightsClient(object):
10584
10704
  :rtype: :class:`~oci.response.Response`
10585
10705
 
10586
10706
  :example:
10587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
10707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
10588
10708
  """
10589
10709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10590
10710
  required_arguments = ['awrHubId']
@@ -10778,7 +10898,7 @@ class OperationsInsightsClient(object):
10778
10898
  :rtype: :class:`~oci.response.Response`
10779
10899
 
10780
10900
  :example:
10781
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
10901
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
10782
10902
  """
10783
10903
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10784
10904
  required_arguments = ['operationsInsightsWarehouseId']
@@ -10946,7 +11066,7 @@ class OperationsInsightsClient(object):
10946
11066
  :rtype: :class:`~oci.response.Response`
10947
11067
 
10948
11068
  :example:
10949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
11069
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
10950
11070
  """
10951
11071
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10952
11072
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -11086,7 +11206,7 @@ class OperationsInsightsClient(object):
11086
11206
  Filter by one or more database type.
11087
11207
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
11088
11208
 
11089
- Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
11209
+ Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"
11090
11210
 
11091
11211
  :param int limit: (optional)
11092
11212
  For list pagination. The maximum number of results per page, or items to
@@ -11168,7 +11288,7 @@ class OperationsInsightsClient(object):
11168
11288
  :rtype: :class:`~oci.response.Response`
11169
11289
 
11170
11290
  :example:
11171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
11291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
11172
11292
  """
11173
11293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11174
11294
  required_arguments = []
@@ -11207,7 +11327,7 @@ class OperationsInsightsClient(object):
11207
11327
  f"list_database_configurations got unknown kwargs: {extra_kwargs!r}")
11208
11328
 
11209
11329
  if 'database_type' in kwargs:
11210
- database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
11330
+ database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"]
11211
11331
  for database_type_item in kwargs['database_type']:
11212
11332
  if database_type_item not in database_type_allowed_values:
11213
11333
  raise ValueError(
@@ -11324,7 +11444,7 @@ class OperationsInsightsClient(object):
11324
11444
  Filter by one or more database type.
11325
11445
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
11326
11446
 
11327
- Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
11447
+ Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"
11328
11448
 
11329
11449
  :param list[str] database_id: (optional)
11330
11450
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -11393,7 +11513,7 @@ class OperationsInsightsClient(object):
11393
11513
  :rtype: :class:`~oci.response.Response`
11394
11514
 
11395
11515
  :example:
11396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
11516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
11397
11517
  """
11398
11518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11399
11519
  required_arguments = []
@@ -11445,7 +11565,7 @@ class OperationsInsightsClient(object):
11445
11565
  )
11446
11566
 
11447
11567
  if 'database_type' in kwargs:
11448
- database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
11568
+ database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"]
11449
11569
  for database_type_item in kwargs['database_type']:
11450
11570
  if database_type_item not in database_type_allowed_values:
11451
11571
  raise ValueError(
@@ -11605,7 +11725,7 @@ class OperationsInsightsClient(object):
11605
11725
  :rtype: :class:`~oci.response.Response`
11606
11726
 
11607
11727
  :example:
11608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
11728
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
11609
11729
  """
11610
11730
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11611
11731
  required_arguments = []
@@ -11803,7 +11923,7 @@ class OperationsInsightsClient(object):
11803
11923
  :rtype: :class:`~oci.response.Response`
11804
11924
 
11805
11925
  :example:
11806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
11926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
11807
11927
  """
11808
11928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11809
11929
  required_arguments = []
@@ -11988,7 +12108,7 @@ class OperationsInsightsClient(object):
11988
12108
  :rtype: :class:`~oci.response.Response`
11989
12109
 
11990
12110
  :example:
11991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
12111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
11992
12112
  """
11993
12113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11994
12114
  required_arguments = []
@@ -12228,7 +12348,7 @@ class OperationsInsightsClient(object):
12228
12348
  :rtype: :class:`~oci.response.Response`
12229
12349
 
12230
12350
  :example:
12231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
12351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
12232
12352
  """
12233
12353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12234
12354
  required_arguments = []
@@ -12454,7 +12574,7 @@ class OperationsInsightsClient(object):
12454
12574
  :rtype: :class:`~oci.response.Response`
12455
12575
 
12456
12576
  :example:
12457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
12577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
12458
12578
  """
12459
12579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12460
12580
  required_arguments = []
@@ -12690,7 +12810,7 @@ class OperationsInsightsClient(object):
12690
12810
  :rtype: :class:`~oci.response.Response`
12691
12811
 
12692
12812
  :example:
12693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
12813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
12694
12814
  """
12695
12815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12696
12816
  required_arguments = ['compartmentId', 'id']
@@ -12871,7 +12991,7 @@ class OperationsInsightsClient(object):
12871
12991
  :rtype: :class:`~oci.response.Response`
12872
12992
 
12873
12993
  :example:
12874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
12994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
12875
12995
  """
12876
12996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12877
12997
  required_arguments = ['compartmentId']
@@ -13021,7 +13141,7 @@ class OperationsInsightsClient(object):
13021
13141
  :rtype: :class:`~oci.response.Response`
13022
13142
 
13023
13143
  :example:
13024
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
13144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
13025
13145
  """
13026
13146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13027
13147
  required_arguments = ['compartmentId']
@@ -13162,7 +13282,7 @@ class OperationsInsightsClient(object):
13162
13282
  :rtype: :class:`~oci.response.Response`
13163
13283
 
13164
13284
  :example:
13165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
13285
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
13166
13286
  """
13167
13287
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13168
13288
  required_arguments = ['enterpriseManagerBridgeId']
@@ -13321,7 +13441,7 @@ class OperationsInsightsClient(object):
13321
13441
  :rtype: :class:`~oci.response.Response`
13322
13442
 
13323
13443
  :example:
13324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
13444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
13325
13445
  """
13326
13446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13327
13447
  required_arguments = []
@@ -13512,7 +13632,7 @@ class OperationsInsightsClient(object):
13512
13632
  :rtype: :class:`~oci.response.Response`
13513
13633
 
13514
13634
  :example:
13515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
13635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
13516
13636
  """
13517
13637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13518
13638
  required_arguments = []
@@ -13691,7 +13811,7 @@ class OperationsInsightsClient(object):
13691
13811
  :rtype: :class:`~oci.response.Response`
13692
13812
 
13693
13813
  :example:
13694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
13814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
13695
13815
  """
13696
13816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13697
13817
  required_arguments = ['operationsInsightsWarehouseId']
@@ -13863,7 +13983,7 @@ class OperationsInsightsClient(object):
13863
13983
  :rtype: :class:`~oci.response.Response`
13864
13984
 
13865
13985
  :example:
13866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
13986
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
13867
13987
  """
13868
13988
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13869
13989
  required_arguments = []
@@ -14035,7 +14155,7 @@ class OperationsInsightsClient(object):
14035
14155
  :rtype: :class:`~oci.response.Response`
14036
14156
 
14037
14157
  :example:
14038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
14158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
14039
14159
  """
14040
14160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14041
14161
  required_arguments = ['compartmentId']
@@ -14215,7 +14335,7 @@ class OperationsInsightsClient(object):
14215
14335
  :rtype: :class:`~oci.response.Response`
14216
14336
 
14217
14337
  :example:
14218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
14338
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
14219
14339
  """
14220
14340
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14221
14341
  required_arguments = ['compartmentId']
@@ -14375,7 +14495,7 @@ class OperationsInsightsClient(object):
14375
14495
  :rtype: :class:`~oci.response.Response`
14376
14496
 
14377
14497
  :example:
14378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
14498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
14379
14499
  """
14380
14500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14381
14501
  required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
@@ -14538,7 +14658,7 @@ class OperationsInsightsClient(object):
14538
14658
  :rtype: :class:`~oci.response.Response`
14539
14659
 
14540
14660
  :example:
14541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
14661
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
14542
14662
  """
14543
14663
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14544
14664
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -14702,7 +14822,7 @@ class OperationsInsightsClient(object):
14702
14822
  :rtype: :class:`~oci.response.Response`
14703
14823
 
14704
14824
  :example:
14705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
14825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
14706
14826
  """
14707
14827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14708
14828
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -14862,7 +14982,7 @@ class OperationsInsightsClient(object):
14862
14982
  :rtype: :class:`~oci.response.Response`
14863
14983
 
14864
14984
  :example:
14865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
14985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
14866
14986
  """
14867
14987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14868
14988
  required_arguments = ['warehouseType', 'warehouseId']
@@ -15040,7 +15160,7 @@ class OperationsInsightsClient(object):
15040
15160
  :rtype: :class:`~oci.response.Response`
15041
15161
 
15042
15162
  :example:
15043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
15163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
15044
15164
  """
15045
15165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15046
15166
  required_arguments = ['workRequestId']
@@ -15193,7 +15313,7 @@ class OperationsInsightsClient(object):
15193
15313
  :rtype: :class:`~oci.response.Response`
15194
15314
 
15195
15315
  :example:
15196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
15316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
15197
15317
  """
15198
15318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15199
15319
  required_arguments = ['workRequestId']
@@ -15362,7 +15482,7 @@ class OperationsInsightsClient(object):
15362
15482
  :rtype: :class:`~oci.response.Response`
15363
15483
 
15364
15484
  :example:
15365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
15485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
15366
15486
  """
15367
15487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15368
15488
  required_arguments = []
@@ -15512,7 +15632,7 @@ class OperationsInsightsClient(object):
15512
15632
  :rtype: :class:`~oci.response.Response`
15513
15633
 
15514
15634
  :example:
15515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
15635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
15516
15636
  """
15517
15637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15518
15638
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -15659,7 +15779,7 @@ class OperationsInsightsClient(object):
15659
15779
  :rtype: :class:`~oci.response.Response`
15660
15780
 
15661
15781
  :example:
15662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
15782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
15663
15783
  """
15664
15784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15665
15785
  required_arguments = ['compartmentId']
@@ -15786,7 +15906,7 @@ class OperationsInsightsClient(object):
15786
15906
  :rtype: :class:`~oci.response.Response`
15787
15907
 
15788
15908
  :example:
15789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
15909
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
15790
15910
  """
15791
15911
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15792
15912
  required_arguments = ['warehouseType', 'warehouseId']
@@ -15903,7 +16023,7 @@ class OperationsInsightsClient(object):
15903
16023
  :rtype: :class:`~oci.response.Response`
15904
16024
 
15905
16025
  :example:
15906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
16026
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
15907
16027
  """
15908
16028
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15909
16029
  required_arguments = ['operationsInsightsWarehouseId']
@@ -16087,7 +16207,7 @@ class OperationsInsightsClient(object):
16087
16207
  :rtype: :class:`~oci.response.Response`
16088
16208
 
16089
16209
  :example:
16090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
16210
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
16091
16211
  """
16092
16212
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16093
16213
  required_arguments = ['compartmentId']
@@ -16317,7 +16437,7 @@ class OperationsInsightsClient(object):
16317
16437
  :rtype: :class:`~oci.response.Response`
16318
16438
 
16319
16439
  :example:
16320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
16440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
16321
16441
  """
16322
16442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16323
16443
  required_arguments = ['compartmentId', 'name']
@@ -16568,7 +16688,7 @@ class OperationsInsightsClient(object):
16568
16688
  :rtype: :class:`~oci.response.Response`
16569
16689
 
16570
16690
  :example:
16571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
16691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
16572
16692
  """
16573
16693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16574
16694
  required_arguments = ['compartmentId']
@@ -16839,7 +16959,7 @@ class OperationsInsightsClient(object):
16839
16959
  :rtype: :class:`~oci.response.Response`
16840
16960
 
16841
16961
  :example:
16842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
16962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
16843
16963
  """
16844
16964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16845
16965
  required_arguments = ['compartmentId']
@@ -17059,7 +17179,7 @@ class OperationsInsightsClient(object):
17059
17179
  :rtype: :class:`~oci.response.Response`
17060
17180
 
17061
17181
  :example:
17062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
17182
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
17063
17183
  """
17064
17184
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17065
17185
  required_arguments = ['compartmentId', 'objectIdentifier']
@@ -17249,7 +17369,7 @@ class OperationsInsightsClient(object):
17249
17369
  :rtype: :class:`~oci.response.Response`
17250
17370
 
17251
17371
  :example:
17252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
17372
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
17253
17373
  """
17254
17374
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17255
17375
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -17423,7 +17543,7 @@ class OperationsInsightsClient(object):
17423
17543
  :rtype: :class:`~oci.response.Response`
17424
17544
 
17425
17545
  :example:
17426
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
17546
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
17427
17547
  """
17428
17548
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17429
17549
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -17621,7 +17741,7 @@ class OperationsInsightsClient(object):
17621
17741
  :rtype: :class:`~oci.response.Response`
17622
17742
 
17623
17743
  :example:
17624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
17744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
17625
17745
  """
17626
17746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17627
17747
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -17815,7 +17935,7 @@ class OperationsInsightsClient(object):
17815
17935
  :rtype: :class:`~oci.response.Response`
17816
17936
 
17817
17937
  :example:
17818
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
17938
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
17819
17939
  """
17820
17940
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17821
17941
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -18033,7 +18153,7 @@ class OperationsInsightsClient(object):
18033
18153
  :rtype: :class:`~oci.response.Response`
18034
18154
 
18035
18155
  :example:
18036
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
18156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
18037
18157
  """
18038
18158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18039
18159
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -18237,7 +18357,7 @@ class OperationsInsightsClient(object):
18237
18357
  :rtype: :class:`~oci.response.Response`
18238
18358
 
18239
18359
  :example:
18240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
18360
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
18241
18361
  """
18242
18362
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18243
18363
  required_arguments = ['awrHubId']
@@ -18421,7 +18541,7 @@ class OperationsInsightsClient(object):
18421
18541
  :rtype: :class:`~oci.response.Response`
18422
18542
 
18423
18543
  :example:
18424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
18544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
18425
18545
  """
18426
18546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18427
18547
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -18600,7 +18720,7 @@ class OperationsInsightsClient(object):
18600
18720
  :rtype: :class:`~oci.response.Response`
18601
18721
 
18602
18722
  :example:
18603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
18723
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
18604
18724
  """
18605
18725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18606
18726
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -18805,7 +18925,7 @@ class OperationsInsightsClient(object):
18805
18925
  :rtype: :class:`~oci.response.Response`
18806
18926
 
18807
18927
  :example:
18808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
18928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
18809
18929
  """
18810
18930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18811
18931
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -19006,7 +19126,7 @@ class OperationsInsightsClient(object):
19006
19126
  :rtype: :class:`~oci.response.Response`
19007
19127
 
19008
19128
  :example:
19009
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
19129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
19010
19130
  """
19011
19131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19012
19132
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -19189,7 +19309,7 @@ class OperationsInsightsClient(object):
19189
19309
  :rtype: :class:`~oci.response.Response`
19190
19310
 
19191
19311
  :example:
19192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
19312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
19193
19313
  """
19194
19314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19195
19315
  required_arguments = ['awrHubId']
@@ -19355,7 +19475,7 @@ class OperationsInsightsClient(object):
19355
19475
  :rtype: :class:`~oci.response.Response`
19356
19476
 
19357
19477
  :example:
19358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
19478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
19359
19479
  """
19360
19480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19361
19481
  required_arguments = []
@@ -19488,7 +19608,7 @@ class OperationsInsightsClient(object):
19488
19608
  Filter by one or more database type.
19489
19609
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
19490
19610
 
19491
- Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
19611
+ Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"
19492
19612
 
19493
19613
  :param list[str] database_id: (optional)
19494
19614
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -19602,7 +19722,7 @@ class OperationsInsightsClient(object):
19602
19722
  :rtype: :class:`~oci.response.Response`
19603
19723
 
19604
19724
  :example:
19605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
19725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
19606
19726
  """
19607
19727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19608
19728
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -19646,7 +19766,7 @@ class OperationsInsightsClient(object):
19646
19766
  f"summarize_database_insight_resource_capacity_trend got unknown kwargs: {extra_kwargs!r}")
19647
19767
 
19648
19768
  if 'database_type' in kwargs:
19649
- database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
19769
+ database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"]
19650
19770
  for database_type_item in kwargs['database_type']:
19651
19771
  if database_type_item not in database_type_allowed_values:
19652
19772
  raise ValueError(
@@ -19782,7 +19902,7 @@ class OperationsInsightsClient(object):
19782
19902
  Filter by one or more database type.
19783
19903
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
19784
19904
 
19785
- Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
19905
+ Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"
19786
19906
 
19787
19907
  :param list[str] database_id: (optional)
19788
19908
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -19910,7 +20030,7 @@ class OperationsInsightsClient(object):
19910
20030
  :rtype: :class:`~oci.response.Response`
19911
20031
 
19912
20032
  :example:
19913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
20033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
19914
20034
  """
19915
20035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19916
20036
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -19956,7 +20076,7 @@ class OperationsInsightsClient(object):
19956
20076
  f"summarize_database_insight_resource_forecast_trend got unknown kwargs: {extra_kwargs!r}")
19957
20077
 
19958
20078
  if 'database_type' in kwargs:
19959
- database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
20079
+ database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"]
19960
20080
  for database_type_item in kwargs['database_type']:
19961
20081
  if database_type_item not in database_type_allowed_values:
19962
20082
  raise ValueError(
@@ -20094,7 +20214,7 @@ class OperationsInsightsClient(object):
20094
20214
  Filter by one or more database type.
20095
20215
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
20096
20216
 
20097
- Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
20217
+ Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"
20098
20218
 
20099
20219
  :param list[str] database_id: (optional)
20100
20220
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -20216,7 +20336,7 @@ class OperationsInsightsClient(object):
20216
20336
  :rtype: :class:`~oci.response.Response`
20217
20337
 
20218
20338
  :example:
20219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
20339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
20220
20340
  """
20221
20341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20222
20342
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20262,7 +20382,7 @@ class OperationsInsightsClient(object):
20262
20382
  f"summarize_database_insight_resource_statistics got unknown kwargs: {extra_kwargs!r}")
20263
20383
 
20264
20384
  if 'database_type' in kwargs:
20265
- database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
20385
+ database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"]
20266
20386
  for database_type_item in kwargs['database_type']:
20267
20387
  if database_type_item not in database_type_allowed_values:
20268
20388
  raise ValueError(
@@ -20395,7 +20515,7 @@ class OperationsInsightsClient(object):
20395
20515
  Filter by one or more database type.
20396
20516
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
20397
20517
 
20398
- Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
20518
+ Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"
20399
20519
 
20400
20520
  :param list[str] database_id: (optional)
20401
20521
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -20484,7 +20604,7 @@ class OperationsInsightsClient(object):
20484
20604
  :rtype: :class:`~oci.response.Response`
20485
20605
 
20486
20606
  :example:
20487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
20607
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
20488
20608
  """
20489
20609
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20490
20610
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20523,7 +20643,7 @@ class OperationsInsightsClient(object):
20523
20643
  f"summarize_database_insight_resource_usage got unknown kwargs: {extra_kwargs!r}")
20524
20644
 
20525
20645
  if 'database_type' in kwargs:
20526
- database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
20646
+ database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"]
20527
20647
  for database_type_item in kwargs['database_type']:
20528
20648
  if database_type_item not in database_type_allowed_values:
20529
20649
  raise ValueError(
@@ -20634,7 +20754,7 @@ class OperationsInsightsClient(object):
20634
20754
  Filter by one or more database type.
20635
20755
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
20636
20756
 
20637
- Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
20757
+ Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"
20638
20758
 
20639
20759
  :param list[str] database_id: (optional)
20640
20760
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -20730,7 +20850,7 @@ class OperationsInsightsClient(object):
20730
20850
  :rtype: :class:`~oci.response.Response`
20731
20851
 
20732
20852
  :example:
20733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
20853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
20734
20854
  """
20735
20855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20736
20856
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20770,7 +20890,7 @@ class OperationsInsightsClient(object):
20770
20890
  f"summarize_database_insight_resource_usage_trend got unknown kwargs: {extra_kwargs!r}")
20771
20891
 
20772
20892
  if 'database_type' in kwargs:
20773
- database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
20893
+ database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"]
20774
20894
  for database_type_item in kwargs['database_type']:
20775
20895
  if database_type_item not in database_type_allowed_values:
20776
20896
  raise ValueError(
@@ -20895,7 +21015,7 @@ class OperationsInsightsClient(object):
20895
21015
  Filter by one or more database type.
20896
21016
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
20897
21017
 
20898
- Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
21018
+ Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"
20899
21019
 
20900
21020
  :param list[str] database_id: (optional)
20901
21021
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -20990,7 +21110,7 @@ class OperationsInsightsClient(object):
20990
21110
  :rtype: :class:`~oci.response.Response`
20991
21111
 
20992
21112
  :example:
20993
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
21113
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
20994
21114
  """
20995
21115
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20996
21116
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -21031,7 +21151,7 @@ class OperationsInsightsClient(object):
21031
21151
  f"summarize_database_insight_resource_utilization_insight got unknown kwargs: {extra_kwargs!r}")
21032
21152
 
21033
21153
  if 'database_type' in kwargs:
21034
- database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
21154
+ database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"]
21035
21155
  for database_type_item in kwargs['database_type']:
21036
21156
  if database_type_item not in database_type_allowed_values:
21037
21157
  raise ValueError(
@@ -21182,7 +21302,7 @@ class OperationsInsightsClient(object):
21182
21302
  :rtype: :class:`~oci.response.Response`
21183
21303
 
21184
21304
  :example:
21185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
21305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
21186
21306
  """
21187
21307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21188
21308
  required_arguments = ['compartmentId']
@@ -21380,7 +21500,7 @@ class OperationsInsightsClient(object):
21380
21500
  :rtype: :class:`~oci.response.Response`
21381
21501
 
21382
21502
  :example:
21383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
21503
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
21384
21504
  """
21385
21505
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21386
21506
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
@@ -21611,7 +21731,7 @@ class OperationsInsightsClient(object):
21611
21731
  :rtype: :class:`~oci.response.Response`
21612
21732
 
21613
21733
  :example:
21614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
21734
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_exadata_insight_resource_capacity_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend_aggregated API.
21615
21735
  """
21616
21736
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21617
21737
  required_arguments = ['resourceType', 'resourceMetric']
@@ -21864,7 +21984,7 @@ class OperationsInsightsClient(object):
21864
21984
  :rtype: :class:`~oci.response.Response`
21865
21985
 
21866
21986
  :example:
21867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
21987
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
21868
21988
  """
21869
21989
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21870
21990
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
@@ -22133,7 +22253,7 @@ class OperationsInsightsClient(object):
22133
22253
  :rtype: :class:`~oci.response.Response`
22134
22254
 
22135
22255
  :example:
22136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
22256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_exadata_insight_resource_forecast_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend_aggregated API.
22137
22257
  """
22138
22258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22139
22259
  required_arguments = ['resourceType', 'resourceMetric']
@@ -22352,7 +22472,7 @@ class OperationsInsightsClient(object):
22352
22472
  :rtype: :class:`~oci.response.Response`
22353
22473
 
22354
22474
  :example:
22355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
22475
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
22356
22476
  """
22357
22477
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22358
22478
  required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
@@ -22590,7 +22710,7 @@ class OperationsInsightsClient(object):
22590
22710
  :rtype: :class:`~oci.response.Response`
22591
22711
 
22592
22712
  :example:
22593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
22713
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
22594
22714
  """
22595
22715
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22596
22716
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -22821,7 +22941,7 @@ class OperationsInsightsClient(object):
22821
22941
  :rtype: :class:`~oci.response.Response`
22822
22942
 
22823
22943
  :example:
22824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
22944
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
22825
22945
  """
22826
22946
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22827
22947
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -23023,6 +23143,12 @@ class OperationsInsightsClient(object):
23023
23143
  Unique Oracle-assigned identifier for the request. If you need to contact
23024
23144
  Oracle about a particular request, please provide the request ID.
23025
23145
 
23146
+ :param int high_utilization_threshold: (optional)
23147
+ Percent value in which a resource metric is considered highly utilized.
23148
+
23149
+ :param int low_utilization_threshold: (optional)
23150
+ Percent value in which a resource metric is considered low utilized.
23151
+
23026
23152
  :param obj retry_strategy: (optional)
23027
23153
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
23028
23154
 
@@ -23039,7 +23165,7 @@ class OperationsInsightsClient(object):
23039
23165
  :rtype: :class:`~oci.response.Response`
23040
23166
 
23041
23167
  :example:
23042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
23168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
23043
23169
  """
23044
23170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23045
23171
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -23068,7 +23194,9 @@ class OperationsInsightsClient(object):
23068
23194
  "defined_tag_exists",
23069
23195
  "freeform_tag_exists",
23070
23196
  "compartment_id_in_subtree",
23071
- "opc_request_id"
23197
+ "opc_request_id",
23198
+ "high_utilization_threshold",
23199
+ "low_utilization_threshold"
23072
23200
  ]
23073
23201
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
23074
23202
  if extra_kwargs:
@@ -23094,7 +23222,9 @@ class OperationsInsightsClient(object):
23094
23222
  "freeformTagEquals": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_equals", missing), 'multi'),
23095
23223
  "definedTagExists": self.base_client.generate_collection_format_param(kwargs.get("defined_tag_exists", missing), 'multi'),
23096
23224
  "freeformTagExists": self.base_client.generate_collection_format_param(kwargs.get("freeform_tag_exists", missing), 'multi'),
23097
- "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing)
23225
+ "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
23226
+ "highUtilizationThreshold": kwargs.get("high_utilization_threshold", missing),
23227
+ "lowUtilizationThreshold": kwargs.get("low_utilization_threshold", missing)
23098
23228
  }
23099
23229
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
23100
23230
 
@@ -23199,7 +23329,7 @@ class OperationsInsightsClient(object):
23199
23329
  :rtype: :class:`~oci.response.Response`
23200
23330
 
23201
23331
  :example:
23202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
23332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
23203
23333
  """
23204
23334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23205
23335
  required_arguments = ['exadataInsightId']
@@ -23358,7 +23488,7 @@ class OperationsInsightsClient(object):
23358
23488
  :rtype: :class:`~oci.response.Response`
23359
23489
 
23360
23490
  :example:
23361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
23491
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
23362
23492
  """
23363
23493
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23364
23494
  required_arguments = ['compartmentId', 'id']
@@ -23529,7 +23659,7 @@ class OperationsInsightsClient(object):
23529
23659
  :rtype: :class:`~oci.response.Response`
23530
23660
 
23531
23661
  :example:
23532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
23662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
23533
23663
  """
23534
23664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23535
23665
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
@@ -23701,7 +23831,7 @@ class OperationsInsightsClient(object):
23701
23831
  :rtype: :class:`~oci.response.Response`
23702
23832
 
23703
23833
  :example:
23704
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_host_insight_io_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_io_usage_trend API.
23834
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_host_insight_io_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_io_usage_trend API.
23705
23835
  """
23706
23836
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23707
23837
  required_arguments = ['compartmentId', 'id']
@@ -23884,7 +24014,7 @@ class OperationsInsightsClient(object):
23884
24014
  :rtype: :class:`~oci.response.Response`
23885
24015
 
23886
24016
  :example:
23887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
24017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.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.
23888
24018
  """
23889
24019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23890
24020
  required_arguments = ['compartmentId', 'id']
@@ -24132,7 +24262,7 @@ class OperationsInsightsClient(object):
24132
24262
  :rtype: :class:`~oci.response.Response`
24133
24263
 
24134
24264
  :example:
24135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
24265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.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.
24136
24266
  """
24137
24267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24138
24268
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24450,7 +24580,7 @@ class OperationsInsightsClient(object):
24450
24580
  :rtype: :class:`~oci.response.Response`
24451
24581
 
24452
24582
  :example:
24453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
24583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.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.
24454
24584
  """
24455
24585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24456
24586
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24766,7 +24896,7 @@ class OperationsInsightsClient(object):
24766
24896
  :rtype: :class:`~oci.response.Response`
24767
24897
 
24768
24898
  :example:
24769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
24899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
24770
24900
  """
24771
24901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24772
24902
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -25040,7 +25170,7 @@ class OperationsInsightsClient(object):
25040
25170
  :rtype: :class:`~oci.response.Response`
25041
25171
 
25042
25172
  :example:
25043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
25173
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
25044
25174
  """
25045
25175
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25046
25176
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -25292,7 +25422,7 @@ class OperationsInsightsClient(object):
25292
25422
  :rtype: :class:`~oci.response.Response`
25293
25423
 
25294
25424
  :example:
25295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
25425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.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.
25296
25426
  """
25297
25427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25298
25428
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -25558,7 +25688,7 @@ class OperationsInsightsClient(object):
25558
25688
  :rtype: :class:`~oci.response.Response`
25559
25689
 
25560
25690
  :example:
25561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
25691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.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.
25562
25692
  """
25563
25693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25564
25694
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -25764,7 +25894,7 @@ class OperationsInsightsClient(object):
25764
25894
  :rtype: :class:`~oci.response.Response`
25765
25895
 
25766
25896
  :example:
25767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
25897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.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.
25768
25898
  """
25769
25899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25770
25900
  required_arguments = ['compartmentId', 'id']
@@ -25961,7 +26091,7 @@ class OperationsInsightsClient(object):
25961
26091
  :rtype: :class:`~oci.response.Response`
25962
26092
 
25963
26093
  :example:
25964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
26094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.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.
25965
26095
  """
25966
26096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25967
26097
  required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
@@ -26161,7 +26291,7 @@ class OperationsInsightsClient(object):
26161
26291
  :rtype: :class:`~oci.response.Response`
26162
26292
 
26163
26293
  :example:
26164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
26294
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.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.
26165
26295
  """
26166
26296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26167
26297
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
@@ -26293,7 +26423,7 @@ class OperationsInsightsClient(object):
26293
26423
  :rtype: :class:`~oci.response.Response`
26294
26424
 
26295
26425
  :example:
26296
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
26426
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.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.
26297
26427
  """
26298
26428
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26299
26429
  required_arguments = ['operationsInsightsWarehouseId']
@@ -26379,7 +26509,7 @@ class OperationsInsightsClient(object):
26379
26509
  Filter by one or more database type.
26380
26510
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
26381
26511
 
26382
- Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
26512
+ Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"
26383
26513
 
26384
26514
  :param list[str] database_id: (optional)
26385
26515
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -26482,7 +26612,7 @@ class OperationsInsightsClient(object):
26482
26612
  :rtype: :class:`~oci.response.Response`
26483
26613
 
26484
26614
  :example:
26485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
26615
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
26486
26616
  """
26487
26617
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26488
26618
  required_arguments = ['compartmentId']
@@ -26520,7 +26650,7 @@ class OperationsInsightsClient(object):
26520
26650
  f"summarize_sql_insights got unknown kwargs: {extra_kwargs!r}")
26521
26651
 
26522
26652
  if 'database_type' in kwargs:
26523
- database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
26653
+ database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"]
26524
26654
  for database_type_item in kwargs['database_type']:
26525
26655
  if database_type_item not in database_type_allowed_values:
26526
26656
  raise ValueError(
@@ -26661,7 +26791,7 @@ class OperationsInsightsClient(object):
26661
26791
  :rtype: :class:`~oci.response.Response`
26662
26792
 
26663
26793
  :example:
26664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
26794
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
26665
26795
  """
26666
26796
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26667
26797
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26811,7 +26941,7 @@ class OperationsInsightsClient(object):
26811
26941
  :rtype: :class:`~oci.response.Response`
26812
26942
 
26813
26943
  :example:
26814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
26944
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
26815
26945
  """
26816
26946
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26817
26947
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26905,7 +27035,7 @@ class OperationsInsightsClient(object):
26905
27035
  Filter by one or more database type.
26906
27036
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
26907
27037
 
26908
- Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"
27038
+ Allowed values are: "ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"
26909
27039
 
26910
27040
  :param list[str] database_id: (optional)
26911
27041
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -27037,7 +27167,7 @@ class OperationsInsightsClient(object):
27037
27167
  :rtype: :class:`~oci.response.Response`
27038
27168
 
27039
27169
  :example:
27040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
27170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
27041
27171
  """
27042
27172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27043
27173
  required_arguments = ['compartmentId']
@@ -27080,7 +27210,7 @@ class OperationsInsightsClient(object):
27080
27210
  f"summarize_sql_statistics got unknown kwargs: {extra_kwargs!r}")
27081
27211
 
27082
27212
  if 'database_type' in kwargs:
27083
- database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL"]
27213
+ database_type_allowed_values = ["ADW-S", "ATP-S", "ADW-D", "ATP-D", "EXTERNAL-PDB", "EXTERNAL-NONCDB", "COMANAGED-VM-CDB", "COMANAGED-VM-PDB", "COMANAGED-VM-NONCDB", "COMANAGED-BM-CDB", "COMANAGED-BM-PDB", "COMANAGED-BM-NONCDB", "COMANAGED-EXACS-CDB", "COMANAGED-EXACS-PDB", "COMANAGED-EXACS-NONCDB", "COMANAGED-EXACC-CDB", "COMANAGED-EXACC-PDB", "COMANAGED-EXACC-NONCDB", "MDS-MYSQL", "EXTERNAL-MYSQL"]
27084
27214
  for database_type_item in kwargs['database_type']:
27085
27215
  if database_type_item not in database_type_allowed_values:
27086
27216
  raise ValueError(
@@ -27290,7 +27420,7 @@ class OperationsInsightsClient(object):
27290
27420
  :rtype: :class:`~oci.response.Response`
27291
27421
 
27292
27422
  :example:
27293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
27423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
27294
27424
  """
27295
27425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27296
27426
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -27458,7 +27588,7 @@ class OperationsInsightsClient(object):
27458
27588
  :rtype: :class:`~oci.response.Response`
27459
27589
 
27460
27590
  :example:
27461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.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.
27591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.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.
27462
27592
  """
27463
27593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27464
27594
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -27583,7 +27713,7 @@ class OperationsInsightsClient(object):
27583
27713
  :rtype: :class:`~oci.response.Response`
27584
27714
 
27585
27715
  :example:
27586
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/test_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use test_macs_managed_cloud_database_insight_connection API.
27716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/test_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use test_macs_managed_cloud_database_insight_connection API.
27587
27717
  """
27588
27718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27589
27719
  required_arguments = []
@@ -27691,7 +27821,7 @@ class OperationsInsightsClient(object):
27691
27821
  :rtype: :class:`~oci.response.Response`
27692
27822
 
27693
27823
  :example:
27694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
27824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
27695
27825
  """
27696
27826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27697
27827
  required_arguments = ['awrHubId']
@@ -27800,7 +27930,7 @@ class OperationsInsightsClient(object):
27800
27930
  :rtype: :class:`~oci.response.Response`
27801
27931
 
27802
27932
  :example:
27803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
27933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
27804
27934
  """
27805
27935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27806
27936
  required_arguments = ['awrHubSourceId']
@@ -27909,7 +28039,7 @@ class OperationsInsightsClient(object):
27909
28039
  :rtype: :class:`~oci.response.Response`
27910
28040
 
27911
28041
  :example:
27912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
28042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
27913
28043
  """
27914
28044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27915
28045
  required_arguments = ['databaseInsightId']
@@ -28018,7 +28148,7 @@ class OperationsInsightsClient(object):
28018
28148
  :rtype: :class:`~oci.response.Response`
28019
28149
 
28020
28150
  :example:
28021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
28151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
28022
28152
  """
28023
28153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28024
28154
  required_arguments = ['enterpriseManagerBridgeId']
@@ -28127,7 +28257,7 @@ class OperationsInsightsClient(object):
28127
28257
  :rtype: :class:`~oci.response.Response`
28128
28258
 
28129
28259
  :example:
28130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
28260
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
28131
28261
  """
28132
28262
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28133
28263
  required_arguments = ['exadataInsightId']
@@ -28236,7 +28366,7 @@ class OperationsInsightsClient(object):
28236
28366
  :rtype: :class:`~oci.response.Response`
28237
28367
 
28238
28368
  :example:
28239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
28369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
28240
28370
  """
28241
28371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28242
28372
  required_arguments = ['hostInsightId']
@@ -28345,7 +28475,7 @@ class OperationsInsightsClient(object):
28345
28475
  :rtype: :class:`~oci.response.Response`
28346
28476
 
28347
28477
  :example:
28348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
28478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
28349
28479
  """
28350
28480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28351
28481
  required_arguments = ['newsReportId']
@@ -28456,7 +28586,7 @@ class OperationsInsightsClient(object):
28456
28586
  :rtype: :class:`~oci.response.Response`
28457
28587
 
28458
28588
  :example:
28459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
28589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
28460
28590
  """
28461
28591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28462
28592
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -28566,7 +28696,7 @@ class OperationsInsightsClient(object):
28566
28696
  :rtype: :class:`~oci.response.Response`
28567
28697
 
28568
28698
  :example:
28569
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
28699
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
28570
28700
  """
28571
28701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28572
28702
  required_arguments = ['operationsInsightsWarehouseId']
@@ -28675,7 +28805,7 @@ class OperationsInsightsClient(object):
28675
28805
  :rtype: :class:`~oci.response.Response`
28676
28806
 
28677
28807
  :example:
28678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
28808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
28679
28809
  """
28680
28810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28681
28811
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -28786,7 +28916,7 @@ class OperationsInsightsClient(object):
28786
28916
  :rtype: :class:`~oci.response.Response`
28787
28917
 
28788
28918
  :example:
28789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.142.0/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
28919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.143.1/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
28790
28920
  """
28791
28921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28792
28922
  required_arguments = ['opsiConfigurationId']