oci 2.129.2__py3-none-any.whl → 2.129.4__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 (390) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +10 -10
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +9 -9
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +29 -29
  21. oci/apm_synthetics/models/__init__.py +14 -0
  22. oci/apm_synthetics/models/basic_authentication_details.py +99 -0
  23. oci/apm_synthetics/models/browser_monitor_configuration.py +1 -1
  24. oci/apm_synthetics/models/create_monitor_details.py +48 -9
  25. oci/apm_synthetics/models/database_wallet_details.py +103 -0
  26. oci/apm_synthetics/models/dns_sec_monitor_configuration.py +1 -1
  27. oci/apm_synthetics/models/dns_server_monitor_configuration.py +1 -1
  28. oci/apm_synthetics/models/dns_trace_monitor_configuration.py +1 -1
  29. oci/apm_synthetics/models/ftp_monitor_configuration.py +379 -0
  30. oci/apm_synthetics/models/monitor.py +112 -11
  31. oci/apm_synthetics/models/monitor_configuration.py +19 -3
  32. oci/apm_synthetics/models/monitor_summary.py +112 -11
  33. oci/apm_synthetics/models/network_monitor_configuration.py +1 -1
  34. oci/apm_synthetics/models/password.py +109 -0
  35. oci/apm_synthetics/models/password_in_text.py +82 -0
  36. oci/apm_synthetics/models/password_in_vault.py +83 -0
  37. oci/apm_synthetics/models/rest_monitor_configuration.py +1 -1
  38. oci/apm_synthetics/models/scripted_browser_monitor_configuration.py +1 -1
  39. oci/apm_synthetics/models/scripted_rest_monitor_configuration.py +1 -1
  40. oci/apm_synthetics/models/sql_monitor_configuration.py +307 -0
  41. oci/apm_synthetics/models/update_monitor_details.py +37 -6
  42. oci/apm_synthetics/models/vantage_point_info.py +33 -2
  43. oci/apm_synthetics/models/worker_monitor_list.py +11 -3
  44. oci/apm_traces/attributes_client.py +8 -8
  45. oci/apm_traces/query_client.py +2 -2
  46. oci/apm_traces/trace_client.py +4 -4
  47. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  48. oci/artifacts/artifacts_client.py +32 -32
  49. oci/audit/audit_client.py +3 -3
  50. oci/auth/certificate_retriever.py +13 -6
  51. oci/auth/signers/instance_principals_security_token_signer.py +1 -1
  52. oci/autoscaling/auto_scaling_client.py +11 -11
  53. oci/bastion/bastion_client.py +15 -15
  54. oci/bds/bds_client.py +66 -66
  55. oci/blockchain/blockchain_platform_client.py +27 -27
  56. oci/budget/budget_client.py +10 -10
  57. oci/capacity_management/capacity_management_client.py +22 -22
  58. oci/certificates/certificates_client.py +5 -5
  59. oci/certificates_management/certificates_management_client.py +32 -32
  60. oci/cims/incident_client.py +8 -8
  61. oci/cims/user_client.py +1 -1
  62. oci/cloud_bridge/common_client.py +5 -5
  63. oci/cloud_bridge/discovery_client.py +14 -14
  64. oci/cloud_bridge/inventory_client.py +16 -16
  65. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  66. oci/cloud_guard/cloud_guard_client.py +155 -155
  67. oci/cloud_migrations/migration_client.py +43 -43
  68. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  69. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  70. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  71. oci/compute_instance_agent/plugin_client.py +2 -2
  72. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  73. oci/container_engine/container_engine_client.py +44 -44
  74. oci/container_instances/container_instance_client.py +18 -18
  75. oci/core/blockstorage_client.py +60 -60
  76. oci/core/compute_client.py +99 -99
  77. oci/core/compute_management_client.py +32 -32
  78. oci/core/virtual_network_client.py +247 -247
  79. oci/dashboard_service/dashboard_client.py +6 -6
  80. oci/dashboard_service/dashboard_group_client.py +6 -6
  81. oci/data_catalog/data_catalog_client.py +149 -149
  82. oci/data_flow/data_flow_client.py +42 -42
  83. oci/data_integration/data_integration_client.py +163 -163
  84. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  85. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  86. oci/data_safe/data_safe_client.py +476 -284
  87. oci/data_safe/models/__init__.py +12 -0
  88. oci/data_safe/models/audit_event_summary.py +62 -0
  89. oci/data_safe/models/create_discovery_job_details.py +33 -0
  90. oci/data_safe/models/create_security_assessment_details.py +31 -0
  91. oci/data_safe/models/create_sensitive_data_model_details.py +35 -0
  92. oci/data_safe/models/create_user_assessment_details.py +31 -0
  93. oci/data_safe/models/discovery_job.py +31 -0
  94. oci/data_safe/models/finding_summary.py +31 -0
  95. oci/data_safe/models/generate_report_details.py +2 -2
  96. oci/data_safe/models/references.py +34 -3
  97. oci/data_safe/models/report.py +2 -2
  98. oci/data_safe/models/report_definition.py +2 -2
  99. oci/data_safe/models/report_summary.py +2 -2
  100. oci/data_safe/models/schedule_report_details.py +2 -2
  101. oci/data_safe/models/security_assessment.py +31 -0
  102. oci/data_safe/models/sensitive_data_model.py +35 -0
  103. oci/data_safe/models/sensitive_data_model_sensitive_type_collection.py +72 -0
  104. oci/data_safe/models/sensitive_data_model_sensitive_type_summary.py +103 -0
  105. oci/data_safe/models/sql_firewall_allowed_sql.py +626 -0
  106. oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -3
  107. oci/data_safe/models/sql_firewall_allowed_sql_summary.py +7 -3
  108. oci/data_safe/models/tables_for_discovery.py +103 -0
  109. oci/data_safe/models/unset_security_assessment_baseline_details.py +72 -0
  110. oci/data_safe/models/unset_user_assessment_baseline_details.py +72 -0
  111. oci/data_safe/models/update_security_assessment_details.py +31 -0
  112. oci/data_safe/models/update_sensitive_data_model_details.py +35 -0
  113. oci/data_safe/models/update_user_assessment_details.py +31 -0
  114. oci/data_safe/models/user_assessment.py +31 -0
  115. oci/data_safe/models/user_assessment_summary.py +31 -0
  116. oci/data_safe/models/work_request.py +11 -3
  117. oci/data_safe/models/work_request_summary.py +11 -3
  118. oci/data_science/data_science_client.py +91 -91
  119. oci/database/database_client.py +707 -353
  120. oci/database/database_client_composite_operations.py +123 -0
  121. oci/database/models/__init__.py +8 -0
  122. oci/database/models/autonomous_database.py +66 -0
  123. oci/database/models/autonomous_database_summary.py +66 -0
  124. oci/database/models/change_autonomous_database_subscription_details.py +107 -0
  125. oci/database/models/change_cloud_exadata_infrastructure_subscription_details.py +107 -0
  126. oci/database/models/change_cloud_vm_cluster_subscription_details.py +107 -0
  127. oci/database/models/change_subscription_details.py +107 -0
  128. oci/database/models/cloud_exadata_infrastructure.py +35 -0
  129. oci/database/models/cloud_exadata_infrastructure_summary.py +35 -0
  130. oci/database/models/cloud_vm_cluster.py +35 -0
  131. oci/database/models/cloud_vm_cluster_summary.py +35 -0
  132. oci/database/models/create_autonomous_database_base.py +66 -0
  133. oci/database/models/create_autonomous_database_clone_details.py +14 -0
  134. oci/database/models/create_autonomous_database_details.py +14 -0
  135. oci/database/models/create_autonomous_database_from_backup_details.py +14 -0
  136. oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +14 -0
  137. oci/database/models/create_cloud_exadata_infrastructure_details.py +35 -0
  138. oci/database/models/create_cloud_vm_cluster_details.py +35 -0
  139. oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +14 -0
  140. oci/database/models/create_cross_region_disaster_recovery_details.py +14 -0
  141. oci/database/models/create_cross_tenancy_disaster_recovery_details.py +14 -0
  142. oci/database/models/create_refreshable_autonomous_database_clone_details.py +14 -0
  143. oci/database/models/update_autonomous_database_details.py +31 -0
  144. oci/database_management/db_management_client.py +208 -208
  145. oci/database_management/diagnosability_client.py +4 -4
  146. oci/database_management/managed_my_sql_databases_client.py +7 -7
  147. oci/database_management/perfhub_client.py +1 -1
  148. oci/database_management/sql_tuning_client.py +17 -17
  149. oci/database_migration/database_migration_client.py +36 -36
  150. oci/database_tools/database_tools_client.py +23 -23
  151. oci/demand_signal/occ_demand_signal_client.py +7 -7
  152. oci/desktops/desktop_service_client.py +21 -21
  153. oci/devops/devops_client.py +89 -89
  154. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  155. oci/dns/dns_client.py +52 -52
  156. oci/dts/appliance_export_job_client.py +6 -6
  157. oci/dts/shipping_vendors_client.py +1 -1
  158. oci/dts/transfer_appliance_client.py +8 -8
  159. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  160. oci/dts/transfer_device_client.py +5 -5
  161. oci/dts/transfer_job_client.py +6 -6
  162. oci/dts/transfer_package_client.py +7 -7
  163. oci/em_warehouse/em_data_lake_client.py +13 -13
  164. oci/em_warehouse/em_warehouse_client.py +13 -13
  165. oci/email/email_client.py +31 -31
  166. oci/email_data_plane/email_dp_client.py +1 -1
  167. oci/events/events_client.py +6 -6
  168. oci/file_storage/file_storage_client.py +51 -51
  169. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  170. oci/functions/functions_invoke_client.py +1 -1
  171. oci/functions/functions_management_client.py +16 -16
  172. oci/fusion_apps/data_masking_activity_client.py +3 -3
  173. oci/fusion_apps/fusion_applications_client.py +41 -41
  174. oci/fusion_apps/fusion_environment_client.py +15 -15
  175. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  176. oci/fusion_apps/refresh_activity_client.py +4 -4
  177. oci/fusion_apps/scheduled_activity_client.py +2 -2
  178. oci/fusion_apps/service_attachment_client.py +2 -2
  179. oci/generative_ai/generative_ai_client.py +22 -22
  180. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  181. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  182. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  183. oci/golden_gate/golden_gate_client.py +68 -68
  184. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  185. oci/governance_rules_control_plane/work_request_client.py +5 -5
  186. oci/healthchecks/health_checks_client.py +17 -17
  187. oci/identity/identity_client.py +145 -145
  188. oci/identity_data_plane/dataplane_client.py +2 -2
  189. oci/identity_domains/identity_domains_client.py +300 -300
  190. oci/integration/integration_instance_client.py +15 -15
  191. oci/jms/java_management_service_client.py +66 -66
  192. oci/jms_java_downloads/java_download_client.py +25 -25
  193. oci/key_management/ekm_client.py +5 -5
  194. oci/key_management/kms_crypto_client.py +6 -6
  195. oci/key_management/kms_hsm_cluster_client.py +12 -12
  196. oci/key_management/kms_management_client.py +21 -21
  197. oci/key_management/kms_vault_client.py +14 -14
  198. oci/license_manager/license_manager_client.py +18 -18
  199. oci/limits/limits_client.py +4 -4
  200. oci/limits/quotas_client.py +7 -7
  201. oci/load_balancer/load_balancer_client.py +61 -61
  202. oci/lockbox/lockbox_client.py +24 -24
  203. oci/log_analytics/log_analytics_client.py +193 -193
  204. oci/logging/logging_management_client.py +30 -30
  205. oci/loggingingestion/logging_client.py +1 -1
  206. oci/loggingsearch/log_search_client.py +1 -1
  207. oci/management_agent/management_agent_client.py +28 -28
  208. oci/management_dashboard/dashx_apis_client.py +14 -14
  209. oci/marketplace/account_client.py +2 -2
  210. oci/marketplace/marketplace_client.py +30 -30
  211. oci/marketplace_private_offer/attachment_client.py +5 -5
  212. oci/marketplace_private_offer/offer_client.py +6 -6
  213. oci/marketplace_publisher/attachment_client.py +5 -5
  214. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  215. oci/marketplace_publisher/offer_client.py +6 -6
  216. oci/media_services/media_services_client.py +60 -60
  217. oci/media_services/media_stream_client.py +2 -2
  218. oci/monitoring/monitoring_client.py +18 -18
  219. oci/mysql/channels_client.py +7 -7
  220. oci/mysql/db_backups_client.py +7 -7
  221. oci/mysql/db_system_client.py +17 -17
  222. oci/mysql/mysqlaas_client.py +7 -7
  223. oci/mysql/replicas_client.py +5 -5
  224. oci/mysql/work_requests_client.py +4 -4
  225. oci/network_firewall/network_firewall_client.py +80 -80
  226. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  227. oci/nosql/nosql_client.py +24 -24
  228. oci/object_storage/object_storage_client.py +50 -50
  229. oci/object_storage/transfer/internal/download/__init__.py +1 -1
  230. oci/oce/oce_instance_client.py +10 -10
  231. oci/oci_control_center/occ_metrics_client.py +3 -3
  232. oci/ocvp/cluster_client.py +5 -5
  233. oci/ocvp/esxi_host_client.py +8 -8
  234. oci/ocvp/sddc_client.py +14 -14
  235. oci/ocvp/work_request_client.py +4 -4
  236. oci/oda/management_client.py +59 -59
  237. oci/oda/oda_client.py +17 -17
  238. oci/oda/odapackage_client.py +7 -7
  239. oci/onesubscription/billing_schedule_client.py +1 -1
  240. oci/onesubscription/commitment_client.py +2 -2
  241. oci/onesubscription/computed_usage_client.py +3 -3
  242. oci/onesubscription/invoice_summary_client.py +2 -2
  243. oci/onesubscription/organization_subscription_client.py +1 -1
  244. oci/onesubscription/ratecard_client.py +1 -1
  245. oci/onesubscription/subscribed_service_client.py +2 -2
  246. oci/onesubscription/subscription_client.py +1 -1
  247. oci/ons/notification_control_plane_client.py +6 -6
  248. oci/ons/notification_data_plane_client.py +10 -10
  249. oci/opa/opa_instance_client.py +13 -13
  250. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  251. oci/opensearch/opensearch_cluster_client.py +14 -14
  252. oci/operator_access_control/access_requests_client.py +10 -10
  253. oci/operator_access_control/operator_actions_client.py +2 -2
  254. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  255. oci/operator_access_control/operator_control_client.py +6 -6
  256. oci/opsi/models/__init__.py +22 -0
  257. oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
  258. oci/opsi/models/autonomous_database_insight.py +1 -1
  259. oci/opsi/models/autonomous_database_insight_summary.py +1 -1
  260. oci/opsi/models/create_database_insight_details.py +11 -3
  261. oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
  262. oci/opsi/models/create_mds_my_sql_database_insight_details.py +107 -0
  263. oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
  264. oci/opsi/models/database_configuration_summary.py +11 -3
  265. oci/opsi/models/database_insight.py +11 -3
  266. oci/opsi/models/database_insight_summary.py +11 -3
  267. oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
  268. oci/opsi/models/em_managed_external_database_insight.py +1 -1
  269. oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
  270. oci/opsi/models/enable_database_insight_details.py +11 -3
  271. oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
  272. oci/opsi/models/enable_mds_my_sql_database_insight_details.py +51 -0
  273. oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
  274. oci/opsi/models/host_containers.py +182 -0
  275. oci/opsi/models/host_cpu_usage.py +1 -1
  276. oci/opsi/models/host_filesystem_usage.py +30 -3
  277. oci/opsi/models/host_gpu_processes.py +1 -1
  278. oci/opsi/models/host_gpu_usage.py +1 -1
  279. oci/opsi/models/host_io_usage.py +244 -0
  280. oci/opsi/models/host_memory_usage.py +1 -1
  281. oci/opsi/models/host_network_activity_summary.py +1 -1
  282. oci/opsi/models/host_performance_metric_group.py +19 -3
  283. oci/opsi/models/host_top_processes.py +158 -3
  284. oci/opsi/models/ingest_my_sql_sql_stats_details.py +72 -0
  285. oci/opsi/models/ingest_my_sql_sql_stats_response_details.py +72 -0
  286. oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
  287. oci/opsi/models/macs_managed_external_database_insight.py +1 -1
  288. oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
  289. oci/opsi/models/mds_my_sql_database_insight.py +374 -0
  290. oci/opsi/models/mds_my_sql_database_insight_summary.py +210 -0
  291. oci/opsi/models/mds_mysql_database_configuration_summary.py +251 -0
  292. oci/opsi/models/my_sql_sql_stats.py +1074 -0
  293. oci/opsi/models/pe_comanaged_database_insight.py +1 -1
  294. oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
  295. oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
  296. oci/opsi/models/resource_statistics.py +64 -2
  297. oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py +11 -3
  298. oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.py +11 -3
  299. oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.py +11 -3
  300. oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.py +11 -3
  301. oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py +11 -3
  302. oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.py +11 -3
  303. oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py +11 -3
  304. oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
  305. oci/opsi/models/update_database_insight_details.py +11 -3
  306. oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
  307. oci/opsi/models/update_macs_managed_external_database_insight_details.py +2 -2
  308. oci/opsi/models/update_mds_my_sql_database_insight.py +65 -0
  309. oci/opsi/models/update_pe_comanaged_database_insight_details.py +2 -2
  310. oci/opsi/operations_insights_client.py +464 -195
  311. oci/optimizer/optimizer_client.py +26 -26
  312. oci/os_management/event_client.py +8 -8
  313. oci/os_management/os_management_client.py +69 -69
  314. oci/os_management_hub/event_client.py +8 -8
  315. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  316. oci/os_management_hub/managed_instance_client.py +31 -31
  317. oci/os_management_hub/managed_instance_group_client.py +25 -25
  318. oci/os_management_hub/management_station_client.py +10 -10
  319. oci/os_management_hub/onboarding_client.py +6 -6
  320. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  321. oci/os_management_hub/scheduled_job_client.py +7 -7
  322. oci/os_management_hub/software_source_client.py +27 -27
  323. oci/os_management_hub/work_request_client.py +4 -4
  324. oci/osp_gateway/address_rule_service_client.py +1 -1
  325. oci/osp_gateway/address_service_client.py +2 -2
  326. oci/osp_gateway/invoice_service_client.py +5 -5
  327. oci/osp_gateway/subscription_service_client.py +5 -5
  328. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  329. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  330. oci/osub_subscription/commitment_client.py +2 -2
  331. oci/osub_subscription/ratecard_client.py +1 -1
  332. oci/osub_subscription/subscription_client.py +1 -1
  333. oci/osub_usage/computed_usage_client.py +3 -3
  334. oci/psql/postgresql_client.py +33 -33
  335. oci/queue/queue_admin_client.py +11 -11
  336. oci/queue/queue_client.py +8 -8
  337. oci/recovery/database_recovery_client.py +25 -25
  338. oci/redis/redis_cluster_client.py +11 -11
  339. oci/regions_definitions.py +9 -4
  340. oci/resource_manager/resource_manager_client.py +52 -52
  341. oci/resource_scheduler/schedule_client.py +13 -13
  342. oci/resource_search/resource_search_client.py +3 -3
  343. oci/rover/rover_bundle_client.py +8 -8
  344. oci/rover/rover_cluster_client.py +8 -8
  345. oci/rover/rover_entitlement_client.py +6 -6
  346. oci/rover/rover_node_client.py +15 -15
  347. oci/rover/shape_client.py +1 -1
  348. oci/rover/work_requests_client.py +5 -5
  349. oci/sch/connector_plugins_client.py +2 -2
  350. oci/sch/service_connector_client.py +12 -12
  351. oci/secrets/secrets_client.py +3 -3
  352. oci/service_catalog/service_catalog_client.py +26 -26
  353. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  354. oci/service_mesh/service_mesh_client.py +48 -48
  355. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  356. oci/streaming/stream_admin_client.py +18 -18
  357. oci/streaming/stream_client.py +8 -8
  358. oci/tenant_manager_control_plane/domain_client.py +5 -5
  359. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  360. oci/tenant_manager_control_plane/governance_client.py +2 -2
  361. oci/tenant_manager_control_plane/link_client.py +3 -3
  362. oci/tenant_manager_control_plane/orders_client.py +2 -2
  363. oci/tenant_manager_control_plane/organization_client.py +10 -10
  364. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  365. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  366. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  367. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  368. oci/threat_intelligence/threatintel_client.py +5 -5
  369. oci/usage/resources_client.py +2 -2
  370. oci/usage/rewards_client.py +6 -6
  371. oci/usage/usagelimits_client.py +1 -1
  372. oci/usage_api/usageapi_client.py +33 -33
  373. oci/vault/vaults_client.py +13 -13
  374. oci/vbs_inst/vbs_instance_client.py +10 -10
  375. oci/version.py +1 -1
  376. oci/visual_builder/vb_instance_client.py +13 -13
  377. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  378. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  379. oci/waa/waa_client.py +13 -13
  380. oci/waa/work_request_client.py +4 -4
  381. oci/waas/redirect_client.py +6 -6
  382. oci/waas/waas_client.py +66 -66
  383. oci/waf/waf_client.py +24 -24
  384. oci/work_requests/work_request_client.py +4 -4
  385. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/METADATA +1 -1
  386. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/RECORD +390 -362
  387. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/LICENSE.txt +0 -0
  388. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  389. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/WHEEL +0 -0
  390. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/top_level.txt +0 -0
@@ -163,7 +163,7 @@ class OperationsInsightsClient(object):
163
163
  :rtype: :class:`~oci.response.Response`
164
164
 
165
165
  :example:
166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/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.129.4/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
167
167
  """
168
168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
169
169
  required_arguments = ['exadataInsightId']
@@ -283,7 +283,7 @@ class OperationsInsightsClient(object):
283
283
  :rtype: :class:`~oci.response.Response`
284
284
 
285
285
  :example:
286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/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.129.4/opsi/change_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use change_autonomous_database_insight_advanced_features API.
287
287
  """
288
288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
289
289
  required_arguments = ['databaseInsightId']
@@ -403,7 +403,7 @@ class OperationsInsightsClient(object):
403
403
  :rtype: :class:`~oci.response.Response`
404
404
 
405
405
  :example:
406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/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.129.4/opsi/change_awr_hub_source_compartment.py.html>`__ to see an example of how to use change_awr_hub_source_compartment API.
407
407
  """
408
408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
409
409
  required_arguments = ['awrHubSourceId']
@@ -523,7 +523,7 @@ class OperationsInsightsClient(object):
523
523
  :rtype: :class:`~oci.response.Response`
524
524
 
525
525
  :example:
526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/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.129.4/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
527
527
  """
528
528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
529
529
  required_arguments = ['databaseInsightId']
@@ -635,7 +635,7 @@ class OperationsInsightsClient(object):
635
635
  :rtype: :class:`~oci.response.Response`
636
636
 
637
637
  :example:
638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/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.129.4/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
639
639
  """
640
640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
641
641
  required_arguments = ['enterpriseManagerBridgeId']
@@ -752,7 +752,7 @@ class OperationsInsightsClient(object):
752
752
  :rtype: :class:`~oci.response.Response`
753
753
 
754
754
  :example:
755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/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.129.4/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
756
756
  """
757
757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
758
758
  required_arguments = ['exadataInsightId']
@@ -872,7 +872,7 @@ class OperationsInsightsClient(object):
872
872
  :rtype: :class:`~oci.response.Response`
873
873
 
874
874
  :example:
875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
876
876
  """
877
877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
878
878
  required_arguments = ['hostInsightId']
@@ -992,7 +992,7 @@ class OperationsInsightsClient(object):
992
992
  :rtype: :class:`~oci.response.Response`
993
993
 
994
994
  :example:
995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
996
996
  """
997
997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
998
998
  required_arguments = ['newsReportId']
@@ -1114,7 +1114,7 @@ class OperationsInsightsClient(object):
1114
1114
  :rtype: :class:`~oci.response.Response`
1115
1115
 
1116
1116
  :example:
1117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
1117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
1118
1118
  """
1119
1119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1120
1120
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -1234,7 +1234,7 @@ class OperationsInsightsClient(object):
1234
1234
  :rtype: :class:`~oci.response.Response`
1235
1235
 
1236
1236
  :example:
1237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
1237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
1238
1238
  """
1239
1239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1240
1240
  required_arguments = ['operationsInsightsWarehouseId']
@@ -1356,7 +1356,7 @@ class OperationsInsightsClient(object):
1356
1356
  :rtype: :class:`~oci.response.Response`
1357
1357
 
1358
1358
  :example:
1359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1360
1360
  """
1361
1361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1362
1362
  required_arguments = ['opsiConfigurationId']
@@ -1476,7 +1476,7 @@ class OperationsInsightsClient(object):
1476
1476
  :rtype: :class:`~oci.response.Response`
1477
1477
 
1478
1478
  :example:
1479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1480
1480
  """
1481
1481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1482
1482
  required_arguments = ['databaseInsightId']
@@ -1589,7 +1589,7 @@ class OperationsInsightsClient(object):
1589
1589
  :rtype: :class:`~oci.response.Response`
1590
1590
 
1591
1591
  :example:
1592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1593
1593
  """
1594
1594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1595
1595
  required_arguments = []
@@ -1689,7 +1689,7 @@ class OperationsInsightsClient(object):
1689
1689
  :rtype: :class:`~oci.response.Response`
1690
1690
 
1691
1691
  :example:
1692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
1692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
1693
1693
  """
1694
1694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1695
1695
  required_arguments = []
@@ -1789,7 +1789,7 @@ class OperationsInsightsClient(object):
1789
1789
  :rtype: :class:`~oci.response.Response`
1790
1790
 
1791
1791
  :example:
1792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1792
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1793
1793
  """
1794
1794
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1795
1795
  required_arguments = []
@@ -1889,7 +1889,7 @@ class OperationsInsightsClient(object):
1889
1889
  :rtype: :class:`~oci.response.Response`
1890
1890
 
1891
1891
  :example:
1892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
1892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
1893
1893
  """
1894
1894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1895
1895
  required_arguments = []
@@ -1989,7 +1989,7 @@ class OperationsInsightsClient(object):
1989
1989
  :rtype: :class:`~oci.response.Response`
1990
1990
 
1991
1991
  :example:
1992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
1992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
1993
1993
  """
1994
1994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1995
1995
  required_arguments = []
@@ -2089,7 +2089,7 @@ class OperationsInsightsClient(object):
2089
2089
  :rtype: :class:`~oci.response.Response`
2090
2090
 
2091
2091
  :example:
2092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
2092
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
2093
2093
  """
2094
2094
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2095
2095
  required_arguments = []
@@ -2189,7 +2189,7 @@ class OperationsInsightsClient(object):
2189
2189
  :rtype: :class:`~oci.response.Response`
2190
2190
 
2191
2191
  :example:
2192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
2192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
2193
2193
  """
2194
2194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2195
2195
  required_arguments = []
@@ -2290,7 +2290,7 @@ class OperationsInsightsClient(object):
2290
2290
  :rtype: :class:`~oci.response.Response`
2291
2291
 
2292
2292
  :example:
2293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
2293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
2294
2294
  """
2295
2295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2296
2296
  required_arguments = []
@@ -2392,7 +2392,7 @@ class OperationsInsightsClient(object):
2392
2392
  :rtype: :class:`~oci.response.Response`
2393
2393
 
2394
2394
  :example:
2395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2396
2396
  """
2397
2397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2398
2398
  required_arguments = []
@@ -2493,7 +2493,7 @@ class OperationsInsightsClient(object):
2493
2493
  :rtype: :class:`~oci.response.Response`
2494
2494
 
2495
2495
  :example:
2496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2496
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2497
2497
  """
2498
2498
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2499
2499
  required_arguments = []
@@ -2612,7 +2612,7 @@ class OperationsInsightsClient(object):
2612
2612
  :rtype: :class:`~oci.response.Response`
2613
2613
 
2614
2614
  :example:
2615
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2615
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2616
2616
  """
2617
2617
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2618
2618
  required_arguments = []
@@ -2747,7 +2747,7 @@ class OperationsInsightsClient(object):
2747
2747
  :rtype: :class:`~oci.response.Response`
2748
2748
 
2749
2749
  :example:
2750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2751
2751
  """
2752
2752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2753
2753
  required_arguments = ['awrHubId']
@@ -2854,7 +2854,7 @@ class OperationsInsightsClient(object):
2854
2854
  :rtype: :class:`~oci.response.Response`
2855
2855
 
2856
2856
  :example:
2857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
2857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
2858
2858
  """
2859
2859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2860
2860
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -2959,7 +2959,7 @@ class OperationsInsightsClient(object):
2959
2959
  :rtype: :class:`~oci.response.Response`
2960
2960
 
2961
2961
  :example:
2962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
2962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
2963
2963
  """
2964
2964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2965
2965
  required_arguments = ['awrHubSourceId']
@@ -3063,7 +3063,7 @@ class OperationsInsightsClient(object):
3063
3063
  :rtype: :class:`~oci.response.Response`
3064
3064
 
3065
3065
  :example:
3066
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
3066
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
3067
3067
  """
3068
3068
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3069
3069
  required_arguments = ['databaseInsightId']
@@ -3167,7 +3167,7 @@ class OperationsInsightsClient(object):
3167
3167
  :rtype: :class:`~oci.response.Response`
3168
3168
 
3169
3169
  :example:
3170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
3170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
3171
3171
  """
3172
3172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3173
3173
  required_arguments = ['enterpriseManagerBridgeId']
@@ -3271,7 +3271,7 @@ class OperationsInsightsClient(object):
3271
3271
  :rtype: :class:`~oci.response.Response`
3272
3272
 
3273
3273
  :example:
3274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
3274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
3275
3275
  """
3276
3276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3277
3277
  required_arguments = ['exadataInsightId']
@@ -3375,7 +3375,7 @@ class OperationsInsightsClient(object):
3375
3375
  :rtype: :class:`~oci.response.Response`
3376
3376
 
3377
3377
  :example:
3378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
3378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
3379
3379
  """
3380
3380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3381
3381
  required_arguments = ['hostInsightId']
@@ -3479,7 +3479,7 @@ class OperationsInsightsClient(object):
3479
3479
  :rtype: :class:`~oci.response.Response`
3480
3480
 
3481
3481
  :example:
3482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
3482
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
3483
3483
  """
3484
3484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3485
3485
  required_arguments = ['newsReportId']
@@ -3585,7 +3585,7 @@ class OperationsInsightsClient(object):
3585
3585
  :rtype: :class:`~oci.response.Response`
3586
3586
 
3587
3587
  :example:
3588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3589
3589
  """
3590
3590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3591
3591
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -3692,7 +3692,7 @@ class OperationsInsightsClient(object):
3692
3692
  :rtype: :class:`~oci.response.Response`
3693
3693
 
3694
3694
  :example:
3695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3695
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3696
3696
  """
3697
3697
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3698
3698
  required_arguments = ['operationsInsightsWarehouseId']
@@ -3796,7 +3796,7 @@ class OperationsInsightsClient(object):
3796
3796
  :rtype: :class:`~oci.response.Response`
3797
3797
 
3798
3798
  :example:
3799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3800
3800
  """
3801
3801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3802
3802
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -3902,7 +3902,7 @@ class OperationsInsightsClient(object):
3902
3902
  :rtype: :class:`~oci.response.Response`
3903
3903
 
3904
3904
  :example:
3905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
3905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
3906
3906
  """
3907
3907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3908
3908
  required_arguments = ['opsiConfigurationId']
@@ -4014,7 +4014,7 @@ class OperationsInsightsClient(object):
4014
4014
  :rtype: :class:`~oci.response.Response`
4015
4015
 
4016
4016
  :example:
4017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
4017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
4018
4018
  """
4019
4019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4020
4020
  required_arguments = ['databaseInsightId']
@@ -4129,7 +4129,7 @@ class OperationsInsightsClient(object):
4129
4129
  :rtype: :class:`~oci.response.Response`
4130
4130
 
4131
4131
  :example:
4132
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
4132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
4133
4133
  """
4134
4134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4135
4135
  required_arguments = ['awrHubSourceId']
@@ -4244,7 +4244,7 @@ class OperationsInsightsClient(object):
4244
4244
  :rtype: :class:`~oci.response.Response`
4245
4245
 
4246
4246
  :example:
4247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
4247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
4248
4248
  """
4249
4249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4250
4250
  required_arguments = ['databaseInsightId']
@@ -4359,7 +4359,7 @@ class OperationsInsightsClient(object):
4359
4359
  :rtype: :class:`~oci.response.Response`
4360
4360
 
4361
4361
  :example:
4362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
4362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
4363
4363
  """
4364
4364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4365
4365
  required_arguments = ['exadataInsightId']
@@ -4474,7 +4474,7 @@ class OperationsInsightsClient(object):
4474
4474
  :rtype: :class:`~oci.response.Response`
4475
4475
 
4476
4476
  :example:
4477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
4477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
4478
4478
  """
4479
4479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4480
4480
  required_arguments = ['hostInsightId']
@@ -4587,7 +4587,7 @@ class OperationsInsightsClient(object):
4587
4587
  :rtype: :class:`~oci.response.Response`
4588
4588
 
4589
4589
  :example:
4590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
4590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
4591
4591
  """
4592
4592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4593
4593
  required_arguments = ['operationsInsightsWarehouseId']
@@ -4707,7 +4707,7 @@ class OperationsInsightsClient(object):
4707
4707
  :rtype: :class:`~oci.response.Response`
4708
4708
 
4709
4709
  :example:
4710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
4710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
4711
4711
  """
4712
4712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4713
4713
  required_arguments = ['databaseInsightId']
@@ -4824,7 +4824,7 @@ class OperationsInsightsClient(object):
4824
4824
  :rtype: :class:`~oci.response.Response`
4825
4825
 
4826
4826
  :example:
4827
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
4827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
4828
4828
  """
4829
4829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4830
4830
  required_arguments = ['awrHubSourceId']
@@ -4942,7 +4942,7 @@ class OperationsInsightsClient(object):
4942
4942
  :rtype: :class:`~oci.response.Response`
4943
4943
 
4944
4944
  :example:
4945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
4945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
4946
4946
  """
4947
4947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4948
4948
  required_arguments = ['databaseInsightId']
@@ -5062,7 +5062,7 @@ class OperationsInsightsClient(object):
5062
5062
  :rtype: :class:`~oci.response.Response`
5063
5063
 
5064
5064
  :example:
5065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
5065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
5066
5066
  """
5067
5067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5068
5068
  required_arguments = ['exadataInsightId']
@@ -5182,7 +5182,7 @@ class OperationsInsightsClient(object):
5182
5182
  :rtype: :class:`~oci.response.Response`
5183
5183
 
5184
5184
  :example:
5185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
5185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
5186
5186
  """
5187
5187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5188
5188
  required_arguments = ['hostInsightId']
@@ -5318,7 +5318,7 @@ class OperationsInsightsClient(object):
5318
5318
  :rtype: :class:`~oci.response.Response`
5319
5319
 
5320
5320
  :example:
5321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
5321
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
5322
5322
  """
5323
5323
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5324
5324
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -5482,7 +5482,7 @@ class OperationsInsightsClient(object):
5482
5482
  :rtype: :class:`~oci.response.Response`
5483
5483
 
5484
5484
  :example:
5485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
5485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
5486
5486
  """
5487
5487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5488
5488
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
@@ -5608,7 +5608,7 @@ class OperationsInsightsClient(object):
5608
5608
  :rtype: :class:`~oci.response.Response`
5609
5609
 
5610
5610
  :example:
5611
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
5611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
5612
5612
  """
5613
5613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5614
5614
  required_arguments = ['awrHubId']
@@ -5710,7 +5710,7 @@ class OperationsInsightsClient(object):
5710
5710
  :rtype: :class:`~oci.response.Response`
5711
5711
 
5712
5712
  :example:
5713
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
5713
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
5714
5714
  """
5715
5715
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5716
5716
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -5810,7 +5810,7 @@ class OperationsInsightsClient(object):
5810
5810
  :rtype: :class:`~oci.response.Response`
5811
5811
 
5812
5812
  :example:
5813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
5813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
5814
5814
  """
5815
5815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5816
5816
  required_arguments = ['awrHubSourceId']
@@ -5933,7 +5933,7 @@ class OperationsInsightsClient(object):
5933
5933
  :rtype: :class:`~oci.response.Response`
5934
5934
 
5935
5935
  :example:
5936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
5936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
5937
5937
  """
5938
5938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5939
5939
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -6058,7 +6058,7 @@ class OperationsInsightsClient(object):
6058
6058
  :rtype: :class:`~oci.response.Response`
6059
6059
 
6060
6060
  :example:
6061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
6061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
6062
6062
  """
6063
6063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6064
6064
  required_arguments = ['databaseInsightId']
@@ -6157,7 +6157,7 @@ class OperationsInsightsClient(object):
6157
6157
  :rtype: :class:`~oci.response.Response`
6158
6158
 
6159
6159
  :example:
6160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
6160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
6161
6161
  """
6162
6162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6163
6163
  required_arguments = ['enterpriseManagerBridgeId']
@@ -6256,7 +6256,7 @@ class OperationsInsightsClient(object):
6256
6256
  :rtype: :class:`~oci.response.Response`
6257
6257
 
6258
6258
  :example:
6259
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
6259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
6260
6260
  """
6261
6261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6262
6262
  required_arguments = ['exadataInsightId']
@@ -6355,7 +6355,7 @@ class OperationsInsightsClient(object):
6355
6355
  :rtype: :class:`~oci.response.Response`
6356
6356
 
6357
6357
  :example:
6358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
6358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
6359
6359
  """
6360
6360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6361
6361
  required_arguments = ['hostInsightId']
@@ -6454,7 +6454,7 @@ class OperationsInsightsClient(object):
6454
6454
  :rtype: :class:`~oci.response.Response`
6455
6455
 
6456
6456
  :example:
6457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
6457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
6458
6458
  """
6459
6459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6460
6460
  required_arguments = ['newsReportId']
@@ -6555,7 +6555,7 @@ class OperationsInsightsClient(object):
6555
6555
  :rtype: :class:`~oci.response.Response`
6556
6556
 
6557
6557
  :example:
6558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
6558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
6559
6559
  """
6560
6560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6561
6561
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -6655,7 +6655,7 @@ class OperationsInsightsClient(object):
6655
6655
  :rtype: :class:`~oci.response.Response`
6656
6656
 
6657
6657
  :example:
6658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
6658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
6659
6659
  """
6660
6660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6661
6661
  required_arguments = ['operationsInsightsWarehouseId']
@@ -6754,7 +6754,7 @@ class OperationsInsightsClient(object):
6754
6754
  :rtype: :class:`~oci.response.Response`
6755
6755
 
6756
6756
  :example:
6757
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
6757
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
6758
6758
  """
6759
6759
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6760
6760
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -6876,7 +6876,7 @@ class OperationsInsightsClient(object):
6876
6876
  :rtype: :class:`~oci.response.Response`
6877
6877
 
6878
6878
  :example:
6879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
6879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
6880
6880
  """
6881
6881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6882
6882
  required_arguments = ['opsiConfigurationId']
@@ -7018,7 +7018,7 @@ class OperationsInsightsClient(object):
7018
7018
  :rtype: :class:`~oci.response.Response`
7019
7019
 
7020
7020
  :example:
7021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
7021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
7022
7022
  """
7023
7023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7024
7024
  required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
@@ -7124,7 +7124,7 @@ class OperationsInsightsClient(object):
7124
7124
  :rtype: :class:`~oci.response.Response`
7125
7125
 
7126
7126
  :example:
7127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7128
7128
  """
7129
7129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7130
7130
  required_arguments = ['workRequestId']
@@ -7226,7 +7226,7 @@ class OperationsInsightsClient(object):
7226
7226
  :rtype: :class:`~oci.response.Response`
7227
7227
 
7228
7228
  :example:
7229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
7229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
7230
7230
  """
7231
7231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7232
7232
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -7348,7 +7348,7 @@ class OperationsInsightsClient(object):
7348
7348
  :rtype: :class:`~oci.response.Response`
7349
7349
 
7350
7350
  :example:
7351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
7351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
7352
7352
  """
7353
7353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7354
7354
  required_arguments = []
@@ -7475,7 +7475,7 @@ class OperationsInsightsClient(object):
7475
7475
  :rtype: :class:`~oci.response.Response`
7476
7476
 
7477
7477
  :example:
7478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
7478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
7479
7479
  """
7480
7480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7481
7481
  required_arguments = []
@@ -7597,7 +7597,7 @@ class OperationsInsightsClient(object):
7597
7597
  :rtype: :class:`~oci.response.Response`
7598
7598
 
7599
7599
  :example:
7600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
7600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
7601
7601
  """
7602
7602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7603
7603
  required_arguments = ['id']
@@ -7716,7 +7716,7 @@ class OperationsInsightsClient(object):
7716
7716
  :rtype: :class:`~oci.response.Response`
7717
7717
 
7718
7718
  :example:
7719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
7719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
7720
7720
  """
7721
7721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7722
7722
  required_arguments = ['id']
@@ -7789,6 +7789,270 @@ class OperationsInsightsClient(object):
7789
7789
  api_reference_link=api_reference_link,
7790
7790
  required_arguments=required_arguments)
7791
7791
 
7792
+ def ingest_my_sql_sql_stats(self, ingest_my_sql_sql_stats_details, **kwargs):
7793
+ """
7794
+ The MySql SQL Stats endpoint takes in a JSON payload, persists it in Ops Insights ingest pipeline.
7795
+ Either databaseId or id must be specified.
7796
+
7797
+
7798
+ :param oci.opsi.models.IngestMySqlSqlStatsDetails ingest_my_sql_sql_stats_details: (required)
7799
+ Collection of MySql SQL stats objects for a particular database.
7800
+
7801
+ :param str database_id: (optional)
7802
+ Optional `OCID`__ of the associated DBaaS entity.
7803
+
7804
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
7805
+
7806
+ :param str id: (optional)
7807
+ `OCID`__ of the database insight resource.
7808
+
7809
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
7810
+
7811
+ :param str opc_request_id: (optional)
7812
+ Unique Oracle-assigned identifier for the request. If you need to contact
7813
+ Oracle about a particular request, please provide the request ID.
7814
+
7815
+ :param str if_match: (optional)
7816
+ Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
7817
+ parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
7818
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
7819
+
7820
+ :param str opc_retry_token: (optional)
7821
+ A token that uniquely identifies a request that can be retried in case of a timeout or
7822
+ server error without risk of executing the same action again. Retry tokens expire after 24
7823
+ hours.
7824
+
7825
+ *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
7826
+ operations, such as a resource being deleted or purged from the system.
7827
+
7828
+ :param obj retry_strategy: (optional)
7829
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
7830
+
7831
+ 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.
7832
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
7833
+
7834
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
7835
+
7836
+ :param bool allow_control_chars: (optional)
7837
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
7838
+ By default, the response will not allow control characters in strings
7839
+
7840
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.opsi.models.IngestMySqlSqlStatsResponseDetails`
7841
+ :rtype: :class:`~oci.response.Response`
7842
+
7843
+ :example:
7844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/ingest_my_sql_sql_stats.py.html>`__ to see an example of how to use ingest_my_sql_sql_stats API.
7845
+ """
7846
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7847
+ required_arguments = []
7848
+ resource_path = "/databaseInsights/actions/ingestMySqlSqlStatsMetric"
7849
+ method = "POST"
7850
+ operation_name = "ingest_my_sql_sql_stats"
7851
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestMySqlSqlStats"
7852
+
7853
+ # Don't accept unknown kwargs
7854
+ expected_kwargs = [
7855
+ "allow_control_chars",
7856
+ "retry_strategy",
7857
+ "database_id",
7858
+ "id",
7859
+ "opc_request_id",
7860
+ "if_match",
7861
+ "opc_retry_token"
7862
+ ]
7863
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
7864
+ if extra_kwargs:
7865
+ raise ValueError(
7866
+ f"ingest_my_sql_sql_stats got unknown kwargs: {extra_kwargs!r}")
7867
+
7868
+ query_params = {
7869
+ "databaseId": kwargs.get("database_id", missing),
7870
+ "id": kwargs.get("id", missing)
7871
+ }
7872
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
7873
+
7874
+ header_params = {
7875
+ "accept": "application/json",
7876
+ "content-type": "application/json",
7877
+ "opc-request-id": kwargs.get("opc_request_id", missing),
7878
+ "if-match": kwargs.get("if_match", missing),
7879
+ "opc-retry-token": kwargs.get("opc_retry_token", missing)
7880
+ }
7881
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
7882
+
7883
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
7884
+ operation_retry_strategy=kwargs.get('retry_strategy'),
7885
+ client_retry_strategy=self.retry_strategy
7886
+ )
7887
+ if retry_strategy is None:
7888
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
7889
+
7890
+ if retry_strategy:
7891
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
7892
+ self.base_client.add_opc_retry_token_if_needed(header_params)
7893
+ self.base_client.add_opc_client_retries_header(header_params)
7894
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
7895
+ return retry_strategy.make_retrying_call(
7896
+ self.base_client.call_api,
7897
+ resource_path=resource_path,
7898
+ method=method,
7899
+ query_params=query_params,
7900
+ header_params=header_params,
7901
+ body=ingest_my_sql_sql_stats_details,
7902
+ response_type="IngestMySqlSqlStatsResponseDetails",
7903
+ allow_control_chars=kwargs.get('allow_control_chars'),
7904
+ operation_name=operation_name,
7905
+ api_reference_link=api_reference_link,
7906
+ required_arguments=required_arguments)
7907
+ else:
7908
+ return self.base_client.call_api(
7909
+ resource_path=resource_path,
7910
+ method=method,
7911
+ query_params=query_params,
7912
+ header_params=header_params,
7913
+ body=ingest_my_sql_sql_stats_details,
7914
+ response_type="IngestMySqlSqlStatsResponseDetails",
7915
+ allow_control_chars=kwargs.get('allow_control_chars'),
7916
+ operation_name=operation_name,
7917
+ api_reference_link=api_reference_link,
7918
+ required_arguments=required_arguments)
7919
+
7920
+ def ingest_my_sql_sql_text(self, ingest_my_sql_sql_text_details, **kwargs):
7921
+ """
7922
+ The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.
7923
+ Either databaseId or id must be specified.
7924
+ Disclaimer: SQL text being uploaded explicitly via APIs is already masked. All sensitive literals contained in the sqlFullText column are masked prior to ingestion.
7925
+
7926
+
7927
+ :param oci.opsi.models.IngestMySqlSqlTextDetails ingest_my_sql_sql_text_details: (required)
7928
+ Collection of SQL text objects for a particular database.
7929
+
7930
+ :param str compartment_id: (optional)
7931
+ The `OCID`__ of the compartment.
7932
+
7933
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
7934
+
7935
+ :param str database_id: (optional)
7936
+ Optional `OCID`__ of the associated DBaaS entity.
7937
+
7938
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
7939
+
7940
+ :param str id: (optional)
7941
+ `OCID`__ of the database insight resource.
7942
+
7943
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
7944
+
7945
+ :param str opc_request_id: (optional)
7946
+ Unique Oracle-assigned identifier for the request. If you need to contact
7947
+ Oracle about a particular request, please provide the request ID.
7948
+
7949
+ :param str if_match: (optional)
7950
+ Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
7951
+ parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
7952
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
7953
+
7954
+ :param str opc_retry_token: (optional)
7955
+ A token that uniquely identifies a request that can be retried in case of a timeout or
7956
+ server error without risk of executing the same action again. Retry tokens expire after 24
7957
+ hours.
7958
+
7959
+ *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
7960
+ operations, such as a resource being deleted or purged from the system.
7961
+
7962
+ :param obj retry_strategy: (optional)
7963
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
7964
+
7965
+ 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.
7966
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
7967
+
7968
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
7969
+
7970
+ :param bool allow_control_chars: (optional)
7971
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
7972
+ By default, the response will not allow control characters in strings
7973
+
7974
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.opsi.models.IngestMySqlSqlTextResponseDetails`
7975
+ :rtype: :class:`~oci.response.Response`
7976
+
7977
+ :example:
7978
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/ingest_my_sql_sql_text.py.html>`__ to see an example of how to use ingest_my_sql_sql_text API.
7979
+ """
7980
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7981
+ required_arguments = []
7982
+ resource_path = "/databaseInsights/actions/ingestMySqlSqlText"
7983
+ method = "POST"
7984
+ operation_name = "ingest_my_sql_sql_text"
7985
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestMySqlSqlText"
7986
+
7987
+ # Don't accept unknown kwargs
7988
+ expected_kwargs = [
7989
+ "allow_control_chars",
7990
+ "retry_strategy",
7991
+ "compartment_id",
7992
+ "database_id",
7993
+ "id",
7994
+ "opc_request_id",
7995
+ "if_match",
7996
+ "opc_retry_token"
7997
+ ]
7998
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
7999
+ if extra_kwargs:
8000
+ raise ValueError(
8001
+ f"ingest_my_sql_sql_text got unknown kwargs: {extra_kwargs!r}")
8002
+
8003
+ query_params = {
8004
+ "compartmentId": kwargs.get("compartment_id", missing),
8005
+ "databaseId": kwargs.get("database_id", missing),
8006
+ "id": kwargs.get("id", missing)
8007
+ }
8008
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
8009
+
8010
+ header_params = {
8011
+ "accept": "application/json",
8012
+ "content-type": "application/json",
8013
+ "opc-request-id": kwargs.get("opc_request_id", missing),
8014
+ "if-match": kwargs.get("if_match", missing),
8015
+ "opc-retry-token": kwargs.get("opc_retry_token", missing)
8016
+ }
8017
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
8018
+
8019
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
8020
+ operation_retry_strategy=kwargs.get('retry_strategy'),
8021
+ client_retry_strategy=self.retry_strategy
8022
+ )
8023
+ if retry_strategy is None:
8024
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
8025
+
8026
+ if retry_strategy:
8027
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
8028
+ self.base_client.add_opc_retry_token_if_needed(header_params)
8029
+ self.base_client.add_opc_client_retries_header(header_params)
8030
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
8031
+ return retry_strategy.make_retrying_call(
8032
+ self.base_client.call_api,
8033
+ resource_path=resource_path,
8034
+ method=method,
8035
+ query_params=query_params,
8036
+ header_params=header_params,
8037
+ body=ingest_my_sql_sql_text_details,
8038
+ response_type="IngestMySqlSqlTextResponseDetails",
8039
+ allow_control_chars=kwargs.get('allow_control_chars'),
8040
+ operation_name=operation_name,
8041
+ api_reference_link=api_reference_link,
8042
+ required_arguments=required_arguments)
8043
+ else:
8044
+ return self.base_client.call_api(
8045
+ resource_path=resource_path,
8046
+ method=method,
8047
+ query_params=query_params,
8048
+ header_params=header_params,
8049
+ body=ingest_my_sql_sql_text_details,
8050
+ response_type="IngestMySqlSqlTextResponseDetails",
8051
+ allow_control_chars=kwargs.get('allow_control_chars'),
8052
+ operation_name=operation_name,
8053
+ api_reference_link=api_reference_link,
8054
+ required_arguments=required_arguments)
8055
+
7792
8056
  def ingest_sql_bucket(self, ingest_sql_bucket_details, **kwargs):
7793
8057
  """
7794
8058
  The sqlbucket endpoint takes in a JSON payload, persists it in Ops Insights ingest pipeline.
@@ -7846,7 +8110,7 @@ class OperationsInsightsClient(object):
7846
8110
  :rtype: :class:`~oci.response.Response`
7847
8111
 
7848
8112
  :example:
7849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
8113
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
7850
8114
  """
7851
8115
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7852
8116
  required_arguments = []
@@ -7981,7 +8245,7 @@ class OperationsInsightsClient(object):
7981
8245
  :rtype: :class:`~oci.response.Response`
7982
8246
 
7983
8247
  :example:
7984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
8248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
7985
8249
  """
7986
8250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7987
8251
  required_arguments = []
@@ -8111,7 +8375,7 @@ class OperationsInsightsClient(object):
8111
8375
  :rtype: :class:`~oci.response.Response`
8112
8376
 
8113
8377
  :example:
8114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
8378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
8115
8379
  """
8116
8380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8117
8381
  required_arguments = []
@@ -8245,7 +8509,7 @@ class OperationsInsightsClient(object):
8245
8509
  :rtype: :class:`~oci.response.Response`
8246
8510
 
8247
8511
  :example:
8248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
8512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
8249
8513
  """
8250
8514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8251
8515
  required_arguments = []
@@ -8417,7 +8681,7 @@ class OperationsInsightsClient(object):
8417
8681
  :rtype: :class:`~oci.response.Response`
8418
8682
 
8419
8683
  :example:
8420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
8684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
8421
8685
  """
8422
8686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8423
8687
  required_arguments = ['compartmentId']
@@ -8632,7 +8896,7 @@ class OperationsInsightsClient(object):
8632
8896
  :rtype: :class:`~oci.response.Response`
8633
8897
 
8634
8898
  :example:
8635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
8899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
8636
8900
  """
8637
8901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8638
8902
  required_arguments = ['compartmentId']
@@ -8836,7 +9100,7 @@ class OperationsInsightsClient(object):
8836
9100
  :rtype: :class:`~oci.response.Response`
8837
9101
 
8838
9102
  :example:
8839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
9103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
8840
9104
  """
8841
9105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8842
9106
  required_arguments = ['compartmentId']
@@ -9032,7 +9296,7 @@ class OperationsInsightsClient(object):
9032
9296
  :rtype: :class:`~oci.response.Response`
9033
9297
 
9034
9298
  :example:
9035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
9299
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
9036
9300
  """
9037
9301
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9038
9302
  required_arguments = ['compartmentId']
@@ -9263,7 +9527,7 @@ class OperationsInsightsClient(object):
9263
9527
  :rtype: :class:`~oci.response.Response`
9264
9528
 
9265
9529
  :example:
9266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
9530
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
9267
9531
  """
9268
9532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9269
9533
  required_arguments = ['compartmentId']
@@ -9488,7 +9752,7 @@ class OperationsInsightsClient(object):
9488
9752
  :rtype: :class:`~oci.response.Response`
9489
9753
 
9490
9754
  :example:
9491
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
9755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
9492
9756
  """
9493
9757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9494
9758
  required_arguments = ['compartmentId']
@@ -9670,7 +9934,7 @@ class OperationsInsightsClient(object):
9670
9934
  :rtype: :class:`~oci.response.Response`
9671
9935
 
9672
9936
  :example:
9673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
9937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
9674
9938
  """
9675
9939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9676
9940
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -9843,7 +10107,7 @@ class OperationsInsightsClient(object):
9843
10107
  :rtype: :class:`~oci.response.Response`
9844
10108
 
9845
10109
  :example:
9846
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
10110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
9847
10111
  """
9848
10112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9849
10113
  required_arguments = ['awrHubId']
@@ -10019,7 +10283,7 @@ class OperationsInsightsClient(object):
10019
10283
  :rtype: :class:`~oci.response.Response`
10020
10284
 
10021
10285
  :example:
10022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
10286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
10023
10287
  """
10024
10288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10025
10289
  required_arguments = ['awrHubSourceId']
@@ -10200,7 +10464,7 @@ class OperationsInsightsClient(object):
10200
10464
  :rtype: :class:`~oci.response.Response`
10201
10465
 
10202
10466
  :example:
10203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
10467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
10204
10468
  """
10205
10469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10206
10470
  required_arguments = ['awrHubId']
@@ -10394,7 +10658,7 @@ class OperationsInsightsClient(object):
10394
10658
  :rtype: :class:`~oci.response.Response`
10395
10659
 
10396
10660
  :example:
10397
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
10661
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
10398
10662
  """
10399
10663
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10400
10664
  required_arguments = ['operationsInsightsWarehouseId']
@@ -10562,7 +10826,7 @@ class OperationsInsightsClient(object):
10562
10826
  :rtype: :class:`~oci.response.Response`
10563
10827
 
10564
10828
  :example:
10565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
10829
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
10566
10830
  """
10567
10831
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10568
10832
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -10702,7 +10966,7 @@ class OperationsInsightsClient(object):
10702
10966
  Filter by one or more database type.
10703
10967
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
10704
10968
 
10705
- 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"
10969
+ 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", "MDS-MYSQL"
10706
10970
 
10707
10971
  :param int limit: (optional)
10708
10972
  For list pagination. The maximum number of results per page, or items to
@@ -10784,7 +11048,7 @@ class OperationsInsightsClient(object):
10784
11048
  :rtype: :class:`~oci.response.Response`
10785
11049
 
10786
11050
  :example:
10787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
11051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
10788
11052
  """
10789
11053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10790
11054
  required_arguments = []
@@ -10823,7 +11087,7 @@ class OperationsInsightsClient(object):
10823
11087
  f"list_database_configurations got unknown kwargs: {extra_kwargs!r}")
10824
11088
 
10825
11089
  if 'database_type' in kwargs:
10826
- 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"]
11090
+ 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", "MDS-MYSQL"]
10827
11091
  for database_type_item in kwargs['database_type']:
10828
11092
  if database_type_item not in database_type_allowed_values:
10829
11093
  raise ValueError(
@@ -10940,7 +11204,7 @@ class OperationsInsightsClient(object):
10940
11204
  Filter by one or more database type.
10941
11205
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
10942
11206
 
10943
- 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"
11207
+ 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", "MDS-MYSQL"
10944
11208
 
10945
11209
  :param list[str] database_id: (optional)
10946
11210
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -11009,7 +11273,7 @@ class OperationsInsightsClient(object):
11009
11273
  :rtype: :class:`~oci.response.Response`
11010
11274
 
11011
11275
  :example:
11012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
11276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
11013
11277
  """
11014
11278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11015
11279
  required_arguments = []
@@ -11061,7 +11325,7 @@ class OperationsInsightsClient(object):
11061
11325
  )
11062
11326
 
11063
11327
  if 'database_type' in kwargs:
11064
- 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"]
11328
+ 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", "MDS-MYSQL"]
11065
11329
  for database_type_item in kwargs['database_type']:
11066
11330
  if database_type_item not in database_type_allowed_values:
11067
11331
  raise ValueError(
@@ -11221,7 +11485,7 @@ class OperationsInsightsClient(object):
11221
11485
  :rtype: :class:`~oci.response.Response`
11222
11486
 
11223
11487
  :example:
11224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
11488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
11225
11489
  """
11226
11490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11227
11491
  required_arguments = []
@@ -11416,7 +11680,7 @@ class OperationsInsightsClient(object):
11416
11680
  :rtype: :class:`~oci.response.Response`
11417
11681
 
11418
11682
  :example:
11419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
11683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
11420
11684
  """
11421
11685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11422
11686
  required_arguments = []
@@ -11599,7 +11863,7 @@ class OperationsInsightsClient(object):
11599
11863
  :rtype: :class:`~oci.response.Response`
11600
11864
 
11601
11865
  :example:
11602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
11866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
11603
11867
  """
11604
11868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11605
11869
  required_arguments = []
@@ -11839,7 +12103,7 @@ class OperationsInsightsClient(object):
11839
12103
  :rtype: :class:`~oci.response.Response`
11840
12104
 
11841
12105
  :example:
11842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
12106
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
11843
12107
  """
11844
12108
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11845
12109
  required_arguments = []
@@ -12065,7 +12329,7 @@ class OperationsInsightsClient(object):
12065
12329
  :rtype: :class:`~oci.response.Response`
12066
12330
 
12067
12331
  :example:
12068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
12332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
12069
12333
  """
12070
12334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12071
12335
  required_arguments = []
@@ -12301,7 +12565,7 @@ class OperationsInsightsClient(object):
12301
12565
  :rtype: :class:`~oci.response.Response`
12302
12566
 
12303
12567
  :example:
12304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
12568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
12305
12569
  """
12306
12570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12307
12571
  required_arguments = ['compartmentId', 'id']
@@ -12482,7 +12746,7 @@ class OperationsInsightsClient(object):
12482
12746
  :rtype: :class:`~oci.response.Response`
12483
12747
 
12484
12748
  :example:
12485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
12749
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
12486
12750
  """
12487
12751
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12488
12752
  required_arguments = ['compartmentId']
@@ -12632,7 +12896,7 @@ class OperationsInsightsClient(object):
12632
12896
  :rtype: :class:`~oci.response.Response`
12633
12897
 
12634
12898
  :example:
12635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
12899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
12636
12900
  """
12637
12901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12638
12902
  required_arguments = ['compartmentId']
@@ -12773,7 +13037,7 @@ class OperationsInsightsClient(object):
12773
13037
  :rtype: :class:`~oci.response.Response`
12774
13038
 
12775
13039
  :example:
12776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
13040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
12777
13041
  """
12778
13042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12779
13043
  required_arguments = ['enterpriseManagerBridgeId']
@@ -12932,7 +13196,7 @@ class OperationsInsightsClient(object):
12932
13196
  :rtype: :class:`~oci.response.Response`
12933
13197
 
12934
13198
  :example:
12935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
13199
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
12936
13200
  """
12937
13201
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12938
13202
  required_arguments = []
@@ -13123,7 +13387,7 @@ class OperationsInsightsClient(object):
13123
13387
  :rtype: :class:`~oci.response.Response`
13124
13388
 
13125
13389
  :example:
13126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
13390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
13127
13391
  """
13128
13392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13129
13393
  required_arguments = []
@@ -13302,7 +13566,7 @@ class OperationsInsightsClient(object):
13302
13566
  :rtype: :class:`~oci.response.Response`
13303
13567
 
13304
13568
  :example:
13305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
13569
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
13306
13570
  """
13307
13571
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13308
13572
  required_arguments = ['operationsInsightsWarehouseId']
@@ -13474,7 +13738,7 @@ class OperationsInsightsClient(object):
13474
13738
  :rtype: :class:`~oci.response.Response`
13475
13739
 
13476
13740
  :example:
13477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
13741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
13478
13742
  """
13479
13743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13480
13744
  required_arguments = []
@@ -13646,7 +13910,7 @@ class OperationsInsightsClient(object):
13646
13910
  :rtype: :class:`~oci.response.Response`
13647
13911
 
13648
13912
  :example:
13649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
13913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
13650
13914
  """
13651
13915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13652
13916
  required_arguments = ['compartmentId']
@@ -13826,7 +14090,7 @@ class OperationsInsightsClient(object):
13826
14090
  :rtype: :class:`~oci.response.Response`
13827
14091
 
13828
14092
  :example:
13829
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
14093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
13830
14094
  """
13831
14095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13832
14096
  required_arguments = ['compartmentId']
@@ -13986,7 +14250,7 @@ class OperationsInsightsClient(object):
13986
14250
  :rtype: :class:`~oci.response.Response`
13987
14251
 
13988
14252
  :example:
13989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
14253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
13990
14254
  """
13991
14255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13992
14256
  required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
@@ -14149,7 +14413,7 @@ class OperationsInsightsClient(object):
14149
14413
  :rtype: :class:`~oci.response.Response`
14150
14414
 
14151
14415
  :example:
14152
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
14416
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
14153
14417
  """
14154
14418
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14155
14419
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -14313,7 +14577,7 @@ class OperationsInsightsClient(object):
14313
14577
  :rtype: :class:`~oci.response.Response`
14314
14578
 
14315
14579
  :example:
14316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
14580
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
14317
14581
  """
14318
14582
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14319
14583
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -14473,7 +14737,7 @@ class OperationsInsightsClient(object):
14473
14737
  :rtype: :class:`~oci.response.Response`
14474
14738
 
14475
14739
  :example:
14476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
14740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
14477
14741
  """
14478
14742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14479
14743
  required_arguments = ['warehouseType', 'warehouseId']
@@ -14651,7 +14915,7 @@ class OperationsInsightsClient(object):
14651
14915
  :rtype: :class:`~oci.response.Response`
14652
14916
 
14653
14917
  :example:
14654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
14918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
14655
14919
  """
14656
14920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14657
14921
  required_arguments = ['workRequestId']
@@ -14804,7 +15068,7 @@ class OperationsInsightsClient(object):
14804
15068
  :rtype: :class:`~oci.response.Response`
14805
15069
 
14806
15070
  :example:
14807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
15071
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
14808
15072
  """
14809
15073
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14810
15074
  required_arguments = ['workRequestId']
@@ -14973,7 +15237,7 @@ class OperationsInsightsClient(object):
14973
15237
  :rtype: :class:`~oci.response.Response`
14974
15238
 
14975
15239
  :example:
14976
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
15240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
14977
15241
  """
14978
15242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14979
15243
  required_arguments = []
@@ -15123,7 +15387,7 @@ class OperationsInsightsClient(object):
15123
15387
  :rtype: :class:`~oci.response.Response`
15124
15388
 
15125
15389
  :example:
15126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
15390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
15127
15391
  """
15128
15392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15129
15393
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -15270,7 +15534,7 @@ class OperationsInsightsClient(object):
15270
15534
  :rtype: :class:`~oci.response.Response`
15271
15535
 
15272
15536
  :example:
15273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
15537
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
15274
15538
  """
15275
15539
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15276
15540
  required_arguments = ['compartmentId']
@@ -15397,7 +15661,7 @@ class OperationsInsightsClient(object):
15397
15661
  :rtype: :class:`~oci.response.Response`
15398
15662
 
15399
15663
  :example:
15400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
15664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
15401
15665
  """
15402
15666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15403
15667
  required_arguments = ['warehouseType', 'warehouseId']
@@ -15514,7 +15778,7 @@ class OperationsInsightsClient(object):
15514
15778
  :rtype: :class:`~oci.response.Response`
15515
15779
 
15516
15780
  :example:
15517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
15781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
15518
15782
  """
15519
15783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15520
15784
  required_arguments = ['operationsInsightsWarehouseId']
@@ -15698,7 +15962,7 @@ class OperationsInsightsClient(object):
15698
15962
  :rtype: :class:`~oci.response.Response`
15699
15963
 
15700
15964
  :example:
15701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
15965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
15702
15966
  """
15703
15967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15704
15968
  required_arguments = ['compartmentId']
@@ -15928,7 +16192,7 @@ class OperationsInsightsClient(object):
15928
16192
  :rtype: :class:`~oci.response.Response`
15929
16193
 
15930
16194
  :example:
15931
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
16195
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
15932
16196
  """
15933
16197
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15934
16198
  required_arguments = ['compartmentId', 'name']
@@ -16179,7 +16443,7 @@ class OperationsInsightsClient(object):
16179
16443
  :rtype: :class:`~oci.response.Response`
16180
16444
 
16181
16445
  :example:
16182
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
16446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
16183
16447
  """
16184
16448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16185
16449
  required_arguments = ['compartmentId']
@@ -16450,7 +16714,7 @@ class OperationsInsightsClient(object):
16450
16714
  :rtype: :class:`~oci.response.Response`
16451
16715
 
16452
16716
  :example:
16453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
16717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
16454
16718
  """
16455
16719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16456
16720
  required_arguments = ['compartmentId']
@@ -16670,7 +16934,7 @@ class OperationsInsightsClient(object):
16670
16934
  :rtype: :class:`~oci.response.Response`
16671
16935
 
16672
16936
  :example:
16673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
16937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
16674
16938
  """
16675
16939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16676
16940
  required_arguments = ['compartmentId', 'objectIdentifier']
@@ -16860,7 +17124,7 @@ class OperationsInsightsClient(object):
16860
17124
  :rtype: :class:`~oci.response.Response`
16861
17125
 
16862
17126
  :example:
16863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
17127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
16864
17128
  """
16865
17129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16866
17130
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -17034,7 +17298,7 @@ class OperationsInsightsClient(object):
17034
17298
  :rtype: :class:`~oci.response.Response`
17035
17299
 
17036
17300
  :example:
17037
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
17301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
17038
17302
  """
17039
17303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17040
17304
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -17232,7 +17496,7 @@ class OperationsInsightsClient(object):
17232
17496
  :rtype: :class:`~oci.response.Response`
17233
17497
 
17234
17498
  :example:
17235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
17499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
17236
17500
  """
17237
17501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17238
17502
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -17426,7 +17690,7 @@ class OperationsInsightsClient(object):
17426
17690
  :rtype: :class:`~oci.response.Response`
17427
17691
 
17428
17692
  :example:
17429
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
17693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
17430
17694
  """
17431
17695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17432
17696
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -17644,7 +17908,7 @@ class OperationsInsightsClient(object):
17644
17908
  :rtype: :class:`~oci.response.Response`
17645
17909
 
17646
17910
  :example:
17647
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
17911
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
17648
17912
  """
17649
17913
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17650
17914
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -17848,7 +18112,7 @@ class OperationsInsightsClient(object):
17848
18112
  :rtype: :class:`~oci.response.Response`
17849
18113
 
17850
18114
  :example:
17851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
18115
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
17852
18116
  """
17853
18117
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17854
18118
  required_arguments = ['awrHubId']
@@ -18032,7 +18296,7 @@ class OperationsInsightsClient(object):
18032
18296
  :rtype: :class:`~oci.response.Response`
18033
18297
 
18034
18298
  :example:
18035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
18299
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
18036
18300
  """
18037
18301
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18038
18302
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -18211,7 +18475,7 @@ class OperationsInsightsClient(object):
18211
18475
  :rtype: :class:`~oci.response.Response`
18212
18476
 
18213
18477
  :example:
18214
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
18478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
18215
18479
  """
18216
18480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18217
18481
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -18416,7 +18680,7 @@ class OperationsInsightsClient(object):
18416
18680
  :rtype: :class:`~oci.response.Response`
18417
18681
 
18418
18682
  :example:
18419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
18683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
18420
18684
  """
18421
18685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18422
18686
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -18617,7 +18881,7 @@ class OperationsInsightsClient(object):
18617
18881
  :rtype: :class:`~oci.response.Response`
18618
18882
 
18619
18883
  :example:
18620
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
18884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
18621
18885
  """
18622
18886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18623
18887
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -18800,7 +19064,7 @@ class OperationsInsightsClient(object):
18800
19064
  :rtype: :class:`~oci.response.Response`
18801
19065
 
18802
19066
  :example:
18803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
19067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
18804
19068
  """
18805
19069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18806
19070
  required_arguments = ['awrHubId']
@@ -18966,7 +19230,7 @@ class OperationsInsightsClient(object):
18966
19230
  :rtype: :class:`~oci.response.Response`
18967
19231
 
18968
19232
  :example:
18969
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
19233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
18970
19234
  """
18971
19235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18972
19236
  required_arguments = []
@@ -19099,7 +19363,7 @@ class OperationsInsightsClient(object):
19099
19363
  Filter by one or more database type.
19100
19364
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
19101
19365
 
19102
- 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"
19366
+ 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", "MDS-MYSQL"
19103
19367
 
19104
19368
  :param list[str] database_id: (optional)
19105
19369
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -19213,7 +19477,7 @@ class OperationsInsightsClient(object):
19213
19477
  :rtype: :class:`~oci.response.Response`
19214
19478
 
19215
19479
  :example:
19216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
19480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
19217
19481
  """
19218
19482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19219
19483
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -19257,7 +19521,7 @@ class OperationsInsightsClient(object):
19257
19521
  f"summarize_database_insight_resource_capacity_trend got unknown kwargs: {extra_kwargs!r}")
19258
19522
 
19259
19523
  if 'database_type' in kwargs:
19260
- 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"]
19524
+ 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", "MDS-MYSQL"]
19261
19525
  for database_type_item in kwargs['database_type']:
19262
19526
  if database_type_item not in database_type_allowed_values:
19263
19527
  raise ValueError(
@@ -19393,7 +19657,7 @@ class OperationsInsightsClient(object):
19393
19657
  Filter by one or more database type.
19394
19658
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
19395
19659
 
19396
- 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"
19660
+ 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", "MDS-MYSQL"
19397
19661
 
19398
19662
  :param list[str] database_id: (optional)
19399
19663
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -19521,7 +19785,7 @@ class OperationsInsightsClient(object):
19521
19785
  :rtype: :class:`~oci.response.Response`
19522
19786
 
19523
19787
  :example:
19524
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
19788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
19525
19789
  """
19526
19790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19527
19791
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -19567,7 +19831,7 @@ class OperationsInsightsClient(object):
19567
19831
  f"summarize_database_insight_resource_forecast_trend got unknown kwargs: {extra_kwargs!r}")
19568
19832
 
19569
19833
  if 'database_type' in kwargs:
19570
- 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"]
19834
+ 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", "MDS-MYSQL"]
19571
19835
  for database_type_item in kwargs['database_type']:
19572
19836
  if database_type_item not in database_type_allowed_values:
19573
19837
  raise ValueError(
@@ -19705,7 +19969,7 @@ class OperationsInsightsClient(object):
19705
19969
  Filter by one or more database type.
19706
19970
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
19707
19971
 
19708
- 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"
19972
+ 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", "MDS-MYSQL"
19709
19973
 
19710
19974
  :param list[str] database_id: (optional)
19711
19975
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -19827,7 +20091,7 @@ class OperationsInsightsClient(object):
19827
20091
  :rtype: :class:`~oci.response.Response`
19828
20092
 
19829
20093
  :example:
19830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
20094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
19831
20095
  """
19832
20096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19833
20097
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -19873,7 +20137,7 @@ class OperationsInsightsClient(object):
19873
20137
  f"summarize_database_insight_resource_statistics got unknown kwargs: {extra_kwargs!r}")
19874
20138
 
19875
20139
  if 'database_type' in kwargs:
19876
- 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"]
20140
+ 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", "MDS-MYSQL"]
19877
20141
  for database_type_item in kwargs['database_type']:
19878
20142
  if database_type_item not in database_type_allowed_values:
19879
20143
  raise ValueError(
@@ -20006,7 +20270,7 @@ class OperationsInsightsClient(object):
20006
20270
  Filter by one or more database type.
20007
20271
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
20008
20272
 
20009
- 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"
20273
+ 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", "MDS-MYSQL"
20010
20274
 
20011
20275
  :param list[str] database_id: (optional)
20012
20276
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -20095,7 +20359,7 @@ class OperationsInsightsClient(object):
20095
20359
  :rtype: :class:`~oci.response.Response`
20096
20360
 
20097
20361
  :example:
20098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
20362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
20099
20363
  """
20100
20364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20101
20365
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20134,7 +20398,7 @@ class OperationsInsightsClient(object):
20134
20398
  f"summarize_database_insight_resource_usage got unknown kwargs: {extra_kwargs!r}")
20135
20399
 
20136
20400
  if 'database_type' in kwargs:
20137
- 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"]
20401
+ 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", "MDS-MYSQL"]
20138
20402
  for database_type_item in kwargs['database_type']:
20139
20403
  if database_type_item not in database_type_allowed_values:
20140
20404
  raise ValueError(
@@ -20245,7 +20509,7 @@ class OperationsInsightsClient(object):
20245
20509
  Filter by one or more database type.
20246
20510
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
20247
20511
 
20248
- 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"
20512
+ 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", "MDS-MYSQL"
20249
20513
 
20250
20514
  :param list[str] database_id: (optional)
20251
20515
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -20341,7 +20605,7 @@ class OperationsInsightsClient(object):
20341
20605
  :rtype: :class:`~oci.response.Response`
20342
20606
 
20343
20607
  :example:
20344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
20608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
20345
20609
  """
20346
20610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20347
20611
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20381,7 +20645,7 @@ class OperationsInsightsClient(object):
20381
20645
  f"summarize_database_insight_resource_usage_trend got unknown kwargs: {extra_kwargs!r}")
20382
20646
 
20383
20647
  if 'database_type' in kwargs:
20384
- 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"]
20648
+ 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", "MDS-MYSQL"]
20385
20649
  for database_type_item in kwargs['database_type']:
20386
20650
  if database_type_item not in database_type_allowed_values:
20387
20651
  raise ValueError(
@@ -20506,7 +20770,7 @@ class OperationsInsightsClient(object):
20506
20770
  Filter by one or more database type.
20507
20771
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
20508
20772
 
20509
- 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"
20773
+ 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", "MDS-MYSQL"
20510
20774
 
20511
20775
  :param list[str] database_id: (optional)
20512
20776
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -20601,7 +20865,7 @@ class OperationsInsightsClient(object):
20601
20865
  :rtype: :class:`~oci.response.Response`
20602
20866
 
20603
20867
  :example:
20604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
20868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
20605
20869
  """
20606
20870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20607
20871
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20642,7 +20906,7 @@ class OperationsInsightsClient(object):
20642
20906
  f"summarize_database_insight_resource_utilization_insight got unknown kwargs: {extra_kwargs!r}")
20643
20907
 
20644
20908
  if 'database_type' in kwargs:
20645
- 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"]
20909
+ 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", "MDS-MYSQL"]
20646
20910
  for database_type_item in kwargs['database_type']:
20647
20911
  if database_type_item not in database_type_allowed_values:
20648
20912
  raise ValueError(
@@ -20793,7 +21057,7 @@ class OperationsInsightsClient(object):
20793
21057
  :rtype: :class:`~oci.response.Response`
20794
21058
 
20795
21059
  :example:
20796
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
21060
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
20797
21061
  """
20798
21062
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20799
21063
  required_arguments = ['compartmentId']
@@ -20991,7 +21255,7 @@ class OperationsInsightsClient(object):
20991
21255
  :rtype: :class:`~oci.response.Response`
20992
21256
 
20993
21257
  :example:
20994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
21258
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
20995
21259
  """
20996
21260
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20997
21261
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
@@ -21219,7 +21483,7 @@ class OperationsInsightsClient(object):
21219
21483
  :rtype: :class:`~oci.response.Response`
21220
21484
 
21221
21485
  :example:
21222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/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.
21486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_exadata_insight_resource_capacity_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend_aggregated API.
21223
21487
  """
21224
21488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21225
21489
  required_arguments = ['resourceType', 'resourceMetric']
@@ -21470,7 +21734,7 @@ class OperationsInsightsClient(object):
21470
21734
  :rtype: :class:`~oci.response.Response`
21471
21735
 
21472
21736
  :example:
21473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
21737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
21474
21738
  """
21475
21739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21476
21740
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
@@ -21736,7 +22000,7 @@ class OperationsInsightsClient(object):
21736
22000
  :rtype: :class:`~oci.response.Response`
21737
22001
 
21738
22002
  :example:
21739
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/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.
22003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_exadata_insight_resource_forecast_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend_aggregated API.
21740
22004
  """
21741
22005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21742
22006
  required_arguments = ['resourceType', 'resourceMetric']
@@ -21953,7 +22217,7 @@ class OperationsInsightsClient(object):
21953
22217
  :rtype: :class:`~oci.response.Response`
21954
22218
 
21955
22219
  :example:
21956
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
22220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
21957
22221
  """
21958
22222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21959
22223
  required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
@@ -22188,7 +22452,7 @@ class OperationsInsightsClient(object):
22188
22452
  :rtype: :class:`~oci.response.Response`
22189
22453
 
22190
22454
  :example:
22191
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
22455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
22192
22456
  """
22193
22457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22194
22458
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -22414,7 +22678,7 @@ class OperationsInsightsClient(object):
22414
22678
  :rtype: :class:`~oci.response.Response`
22415
22679
 
22416
22680
  :example:
22417
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
22681
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
22418
22682
  """
22419
22683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22420
22684
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -22627,7 +22891,7 @@ class OperationsInsightsClient(object):
22627
22891
  :rtype: :class:`~oci.response.Response`
22628
22892
 
22629
22893
  :example:
22630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
22894
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
22631
22895
  """
22632
22896
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22633
22897
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -22785,7 +23049,7 @@ class OperationsInsightsClient(object):
22785
23049
  :rtype: :class:`~oci.response.Response`
22786
23050
 
22787
23051
  :example:
22788
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
23052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
22789
23053
  """
22790
23054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22791
23055
  required_arguments = ['exadataInsightId']
@@ -22944,7 +23208,7 @@ class OperationsInsightsClient(object):
22944
23208
  :rtype: :class:`~oci.response.Response`
22945
23209
 
22946
23210
  :example:
22947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
23211
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
22948
23212
  """
22949
23213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22950
23214
  required_arguments = ['compartmentId', 'id']
@@ -23115,7 +23379,7 @@ class OperationsInsightsClient(object):
23115
23379
  :rtype: :class:`~oci.response.Response`
23116
23380
 
23117
23381
  :example:
23118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
23382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
23119
23383
  """
23120
23384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23121
23385
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
@@ -23287,7 +23551,7 @@ class OperationsInsightsClient(object):
23287
23551
  :rtype: :class:`~oci.response.Response`
23288
23552
 
23289
23553
  :example:
23290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
23554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
23291
23555
  """
23292
23556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23293
23557
  required_arguments = ['compartmentId', 'id']
@@ -23535,7 +23799,7 @@ class OperationsInsightsClient(object):
23535
23799
  :rtype: :class:`~oci.response.Response`
23536
23800
 
23537
23801
  :example:
23538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
23802
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
23539
23803
  """
23540
23804
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23541
23805
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -23829,6 +24093,9 @@ class OperationsInsightsClient(object):
23829
24093
  :param str interface_name: (optional)
23830
24094
  Name of the network interface.
23831
24095
 
24096
+ :param int gpu_id: (optional)
24097
+ GPU identifier.
24098
+
23832
24099
  :param list[str] status: (optional)
23833
24100
  Resource Status
23834
24101
 
@@ -23850,7 +24117,7 @@ class OperationsInsightsClient(object):
23850
24117
  :rtype: :class:`~oci.response.Response`
23851
24118
 
23852
24119
  :example:
23853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
24120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
23854
24121
  """
23855
24122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23856
24123
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -23888,6 +24155,7 @@ class OperationsInsightsClient(object):
23888
24155
  "low_utilization_threshold",
23889
24156
  "mount_point",
23890
24157
  "interface_name",
24158
+ "gpu_id",
23891
24159
  "status"
23892
24160
  ]
23893
24161
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
@@ -23959,6 +24227,7 @@ class OperationsInsightsClient(object):
23959
24227
  "lowUtilizationThreshold": kwargs.get("low_utilization_threshold", missing),
23960
24228
  "mountPoint": kwargs.get("mount_point", missing),
23961
24229
  "interfaceName": kwargs.get("interface_name", missing),
24230
+ "gpuId": kwargs.get("gpu_id", missing),
23962
24231
  "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
23963
24232
  }
23964
24233
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
@@ -24164,7 +24433,7 @@ class OperationsInsightsClient(object):
24164
24433
  :rtype: :class:`~oci.response.Response`
24165
24434
 
24166
24435
  :example:
24167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
24436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
24168
24437
  """
24169
24438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24170
24439
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24438,7 +24707,7 @@ class OperationsInsightsClient(object):
24438
24707
  :rtype: :class:`~oci.response.Response`
24439
24708
 
24440
24709
  :example:
24441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
24710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
24442
24711
  """
24443
24712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24444
24713
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24690,7 +24959,7 @@ class OperationsInsightsClient(object):
24690
24959
  :rtype: :class:`~oci.response.Response`
24691
24960
 
24692
24961
  :example:
24693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
24962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
24694
24963
  """
24695
24964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24696
24965
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24956,7 +25225,7 @@ class OperationsInsightsClient(object):
24956
25225
  :rtype: :class:`~oci.response.Response`
24957
25226
 
24958
25227
  :example:
24959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
25228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
24960
25229
  """
24961
25230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24962
25231
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -25162,7 +25431,7 @@ class OperationsInsightsClient(object):
25162
25431
  :rtype: :class:`~oci.response.Response`
25163
25432
 
25164
25433
  :example:
25165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
25434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
25166
25435
  """
25167
25436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25168
25437
  required_arguments = ['compartmentId', 'id']
@@ -25359,7 +25628,7 @@ class OperationsInsightsClient(object):
25359
25628
  :rtype: :class:`~oci.response.Response`
25360
25629
 
25361
25630
  :example:
25362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
25631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
25363
25632
  """
25364
25633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25365
25634
  required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
@@ -25559,7 +25828,7 @@ class OperationsInsightsClient(object):
25559
25828
  :rtype: :class:`~oci.response.Response`
25560
25829
 
25561
25830
  :example:
25562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/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.
25831
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_host_insight_top_processes_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage_trend API.
25563
25832
  """
25564
25833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25565
25834
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
@@ -25691,7 +25960,7 @@ class OperationsInsightsClient(object):
25691
25960
  :rtype: :class:`~oci.response.Response`
25692
25961
 
25693
25962
  :example:
25694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
25963
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
25695
25964
  """
25696
25965
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25697
25966
  required_arguments = ['operationsInsightsWarehouseId']
@@ -25777,7 +26046,7 @@ class OperationsInsightsClient(object):
25777
26046
  Filter by one or more database type.
25778
26047
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
25779
26048
 
25780
- 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"
26049
+ 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", "MDS-MYSQL"
25781
26050
 
25782
26051
  :param list[str] database_id: (optional)
25783
26052
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -25880,7 +26149,7 @@ class OperationsInsightsClient(object):
25880
26149
  :rtype: :class:`~oci.response.Response`
25881
26150
 
25882
26151
  :example:
25883
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
26152
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
25884
26153
  """
25885
26154
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25886
26155
  required_arguments = ['compartmentId']
@@ -25918,7 +26187,7 @@ class OperationsInsightsClient(object):
25918
26187
  f"summarize_sql_insights got unknown kwargs: {extra_kwargs!r}")
25919
26188
 
25920
26189
  if 'database_type' in kwargs:
25921
- 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"]
26190
+ 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", "MDS-MYSQL"]
25922
26191
  for database_type_item in kwargs['database_type']:
25923
26192
  if database_type_item not in database_type_allowed_values:
25924
26193
  raise ValueError(
@@ -26059,7 +26328,7 @@ class OperationsInsightsClient(object):
26059
26328
  :rtype: :class:`~oci.response.Response`
26060
26329
 
26061
26330
  :example:
26062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
26331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
26063
26332
  """
26064
26333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26065
26334
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26209,7 +26478,7 @@ class OperationsInsightsClient(object):
26209
26478
  :rtype: :class:`~oci.response.Response`
26210
26479
 
26211
26480
  :example:
26212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
26481
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
26213
26482
  """
26214
26483
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26215
26484
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26303,7 +26572,7 @@ class OperationsInsightsClient(object):
26303
26572
  Filter by one or more database type.
26304
26573
  Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
26305
26574
 
26306
- 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"
26575
+ 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", "MDS-MYSQL"
26307
26576
 
26308
26577
  :param list[str] database_id: (optional)
26309
26578
  Optional list of database `OCIDs`__ of the associated DBaaS entity.
@@ -26435,7 +26704,7 @@ class OperationsInsightsClient(object):
26435
26704
  :rtype: :class:`~oci.response.Response`
26436
26705
 
26437
26706
  :example:
26438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
26707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
26439
26708
  """
26440
26709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26441
26710
  required_arguments = ['compartmentId']
@@ -26478,7 +26747,7 @@ class OperationsInsightsClient(object):
26478
26747
  f"summarize_sql_statistics got unknown kwargs: {extra_kwargs!r}")
26479
26748
 
26480
26749
  if 'database_type' in kwargs:
26481
- 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"]
26750
+ 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", "MDS-MYSQL"]
26482
26751
  for database_type_item in kwargs['database_type']:
26483
26752
  if database_type_item not in database_type_allowed_values:
26484
26753
  raise ValueError(
@@ -26688,7 +26957,7 @@ class OperationsInsightsClient(object):
26688
26957
  :rtype: :class:`~oci.response.Response`
26689
26958
 
26690
26959
  :example:
26691
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
26960
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
26692
26961
  """
26693
26962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26694
26963
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26856,7 +27125,7 @@ class OperationsInsightsClient(object):
26856
27125
  :rtype: :class:`~oci.response.Response`
26857
27126
 
26858
27127
  :example:
26859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/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.
27128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/summarize_sql_statistics_time_series_by_plan.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series_by_plan API.
26860
27129
  """
26861
27130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26862
27131
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26971,7 +27240,7 @@ class OperationsInsightsClient(object):
26971
27240
  :rtype: :class:`~oci.response.Response`
26972
27241
 
26973
27242
  :example:
26974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
27243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
26975
27244
  """
26976
27245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26977
27246
  required_arguments = ['awrHubId']
@@ -27080,7 +27349,7 @@ class OperationsInsightsClient(object):
27080
27349
  :rtype: :class:`~oci.response.Response`
27081
27350
 
27082
27351
  :example:
27083
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
27352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
27084
27353
  """
27085
27354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27086
27355
  required_arguments = ['awrHubSourceId']
@@ -27189,7 +27458,7 @@ class OperationsInsightsClient(object):
27189
27458
  :rtype: :class:`~oci.response.Response`
27190
27459
 
27191
27460
  :example:
27192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
27461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
27193
27462
  """
27194
27463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27195
27464
  required_arguments = ['databaseInsightId']
@@ -27298,7 +27567,7 @@ class OperationsInsightsClient(object):
27298
27567
  :rtype: :class:`~oci.response.Response`
27299
27568
 
27300
27569
  :example:
27301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
27570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
27302
27571
  """
27303
27572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27304
27573
  required_arguments = ['enterpriseManagerBridgeId']
@@ -27407,7 +27676,7 @@ class OperationsInsightsClient(object):
27407
27676
  :rtype: :class:`~oci.response.Response`
27408
27677
 
27409
27678
  :example:
27410
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
27679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
27411
27680
  """
27412
27681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27413
27682
  required_arguments = ['exadataInsightId']
@@ -27516,7 +27785,7 @@ class OperationsInsightsClient(object):
27516
27785
  :rtype: :class:`~oci.response.Response`
27517
27786
 
27518
27787
  :example:
27519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
27788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
27520
27789
  """
27521
27790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27522
27791
  required_arguments = ['hostInsightId']
@@ -27625,7 +27894,7 @@ class OperationsInsightsClient(object):
27625
27894
  :rtype: :class:`~oci.response.Response`
27626
27895
 
27627
27896
  :example:
27628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
27897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
27629
27898
  """
27630
27899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27631
27900
  required_arguments = ['newsReportId']
@@ -27736,7 +28005,7 @@ class OperationsInsightsClient(object):
27736
28005
  :rtype: :class:`~oci.response.Response`
27737
28006
 
27738
28007
  :example:
27739
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
28008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
27740
28009
  """
27741
28010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27742
28011
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -27846,7 +28115,7 @@ class OperationsInsightsClient(object):
27846
28115
  :rtype: :class:`~oci.response.Response`
27847
28116
 
27848
28117
  :example:
27849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
28118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
27850
28119
  """
27851
28120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27852
28121
  required_arguments = ['operationsInsightsWarehouseId']
@@ -27955,7 +28224,7 @@ class OperationsInsightsClient(object):
27955
28224
  :rtype: :class:`~oci.response.Response`
27956
28225
 
27957
28226
  :example:
27958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
28227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
27959
28228
  """
27960
28229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27961
28230
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -28066,7 +28335,7 @@ class OperationsInsightsClient(object):
28066
28335
  :rtype: :class:`~oci.response.Response`
28067
28336
 
28068
28337
  :example:
28069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
28338
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
28070
28339
  """
28071
28340
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28072
28341
  required_arguments = ['opsiConfigurationId']