oci 2.138.0__py3-none-any.whl → 2.139.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (467) hide show
  1. oci/_vendor/idna/__init__.py +45 -2
  2. oci/_vendor/idna/codec.py +47 -43
  3. oci/_vendor/idna/compat.py +10 -7
  4. oci/_vendor/idna/core.py +210 -173
  5. oci/_vendor/idna/idnadata.py +3869 -1676
  6. oci/_vendor/idna/intranges.py +13 -9
  7. oci/_vendor/idna/package_data.py +2 -3
  8. oci/_vendor/idna/uts46data.py +8355 -8031
  9. oci/_vendor/urllib3/__init__.py +1 -1
  10. oci/_vendor/urllib3/_collections.py +19 -1
  11. oci/_vendor/urllib3/_version.py +2 -2
  12. oci/_vendor/urllib3/connection.py +8 -3
  13. oci/_vendor/urllib3/connectionpool.py +45 -13
  14. oci/_vendor/urllib3/contrib/__init__.py +1 -1
  15. oci/_vendor/urllib3/contrib/_appengine_environ.py +1 -1
  16. oci/_vendor/urllib3/contrib/_securetransport/__init__.py +1 -1
  17. oci/_vendor/urllib3/contrib/_securetransport/bindings.py +2 -2
  18. oci/_vendor/urllib3/contrib/_securetransport/low_level.py +1 -1
  19. oci/_vendor/urllib3/contrib/appengine.py +2 -2
  20. oci/_vendor/urllib3/contrib/ntlmpool.py +3 -3
  21. oci/_vendor/urllib3/contrib/pyopenssl.py +14 -7
  22. oci/_vendor/urllib3/contrib/securetransport.py +2 -4
  23. oci/_vendor/urllib3/contrib/socks.py +1 -1
  24. oci/_vendor/urllib3/exceptions.py +1 -1
  25. oci/_vendor/urllib3/fields.py +1 -1
  26. oci/_vendor/urllib3/filepost.py +1 -1
  27. oci/_vendor/urllib3/packages/__init__.py +2 -2
  28. oci/_vendor/urllib3/packages/backports/__init__.py +1 -1
  29. oci/_vendor/urllib3/packages/backports/makefile.py +1 -1
  30. oci/_vendor/urllib3/packages/backports/weakref_finalize.py +160 -0
  31. oci/_vendor/urllib3/packages/six.py +1 -2
  32. oci/_vendor/urllib3/poolmanager.py +7 -4
  33. oci/_vendor/urllib3/request.py +22 -1
  34. oci/_vendor/urllib3/response.py +65 -4
  35. oci/_vendor/urllib3/util/__init__.py +1 -1
  36. oci/_vendor/urllib3/util/connection.py +1 -1
  37. oci/_vendor/urllib3/util/proxy.py +1 -1
  38. oci/_vendor/urllib3/util/queue.py +1 -1
  39. oci/_vendor/urllib3/util/request.py +1 -1
  40. oci/_vendor/urllib3/util/response.py +1 -1
  41. oci/_vendor/urllib3/util/retry.py +5 -3
  42. oci/_vendor/urllib3/util/ssl_.py +14 -5
  43. oci/_vendor/urllib3/util/ssl_match_hostname.py +1 -1
  44. oci/_vendor/urllib3/util/ssltransport.py +1 -1
  45. oci/_vendor/urllib3/util/timeout.py +7 -4
  46. oci/_vendor/urllib3/util/url.py +8 -5
  47. oci/_vendor/urllib3/util/wait.py +1 -2
  48. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  49. oci/adm/application_dependency_management_client.py +36 -36
  50. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  51. oci/ai_document/ai_service_document_client.py +26 -26
  52. oci/ai_language/ai_service_language_client.py +44 -44
  53. oci/ai_speech/ai_service_speech_client.py +19 -19
  54. oci/ai_vision/ai_service_vision_client.py +25 -25
  55. oci/analytics/analytics_client.py +24 -24
  56. oci/announcements_service/announcement_client.py +5 -5
  57. oci/announcements_service/announcement_subscription_client.py +9 -9
  58. oci/announcements_service/announcements_preferences_client.py +4 -4
  59. oci/announcements_service/service_client.py +1 -1
  60. oci/apigateway/api_gateway_client.py +21 -21
  61. oci/apigateway/deployment_client.py +6 -6
  62. oci/apigateway/gateway_client.py +6 -6
  63. oci/apigateway/subscribers_client.py +6 -6
  64. oci/apigateway/usage_plans_client.py +6 -6
  65. oci/apigateway/work_requests_client.py +5 -5
  66. oci/apm_config/config_client.py +9 -9
  67. oci/apm_control_plane/apm_domain_client.py +14 -14
  68. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  69. oci/apm_traces/attributes_client.py +8 -8
  70. oci/apm_traces/query_client.py +2 -2
  71. oci/apm_traces/trace_client.py +4 -4
  72. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  73. oci/artifacts/artifacts_client.py +32 -32
  74. oci/audit/audit_client.py +3 -3
  75. oci/autoscaling/auto_scaling_client.py +11 -11
  76. oci/bastion/bastion_client.py +15 -15
  77. oci/bds/bds_client.py +72 -72
  78. oci/blockchain/blockchain_platform_client.py +27 -27
  79. oci/budget/budget_client.py +10 -10
  80. oci/capacity_management/capacity_management_client.py +32 -32
  81. oci/certificates/certificates_client.py +5 -5
  82. oci/certificates_management/certificates_management_client.py +32 -32
  83. oci/cims/incident_client.py +13 -14
  84. oci/cims/models/__init__.py +4 -2
  85. oci/cims/models/cmos_user_group_info.py +103 -0
  86. oci/cims/models/create_incident.py +33 -2
  87. oci/cims/models/create_limit_item_details.py +2 -57
  88. oci/cims/models/create_user_details.py +4 -4
  89. oci/cims/models/incident.py +188 -0
  90. oci/cims/models/incident_resource_type.py +4 -4
  91. oci/cims/models/incident_summary.py +188 -0
  92. oci/cims/models/limit_item.py +2 -2
  93. oci/cims/models/{service_categories.py → services.py} +27 -27
  94. oci/cims/models/sub_categories.py +15 -15
  95. oci/cims/models/ticket.py +7 -3
  96. oci/cims/models/validation_response.py +33 -2
  97. oci/cloud_bridge/common_client.py +5 -5
  98. oci/cloud_bridge/discovery_client.py +15 -15
  99. oci/cloud_bridge/inventory_client.py +16 -16
  100. oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
  101. oci/cloud_guard/cloud_guard_client.py +155 -155
  102. oci/cloud_migrations/migration_client.py +43 -43
  103. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  104. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  105. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  106. oci/compute_instance_agent/plugin_client.py +2 -2
  107. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  108. oci/container_engine/container_engine_client.py +44 -44
  109. oci/container_instances/container_instance_client.py +18 -18
  110. oci/core/blockstorage_client.py +60 -60
  111. oci/core/compute_client.py +102 -102
  112. oci/core/compute_management_client.py +32 -32
  113. oci/core/virtual_network_client.py +247 -247
  114. oci/dashboard_service/dashboard_client.py +6 -6
  115. oci/dashboard_service/dashboard_group_client.py +6 -6
  116. oci/data_catalog/data_catalog_client.py +149 -149
  117. oci/data_flow/data_flow_client.py +44 -44
  118. oci/data_integration/data_integration_client.py +163 -163
  119. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  120. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  121. oci/data_safe/data_safe_client.py +292 -292
  122. oci/data_science/data_science_client.py +92 -92
  123. oci/database/database_client.py +523 -398
  124. oci/database/database_client_composite_operations.py +88 -0
  125. oci/database/models/__init__.py +4 -0
  126. oci/database/models/autonomous_database.py +2 -2
  127. oci/database/models/autonomous_database_summary.py +2 -2
  128. oci/database/models/configure_exascale_exadata_infrastructure_details.py +72 -0
  129. oci/database/models/create_autonomous_database_base.py +2 -2
  130. oci/database/models/create_db_home_details.py +33 -2
  131. oci/database/models/create_db_home_from_backup_details.py +31 -0
  132. oci/database/models/create_db_home_from_database_details.py +31 -0
  133. oci/database/models/create_exascale_db_storage_vault_details.py +37 -2
  134. oci/database/models/create_pluggable_database_creation_type_details.py +2 -2
  135. oci/database/models/create_vm_cluster_details.py +37 -2
  136. oci/database/models/exadata_infrastructure.py +29 -2
  137. oci/database/models/exadata_infrastructure_summary.py +29 -2
  138. oci/database/models/exascale_config_details.py +103 -0
  139. oci/database/models/exascale_db_storage_vault.py +35 -0
  140. oci/database/models/exascale_db_storage_vault_summary.py +37 -2
  141. oci/database/models/update_autonomous_database_details.py +2 -2
  142. oci/database/models/vm_cluster.py +84 -2
  143. oci/database/models/vm_cluster_summary.py +84 -2
  144. oci/database_management/db_management_client.py +211 -211
  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 +42 -42
  150. oci/database_tools/database_tools_client.py +23 -23
  151. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  152. oci/delegate_access_control/work_request_client.py +4 -4
  153. oci/demand_signal/occ_demand_signal_client.py +7 -7
  154. oci/desktops/desktop_service_client.py +21 -21
  155. oci/devops/devops_client.py +141 -141
  156. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  157. oci/dns/dns_client.py +54 -54
  158. oci/dts/appliance_export_job_client.py +6 -6
  159. oci/dts/shipping_vendors_client.py +1 -1
  160. oci/dts/transfer_appliance_client.py +8 -8
  161. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  162. oci/dts/transfer_device_client.py +5 -5
  163. oci/dts/transfer_job_client.py +6 -6
  164. oci/dts/transfer_package_client.py +7 -7
  165. oci/em_warehouse/em_warehouse_client.py +13 -13
  166. oci/email/email_client.py +31 -31
  167. oci/email_data_plane/email_dp_client.py +1 -1
  168. oci/events/events_client.py +6 -6
  169. oci/file_storage/file_storage_client.py +68 -68
  170. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  171. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  172. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  173. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  174. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  175. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  176. oci/functions/functions_invoke_client.py +1 -1
  177. oci/functions/functions_management_client.py +16 -16
  178. oci/fusion_apps/fusion_applications_client.py +41 -41
  179. oci/generative_ai/generative_ai_client.py +22 -22
  180. oci/generative_ai/models/create_dedicated_ai_cluster_details.py +8 -0
  181. oci/generative_ai/models/dedicated_ai_cluster.py +20 -4
  182. oci/generative_ai/models/endpoint.py +1 -1
  183. oci/generative_ai/models/model.py +1 -1
  184. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  185. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  186. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  187. oci/generative_ai_inference/models/__init__.py +10 -0
  188. oci/generative_ai_inference/models/base_chat_request.py +6 -2
  189. oci/generative_ai_inference/models/chat_content.py +11 -3
  190. oci/generative_ai_inference/models/cohere_chat_request.py +60 -2
  191. oci/generative_ai_inference/models/cohere_response_format.py +109 -0
  192. oci/generative_ai_inference/models/cohere_response_json_format.py +82 -0
  193. oci/generative_ai_inference/models/cohere_response_text_format.py +51 -0
  194. oci/generative_ai_inference/models/image_content.py +78 -0
  195. oci/generative_ai_inference/models/image_url.py +123 -0
  196. oci/generative_ai_inference/models/text_content.py +1 -1
  197. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  198. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  199. oci/golden_gate/golden_gate_client.py +191 -69
  200. oci/golden_gate/golden_gate_client_composite_operations.py +44 -0
  201. oci/golden_gate/models/__init__.py +4 -0
  202. oci/golden_gate/models/amazon_kinesis_connection.py +46 -2
  203. oci/golden_gate/models/amazon_kinesis_connection_summary.py +46 -2
  204. oci/golden_gate/models/amazon_redshift_connection.py +52 -2
  205. oci/golden_gate/models/amazon_redshift_connection_summary.py +52 -2
  206. oci/golden_gate/models/amazon_s3_connection.py +46 -2
  207. oci/golden_gate/models/amazon_s3_connection_summary.py +46 -2
  208. oci/golden_gate/models/azure_data_lake_storage_connection.py +120 -2
  209. oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +120 -2
  210. oci/golden_gate/models/azure_synapse_connection.py +52 -2
  211. oci/golden_gate/models/azure_synapse_connection_summary.py +52 -2
  212. oci/golden_gate/models/connection.py +33 -2
  213. oci/golden_gate/models/connection_summary.py +33 -2
  214. oci/golden_gate/models/create_amazon_kinesis_connection_details.py +47 -3
  215. oci/golden_gate/models/create_amazon_redshift_connection_details.py +53 -3
  216. oci/golden_gate/models/create_amazon_s3_connection_details.py +47 -3
  217. oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +118 -0
  218. oci/golden_gate/models/create_azure_synapse_connection_details.py +53 -3
  219. oci/golden_gate/models/create_connection_details.py +33 -2
  220. oci/golden_gate/models/create_db2_connection_details.py +125 -1
  221. oci/golden_gate/models/create_deployment_backup_details.py +31 -0
  222. oci/golden_gate/models/create_elasticsearch_connection_details.py +50 -0
  223. oci/golden_gate/models/create_generic_connection_details.py +7 -0
  224. oci/golden_gate/models/create_golden_gate_connection_details.py +46 -0
  225. oci/golden_gate/models/create_google_big_query_connection_details.py +49 -3
  226. oci/golden_gate/models/create_google_cloud_storage_connection_details.py +49 -3
  227. oci/golden_gate/models/create_hdfs_connection_details.py +7 -0
  228. oci/golden_gate/models/create_java_message_service_connection_details.py +270 -0
  229. oci/golden_gate/models/create_kafka_connection_details.py +235 -0
  230. oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +239 -4
  231. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +45 -1
  232. oci/golden_gate/models/create_mongo_db_connection_details.py +44 -0
  233. oci/golden_gate/models/create_mysql_connection_details.py +90 -1
  234. oci/golden_gate/models/create_oci_object_storage_connection_details.py +84 -1
  235. oci/golden_gate/models/create_oracle_connection_details.py +90 -1
  236. oci/golden_gate/models/create_oracle_nosql_connection_details.py +84 -1
  237. oci/golden_gate/models/create_postgresql_connection_details.py +88 -1
  238. oci/golden_gate/models/create_redis_connection_details.py +198 -0
  239. oci/golden_gate/models/create_snowflake_connection_details.py +128 -2
  240. oci/golden_gate/models/db2_connection.py +126 -2
  241. oci/golden_gate/models/db2_connection_summary.py +126 -2
  242. oci/golden_gate/models/default_refresh_connection_details.py +51 -0
  243. oci/golden_gate/models/deployment_backup.py +31 -0
  244. oci/golden_gate/models/deployment_backup_summary.py +31 -0
  245. oci/golden_gate/models/elasticsearch_connection.py +52 -2
  246. oci/golden_gate/models/elasticsearch_connection_summary.py +52 -2
  247. oci/golden_gate/models/export_deployment_wallet_details.py +35 -0
  248. oci/golden_gate/models/generic_connection.py +7 -0
  249. oci/golden_gate/models/generic_connection_summary.py +7 -0
  250. oci/golden_gate/models/golden_gate_connection.py +48 -2
  251. oci/golden_gate/models/golden_gate_connection_summary.py +48 -2
  252. oci/golden_gate/models/google_big_query_connection.py +48 -2
  253. oci/golden_gate/models/google_big_query_connection_summary.py +48 -2
  254. oci/golden_gate/models/google_cloud_storage_connection.py +48 -2
  255. oci/golden_gate/models/google_cloud_storage_connection_summary.py +48 -2
  256. oci/golden_gate/models/hdfs_connection.py +7 -0
  257. oci/golden_gate/models/hdfs_connection_summary.py +7 -0
  258. oci/golden_gate/models/import_deployment_wallet_details.py +35 -0
  259. oci/golden_gate/models/java_message_service_connection.py +272 -2
  260. oci/golden_gate/models/java_message_service_connection_summary.py +272 -2
  261. oci/golden_gate/models/kafka_connection.py +299 -2
  262. oci/golden_gate/models/kafka_connection_summary.py +237 -2
  263. oci/golden_gate/models/kafka_schema_registry_connection.py +239 -4
  264. oci/golden_gate/models/kafka_schema_registry_connection_summary.py +239 -4
  265. oci/golden_gate/models/microsoft_sqlserver_connection.py +46 -2
  266. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +46 -2
  267. oci/golden_gate/models/mongo_db_connection.py +46 -2
  268. oci/golden_gate/models/mongo_db_connection_summary.py +46 -2
  269. oci/golden_gate/models/mysql_connection.py +91 -2
  270. oci/golden_gate/models/mysql_connection_summary.py +91 -2
  271. oci/golden_gate/models/oci_object_storage_connection.py +85 -2
  272. oci/golden_gate/models/oci_object_storage_connection_summary.py +85 -2
  273. oci/golden_gate/models/oracle_connection.py +91 -2
  274. oci/golden_gate/models/oracle_connection_summary.py +91 -2
  275. oci/golden_gate/models/oracle_nosql_connection.py +85 -2
  276. oci/golden_gate/models/oracle_nosql_connection_summary.py +85 -2
  277. oci/golden_gate/models/postgresql_connection.py +89 -2
  278. oci/golden_gate/models/postgresql_connection_summary.py +89 -2
  279. oci/golden_gate/models/redis_connection.py +200 -2
  280. oci/golden_gate/models/redis_connection_summary.py +200 -2
  281. oci/golden_gate/models/refresh_connection_details.py +101 -0
  282. oci/golden_gate/models/snowflake_connection.py +128 -2
  283. oci/golden_gate/models/snowflake_connection_summary.py +128 -2
  284. oci/golden_gate/models/update_amazon_kinesis_connection_details.py +46 -2
  285. oci/golden_gate/models/update_amazon_redshift_connection_details.py +52 -2
  286. oci/golden_gate/models/update_amazon_s3_connection_details.py +46 -2
  287. oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +118 -0
  288. oci/golden_gate/models/update_azure_synapse_connection_details.py +52 -2
  289. oci/golden_gate/models/update_connection_details.py +33 -2
  290. oci/golden_gate/models/update_db2_connection_details.py +124 -0
  291. oci/golden_gate/models/update_elasticsearch_connection_details.py +50 -0
  292. oci/golden_gate/models/update_generic_connection_details.py +7 -0
  293. oci/golden_gate/models/update_golden_gate_connection_details.py +46 -0
  294. oci/golden_gate/models/update_google_big_query_connection_details.py +48 -2
  295. oci/golden_gate/models/update_google_cloud_storage_connection_details.py +48 -2
  296. oci/golden_gate/models/update_hdfs_connection_details.py +7 -0
  297. oci/golden_gate/models/update_java_message_service_connection_details.py +270 -0
  298. oci/golden_gate/models/update_kafka_connection_details.py +235 -0
  299. oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +241 -4
  300. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +44 -0
  301. oci/golden_gate/models/update_mongo_db_connection_details.py +44 -0
  302. oci/golden_gate/models/update_mysql_connection_details.py +89 -0
  303. oci/golden_gate/models/update_oci_object_storage_connection_details.py +83 -0
  304. oci/golden_gate/models/update_oracle_connection_details.py +89 -0
  305. oci/golden_gate/models/update_oracle_nosql_connection_details.py +83 -0
  306. oci/golden_gate/models/update_postgresql_connection_details.py +87 -0
  307. oci/golden_gate/models/update_redis_connection_details.py +198 -0
  308. oci/golden_gate/models/update_snowflake_connection_details.py +122 -2
  309. oci/golden_gate/models/work_request.py +7 -3
  310. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  311. oci/governance_rules_control_plane/work_request_client.py +5 -5
  312. oci/healthchecks/health_checks_client.py +17 -17
  313. oci/identity/identity_client.py +145 -145
  314. oci/identity_data_plane/dataplane_client.py +2 -2
  315. oci/identity_domains/identity_domains_client.py +311 -311
  316. oci/integration/integration_instance_client.py +19 -19
  317. oci/jms/java_management_service_client.py +75 -75
  318. oci/jms_java_downloads/java_download_client.py +25 -25
  319. oci/key_management/ekm_client.py +5 -5
  320. oci/key_management/kms_crypto_client.py +6 -6
  321. oci/key_management/kms_hsm_cluster_client.py +12 -12
  322. oci/key_management/kms_management_client.py +21 -21
  323. oci/key_management/kms_vault_client.py +14 -14
  324. oci/license_manager/license_manager_client.py +18 -18
  325. oci/limits/limits_client.py +4 -4
  326. oci/limits/quotas_client.py +7 -7
  327. oci/load_balancer/load_balancer_client.py +61 -61
  328. oci/lockbox/lockbox_client.py +24 -24
  329. oci/log_analytics/log_analytics_client.py +193 -193
  330. oci/logging/logging_management_client.py +30 -30
  331. oci/loggingingestion/logging_client.py +1 -1
  332. oci/loggingsearch/log_search_client.py +1 -1
  333. oci/management_agent/management_agent_client.py +28 -28
  334. oci/management_dashboard/dashx_apis_client.py +14 -14
  335. oci/marketplace/account_client.py +2 -2
  336. oci/marketplace/marketplace_client.py +30 -30
  337. oci/marketplace_private_offer/attachment_client.py +5 -5
  338. oci/marketplace_private_offer/offer_client.py +6 -6
  339. oci/marketplace_publisher/attachment_client.py +5 -5
  340. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  341. oci/marketplace_publisher/offer_client.py +6 -6
  342. oci/media_services/media_services_client.py +60 -60
  343. oci/media_services/media_stream_client.py +2 -2
  344. oci/monitoring/monitoring_client.py +18 -18
  345. oci/mysql/channels_client.py +7 -7
  346. oci/mysql/db_backups_client.py +7 -7
  347. oci/mysql/db_system_client.py +17 -17
  348. oci/mysql/mysqlaas_client.py +7 -7
  349. oci/mysql/replicas_client.py +5 -5
  350. oci/mysql/work_requests_client.py +4 -4
  351. oci/network_firewall/network_firewall_client.py +86 -86
  352. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  353. oci/nosql/nosql_client.py +24 -24
  354. oci/object_storage/object_storage_client.py +153 -57
  355. oci/oce/oce_instance_client.py +10 -10
  356. oci/oci_control_center/occ_metrics_client.py +3 -3
  357. oci/ocvp/cluster_client.py +5 -5
  358. oci/ocvp/esxi_host_client.py +8 -8
  359. oci/ocvp/sddc_client.py +14 -14
  360. oci/ocvp/work_request_client.py +4 -4
  361. oci/oda/management_client.py +59 -59
  362. oci/oda/oda_client.py +17 -17
  363. oci/oda/odapackage_client.py +7 -7
  364. oci/onesubscription/billing_schedule_client.py +1 -1
  365. oci/onesubscription/commitment_client.py +2 -2
  366. oci/onesubscription/computed_usage_client.py +3 -3
  367. oci/onesubscription/invoice_summary_client.py +2 -2
  368. oci/onesubscription/organization_subscription_client.py +1 -1
  369. oci/onesubscription/ratecard_client.py +1 -1
  370. oci/onesubscription/subscribed_service_client.py +2 -2
  371. oci/onesubscription/subscription_client.py +1 -1
  372. oci/ons/notification_control_plane_client.py +6 -6
  373. oci/ons/notification_data_plane_client.py +10 -10
  374. oci/opa/opa_instance_client.py +13 -13
  375. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  376. oci/opensearch/opensearch_cluster_client.py +14 -14
  377. oci/operator_access_control/access_requests_client.py +10 -10
  378. oci/operator_access_control/operator_actions_client.py +2 -2
  379. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  380. oci/operator_access_control/operator_control_client.py +6 -6
  381. oci/opsi/operations_insights_client.py +180 -180
  382. oci/optimizer/optimizer_client.py +26 -26
  383. oci/os_management/event_client.py +8 -8
  384. oci/os_management/os_management_client.py +69 -69
  385. oci/os_management_hub/event_client.py +8 -8
  386. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  387. oci/os_management_hub/managed_instance_client.py +31 -31
  388. oci/os_management_hub/managed_instance_group_client.py +25 -25
  389. oci/os_management_hub/management_station_client.py +10 -10
  390. oci/os_management_hub/onboarding_client.py +6 -6
  391. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  392. oci/os_management_hub/scheduled_job_client.py +7 -7
  393. oci/os_management_hub/software_source_client.py +27 -27
  394. oci/os_management_hub/work_request_client.py +4 -4
  395. oci/osp_gateway/address_rule_service_client.py +1 -1
  396. oci/osp_gateway/address_service_client.py +2 -2
  397. oci/osp_gateway/invoice_service_client.py +5 -5
  398. oci/osp_gateway/subscription_service_client.py +5 -5
  399. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  400. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  401. oci/osub_subscription/commitment_client.py +2 -2
  402. oci/osub_subscription/ratecard_client.py +1 -1
  403. oci/osub_subscription/subscription_client.py +1 -1
  404. oci/osub_usage/computed_usage_client.py +3 -3
  405. oci/psql/models/connection_details.py +29 -2
  406. oci/psql/models/endpoint.py +1 -1
  407. oci/psql/models/network_details.py +33 -2
  408. oci/psql/models/update_network_details.py +33 -2
  409. oci/psql/postgresql_client.py +33 -33
  410. oci/queue/queue_admin_client.py +11 -11
  411. oci/queue/queue_client.py +8 -8
  412. oci/recovery/database_recovery_client.py +26 -26
  413. oci/redis/redis_cluster_client.py +12 -12
  414. oci/regions_definitions.py +3 -0
  415. oci/resource_manager/resource_manager_client.py +52 -52
  416. oci/resource_scheduler/schedule_client.py +13 -13
  417. oci/resource_search/resource_search_client.py +3 -3
  418. oci/rover/rover_bundle_client.py +8 -8
  419. oci/rover/rover_cluster_client.py +8 -8
  420. oci/rover/rover_entitlement_client.py +6 -6
  421. oci/rover/rover_node_client.py +15 -15
  422. oci/rover/shape_client.py +1 -1
  423. oci/rover/work_requests_client.py +5 -5
  424. oci/sch/connector_plugins_client.py +2 -2
  425. oci/sch/service_connector_client.py +12 -12
  426. oci/secrets/secrets_client.py +3 -3
  427. oci/security_attribute/security_attribute_client.py +18 -18
  428. oci/service_catalog/service_catalog_client.py +26 -26
  429. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  430. oci/service_mesh/service_mesh_client.py +48 -48
  431. oci/stack_monitoring/stack_monitoring_client.py +71 -71
  432. oci/streaming/stream_admin_client.py +18 -18
  433. oci/streaming/stream_client.py +8 -8
  434. oci/tenant_manager_control_plane/domain_client.py +5 -5
  435. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  436. oci/tenant_manager_control_plane/governance_client.py +2 -2
  437. oci/tenant_manager_control_plane/link_client.py +3 -3
  438. oci/tenant_manager_control_plane/orders_client.py +2 -2
  439. oci/tenant_manager_control_plane/organization_client.py +10 -10
  440. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  441. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  442. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  443. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  444. oci/threat_intelligence/threatintel_client.py +5 -5
  445. oci/usage/resources_client.py +2 -2
  446. oci/usage/rewards_client.py +6 -6
  447. oci/usage/usagelimits_client.py +1 -1
  448. oci/usage_api/usageapi_client.py +33 -33
  449. oci/vault/vaults_client.py +13 -13
  450. oci/vbs_inst/vbs_instance_client.py +10 -10
  451. oci/version.py +1 -1
  452. oci/visual_builder/vb_instance_client.py +13 -13
  453. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  454. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  455. oci/waa/waa_client.py +13 -13
  456. oci/waa/work_request_client.py +4 -4
  457. oci/waas/redirect_client.py +6 -6
  458. oci/waas/waas_client.py +66 -66
  459. oci/waf/waf_client.py +24 -24
  460. oci/work_requests/work_request_client.py +4 -4
  461. oci/zpr/zpr_client.py +15 -15
  462. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/METADATA +1 -1
  463. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/RECORD +467 -456
  464. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/THIRD_PARTY_LICENSES.txt +1 -1
  465. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/LICENSE.txt +0 -0
  466. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/WHEEL +0 -0
  467. {oci-2.138.0.dist-info → oci-2.139.0.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.138.0/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/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.138.0/opsi/change_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use change_autonomous_database_insight_advanced_features API.
286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/change_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use change_autonomous_database_insight_advanced_features API.
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.138.0/opsi/change_awr_hub_source_compartment.py.html>`__ to see an example of how to use change_awr_hub_source_compartment API.
406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/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.138.0/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/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.138.0/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/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.138.0/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/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.138.0/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/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.138.0/opsi/change_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use change_macs_managed_cloud_database_insight_connection API.
995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/change_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use change_macs_managed_cloud_database_insight_connection API.
996
996
  """
997
997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
998
998
  required_arguments = ['databaseInsightId']
@@ -1112,7 +1112,7 @@ class OperationsInsightsClient(object):
1112
1112
  :rtype: :class:`~oci.response.Response`
1113
1113
 
1114
1114
  :example:
1115
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
1115
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
1116
1116
  """
1117
1117
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1118
1118
  required_arguments = ['newsReportId']
@@ -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.138.0/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
1237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
1238
1238
  """
1239
1239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1240
1240
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -1354,7 +1354,7 @@ class OperationsInsightsClient(object):
1354
1354
  :rtype: :class:`~oci.response.Response`
1355
1355
 
1356
1356
  :example:
1357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
1357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
1358
1358
  """
1359
1359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1360
1360
  required_arguments = ['operationsInsightsWarehouseId']
@@ -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.138.0/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1480
1480
  """
1481
1481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1482
1482
  required_arguments = ['opsiConfigurationId']
@@ -1596,7 +1596,7 @@ class OperationsInsightsClient(object):
1596
1596
  :rtype: :class:`~oci.response.Response`
1597
1597
 
1598
1598
  :example:
1599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1600
1600
  """
1601
1601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1602
1602
  required_arguments = ['databaseInsightId']
@@ -1709,7 +1709,7 @@ class OperationsInsightsClient(object):
1709
1709
  :rtype: :class:`~oci.response.Response`
1710
1710
 
1711
1711
  :example:
1712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1713
1713
  """
1714
1714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1715
1715
  required_arguments = []
@@ -1809,7 +1809,7 @@ class OperationsInsightsClient(object):
1809
1809
  :rtype: :class:`~oci.response.Response`
1810
1810
 
1811
1811
  :example:
1812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
1812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
1813
1813
  """
1814
1814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1815
1815
  required_arguments = []
@@ -1909,7 +1909,7 @@ class OperationsInsightsClient(object):
1909
1909
  :rtype: :class:`~oci.response.Response`
1910
1910
 
1911
1911
  :example:
1912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1913
1913
  """
1914
1914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1915
1915
  required_arguments = []
@@ -2009,7 +2009,7 @@ class OperationsInsightsClient(object):
2009
2009
  :rtype: :class:`~oci.response.Response`
2010
2010
 
2011
2011
  :example:
2012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
2012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
2013
2013
  """
2014
2014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2015
2015
  required_arguments = []
@@ -2109,7 +2109,7 @@ class OperationsInsightsClient(object):
2109
2109
  :rtype: :class:`~oci.response.Response`
2110
2110
 
2111
2111
  :example:
2112
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
2112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
2113
2113
  """
2114
2114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2115
2115
  required_arguments = []
@@ -2209,7 +2209,7 @@ class OperationsInsightsClient(object):
2209
2209
  :rtype: :class:`~oci.response.Response`
2210
2210
 
2211
2211
  :example:
2212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
2212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
2213
2213
  """
2214
2214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2215
2215
  required_arguments = []
@@ -2309,7 +2309,7 @@ class OperationsInsightsClient(object):
2309
2309
  :rtype: :class:`~oci.response.Response`
2310
2310
 
2311
2311
  :example:
2312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
2312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
2313
2313
  """
2314
2314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2315
2315
  required_arguments = []
@@ -2410,7 +2410,7 @@ class OperationsInsightsClient(object):
2410
2410
  :rtype: :class:`~oci.response.Response`
2411
2411
 
2412
2412
  :example:
2413
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
2413
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
2414
2414
  """
2415
2415
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2416
2416
  required_arguments = []
@@ -2512,7 +2512,7 @@ class OperationsInsightsClient(object):
2512
2512
  :rtype: :class:`~oci.response.Response`
2513
2513
 
2514
2514
  :example:
2515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2516
2516
  """
2517
2517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2518
2518
  required_arguments = []
@@ -2613,7 +2613,7 @@ class OperationsInsightsClient(object):
2613
2613
  :rtype: :class:`~oci.response.Response`
2614
2614
 
2615
2615
  :example:
2616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2616
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2617
2617
  """
2618
2618
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2619
2619
  required_arguments = []
@@ -2732,7 +2732,7 @@ class OperationsInsightsClient(object):
2732
2732
  :rtype: :class:`~oci.response.Response`
2733
2733
 
2734
2734
  :example:
2735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2736
2736
  """
2737
2737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2738
2738
  required_arguments = []
@@ -2867,7 +2867,7 @@ class OperationsInsightsClient(object):
2867
2867
  :rtype: :class:`~oci.response.Response`
2868
2868
 
2869
2869
  :example:
2870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2871
2871
  """
2872
2872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2873
2873
  required_arguments = ['awrHubId']
@@ -2974,7 +2974,7 @@ class OperationsInsightsClient(object):
2974
2974
  :rtype: :class:`~oci.response.Response`
2975
2975
 
2976
2976
  :example:
2977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
2977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
2978
2978
  """
2979
2979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2980
2980
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -3079,7 +3079,7 @@ class OperationsInsightsClient(object):
3079
3079
  :rtype: :class:`~oci.response.Response`
3080
3080
 
3081
3081
  :example:
3082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
3082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
3083
3083
  """
3084
3084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3085
3085
  required_arguments = ['awrHubSourceId']
@@ -3183,7 +3183,7 @@ class OperationsInsightsClient(object):
3183
3183
  :rtype: :class:`~oci.response.Response`
3184
3184
 
3185
3185
  :example:
3186
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
3186
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
3187
3187
  """
3188
3188
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3189
3189
  required_arguments = ['databaseInsightId']
@@ -3287,7 +3287,7 @@ class OperationsInsightsClient(object):
3287
3287
  :rtype: :class:`~oci.response.Response`
3288
3288
 
3289
3289
  :example:
3290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
3290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
3291
3291
  """
3292
3292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3293
3293
  required_arguments = ['enterpriseManagerBridgeId']
@@ -3391,7 +3391,7 @@ class OperationsInsightsClient(object):
3391
3391
  :rtype: :class:`~oci.response.Response`
3392
3392
 
3393
3393
  :example:
3394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
3394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
3395
3395
  """
3396
3396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3397
3397
  required_arguments = ['exadataInsightId']
@@ -3495,7 +3495,7 @@ class OperationsInsightsClient(object):
3495
3495
  :rtype: :class:`~oci.response.Response`
3496
3496
 
3497
3497
  :example:
3498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
3498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
3499
3499
  """
3500
3500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3501
3501
  required_arguments = ['hostInsightId']
@@ -3599,7 +3599,7 @@ class OperationsInsightsClient(object):
3599
3599
  :rtype: :class:`~oci.response.Response`
3600
3600
 
3601
3601
  :example:
3602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
3602
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
3603
3603
  """
3604
3604
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3605
3605
  required_arguments = ['newsReportId']
@@ -3705,7 +3705,7 @@ class OperationsInsightsClient(object):
3705
3705
  :rtype: :class:`~oci.response.Response`
3706
3706
 
3707
3707
  :example:
3708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3708
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3709
3709
  """
3710
3710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3711
3711
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -3812,7 +3812,7 @@ class OperationsInsightsClient(object):
3812
3812
  :rtype: :class:`~oci.response.Response`
3813
3813
 
3814
3814
  :example:
3815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3816
3816
  """
3817
3817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3818
3818
  required_arguments = ['operationsInsightsWarehouseId']
@@ -3916,7 +3916,7 @@ class OperationsInsightsClient(object):
3916
3916
  :rtype: :class:`~oci.response.Response`
3917
3917
 
3918
3918
  :example:
3919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3920
3920
  """
3921
3921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3922
3922
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -4022,7 +4022,7 @@ class OperationsInsightsClient(object):
4022
4022
  :rtype: :class:`~oci.response.Response`
4023
4023
 
4024
4024
  :example:
4025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
4025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
4026
4026
  """
4027
4027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4028
4028
  required_arguments = ['opsiConfigurationId']
@@ -4134,7 +4134,7 @@ class OperationsInsightsClient(object):
4134
4134
  :rtype: :class:`~oci.response.Response`
4135
4135
 
4136
4136
  :example:
4137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
4137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
4138
4138
  """
4139
4139
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4140
4140
  required_arguments = ['databaseInsightId']
@@ -4249,7 +4249,7 @@ class OperationsInsightsClient(object):
4249
4249
  :rtype: :class:`~oci.response.Response`
4250
4250
 
4251
4251
  :example:
4252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
4252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
4253
4253
  """
4254
4254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4255
4255
  required_arguments = ['awrHubSourceId']
@@ -4364,7 +4364,7 @@ class OperationsInsightsClient(object):
4364
4364
  :rtype: :class:`~oci.response.Response`
4365
4365
 
4366
4366
  :example:
4367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
4367
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
4368
4368
  """
4369
4369
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4370
4370
  required_arguments = ['databaseInsightId']
@@ -4479,7 +4479,7 @@ class OperationsInsightsClient(object):
4479
4479
  :rtype: :class:`~oci.response.Response`
4480
4480
 
4481
4481
  :example:
4482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
4482
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
4483
4483
  """
4484
4484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4485
4485
  required_arguments = ['exadataInsightId']
@@ -4594,7 +4594,7 @@ class OperationsInsightsClient(object):
4594
4594
  :rtype: :class:`~oci.response.Response`
4595
4595
 
4596
4596
  :example:
4597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
4597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
4598
4598
  """
4599
4599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4600
4600
  required_arguments = ['hostInsightId']
@@ -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.138.0/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
4710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
4711
4711
  """
4712
4712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4713
4713
  required_arguments = ['operationsInsightsWarehouseId']
@@ -4827,7 +4827,7 @@ class OperationsInsightsClient(object):
4827
4827
  :rtype: :class:`~oci.response.Response`
4828
4828
 
4829
4829
  :example:
4830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
4830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
4831
4831
  """
4832
4832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4833
4833
  required_arguments = ['databaseInsightId']
@@ -4944,7 +4944,7 @@ class OperationsInsightsClient(object):
4944
4944
  :rtype: :class:`~oci.response.Response`
4945
4945
 
4946
4946
  :example:
4947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
4947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
4948
4948
  """
4949
4949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4950
4950
  required_arguments = ['awrHubSourceId']
@@ -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.138.0/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
5065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_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 = ['databaseInsightId']
@@ -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.138.0/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
5185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_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 = ['exadataInsightId']
@@ -5302,7 +5302,7 @@ class OperationsInsightsClient(object):
5302
5302
  :rtype: :class:`~oci.response.Response`
5303
5303
 
5304
5304
  :example:
5305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
5305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
5306
5306
  """
5307
5307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5308
5308
  required_arguments = ['hostInsightId']
@@ -5438,7 +5438,7 @@ class OperationsInsightsClient(object):
5438
5438
  :rtype: :class:`~oci.response.Response`
5439
5439
 
5440
5440
  :example:
5441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
5441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
5442
5442
  """
5443
5443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5444
5444
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -5602,7 +5602,7 @@ class OperationsInsightsClient(object):
5602
5602
  :rtype: :class:`~oci.response.Response`
5603
5603
 
5604
5604
  :example:
5605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
5605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
5606
5606
  """
5607
5607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5608
5608
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
@@ -5728,7 +5728,7 @@ class OperationsInsightsClient(object):
5728
5728
  :rtype: :class:`~oci.response.Response`
5729
5729
 
5730
5730
  :example:
5731
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
5731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
5732
5732
  """
5733
5733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5734
5734
  required_arguments = ['awrHubId']
@@ -5830,7 +5830,7 @@ class OperationsInsightsClient(object):
5830
5830
  :rtype: :class:`~oci.response.Response`
5831
5831
 
5832
5832
  :example:
5833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
5833
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
5834
5834
  """
5835
5835
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5836
5836
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -5930,7 +5930,7 @@ class OperationsInsightsClient(object):
5930
5930
  :rtype: :class:`~oci.response.Response`
5931
5931
 
5932
5932
  :example:
5933
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
5933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
5934
5934
  """
5935
5935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5936
5936
  required_arguments = ['awrHubSourceId']
@@ -6053,7 +6053,7 @@ class OperationsInsightsClient(object):
6053
6053
  :rtype: :class:`~oci.response.Response`
6054
6054
 
6055
6055
  :example:
6056
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
6056
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
6057
6057
  """
6058
6058
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6059
6059
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -6178,7 +6178,7 @@ class OperationsInsightsClient(object):
6178
6178
  :rtype: :class:`~oci.response.Response`
6179
6179
 
6180
6180
  :example:
6181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
6181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
6182
6182
  """
6183
6183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6184
6184
  required_arguments = ['databaseInsightId']
@@ -6277,7 +6277,7 @@ class OperationsInsightsClient(object):
6277
6277
  :rtype: :class:`~oci.response.Response`
6278
6278
 
6279
6279
  :example:
6280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
6280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
6281
6281
  """
6282
6282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6283
6283
  required_arguments = ['enterpriseManagerBridgeId']
@@ -6376,7 +6376,7 @@ class OperationsInsightsClient(object):
6376
6376
  :rtype: :class:`~oci.response.Response`
6377
6377
 
6378
6378
  :example:
6379
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
6379
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
6380
6380
  """
6381
6381
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6382
6382
  required_arguments = ['exadataInsightId']
@@ -6475,7 +6475,7 @@ class OperationsInsightsClient(object):
6475
6475
  :rtype: :class:`~oci.response.Response`
6476
6476
 
6477
6477
  :example:
6478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
6478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
6479
6479
  """
6480
6480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6481
6481
  required_arguments = ['hostInsightId']
@@ -6574,7 +6574,7 @@ class OperationsInsightsClient(object):
6574
6574
  :rtype: :class:`~oci.response.Response`
6575
6575
 
6576
6576
  :example:
6577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
6577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
6578
6578
  """
6579
6579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6580
6580
  required_arguments = ['newsReportId']
@@ -6675,7 +6675,7 @@ class OperationsInsightsClient(object):
6675
6675
  :rtype: :class:`~oci.response.Response`
6676
6676
 
6677
6677
  :example:
6678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
6678
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
6679
6679
  """
6680
6680
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6681
6681
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -6775,7 +6775,7 @@ class OperationsInsightsClient(object):
6775
6775
  :rtype: :class:`~oci.response.Response`
6776
6776
 
6777
6777
  :example:
6778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
6778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
6779
6779
  """
6780
6780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6781
6781
  required_arguments = ['operationsInsightsWarehouseId']
@@ -6874,7 +6874,7 @@ class OperationsInsightsClient(object):
6874
6874
  :rtype: :class:`~oci.response.Response`
6875
6875
 
6876
6876
  :example:
6877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
6877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
6878
6878
  """
6879
6879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6880
6880
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -6996,7 +6996,7 @@ class OperationsInsightsClient(object):
6996
6996
  :rtype: :class:`~oci.response.Response`
6997
6997
 
6998
6998
  :example:
6999
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
6999
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
7000
7000
  """
7001
7001
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7002
7002
  required_arguments = ['opsiConfigurationId']
@@ -7138,7 +7138,7 @@ class OperationsInsightsClient(object):
7138
7138
  :rtype: :class:`~oci.response.Response`
7139
7139
 
7140
7140
  :example:
7141
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
7141
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
7142
7142
  """
7143
7143
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7144
7144
  required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
@@ -7244,7 +7244,7 @@ class OperationsInsightsClient(object):
7244
7244
  :rtype: :class:`~oci.response.Response`
7245
7245
 
7246
7246
  :example:
7247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7248
7248
  """
7249
7249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7250
7250
  required_arguments = ['workRequestId']
@@ -7346,7 +7346,7 @@ class OperationsInsightsClient(object):
7346
7346
  :rtype: :class:`~oci.response.Response`
7347
7347
 
7348
7348
  :example:
7349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
7349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
7350
7350
  """
7351
7351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7352
7352
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -7468,7 +7468,7 @@ class OperationsInsightsClient(object):
7468
7468
  :rtype: :class:`~oci.response.Response`
7469
7469
 
7470
7470
  :example:
7471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
7471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
7472
7472
  """
7473
7473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7474
7474
  required_arguments = []
@@ -7595,7 +7595,7 @@ class OperationsInsightsClient(object):
7595
7595
  :rtype: :class:`~oci.response.Response`
7596
7596
 
7597
7597
  :example:
7598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
7598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
7599
7599
  """
7600
7600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7601
7601
  required_arguments = []
@@ -7717,7 +7717,7 @@ class OperationsInsightsClient(object):
7717
7717
  :rtype: :class:`~oci.response.Response`
7718
7718
 
7719
7719
  :example:
7720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
7720
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
7721
7721
  """
7722
7722
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7723
7723
  required_arguments = ['id']
@@ -7836,7 +7836,7 @@ class OperationsInsightsClient(object):
7836
7836
  :rtype: :class:`~oci.response.Response`
7837
7837
 
7838
7838
  :example:
7839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
7839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
7840
7840
  """
7841
7841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7842
7842
  required_arguments = ['id']
@@ -7961,7 +7961,7 @@ class OperationsInsightsClient(object):
7961
7961
  :rtype: :class:`~oci.response.Response`
7962
7962
 
7963
7963
  :example:
7964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/ingest_my_sql_sql_stats.py.html>`__ to see an example of how to use ingest_my_sql_sql_stats API.
7964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/ingest_my_sql_sql_stats.py.html>`__ to see an example of how to use ingest_my_sql_sql_stats API.
7965
7965
  """
7966
7966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7967
7967
  required_arguments = []
@@ -8095,7 +8095,7 @@ class OperationsInsightsClient(object):
8095
8095
  :rtype: :class:`~oci.response.Response`
8096
8096
 
8097
8097
  :example:
8098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/ingest_my_sql_sql_text.py.html>`__ to see an example of how to use ingest_my_sql_sql_text API.
8098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/ingest_my_sql_sql_text.py.html>`__ to see an example of how to use ingest_my_sql_sql_text API.
8099
8099
  """
8100
8100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8101
8101
  required_arguments = []
@@ -8230,7 +8230,7 @@ class OperationsInsightsClient(object):
8230
8230
  :rtype: :class:`~oci.response.Response`
8231
8231
 
8232
8232
  :example:
8233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
8233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
8234
8234
  """
8235
8235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8236
8236
  required_arguments = []
@@ -8365,7 +8365,7 @@ class OperationsInsightsClient(object):
8365
8365
  :rtype: :class:`~oci.response.Response`
8366
8366
 
8367
8367
  :example:
8368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
8368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
8369
8369
  """
8370
8370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8371
8371
  required_arguments = []
@@ -8495,7 +8495,7 @@ class OperationsInsightsClient(object):
8495
8495
  :rtype: :class:`~oci.response.Response`
8496
8496
 
8497
8497
  :example:
8498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
8498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
8499
8499
  """
8500
8500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8501
8501
  required_arguments = []
@@ -8629,7 +8629,7 @@ class OperationsInsightsClient(object):
8629
8629
  :rtype: :class:`~oci.response.Response`
8630
8630
 
8631
8631
  :example:
8632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
8632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
8633
8633
  """
8634
8634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8635
8635
  required_arguments = []
@@ -8801,7 +8801,7 @@ class OperationsInsightsClient(object):
8801
8801
  :rtype: :class:`~oci.response.Response`
8802
8802
 
8803
8803
  :example:
8804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
8804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
8805
8805
  """
8806
8806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8807
8807
  required_arguments = ['compartmentId']
@@ -9016,7 +9016,7 @@ class OperationsInsightsClient(object):
9016
9016
  :rtype: :class:`~oci.response.Response`
9017
9017
 
9018
9018
  :example:
9019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
9019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
9020
9020
  """
9021
9021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9022
9022
  required_arguments = ['compartmentId']
@@ -9220,7 +9220,7 @@ class OperationsInsightsClient(object):
9220
9220
  :rtype: :class:`~oci.response.Response`
9221
9221
 
9222
9222
  :example:
9223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
9223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
9224
9224
  """
9225
9225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9226
9226
  required_arguments = ['compartmentId']
@@ -9416,7 +9416,7 @@ class OperationsInsightsClient(object):
9416
9416
  :rtype: :class:`~oci.response.Response`
9417
9417
 
9418
9418
  :example:
9419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
9419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
9420
9420
  """
9421
9421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9422
9422
  required_arguments = ['compartmentId']
@@ -9647,7 +9647,7 @@ class OperationsInsightsClient(object):
9647
9647
  :rtype: :class:`~oci.response.Response`
9648
9648
 
9649
9649
  :example:
9650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
9650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
9651
9651
  """
9652
9652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9653
9653
  required_arguments = ['compartmentId']
@@ -9872,7 +9872,7 @@ class OperationsInsightsClient(object):
9872
9872
  :rtype: :class:`~oci.response.Response`
9873
9873
 
9874
9874
  :example:
9875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
9875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
9876
9876
  """
9877
9877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9878
9878
  required_arguments = ['compartmentId']
@@ -10054,7 +10054,7 @@ class OperationsInsightsClient(object):
10054
10054
  :rtype: :class:`~oci.response.Response`
10055
10055
 
10056
10056
  :example:
10057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
10057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
10058
10058
  """
10059
10059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10060
10060
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -10227,7 +10227,7 @@ class OperationsInsightsClient(object):
10227
10227
  :rtype: :class:`~oci.response.Response`
10228
10228
 
10229
10229
  :example:
10230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
10230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
10231
10231
  """
10232
10232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10233
10233
  required_arguments = ['awrHubId']
@@ -10403,7 +10403,7 @@ class OperationsInsightsClient(object):
10403
10403
  :rtype: :class:`~oci.response.Response`
10404
10404
 
10405
10405
  :example:
10406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
10406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
10407
10407
  """
10408
10408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10409
10409
  required_arguments = ['awrHubSourceId']
@@ -10584,7 +10584,7 @@ class OperationsInsightsClient(object):
10584
10584
  :rtype: :class:`~oci.response.Response`
10585
10585
 
10586
10586
  :example:
10587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
10587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
10588
10588
  """
10589
10589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10590
10590
  required_arguments = ['awrHubId']
@@ -10778,7 +10778,7 @@ class OperationsInsightsClient(object):
10778
10778
  :rtype: :class:`~oci.response.Response`
10779
10779
 
10780
10780
  :example:
10781
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
10781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
10782
10782
  """
10783
10783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10784
10784
  required_arguments = ['operationsInsightsWarehouseId']
@@ -10946,7 +10946,7 @@ class OperationsInsightsClient(object):
10946
10946
  :rtype: :class:`~oci.response.Response`
10947
10947
 
10948
10948
  :example:
10949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
10949
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
10950
10950
  """
10951
10951
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10952
10952
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -11168,7 +11168,7 @@ class OperationsInsightsClient(object):
11168
11168
  :rtype: :class:`~oci.response.Response`
11169
11169
 
11170
11170
  :example:
11171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
11171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
11172
11172
  """
11173
11173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11174
11174
  required_arguments = []
@@ -11393,7 +11393,7 @@ class OperationsInsightsClient(object):
11393
11393
  :rtype: :class:`~oci.response.Response`
11394
11394
 
11395
11395
  :example:
11396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
11396
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
11397
11397
  """
11398
11398
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11399
11399
  required_arguments = []
@@ -11605,7 +11605,7 @@ class OperationsInsightsClient(object):
11605
11605
  :rtype: :class:`~oci.response.Response`
11606
11606
 
11607
11607
  :example:
11608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
11608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
11609
11609
  """
11610
11610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11611
11611
  required_arguments = []
@@ -11803,7 +11803,7 @@ class OperationsInsightsClient(object):
11803
11803
  :rtype: :class:`~oci.response.Response`
11804
11804
 
11805
11805
  :example:
11806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
11806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
11807
11807
  """
11808
11808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11809
11809
  required_arguments = []
@@ -11988,7 +11988,7 @@ class OperationsInsightsClient(object):
11988
11988
  :rtype: :class:`~oci.response.Response`
11989
11989
 
11990
11990
  :example:
11991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
11991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
11992
11992
  """
11993
11993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11994
11994
  required_arguments = []
@@ -12228,7 +12228,7 @@ class OperationsInsightsClient(object):
12228
12228
  :rtype: :class:`~oci.response.Response`
12229
12229
 
12230
12230
  :example:
12231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
12231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
12232
12232
  """
12233
12233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12234
12234
  required_arguments = []
@@ -12454,7 +12454,7 @@ class OperationsInsightsClient(object):
12454
12454
  :rtype: :class:`~oci.response.Response`
12455
12455
 
12456
12456
  :example:
12457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
12457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
12458
12458
  """
12459
12459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12460
12460
  required_arguments = []
@@ -12690,7 +12690,7 @@ class OperationsInsightsClient(object):
12690
12690
  :rtype: :class:`~oci.response.Response`
12691
12691
 
12692
12692
  :example:
12693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
12693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
12694
12694
  """
12695
12695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12696
12696
  required_arguments = ['compartmentId', 'id']
@@ -12871,7 +12871,7 @@ class OperationsInsightsClient(object):
12871
12871
  :rtype: :class:`~oci.response.Response`
12872
12872
 
12873
12873
  :example:
12874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
12874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
12875
12875
  """
12876
12876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12877
12877
  required_arguments = ['compartmentId']
@@ -13021,7 +13021,7 @@ class OperationsInsightsClient(object):
13021
13021
  :rtype: :class:`~oci.response.Response`
13022
13022
 
13023
13023
  :example:
13024
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
13024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
13025
13025
  """
13026
13026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13027
13027
  required_arguments = ['compartmentId']
@@ -13162,7 +13162,7 @@ class OperationsInsightsClient(object):
13162
13162
  :rtype: :class:`~oci.response.Response`
13163
13163
 
13164
13164
  :example:
13165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
13165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
13166
13166
  """
13167
13167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13168
13168
  required_arguments = ['enterpriseManagerBridgeId']
@@ -13321,7 +13321,7 @@ class OperationsInsightsClient(object):
13321
13321
  :rtype: :class:`~oci.response.Response`
13322
13322
 
13323
13323
  :example:
13324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
13324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
13325
13325
  """
13326
13326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13327
13327
  required_arguments = []
@@ -13512,7 +13512,7 @@ class OperationsInsightsClient(object):
13512
13512
  :rtype: :class:`~oci.response.Response`
13513
13513
 
13514
13514
  :example:
13515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
13515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
13516
13516
  """
13517
13517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13518
13518
  required_arguments = []
@@ -13691,7 +13691,7 @@ class OperationsInsightsClient(object):
13691
13691
  :rtype: :class:`~oci.response.Response`
13692
13692
 
13693
13693
  :example:
13694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
13694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
13695
13695
  """
13696
13696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13697
13697
  required_arguments = ['operationsInsightsWarehouseId']
@@ -13863,7 +13863,7 @@ class OperationsInsightsClient(object):
13863
13863
  :rtype: :class:`~oci.response.Response`
13864
13864
 
13865
13865
  :example:
13866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
13866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
13867
13867
  """
13868
13868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13869
13869
  required_arguments = []
@@ -14035,7 +14035,7 @@ class OperationsInsightsClient(object):
14035
14035
  :rtype: :class:`~oci.response.Response`
14036
14036
 
14037
14037
  :example:
14038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
14038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
14039
14039
  """
14040
14040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14041
14041
  required_arguments = ['compartmentId']
@@ -14215,7 +14215,7 @@ class OperationsInsightsClient(object):
14215
14215
  :rtype: :class:`~oci.response.Response`
14216
14216
 
14217
14217
  :example:
14218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
14218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
14219
14219
  """
14220
14220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14221
14221
  required_arguments = ['compartmentId']
@@ -14375,7 +14375,7 @@ class OperationsInsightsClient(object):
14375
14375
  :rtype: :class:`~oci.response.Response`
14376
14376
 
14377
14377
  :example:
14378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
14378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
14379
14379
  """
14380
14380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14381
14381
  required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
@@ -14538,7 +14538,7 @@ class OperationsInsightsClient(object):
14538
14538
  :rtype: :class:`~oci.response.Response`
14539
14539
 
14540
14540
  :example:
14541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
14541
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
14542
14542
  """
14543
14543
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14544
14544
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -14702,7 +14702,7 @@ class OperationsInsightsClient(object):
14702
14702
  :rtype: :class:`~oci.response.Response`
14703
14703
 
14704
14704
  :example:
14705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
14705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
14706
14706
  """
14707
14707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14708
14708
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -14862,7 +14862,7 @@ class OperationsInsightsClient(object):
14862
14862
  :rtype: :class:`~oci.response.Response`
14863
14863
 
14864
14864
  :example:
14865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
14865
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
14866
14866
  """
14867
14867
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14868
14868
  required_arguments = ['warehouseType', 'warehouseId']
@@ -15040,7 +15040,7 @@ class OperationsInsightsClient(object):
15040
15040
  :rtype: :class:`~oci.response.Response`
15041
15041
 
15042
15042
  :example:
15043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
15043
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
15044
15044
  """
15045
15045
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15046
15046
  required_arguments = ['workRequestId']
@@ -15193,7 +15193,7 @@ class OperationsInsightsClient(object):
15193
15193
  :rtype: :class:`~oci.response.Response`
15194
15194
 
15195
15195
  :example:
15196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
15196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
15197
15197
  """
15198
15198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15199
15199
  required_arguments = ['workRequestId']
@@ -15362,7 +15362,7 @@ class OperationsInsightsClient(object):
15362
15362
  :rtype: :class:`~oci.response.Response`
15363
15363
 
15364
15364
  :example:
15365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
15365
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
15366
15366
  """
15367
15367
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15368
15368
  required_arguments = []
@@ -15512,7 +15512,7 @@ class OperationsInsightsClient(object):
15512
15512
  :rtype: :class:`~oci.response.Response`
15513
15513
 
15514
15514
  :example:
15515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
15515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
15516
15516
  """
15517
15517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15518
15518
  required_arguments = ['awrHubSourceId', 'objectName']
@@ -15659,7 +15659,7 @@ class OperationsInsightsClient(object):
15659
15659
  :rtype: :class:`~oci.response.Response`
15660
15660
 
15661
15661
  :example:
15662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
15662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
15663
15663
  """
15664
15664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15665
15665
  required_arguments = ['compartmentId']
@@ -15786,7 +15786,7 @@ class OperationsInsightsClient(object):
15786
15786
  :rtype: :class:`~oci.response.Response`
15787
15787
 
15788
15788
  :example:
15789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
15789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
15790
15790
  """
15791
15791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15792
15792
  required_arguments = ['warehouseType', 'warehouseId']
@@ -15903,7 +15903,7 @@ class OperationsInsightsClient(object):
15903
15903
  :rtype: :class:`~oci.response.Response`
15904
15904
 
15905
15905
  :example:
15906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
15906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
15907
15907
  """
15908
15908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15909
15909
  required_arguments = ['operationsInsightsWarehouseId']
@@ -16087,7 +16087,7 @@ class OperationsInsightsClient(object):
16087
16087
  :rtype: :class:`~oci.response.Response`
16088
16088
 
16089
16089
  :example:
16090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
16090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
16091
16091
  """
16092
16092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16093
16093
  required_arguments = ['compartmentId']
@@ -16317,7 +16317,7 @@ class OperationsInsightsClient(object):
16317
16317
  :rtype: :class:`~oci.response.Response`
16318
16318
 
16319
16319
  :example:
16320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
16320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
16321
16321
  """
16322
16322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16323
16323
  required_arguments = ['compartmentId', 'name']
@@ -16568,7 +16568,7 @@ class OperationsInsightsClient(object):
16568
16568
  :rtype: :class:`~oci.response.Response`
16569
16569
 
16570
16570
  :example:
16571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
16571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
16572
16572
  """
16573
16573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16574
16574
  required_arguments = ['compartmentId']
@@ -16839,7 +16839,7 @@ class OperationsInsightsClient(object):
16839
16839
  :rtype: :class:`~oci.response.Response`
16840
16840
 
16841
16841
  :example:
16842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
16842
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
16843
16843
  """
16844
16844
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16845
16845
  required_arguments = ['compartmentId']
@@ -17059,7 +17059,7 @@ class OperationsInsightsClient(object):
17059
17059
  :rtype: :class:`~oci.response.Response`
17060
17060
 
17061
17061
  :example:
17062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
17062
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
17063
17063
  """
17064
17064
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17065
17065
  required_arguments = ['compartmentId', 'objectIdentifier']
@@ -17249,7 +17249,7 @@ class OperationsInsightsClient(object):
17249
17249
  :rtype: :class:`~oci.response.Response`
17250
17250
 
17251
17251
  :example:
17252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
17252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
17253
17253
  """
17254
17254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17255
17255
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -17423,7 +17423,7 @@ class OperationsInsightsClient(object):
17423
17423
  :rtype: :class:`~oci.response.Response`
17424
17424
 
17425
17425
  :example:
17426
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
17426
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
17427
17427
  """
17428
17428
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17429
17429
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -17621,7 +17621,7 @@ class OperationsInsightsClient(object):
17621
17621
  :rtype: :class:`~oci.response.Response`
17622
17622
 
17623
17623
  :example:
17624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
17624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
17625
17625
  """
17626
17626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17627
17627
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -17815,7 +17815,7 @@ class OperationsInsightsClient(object):
17815
17815
  :rtype: :class:`~oci.response.Response`
17816
17816
 
17817
17817
  :example:
17818
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
17818
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
17819
17819
  """
17820
17820
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17821
17821
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -18033,7 +18033,7 @@ class OperationsInsightsClient(object):
18033
18033
  :rtype: :class:`~oci.response.Response`
18034
18034
 
18035
18035
  :example:
18036
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
18036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
18037
18037
  """
18038
18038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18039
18039
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -18237,7 +18237,7 @@ class OperationsInsightsClient(object):
18237
18237
  :rtype: :class:`~oci.response.Response`
18238
18238
 
18239
18239
  :example:
18240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
18240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
18241
18241
  """
18242
18242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18243
18243
  required_arguments = ['awrHubId']
@@ -18421,7 +18421,7 @@ class OperationsInsightsClient(object):
18421
18421
  :rtype: :class:`~oci.response.Response`
18422
18422
 
18423
18423
  :example:
18424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
18424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
18425
18425
  """
18426
18426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18427
18427
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -18600,7 +18600,7 @@ class OperationsInsightsClient(object):
18600
18600
  :rtype: :class:`~oci.response.Response`
18601
18601
 
18602
18602
  :example:
18603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
18603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
18604
18604
  """
18605
18605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18606
18606
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -18805,7 +18805,7 @@ class OperationsInsightsClient(object):
18805
18805
  :rtype: :class:`~oci.response.Response`
18806
18806
 
18807
18807
  :example:
18808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
18808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
18809
18809
  """
18810
18810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18811
18811
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -19006,7 +19006,7 @@ class OperationsInsightsClient(object):
19006
19006
  :rtype: :class:`~oci.response.Response`
19007
19007
 
19008
19008
  :example:
19009
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
19009
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
19010
19010
  """
19011
19011
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19012
19012
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -19189,7 +19189,7 @@ class OperationsInsightsClient(object):
19189
19189
  :rtype: :class:`~oci.response.Response`
19190
19190
 
19191
19191
  :example:
19192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
19192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
19193
19193
  """
19194
19194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19195
19195
  required_arguments = ['awrHubId']
@@ -19355,7 +19355,7 @@ class OperationsInsightsClient(object):
19355
19355
  :rtype: :class:`~oci.response.Response`
19356
19356
 
19357
19357
  :example:
19358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
19358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
19359
19359
  """
19360
19360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19361
19361
  required_arguments = []
@@ -19602,7 +19602,7 @@ class OperationsInsightsClient(object):
19602
19602
  :rtype: :class:`~oci.response.Response`
19603
19603
 
19604
19604
  :example:
19605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
19605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
19606
19606
  """
19607
19607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19608
19608
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -19910,7 +19910,7 @@ class OperationsInsightsClient(object):
19910
19910
  :rtype: :class:`~oci.response.Response`
19911
19911
 
19912
19912
  :example:
19913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
19913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
19914
19914
  """
19915
19915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19916
19916
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20216,7 +20216,7 @@ class OperationsInsightsClient(object):
20216
20216
  :rtype: :class:`~oci.response.Response`
20217
20217
 
20218
20218
  :example:
20219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
20219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
20220
20220
  """
20221
20221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20222
20222
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20484,7 +20484,7 @@ class OperationsInsightsClient(object):
20484
20484
  :rtype: :class:`~oci.response.Response`
20485
20485
 
20486
20486
  :example:
20487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
20487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
20488
20488
  """
20489
20489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20490
20490
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20730,7 +20730,7 @@ class OperationsInsightsClient(object):
20730
20730
  :rtype: :class:`~oci.response.Response`
20731
20731
 
20732
20732
  :example:
20733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
20733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
20734
20734
  """
20735
20735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20736
20736
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -20990,7 +20990,7 @@ class OperationsInsightsClient(object):
20990
20990
  :rtype: :class:`~oci.response.Response`
20991
20991
 
20992
20992
  :example:
20993
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
20993
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
20994
20994
  """
20995
20995
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20996
20996
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -21182,7 +21182,7 @@ class OperationsInsightsClient(object):
21182
21182
  :rtype: :class:`~oci.response.Response`
21183
21183
 
21184
21184
  :example:
21185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
21185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
21186
21186
  """
21187
21187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21188
21188
  required_arguments = ['compartmentId']
@@ -21380,7 +21380,7 @@ class OperationsInsightsClient(object):
21380
21380
  :rtype: :class:`~oci.response.Response`
21381
21381
 
21382
21382
  :example:
21383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
21383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
21384
21384
  """
21385
21385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21386
21386
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
@@ -21611,7 +21611,7 @@ class OperationsInsightsClient(object):
21611
21611
  :rtype: :class:`~oci.response.Response`
21612
21612
 
21613
21613
  :example:
21614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_exadata_insight_resource_capacity_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend_aggregated API.
21614
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_exadata_insight_resource_capacity_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend_aggregated API.
21615
21615
  """
21616
21616
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21617
21617
  required_arguments = ['resourceType', 'resourceMetric']
@@ -21864,7 +21864,7 @@ class OperationsInsightsClient(object):
21864
21864
  :rtype: :class:`~oci.response.Response`
21865
21865
 
21866
21866
  :example:
21867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
21867
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
21868
21868
  """
21869
21869
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21870
21870
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
@@ -22133,7 +22133,7 @@ class OperationsInsightsClient(object):
22133
22133
  :rtype: :class:`~oci.response.Response`
22134
22134
 
22135
22135
  :example:
22136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_exadata_insight_resource_forecast_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend_aggregated API.
22136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_exadata_insight_resource_forecast_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend_aggregated API.
22137
22137
  """
22138
22138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22139
22139
  required_arguments = ['resourceType', 'resourceMetric']
@@ -22352,7 +22352,7 @@ class OperationsInsightsClient(object):
22352
22352
  :rtype: :class:`~oci.response.Response`
22353
22353
 
22354
22354
  :example:
22355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
22355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
22356
22356
  """
22357
22357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22358
22358
  required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
@@ -22590,7 +22590,7 @@ class OperationsInsightsClient(object):
22590
22590
  :rtype: :class:`~oci.response.Response`
22591
22591
 
22592
22592
  :example:
22593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
22593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
22594
22594
  """
22595
22595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22596
22596
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -22821,7 +22821,7 @@ class OperationsInsightsClient(object):
22821
22821
  :rtype: :class:`~oci.response.Response`
22822
22822
 
22823
22823
  :example:
22824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
22824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
22825
22825
  """
22826
22826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22827
22827
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -23039,7 +23039,7 @@ class OperationsInsightsClient(object):
23039
23039
  :rtype: :class:`~oci.response.Response`
23040
23040
 
23041
23041
  :example:
23042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
23042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
23043
23043
  """
23044
23044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23045
23045
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -23199,7 +23199,7 @@ class OperationsInsightsClient(object):
23199
23199
  :rtype: :class:`~oci.response.Response`
23200
23200
 
23201
23201
  :example:
23202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
23202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
23203
23203
  """
23204
23204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23205
23205
  required_arguments = ['exadataInsightId']
@@ -23358,7 +23358,7 @@ class OperationsInsightsClient(object):
23358
23358
  :rtype: :class:`~oci.response.Response`
23359
23359
 
23360
23360
  :example:
23361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
23361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
23362
23362
  """
23363
23363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23364
23364
  required_arguments = ['compartmentId', 'id']
@@ -23529,7 +23529,7 @@ class OperationsInsightsClient(object):
23529
23529
  :rtype: :class:`~oci.response.Response`
23530
23530
 
23531
23531
  :example:
23532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
23532
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
23533
23533
  """
23534
23534
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23535
23535
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
@@ -23701,7 +23701,7 @@ class OperationsInsightsClient(object):
23701
23701
  :rtype: :class:`~oci.response.Response`
23702
23702
 
23703
23703
  :example:
23704
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_io_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_io_usage_trend API.
23704
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_io_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_io_usage_trend API.
23705
23705
  """
23706
23706
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23707
23707
  required_arguments = ['compartmentId', 'id']
@@ -23884,7 +23884,7 @@ class OperationsInsightsClient(object):
23884
23884
  :rtype: :class:`~oci.response.Response`
23885
23885
 
23886
23886
  :example:
23887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
23887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
23888
23888
  """
23889
23889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23890
23890
  required_arguments = ['compartmentId', 'id']
@@ -24132,7 +24132,7 @@ class OperationsInsightsClient(object):
24132
24132
  :rtype: :class:`~oci.response.Response`
24133
24133
 
24134
24134
  :example:
24135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
24135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
24136
24136
  """
24137
24137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24138
24138
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24450,7 +24450,7 @@ class OperationsInsightsClient(object):
24450
24450
  :rtype: :class:`~oci.response.Response`
24451
24451
 
24452
24452
  :example:
24453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
24453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
24454
24454
  """
24455
24455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24456
24456
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -24766,7 +24766,7 @@ class OperationsInsightsClient(object):
24766
24766
  :rtype: :class:`~oci.response.Response`
24767
24767
 
24768
24768
  :example:
24769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
24769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
24770
24770
  """
24771
24771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24772
24772
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -25040,7 +25040,7 @@ class OperationsInsightsClient(object):
25040
25040
  :rtype: :class:`~oci.response.Response`
25041
25041
 
25042
25042
  :example:
25043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
25043
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
25044
25044
  """
25045
25045
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25046
25046
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -25292,7 +25292,7 @@ class OperationsInsightsClient(object):
25292
25292
  :rtype: :class:`~oci.response.Response`
25293
25293
 
25294
25294
  :example:
25295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
25295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
25296
25296
  """
25297
25297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25298
25298
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -25558,7 +25558,7 @@ class OperationsInsightsClient(object):
25558
25558
  :rtype: :class:`~oci.response.Response`
25559
25559
 
25560
25560
  :example:
25561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
25561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
25562
25562
  """
25563
25563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25564
25564
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -25764,7 +25764,7 @@ class OperationsInsightsClient(object):
25764
25764
  :rtype: :class:`~oci.response.Response`
25765
25765
 
25766
25766
  :example:
25767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
25767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
25768
25768
  """
25769
25769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25770
25770
  required_arguments = ['compartmentId', 'id']
@@ -25961,7 +25961,7 @@ class OperationsInsightsClient(object):
25961
25961
  :rtype: :class:`~oci.response.Response`
25962
25962
 
25963
25963
  :example:
25964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
25964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
25965
25965
  """
25966
25966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25967
25967
  required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
@@ -26161,7 +26161,7 @@ class OperationsInsightsClient(object):
26161
26161
  :rtype: :class:`~oci.response.Response`
26162
26162
 
26163
26163
  :example:
26164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_host_insight_top_processes_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage_trend API.
26164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_host_insight_top_processes_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage_trend API.
26165
26165
  """
26166
26166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26167
26167
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
@@ -26293,7 +26293,7 @@ class OperationsInsightsClient(object):
26293
26293
  :rtype: :class:`~oci.response.Response`
26294
26294
 
26295
26295
  :example:
26296
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
26296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
26297
26297
  """
26298
26298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26299
26299
  required_arguments = ['operationsInsightsWarehouseId']
@@ -26482,7 +26482,7 @@ class OperationsInsightsClient(object):
26482
26482
  :rtype: :class:`~oci.response.Response`
26483
26483
 
26484
26484
  :example:
26485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
26485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
26486
26486
  """
26487
26487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26488
26488
  required_arguments = ['compartmentId']
@@ -26661,7 +26661,7 @@ class OperationsInsightsClient(object):
26661
26661
  :rtype: :class:`~oci.response.Response`
26662
26662
 
26663
26663
  :example:
26664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
26664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
26665
26665
  """
26666
26666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26667
26667
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -26811,7 +26811,7 @@ class OperationsInsightsClient(object):
26811
26811
  :rtype: :class:`~oci.response.Response`
26812
26812
 
26813
26813
  :example:
26814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
26814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
26815
26815
  """
26816
26816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26817
26817
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -27037,7 +27037,7 @@ class OperationsInsightsClient(object):
27037
27037
  :rtype: :class:`~oci.response.Response`
27038
27038
 
27039
27039
  :example:
27040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
27040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
27041
27041
  """
27042
27042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27043
27043
  required_arguments = ['compartmentId']
@@ -27290,7 +27290,7 @@ class OperationsInsightsClient(object):
27290
27290
  :rtype: :class:`~oci.response.Response`
27291
27291
 
27292
27292
  :example:
27293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
27293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
27294
27294
  """
27295
27295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27296
27296
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -27458,7 +27458,7 @@ class OperationsInsightsClient(object):
27458
27458
  :rtype: :class:`~oci.response.Response`
27459
27459
 
27460
27460
  :example:
27461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/summarize_sql_statistics_time_series_by_plan.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series_by_plan API.
27461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/summarize_sql_statistics_time_series_by_plan.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series_by_plan API.
27462
27462
  """
27463
27463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27464
27464
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -27583,7 +27583,7 @@ class OperationsInsightsClient(object):
27583
27583
  :rtype: :class:`~oci.response.Response`
27584
27584
 
27585
27585
  :example:
27586
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/test_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use test_macs_managed_cloud_database_insight_connection API.
27586
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/test_macs_managed_cloud_database_insight_connection.py.html>`__ to see an example of how to use test_macs_managed_cloud_database_insight_connection API.
27587
27587
  """
27588
27588
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27589
27589
  required_arguments = []
@@ -27691,7 +27691,7 @@ class OperationsInsightsClient(object):
27691
27691
  :rtype: :class:`~oci.response.Response`
27692
27692
 
27693
27693
  :example:
27694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
27694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
27695
27695
  """
27696
27696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27697
27697
  required_arguments = ['awrHubId']
@@ -27800,7 +27800,7 @@ class OperationsInsightsClient(object):
27800
27800
  :rtype: :class:`~oci.response.Response`
27801
27801
 
27802
27802
  :example:
27803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
27803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
27804
27804
  """
27805
27805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27806
27806
  required_arguments = ['awrHubSourceId']
@@ -27909,7 +27909,7 @@ class OperationsInsightsClient(object):
27909
27909
  :rtype: :class:`~oci.response.Response`
27910
27910
 
27911
27911
  :example:
27912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
27912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
27913
27913
  """
27914
27914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27915
27915
  required_arguments = ['databaseInsightId']
@@ -28018,7 +28018,7 @@ class OperationsInsightsClient(object):
28018
28018
  :rtype: :class:`~oci.response.Response`
28019
28019
 
28020
28020
  :example:
28021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
28021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
28022
28022
  """
28023
28023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28024
28024
  required_arguments = ['enterpriseManagerBridgeId']
@@ -28127,7 +28127,7 @@ class OperationsInsightsClient(object):
28127
28127
  :rtype: :class:`~oci.response.Response`
28128
28128
 
28129
28129
  :example:
28130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
28130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
28131
28131
  """
28132
28132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28133
28133
  required_arguments = ['exadataInsightId']
@@ -28236,7 +28236,7 @@ class OperationsInsightsClient(object):
28236
28236
  :rtype: :class:`~oci.response.Response`
28237
28237
 
28238
28238
  :example:
28239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
28239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
28240
28240
  """
28241
28241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28242
28242
  required_arguments = ['hostInsightId']
@@ -28345,7 +28345,7 @@ class OperationsInsightsClient(object):
28345
28345
  :rtype: :class:`~oci.response.Response`
28346
28346
 
28347
28347
  :example:
28348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
28348
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
28349
28349
  """
28350
28350
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28351
28351
  required_arguments = ['newsReportId']
@@ -28456,7 +28456,7 @@ class OperationsInsightsClient(object):
28456
28456
  :rtype: :class:`~oci.response.Response`
28457
28457
 
28458
28458
  :example:
28459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
28459
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
28460
28460
  """
28461
28461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28462
28462
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -28566,7 +28566,7 @@ class OperationsInsightsClient(object):
28566
28566
  :rtype: :class:`~oci.response.Response`
28567
28567
 
28568
28568
  :example:
28569
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
28569
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
28570
28570
  """
28571
28571
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28572
28572
  required_arguments = ['operationsInsightsWarehouseId']
@@ -28675,7 +28675,7 @@ class OperationsInsightsClient(object):
28675
28675
  :rtype: :class:`~oci.response.Response`
28676
28676
 
28677
28677
  :example:
28678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
28678
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
28679
28679
  """
28680
28680
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28681
28681
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -28786,7 +28786,7 @@ class OperationsInsightsClient(object):
28786
28786
  :rtype: :class:`~oci.response.Response`
28787
28787
 
28788
28788
  :example:
28789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
28789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
28790
28790
  """
28791
28791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28792
28792
  required_arguments = ['opsiConfigurationId']