oci 2.115.0__py3-none-any.whl → 2.116.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 (566) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +22 -22
  6. oci/ai_language/ai_service_language_client.py +36 -36
  7. oci/ai_speech/ai_service_speech_client.py +9 -9
  8. oci/ai_speech/models/__init__.py +4 -0
  9. oci/ai_speech/models/create_transcription_job_details.py +4 -4
  10. oci/ai_speech/models/diarization.py +103 -0
  11. oci/ai_speech/models/transcription_job.py +6 -6
  12. oci/ai_speech/models/transcription_job_summary.py +6 -6
  13. oci/ai_speech/models/transcription_model_details.py +29 -2
  14. oci/ai_speech/models/transcription_settings.py +68 -0
  15. oci/ai_speech/models/update_transcription_job_details.py +4 -4
  16. oci/ai_vision/ai_service_vision_client.py +25 -25
  17. oci/analytics/analytics_client.py +23 -23
  18. oci/announcements_service/announcement_client.py +4 -4
  19. oci/announcements_service/announcement_subscription_client.py +9 -9
  20. oci/announcements_service/announcements_preferences_client.py +4 -4
  21. oci/apigateway/api_gateway_client.py +21 -21
  22. oci/apigateway/deployment_client.py +6 -6
  23. oci/apigateway/gateway_client.py +6 -6
  24. oci/apigateway/subscribers_client.py +6 -6
  25. oci/apigateway/usage_plans_client.py +6 -6
  26. oci/apigateway/work_requests_client.py +5 -5
  27. oci/apm_config/config_client.py +8 -8
  28. oci/apm_control_plane/apm_domain_client.py +14 -14
  29. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  30. oci/apm_traces/query_client.py +2 -2
  31. oci/apm_traces/trace_client.py +4 -4
  32. oci/application_migration/application_migration_client.py +19 -19
  33. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  34. oci/artifacts/artifacts_client.py +32 -32
  35. oci/audit/audit_client.py +3 -3
  36. oci/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -17
  37. oci/autoscaling/auto_scaling_client.py +11 -11
  38. oci/bastion/bastion_client.py +15 -15
  39. oci/bds/bds_client.py +521 -47
  40. oci/bds/bds_client_composite_operations.py +123 -0
  41. oci/bds/models/__init__.py +14 -0
  42. oci/bds/models/certificate_service_info_details.py +72 -0
  43. oci/bds/models/certificate_service_info_summary.py +206 -0
  44. oci/bds/models/disable_certificate_details.py +103 -0
  45. oci/bds/models/enable_certificate_details.py +196 -0
  46. oci/bds/models/host_cert_details.py +134 -0
  47. oci/bds/models/host_specific_certificate_details.py +150 -0
  48. oci/bds/models/renew_certificate_details.py +196 -0
  49. oci/bds/models/work_request.py +7 -3
  50. oci/blockchain/blockchain_platform_client.py +27 -27
  51. oci/budget/budget_client.py +10 -10
  52. oci/certificates/certificates_client.py +5 -5
  53. oci/certificates_management/certificates_management_client.py +32 -32
  54. oci/cims/incident_client.py +8 -8
  55. oci/cims/user_client.py +1 -1
  56. oci/cloud_bridge/common_client.py +5 -5
  57. oci/cloud_bridge/discovery_client.py +14 -14
  58. oci/cloud_bridge/inventory_client.py +16 -16
  59. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  60. oci/cloud_guard/cloud_guard_client.py +133 -133
  61. oci/cloud_migrations/migration_client.py +43 -43
  62. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  63. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  64. oci/compute_instance_agent/plugin_client.py +2 -2
  65. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  66. oci/container_engine/container_engine_client.py +44 -44
  67. oci/container_instances/container_instance_client.py +18 -18
  68. oci/core/blockstorage_client.py +60 -60
  69. oci/core/compute_client.py +1480 -210
  70. oci/core/compute_client_composite_operations.py +195 -0
  71. oci/core/compute_management_client.py +32 -32
  72. oci/core/models/__init__.py +42 -0
  73. oci/core/models/capacity_source.py +101 -0
  74. oci/core/models/change_compute_capacity_topology_compartment_details.py +78 -0
  75. oci/core/models/compute_bare_metal_host.py +458 -0
  76. oci/core/models/compute_bare_metal_host_collection.py +72 -0
  77. oci/core/models/compute_bare_metal_host_summary.py +422 -0
  78. oci/core/models/compute_capacity_topology.py +425 -0
  79. oci/core/models/compute_capacity_topology_collection.py +72 -0
  80. oci/core/models/compute_capacity_topology_summary.py +370 -0
  81. oci/core/models/compute_hpc_island.py +267 -0
  82. oci/core/models/compute_hpc_island_collection.py +72 -0
  83. oci/core/models/compute_hpc_island_summary.py +251 -0
  84. oci/core/models/compute_network_block.py +302 -0
  85. oci/core/models/compute_network_block_collection.py +72 -0
  86. oci/core/models/compute_network_block_summary.py +286 -0
  87. oci/core/models/create_capacity_source_details.py +89 -0
  88. oci/core/models/create_compute_capacity_topology_details.py +253 -0
  89. oci/core/models/create_dedicated_capacity_source_details.py +85 -0
  90. oci/core/models/dedicated_capacity_source.py +86 -0
  91. oci/core/models/update_capacity_source_details.py +89 -0
  92. oci/core/models/update_compute_capacity_topology_details.py +183 -0
  93. oci/core/models/update_dedicated_capacity_source_details.py +50 -0
  94. oci/core/virtual_network_client.py +242 -242
  95. oci/dashboard_service/dashboard_client.py +6 -6
  96. oci/dashboard_service/dashboard_group_client.py +6 -6
  97. oci/data_catalog/data_catalog_client.py +141 -141
  98. oci/data_flow/data_flow_client.py +42 -42
  99. oci/data_integration/data_integration_client.py +163 -163
  100. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  101. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  102. oci/data_safe/data_safe_client.py +252 -252
  103. oci/data_science/data_science_client.py +91 -91
  104. oci/database/database_client.py +645 -319
  105. oci/database/database_client_composite_operations.py +176 -0
  106. oci/database/models/__init__.py +8 -0
  107. oci/database/models/autonomous_container_database.py +7 -3
  108. oci/database/models/autonomous_container_database_summary.py +7 -3
  109. oci/database/models/configure_saas_admin_user_details.py +284 -0
  110. oci/database/models/create_autonomous_container_database_dataguard_association_details.py +321 -0
  111. oci/database/models/database_connection_string_profile.py +33 -2
  112. oci/database/models/generate_autonomous_database_wallet_details.py +33 -2
  113. oci/database/models/saas_admin_user_configuration.py +284 -0
  114. oci/database/models/saas_admin_user_status.py +154 -0
  115. oci/database_management/db_management_client.py +182 -182
  116. oci/database_management/diagnosability_client.py +4 -4
  117. oci/database_management/managed_my_sql_databases_client.py +6 -6
  118. oci/database_management/perfhub_client.py +1 -1
  119. oci/database_management/sql_tuning_client.py +17 -17
  120. oci/database_migration/database_migration_client.py +41 -41
  121. oci/database_tools/database_tools_client.py +23 -23
  122. oci/devops/devops_client.py +89 -89
  123. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  124. oci/dns/dns_client.py +52 -52
  125. oci/dts/appliance_export_job_client.py +6 -6
  126. oci/dts/shipping_vendors_client.py +1 -1
  127. oci/dts/transfer_appliance_client.py +8 -8
  128. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  129. oci/dts/transfer_device_client.py +5 -5
  130. oci/dts/transfer_job_client.py +6 -6
  131. oci/dts/transfer_package_client.py +7 -7
  132. oci/em_warehouse/em_data_lake_client.py +13 -13
  133. oci/em_warehouse/em_warehouse_client.py +13 -13
  134. oci/email/email_client.py +25 -25
  135. oci/events/events_client.py +6 -6
  136. oci/file_storage/file_storage_client.py +50 -50
  137. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  138. oci/functions/functions_invoke_client.py +1 -1
  139. oci/functions/functions_management_client.py +16 -16
  140. oci/fusion_apps/data_masking_activity_client.py +3 -3
  141. oci/fusion_apps/fusion_applications_client.py +39 -39
  142. oci/fusion_apps/fusion_environment_client.py +15 -15
  143. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  144. oci/fusion_apps/refresh_activity_client.py +4 -4
  145. oci/fusion_apps/scheduled_activity_client.py +2 -2
  146. oci/fusion_apps/service_attachment_client.py +2 -2
  147. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  148. oci/golden_gate/golden_gate_client.py +57 -57
  149. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  150. oci/governance_rules_control_plane/work_request_client.py +5 -5
  151. oci/healthchecks/health_checks_client.py +17 -17
  152. oci/identity/identity_client.py +145 -145
  153. oci/identity_data_plane/dataplane_client.py +2 -2
  154. oci/identity_domains/identity_domains_client.py +20355 -6173
  155. oci/identity_domains/models/__init__.py +216 -0
  156. oci/identity_domains/models/app_extension_radius_app_app.py +55 -0
  157. oci/identity_domains/models/approval_workflow.py +832 -0
  158. oci/identity_domains/models/approval_workflow_approval_workflow_steps.py +294 -0
  159. oci/identity_domains/models/approval_workflow_assignment.py +771 -0
  160. oci/identity_domains/models/approval_workflow_assignment_approval_workflow.py +318 -0
  161. oci/identity_domains/models/approval_workflow_assignment_assigned_to.py +318 -0
  162. oci/identity_domains/models/approval_workflow_assignments.py +196 -0
  163. oci/identity_domains/models/approval_workflow_max_duration.py +185 -0
  164. oci/identity_domains/models/approval_workflow_step.py +929 -0
  165. oci/identity_domains/models/approval_workflow_step_approvers.py +294 -0
  166. oci/identity_domains/models/approval_workflow_steps.py +196 -0
  167. oci/identity_domains/models/approval_workflows.py +196 -0
  168. oci/identity_domains/models/authentication_factors_remover.py +51 -2
  169. oci/identity_domains/models/branding_setting.py +1556 -0
  170. oci/identity_domains/models/branding_settings.py +196 -0
  171. oci/identity_domains/models/branding_settings_company_names.py +131 -0
  172. oci/identity_domains/models/branding_settings_default_company_names.py +143 -0
  173. oci/identity_domains/models/branding_settings_default_images.py +188 -0
  174. oci/identity_domains/models/branding_settings_default_login_texts.py +143 -0
  175. oci/identity_domains/models/branding_settings_images.py +176 -0
  176. oci/identity_domains/models/branding_settings_login_texts.py +131 -0
  177. oci/identity_domains/models/cloud_gate.py +1239 -0
  178. oci/identity_domains/models/cloud_gate_ext_mappings.py +610 -0
  179. oci/identity_domains/models/cloud_gate_ext_servers.py +296 -0
  180. oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.py +316 -0
  181. oci/identity_domains/models/cloud_gate_ext_upstream_servers.py +426 -0
  182. oci/identity_domains/models/cloud_gate_mapping.py +1068 -0
  183. oci/identity_domains/models/cloud_gate_mapping_cloud_gate.py +153 -0
  184. oci/identity_domains/models/cloud_gate_mapping_gateway_app.py +204 -0
  185. oci/identity_domains/models/cloud_gate_mapping_search_request.py +364 -0
  186. oci/identity_domains/models/cloud_gate_mapping_server.py +153 -0
  187. oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.py +217 -0
  188. oci/identity_domains/models/cloud_gate_mappings.py +196 -0
  189. oci/identity_domains/models/cloud_gate_oauth_client.py +208 -0
  190. oci/identity_domains/models/cloud_gate_search_request.py +364 -0
  191. oci/identity_domains/models/cloud_gate_server.py +1042 -0
  192. oci/identity_domains/models/cloud_gate_server_cloud_gate.py +153 -0
  193. oci/identity_domains/models/cloud_gate_server_search_request.py +364 -0
  194. oci/identity_domains/models/cloud_gate_servers.py +196 -0
  195. oci/identity_domains/models/cloud_gates.py +196 -0
  196. oci/identity_domains/models/condition.py +1063 -0
  197. oci/identity_domains/models/condition_search_request.py +364 -0
  198. oci/identity_domains/models/conditions.py +196 -0
  199. oci/identity_domains/models/defined_tags.py +2 -0
  200. oci/identity_domains/models/extension_social_identity_provider.py +55 -0
  201. oci/identity_domains/models/freeform_tags.py +2 -0
  202. oci/identity_domains/models/identity_provider_relay_idp_param_mappings.py +159 -0
  203. oci/identity_domains/models/me_password_changer.py +2 -2
  204. oci/identity_domains/models/my_authentication_factors_remover.py +51 -2
  205. oci/identity_domains/models/my_completed_approval.py +1146 -0
  206. oci/identity_domains/models/my_completed_approvals.py +196 -0
  207. oci/identity_domains/models/my_pending_approval.py +1146 -0
  208. oci/identity_domains/models/my_pending_approvals.py +196 -0
  209. oci/identity_domains/models/my_request.py +217 -2
  210. oci/identity_domains/models/my_request_approval_details.py +398 -0
  211. oci/identity_domains/models/my_request_requesting.py +53 -0
  212. oci/identity_domains/models/network_perimeter.py +852 -0
  213. oci/identity_domains/models/network_perimeter_ip_addresses.py +228 -0
  214. oci/identity_domains/models/network_perimeter_search_request.py +364 -0
  215. oci/identity_domains/models/network_perimeters.py +196 -0
  216. oci/identity_domains/models/notification_setting.py +1038 -0
  217. oci/identity_domains/models/notification_settings.py +196 -0
  218. oci/identity_domains/models/notification_settings_event_settings.py +143 -0
  219. oci/identity_domains/models/notification_settings_from_email_address.py +278 -0
  220. oci/identity_domains/models/notification_settings_search_request.py +171 -0
  221. oci/identity_domains/models/o_auth_client_certificate.py +1187 -0
  222. oci/identity_domains/models/o_auth_client_certificate_search_request.py +364 -0
  223. oci/identity_domains/models/o_auth_client_certificates.py +196 -0
  224. oci/identity_domains/models/o_auth_partner_certificate.py +1187 -0
  225. oci/identity_domains/models/o_auth_partner_certificate_search_request.py +364 -0
  226. oci/identity_domains/models/o_auth_partner_certificates.py +196 -0
  227. oci/identity_domains/models/policies.py +196 -0
  228. oci/identity_domains/models/policy.py +979 -0
  229. oci/identity_domains/models/policy_policy_type.py +150 -0
  230. oci/identity_domains/models/policy_rules.py +247 -0
  231. oci/identity_domains/models/policy_search_request.py +364 -0
  232. oci/identity_domains/models/rule.py +1110 -0
  233. oci/identity_domains/models/rule_condition_group.py +270 -0
  234. oci/identity_domains/models/rule_policy_type.py +150 -0
  235. oci/identity_domains/models/rule_return.py +188 -0
  236. oci/identity_domains/models/rule_search_request.py +364 -0
  237. oci/identity_domains/models/rules.py +196 -0
  238. oci/identity_domains/models/schema.py +537 -0
  239. oci/identity_domains/models/schema_attributes.py +4165 -0
  240. oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.py +188 -0
  241. oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.py +433 -0
  242. oci/identity_domains/models/schema_localized_canonical_values.py +188 -0
  243. oci/identity_domains/models/schema_localized_display_name.py +147 -0
  244. oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.py +139 -0
  245. oci/identity_domains/models/schema_resolve_value_using_resource_type.py +139 -0
  246. oci/identity_domains/models/schema_search_request.py +329 -0
  247. oci/identity_domains/models/schema_sub_attributes.py +3209 -0
  248. oci/identity_domains/models/schemas.py +196 -0
  249. oci/identity_domains/models/self_registration_profile.py +1636 -0
  250. oci/identity_domains/models/self_registration_profile_after_submit_text.py +194 -0
  251. oci/identity_domains/models/self_registration_profile_consent_text.py +194 -0
  252. oci/identity_domains/models/self_registration_profile_default_groups.py +190 -0
  253. oci/identity_domains/models/self_registration_profile_display_name.py +194 -0
  254. oci/identity_domains/models/self_registration_profile_email_template.py +202 -0
  255. oci/identity_domains/models/self_registration_profile_footer_text.py +194 -0
  256. oci/identity_domains/models/self_registration_profile_header_text.py +194 -0
  257. oci/identity_domains/models/self_registration_profile_search_request.py +364 -0
  258. oci/identity_domains/models/self_registration_profile_user_attributes.py +286 -0
  259. oci/identity_domains/models/self_registration_profiles.py +196 -0
  260. oci/identity_domains/models/setting.py +3110 -0
  261. oci/identity_domains/models/settings.py +196 -0
  262. oci/identity_domains/models/settings_certificate_validation.py +566 -0
  263. oci/identity_domains/models/settings_cloud_gate_cors_settings.py +318 -0
  264. oci/identity_domains/models/settings_company_names.py +135 -0
  265. oci/identity_domains/models/settings_default_company_names.py +143 -0
  266. oci/identity_domains/models/settings_default_images.py +188 -0
  267. oci/identity_domains/models/settings_default_login_texts.py +145 -0
  268. oci/identity_domains/models/settings_images.py +176 -0
  269. oci/identity_domains/models/settings_login_texts.py +137 -0
  270. oci/identity_domains/models/settings_purge_configs.py +139 -0
  271. oci/identity_domains/models/settings_search_request.py +171 -0
  272. oci/identity_domains/models/settings_tenant_custom_claims.py +438 -0
  273. oci/identity_domains/models/user_ext_risk_scores.py +4 -0
  274. oci/integration/integration_instance_client.py +15 -15
  275. oci/jms/java_management_service_client.py +1352 -164
  276. oci/jms/java_management_service_client_composite_operations.py +226 -0
  277. oci/jms/models/__init__.py +32 -0
  278. oci/jms/models/agent.py +240 -0
  279. oci/jms/models/announcement_summary.py +1 -1
  280. oci/jms/models/application_work_item_details.py +2 -2
  281. oci/jms/models/basic_work_item_details.py +2 -2
  282. oci/jms/models/blocklist.py +31 -3
  283. oci/jms/models/blocklist_entry.py +31 -3
  284. oci/jms/models/create_blocklist_details.py +31 -3
  285. oci/jms/models/create_drs_file_details.py +134 -0
  286. oci/jms/models/disable_drs_details.py +69 -0
  287. oci/jms/models/drs_file.py +272 -0
  288. oci/jms/models/drs_file_collection.py +72 -0
  289. oci/jms/models/drs_file_summary.py +272 -0
  290. oci/jms/models/drs_target.py +72 -0
  291. oci/jms/models/enable_drs_details.py +69 -0
  292. oci/jms/models/export_setting.py +485 -0
  293. oci/jms/models/export_status.py +201 -0
  294. oci/jms/models/fleet.py +31 -0
  295. oci/jms/models/fleet_agent_configuration.py +27 -0
  296. oci/jms/models/fleet_summary.py +31 -0
  297. oci/jms/models/java_artifact.py +262 -2
  298. oci/jms/models/java_family.py +103 -2
  299. oci/jms/models/java_family_summary.py +70 -2
  300. oci/jms/models/java_migration_analysis_result.py +31 -0
  301. oci/jms/models/java_migration_analysis_result_summary.py +31 -0
  302. oci/jms/models/java_release.py +66 -2
  303. oci/jms/models/java_release_summary.py +66 -2
  304. oci/jms/models/lcm_work_item_details.py +86 -0
  305. oci/jms/models/manage_drs_details.py +73 -0
  306. oci/jms/models/managed_instance_usage.py +82 -0
  307. oci/jms/models/patch_detail.py +103 -0
  308. oci/jms/models/performance_tuning_analysis.py +2 -2
  309. oci/jms/models/plugin.py +103 -0
  310. oci/jms/models/request_crypto_analyses_details.py +2 -2
  311. oci/jms/models/update_drs_file_details.py +134 -0
  312. oci/jms/models/update_export_setting_details.py +349 -0
  313. oci/jms/models/update_fleet_agent_configuration_details.py +29 -2
  314. oci/jms/models/work_item_details.py +34 -6
  315. oci/jms/models/work_request.py +31 -3
  316. oci/jms_java_downloads/__init__.py +14 -0
  317. oci/jms_java_downloads/java_download_client.py +3088 -0
  318. oci/jms_java_downloads/java_download_client_composite_operations.py +384 -0
  319. oci/jms_java_downloads/models/__init__.py +80 -0
  320. oci/jms_java_downloads/models/create_java_download_report_details.py +289 -0
  321. oci/jms_java_downloads/models/create_java_download_token_details.py +336 -0
  322. oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +174 -0
  323. oci/jms_java_downloads/models/download_url.py +119 -0
  324. oci/jms_java_downloads/models/generate_artifact_download_url_details.py +72 -0
  325. oci/jms_java_downloads/models/java_download_count_aggregation.py +289 -0
  326. oci/jms_java_downloads/models/java_download_count_aggregation_collection.py +123 -0
  327. oci/jms_java_downloads/models/java_download_record.py +351 -0
  328. oci/jms_java_downloads/models/java_download_record_collection.py +72 -0
  329. oci/jms_java_downloads/models/java_download_record_summary.py +351 -0
  330. oci/jms_java_downloads/models/java_download_report.py +533 -0
  331. oci/jms_java_downloads/models/java_download_report_collection.py +72 -0
  332. oci/jms_java_downloads/models/java_download_report_summary.py +532 -0
  333. oci/jms_java_downloads/models/java_download_token.py +710 -0
  334. oci/jms_java_downloads/models/java_download_token_collection.py +72 -0
  335. oci/jms_java_downloads/models/java_download_token_summary.py +710 -0
  336. oci/jms_java_downloads/models/java_license.py +154 -0
  337. oci/jms_java_downloads/models/java_license_acceptance_record.py +513 -0
  338. oci/jms_java_downloads/models/java_license_acceptance_record_collection.py +72 -0
  339. oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +513 -0
  340. oci/jms_java_downloads/models/java_license_collection.py +72 -0
  341. oci/jms_java_downloads/models/java_license_summary.py +154 -0
  342. oci/jms_java_downloads/models/principal.py +138 -0
  343. oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +415 -0
  344. oci/jms_java_downloads/models/update_java_download_token_details.py +270 -0
  345. oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +88 -0
  346. oci/jms_java_downloads/models/work_request.py +412 -0
  347. oci/jms_java_downloads/models/work_request_error.py +136 -0
  348. oci/jms_java_downloads/models/work_request_error_collection.py +72 -0
  349. oci/jms_java_downloads/models/work_request_log_entry.py +103 -0
  350. oci/jms_java_downloads/models/work_request_log_entry_collection.py +72 -0
  351. oci/jms_java_downloads/models/work_request_resource.py +203 -0
  352. oci/jms_java_downloads/models/work_request_summary.py +412 -0
  353. oci/jms_java_downloads/models/work_request_summary_collection.py +72 -0
  354. oci/key_management/ekm_client.py +5 -5
  355. oci/key_management/kms_crypto_client.py +6 -6
  356. oci/key_management/kms_management_client.py +21 -21
  357. oci/key_management/kms_vault_client.py +14 -14
  358. oci/license_manager/license_manager_client.py +18 -18
  359. oci/limits/limits_client.py +4 -4
  360. oci/limits/quotas_client.py +7 -7
  361. oci/load_balancer/load_balancer_client.py +61 -61
  362. oci/lockbox/lockbox_client.py +23 -23
  363. oci/log_analytics/log_analytics_client.py +192 -192
  364. oci/logging/logging_management_client.py +30 -30
  365. oci/loggingingestion/logging_client.py +1 -1
  366. oci/loggingsearch/log_search_client.py +1 -1
  367. oci/management_agent/management_agent_client.py +23 -23
  368. oci/management_dashboard/dashx_apis_client.py +14 -14
  369. oci/marketplace/account_client.py +2 -2
  370. oci/marketplace/marketplace_client.py +30 -30
  371. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  372. oci/media_services/media_services_client.py +48 -48
  373. oci/media_services/media_stream_client.py +2 -2
  374. oci/monitoring/monitoring_client.py +13 -13
  375. oci/mysql/channels_client.py +7 -7
  376. oci/mysql/db_backups_client.py +6 -6
  377. oci/mysql/db_system_client.py +17 -17
  378. oci/mysql/mysqlaas_client.py +7 -7
  379. oci/mysql/replicas_client.py +5 -5
  380. oci/mysql/work_requests_client.py +4 -4
  381. oci/network_firewall/network_firewall_client.py +80 -80
  382. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  383. oci/nosql/nosql_client.py +24 -24
  384. oci/object_storage/object_storage_client.py +50 -50
  385. oci/oce/oce_instance_client.py +10 -10
  386. oci/oci_control_center/occ_metrics_client.py +3 -3
  387. oci/ocvp/esxi_host_client.py +6 -6
  388. oci/ocvp/sddc_client.py +13 -13
  389. oci/ocvp/work_request_client.py +4 -4
  390. oci/oda/management_client.py +56 -56
  391. oci/oda/oda_client.py +17 -17
  392. oci/oda/odapackage_client.py +7 -7
  393. oci/onesubscription/billing_schedule_client.py +1 -1
  394. oci/onesubscription/commitment_client.py +2 -2
  395. oci/onesubscription/computed_usage_client.py +3 -3
  396. oci/onesubscription/invoice_summary_client.py +2 -2
  397. oci/onesubscription/organization_subscription_client.py +1 -1
  398. oci/onesubscription/ratecard_client.py +1 -1
  399. oci/onesubscription/subscribed_service_client.py +2 -2
  400. oci/onesubscription/subscription_client.py +1 -1
  401. oci/ons/notification_control_plane_client.py +6 -6
  402. oci/ons/notification_data_plane_client.py +10 -10
  403. oci/opa/opa_instance_client.py +11 -11
  404. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  405. oci/opensearch/opensearch_cluster_client.py +14 -14
  406. oci/operator_access_control/access_requests_client.py +9 -9
  407. oci/operator_access_control/operator_actions_client.py +2 -2
  408. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  409. oci/operator_access_control/operator_control_client.py +6 -6
  410. oci/opsi/operations_insights_client.py +159 -159
  411. oci/optimizer/optimizer_client.py +26 -26
  412. oci/os_management/event_client.py +8 -8
  413. oci/os_management/os_management_client.py +69 -69
  414. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  415. oci/os_management_hub/managed_instance_client.py +22 -22
  416. oci/os_management_hub/managed_instance_group_client.py +22 -22
  417. oci/os_management_hub/management_station_client.py +8 -8
  418. oci/os_management_hub/onboarding_client.py +5 -5
  419. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  420. oci/os_management_hub/scheduled_job_client.py +6 -6
  421. oci/os_management_hub/software_source_client.py +22 -22
  422. oci/os_management_hub/work_request_client.py +4 -4
  423. oci/osp_gateway/address_rule_service_client.py +1 -1
  424. oci/osp_gateway/address_service_client.py +2 -2
  425. oci/osp_gateway/invoice_service_client.py +5 -5
  426. oci/osp_gateway/subscription_service_client.py +5 -5
  427. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  428. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  429. oci/osub_subscription/commitment_client.py +2 -2
  430. oci/osub_subscription/ratecard_client.py +1 -1
  431. oci/osub_subscription/subscription_client.py +1 -1
  432. oci/osub_usage/computed_usage_client.py +3 -3
  433. oci/psql/__init__.py +14 -0
  434. oci/psql/models/__init__.py +166 -0
  435. oci/psql/models/backup.py +645 -0
  436. oci/psql/models/backup_collection.py +72 -0
  437. oci/psql/models/backup_policy.py +156 -0
  438. oci/psql/models/backup_source_details.py +113 -0
  439. oci/psql/models/backup_summary.py +481 -0
  440. oci/psql/models/change_backup_compartment_details.py +74 -0
  441. oci/psql/models/change_configuration_compartment_details.py +74 -0
  442. oci/psql/models/change_db_system_compartment_details.py +78 -0
  443. oci/psql/models/config_overrides.py +103 -0
  444. oci/psql/models/config_params.py +289 -0
  445. oci/psql/models/configuration.py +532 -0
  446. oci/psql/models/configuration_collection.py +72 -0
  447. oci/psql/models/configuration_details.py +72 -0
  448. oci/psql/models/configuration_summary.py +450 -0
  449. oci/psql/models/connection_details.py +134 -0
  450. oci/psql/models/create_backup_details.py +262 -0
  451. oci/psql/models/create_configuration_details.py +384 -0
  452. oci/psql/models/create_db_instance_details.py +136 -0
  453. oci/psql/models/create_db_system_details.py +585 -0
  454. oci/psql/models/credentials.py +100 -0
  455. oci/psql/models/daily_backup_policy.py +89 -0
  456. oci/psql/models/db_configuration_override_collection.py +72 -0
  457. oci/psql/models/db_instance.py +325 -0
  458. oci/psql/models/db_instance_endpoint.py +99 -0
  459. oci/psql/models/db_system.py +827 -0
  460. oci/psql/models/db_system_collection.py +72 -0
  461. oci/psql/models/db_system_details.py +103 -0
  462. oci/psql/models/db_system_summary.py +574 -0
  463. oci/psql/models/default_config_params.py +258 -0
  464. oci/psql/models/default_configuration.py +406 -0
  465. oci/psql/models/default_configuration_collection.py +72 -0
  466. oci/psql/models/default_configuration_details.py +72 -0
  467. oci/psql/models/default_configuration_summary.py +320 -0
  468. oci/psql/models/endpoint.py +134 -0
  469. oci/psql/models/failover_db_system_details.py +107 -0
  470. oci/psql/models/management_policy.py +99 -0
  471. oci/psql/models/management_policy_details.py +99 -0
  472. oci/psql/models/monthly_backup_policy.py +122 -0
  473. oci/psql/models/network_details.py +136 -0
  474. oci/psql/models/none_backup_policy.py +58 -0
  475. oci/psql/models/none_source_details.py +51 -0
  476. oci/psql/models/oci_optimized_storage_details.py +95 -0
  477. oci/psql/models/password_details.py +110 -0
  478. oci/psql/models/patch_db_system_details.py +74 -0
  479. oci/psql/models/patch_insert_instruction.py +171 -0
  480. oci/psql/models/patch_instruction.py +184 -0
  481. oci/psql/models/patch_merge_instruction.py +97 -0
  482. oci/psql/models/patch_move_instruction.py +147 -0
  483. oci/psql/models/patch_prohibit_instruction.py +100 -0
  484. oci/psql/models/patch_remove_instruction.py +59 -0
  485. oci/psql/models/patch_replace_instruction.py +92 -0
  486. oci/psql/models/patch_require_instruction.py +99 -0
  487. oci/psql/models/plain_text_password_details.py +82 -0
  488. oci/psql/models/primary_db_instance_details.py +72 -0
  489. oci/psql/models/reset_master_user_password_details.py +69 -0
  490. oci/psql/models/restart_db_instance_in_db_system_details.py +119 -0
  491. oci/psql/models/restore_db_system_details.py +105 -0
  492. oci/psql/models/shape_collection.py +72 -0
  493. oci/psql/models/shape_summary.py +165 -0
  494. oci/psql/models/source_details.py +109 -0
  495. oci/psql/models/storage_details.py +161 -0
  496. oci/psql/models/update_backup_details.py +200 -0
  497. oci/psql/models/update_configuration_details.py +103 -0
  498. oci/psql/models/update_db_config_params.py +121 -0
  499. oci/psql/models/update_db_system_db_instance_details.py +103 -0
  500. oci/psql/models/update_db_system_details.py +250 -0
  501. oci/psql/models/update_storage_details_params.py +74 -0
  502. oci/psql/models/vault_secret_password_details.py +113 -0
  503. oci/psql/models/weekly_backup_policy.py +157 -0
  504. oci/psql/models/work_request.py +412 -0
  505. oci/psql/models/work_request_error.py +136 -0
  506. oci/psql/models/work_request_error_collection.py +72 -0
  507. oci/psql/models/work_request_log_entry.py +103 -0
  508. oci/psql/models/work_request_log_entry_collection.py +72 -0
  509. oci/psql/models/work_request_resource.py +228 -0
  510. oci/psql/models/work_request_summary.py +412 -0
  511. oci/psql/models/work_request_summary_collection.py +72 -0
  512. oci/psql/postgresql_client.py +3980 -0
  513. oci/psql/postgresql_client_composite_operations.py +807 -0
  514. oci/queue/queue_admin_client.py +11 -11
  515. oci/queue/queue_client.py +8 -8
  516. oci/recovery/database_recovery_client.py +23 -23
  517. oci/redis/redis_cluster_client.py +11 -11
  518. oci/resource_manager/resource_manager_client.py +52 -52
  519. oci/resource_search/resource_search_client.py +3 -3
  520. oci/rover/rover_bundle_client.py +8 -8
  521. oci/rover/rover_cluster_client.py +8 -8
  522. oci/rover/rover_entitlement_client.py +6 -6
  523. oci/rover/rover_node_client.py +15 -15
  524. oci/rover/shape_client.py +1 -1
  525. oci/rover/work_requests_client.py +5 -5
  526. oci/sch/service_connector_client.py +12 -12
  527. oci/secrets/secrets_client.py +3 -3
  528. oci/service_catalog/service_catalog_client.py +26 -26
  529. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  530. oci/service_mesh/service_mesh_client.py +48 -48
  531. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  532. oci/streaming/stream_admin_client.py +18 -18
  533. oci/streaming/stream_client.py +8 -8
  534. oci/tenant_manager_control_plane/domain_client.py +5 -5
  535. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  536. oci/tenant_manager_control_plane/governance_client.py +2 -2
  537. oci/tenant_manager_control_plane/link_client.py +3 -3
  538. oci/tenant_manager_control_plane/orders_client.py +2 -2
  539. oci/tenant_manager_control_plane/organization_client.py +10 -10
  540. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  541. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  542. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  543. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  544. oci/threat_intelligence/threatintel_client.py +5 -5
  545. oci/usage/resources_client.py +2 -2
  546. oci/usage/rewards_client.py +6 -6
  547. oci/usage/usagelimits_client.py +1 -1
  548. oci/usage_api/usageapi_client.py +19 -19
  549. oci/vault/vaults_client.py +11 -11
  550. oci/vbs_inst/vbs_instance_client.py +10 -10
  551. oci/version.py +1 -1
  552. oci/visual_builder/vb_instance_client.py +13 -13
  553. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  554. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  555. oci/waa/waa_client.py +13 -13
  556. oci/waa/work_request_client.py +4 -4
  557. oci/waas/redirect_client.py +6 -6
  558. oci/waas/waas_client.py +66 -66
  559. oci/waf/waf_client.py +24 -24
  560. oci/work_requests/work_request_client.py +4 -4
  561. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/METADATA +1 -1
  562. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/RECORD +566 -289
  563. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/LICENSE.txt +0 -0
  564. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  565. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/WHEEL +0 -0
  566. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/top_level.txt +0 -0
@@ -162,7 +162,7 @@ class OperationsInsightsClient(object):
162
162
  :rtype: :class:`~oci.response.Response`
163
163
 
164
164
  :example:
165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
166
166
  """
167
167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
168
168
  required_arguments = ['exadataInsightId']
@@ -282,7 +282,7 @@ class OperationsInsightsClient(object):
282
282
  :rtype: :class:`~oci.response.Response`
283
283
 
284
284
  :example:
285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
285
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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
286
  """
287
287
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
288
288
  required_arguments = ['databaseInsightId']
@@ -402,7 +402,7 @@ class OperationsInsightsClient(object):
402
402
  :rtype: :class:`~oci.response.Response`
403
403
 
404
404
  :example:
405
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
405
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
406
406
  """
407
407
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
408
408
  required_arguments = ['databaseInsightId']
@@ -514,7 +514,7 @@ class OperationsInsightsClient(object):
514
514
  :rtype: :class:`~oci.response.Response`
515
515
 
516
516
  :example:
517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
518
518
  """
519
519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
520
520
  required_arguments = ['enterpriseManagerBridgeId']
@@ -631,7 +631,7 @@ class OperationsInsightsClient(object):
631
631
  :rtype: :class:`~oci.response.Response`
632
632
 
633
633
  :example:
634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
635
635
  """
636
636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
637
637
  required_arguments = ['exadataInsightId']
@@ -751,7 +751,7 @@ class OperationsInsightsClient(object):
751
751
  :rtype: :class:`~oci.response.Response`
752
752
 
753
753
  :example:
754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
755
755
  """
756
756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
757
757
  required_arguments = ['hostInsightId']
@@ -871,7 +871,7 @@ class OperationsInsightsClient(object):
871
871
  :rtype: :class:`~oci.response.Response`
872
872
 
873
873
  :example:
874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
875
875
  """
876
876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
877
877
  required_arguments = ['newsReportId']
@@ -993,7 +993,7 @@ class OperationsInsightsClient(object):
993
993
  :rtype: :class:`~oci.response.Response`
994
994
 
995
995
  :example:
996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
997
997
  """
998
998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
999
999
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -1115,7 +1115,7 @@ class OperationsInsightsClient(object):
1115
1115
  :rtype: :class:`~oci.response.Response`
1116
1116
 
1117
1117
  :example:
1118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1119
1119
  """
1120
1120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1121
1121
  required_arguments = ['opsiConfigurationId']
@@ -1235,7 +1235,7 @@ class OperationsInsightsClient(object):
1235
1235
  :rtype: :class:`~oci.response.Response`
1236
1236
 
1237
1237
  :example:
1238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1239
1239
  """
1240
1240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1241
1241
  required_arguments = ['databaseInsightId']
@@ -1348,7 +1348,7 @@ class OperationsInsightsClient(object):
1348
1348
  :rtype: :class:`~oci.response.Response`
1349
1349
 
1350
1350
  :example:
1351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1352
1352
  """
1353
1353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1354
1354
  required_arguments = []
@@ -1448,7 +1448,7 @@ class OperationsInsightsClient(object):
1448
1448
  :rtype: :class:`~oci.response.Response`
1449
1449
 
1450
1450
  :example:
1451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1451
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1452
1452
  """
1453
1453
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1454
1454
  required_arguments = []
@@ -1548,7 +1548,7 @@ class OperationsInsightsClient(object):
1548
1548
  :rtype: :class:`~oci.response.Response`
1549
1549
 
1550
1550
  :example:
1551
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
1551
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
1552
1552
  """
1553
1553
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1554
1554
  required_arguments = []
@@ -1648,7 +1648,7 @@ class OperationsInsightsClient(object):
1648
1648
  :rtype: :class:`~oci.response.Response`
1649
1649
 
1650
1650
  :example:
1651
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
1651
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
1652
1652
  """
1653
1653
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1654
1654
  required_arguments = []
@@ -1748,7 +1748,7 @@ class OperationsInsightsClient(object):
1748
1748
  :rtype: :class:`~oci.response.Response`
1749
1749
 
1750
1750
  :example:
1751
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
1751
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
1752
1752
  """
1753
1753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1754
1754
  required_arguments = []
@@ -1848,7 +1848,7 @@ class OperationsInsightsClient(object):
1848
1848
  :rtype: :class:`~oci.response.Response`
1849
1849
 
1850
1850
  :example:
1851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
1851
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
1852
1852
  """
1853
1853
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1854
1854
  required_arguments = []
@@ -1949,7 +1949,7 @@ class OperationsInsightsClient(object):
1949
1949
  :rtype: :class:`~oci.response.Response`
1950
1950
 
1951
1951
  :example:
1952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
1952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
1953
1953
  """
1954
1954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1955
1955
  required_arguments = []
@@ -2051,7 +2051,7 @@ class OperationsInsightsClient(object):
2051
2051
  :rtype: :class:`~oci.response.Response`
2052
2052
 
2053
2053
  :example:
2054
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2054
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2055
2055
  """
2056
2056
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2057
2057
  required_arguments = []
@@ -2152,7 +2152,7 @@ class OperationsInsightsClient(object):
2152
2152
  :rtype: :class:`~oci.response.Response`
2153
2153
 
2154
2154
  :example:
2155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2156
2156
  """
2157
2157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2158
2158
  required_arguments = []
@@ -2271,7 +2271,7 @@ class OperationsInsightsClient(object):
2271
2271
  :rtype: :class:`~oci.response.Response`
2272
2272
 
2273
2273
  :example:
2274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2275
2275
  """
2276
2276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2277
2277
  required_arguments = []
@@ -2406,7 +2406,7 @@ class OperationsInsightsClient(object):
2406
2406
  :rtype: :class:`~oci.response.Response`
2407
2407
 
2408
2408
  :example:
2409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2410
2410
  """
2411
2411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2412
2412
  required_arguments = ['awrHubId']
@@ -2510,7 +2510,7 @@ class OperationsInsightsClient(object):
2510
2510
  :rtype: :class:`~oci.response.Response`
2511
2511
 
2512
2512
  :example:
2513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
2513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
2514
2514
  """
2515
2515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2516
2516
  required_arguments = ['databaseInsightId']
@@ -2614,7 +2614,7 @@ class OperationsInsightsClient(object):
2614
2614
  :rtype: :class:`~oci.response.Response`
2615
2615
 
2616
2616
  :example:
2617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
2617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
2618
2618
  """
2619
2619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2620
2620
  required_arguments = ['enterpriseManagerBridgeId']
@@ -2718,7 +2718,7 @@ class OperationsInsightsClient(object):
2718
2718
  :rtype: :class:`~oci.response.Response`
2719
2719
 
2720
2720
  :example:
2721
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
2721
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
2722
2722
  """
2723
2723
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2724
2724
  required_arguments = ['exadataInsightId']
@@ -2822,7 +2822,7 @@ class OperationsInsightsClient(object):
2822
2822
  :rtype: :class:`~oci.response.Response`
2823
2823
 
2824
2824
  :example:
2825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
2825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
2826
2826
  """
2827
2827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2828
2828
  required_arguments = ['hostInsightId']
@@ -2926,7 +2926,7 @@ class OperationsInsightsClient(object):
2926
2926
  :rtype: :class:`~oci.response.Response`
2927
2927
 
2928
2928
  :example:
2929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
2929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
2930
2930
  """
2931
2931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2932
2932
  required_arguments = ['newsReportId']
@@ -3032,7 +3032,7 @@ class OperationsInsightsClient(object):
3032
3032
  :rtype: :class:`~oci.response.Response`
3033
3033
 
3034
3034
  :example:
3035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3036
3036
  """
3037
3037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3038
3038
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -3139,7 +3139,7 @@ class OperationsInsightsClient(object):
3139
3139
  :rtype: :class:`~oci.response.Response`
3140
3140
 
3141
3141
  :example:
3142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3143
3143
  """
3144
3144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3145
3145
  required_arguments = ['operationsInsightsWarehouseId']
@@ -3243,7 +3243,7 @@ class OperationsInsightsClient(object):
3243
3243
  :rtype: :class:`~oci.response.Response`
3244
3244
 
3245
3245
  :example:
3246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3247
3247
  """
3248
3248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3249
3249
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -3349,7 +3349,7 @@ class OperationsInsightsClient(object):
3349
3349
  :rtype: :class:`~oci.response.Response`
3350
3350
 
3351
3351
  :example:
3352
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
3352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
3353
3353
  """
3354
3354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3355
3355
  required_arguments = ['opsiConfigurationId']
@@ -3461,7 +3461,7 @@ class OperationsInsightsClient(object):
3461
3461
  :rtype: :class:`~oci.response.Response`
3462
3462
 
3463
3463
  :example:
3464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
3464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
3465
3465
  """
3466
3466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3467
3467
  required_arguments = ['databaseInsightId']
@@ -3576,7 +3576,7 @@ class OperationsInsightsClient(object):
3576
3576
  :rtype: :class:`~oci.response.Response`
3577
3577
 
3578
3578
  :example:
3579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
3579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
3580
3580
  """
3581
3581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3582
3582
  required_arguments = ['databaseInsightId']
@@ -3691,7 +3691,7 @@ class OperationsInsightsClient(object):
3691
3691
  :rtype: :class:`~oci.response.Response`
3692
3692
 
3693
3693
  :example:
3694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
3694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
3695
3695
  """
3696
3696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3697
3697
  required_arguments = ['exadataInsightId']
@@ -3806,7 +3806,7 @@ class OperationsInsightsClient(object):
3806
3806
  :rtype: :class:`~oci.response.Response`
3807
3807
 
3808
3808
  :example:
3809
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
3809
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
3810
3810
  """
3811
3811
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3812
3812
  required_arguments = ['hostInsightId']
@@ -3919,7 +3919,7 @@ class OperationsInsightsClient(object):
3919
3919
  :rtype: :class:`~oci.response.Response`
3920
3920
 
3921
3921
  :example:
3922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
3922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
3923
3923
  """
3924
3924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3925
3925
  required_arguments = ['operationsInsightsWarehouseId']
@@ -4039,7 +4039,7 @@ class OperationsInsightsClient(object):
4039
4039
  :rtype: :class:`~oci.response.Response`
4040
4040
 
4041
4041
  :example:
4042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
4042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
4043
4043
  """
4044
4044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4045
4045
  required_arguments = ['databaseInsightId']
@@ -4159,7 +4159,7 @@ class OperationsInsightsClient(object):
4159
4159
  :rtype: :class:`~oci.response.Response`
4160
4160
 
4161
4161
  :example:
4162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
4162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
4163
4163
  """
4164
4164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4165
4165
  required_arguments = ['databaseInsightId']
@@ -4279,7 +4279,7 @@ class OperationsInsightsClient(object):
4279
4279
  :rtype: :class:`~oci.response.Response`
4280
4280
 
4281
4281
  :example:
4282
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
4282
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
4283
4283
  """
4284
4284
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4285
4285
  required_arguments = ['exadataInsightId']
@@ -4399,7 +4399,7 @@ class OperationsInsightsClient(object):
4399
4399
  :rtype: :class:`~oci.response.Response`
4400
4400
 
4401
4401
  :example:
4402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
4402
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
4403
4403
  """
4404
4404
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4405
4405
  required_arguments = ['hostInsightId']
@@ -4535,7 +4535,7 @@ class OperationsInsightsClient(object):
4535
4535
  :rtype: :class:`~oci.response.Response`
4536
4536
 
4537
4537
  :example:
4538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
4538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
4539
4539
  """
4540
4540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4541
4541
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -4699,7 +4699,7 @@ class OperationsInsightsClient(object):
4699
4699
  :rtype: :class:`~oci.response.Response`
4700
4700
 
4701
4701
  :example:
4702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
4702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
4703
4703
  """
4704
4704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4705
4705
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
@@ -4825,7 +4825,7 @@ class OperationsInsightsClient(object):
4825
4825
  :rtype: :class:`~oci.response.Response`
4826
4826
 
4827
4827
  :example:
4828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
4828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
4829
4829
  """
4830
4830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4831
4831
  required_arguments = ['awrHubId']
@@ -4948,7 +4948,7 @@ class OperationsInsightsClient(object):
4948
4948
  :rtype: :class:`~oci.response.Response`
4949
4949
 
4950
4950
  :example:
4951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
4951
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
4952
4952
  """
4953
4953
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4954
4954
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -5073,7 +5073,7 @@ class OperationsInsightsClient(object):
5073
5073
  :rtype: :class:`~oci.response.Response`
5074
5074
 
5075
5075
  :example:
5076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
5076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
5077
5077
  """
5078
5078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5079
5079
  required_arguments = ['databaseInsightId']
@@ -5172,7 +5172,7 @@ class OperationsInsightsClient(object):
5172
5172
  :rtype: :class:`~oci.response.Response`
5173
5173
 
5174
5174
  :example:
5175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
5175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
5176
5176
  """
5177
5177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5178
5178
  required_arguments = ['enterpriseManagerBridgeId']
@@ -5271,7 +5271,7 @@ class OperationsInsightsClient(object):
5271
5271
  :rtype: :class:`~oci.response.Response`
5272
5272
 
5273
5273
  :example:
5274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
5274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
5275
5275
  """
5276
5276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5277
5277
  required_arguments = ['exadataInsightId']
@@ -5370,7 +5370,7 @@ class OperationsInsightsClient(object):
5370
5370
  :rtype: :class:`~oci.response.Response`
5371
5371
 
5372
5372
  :example:
5373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
5373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
5374
5374
  """
5375
5375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5376
5376
  required_arguments = ['hostInsightId']
@@ -5469,7 +5469,7 @@ class OperationsInsightsClient(object):
5469
5469
  :rtype: :class:`~oci.response.Response`
5470
5470
 
5471
5471
  :example:
5472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
5472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
5473
5473
  """
5474
5474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5475
5475
  required_arguments = ['newsReportId']
@@ -5570,7 +5570,7 @@ class OperationsInsightsClient(object):
5570
5570
  :rtype: :class:`~oci.response.Response`
5571
5571
 
5572
5572
  :example:
5573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
5573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
5574
5574
  """
5575
5575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5576
5576
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -5670,7 +5670,7 @@ class OperationsInsightsClient(object):
5670
5670
  :rtype: :class:`~oci.response.Response`
5671
5671
 
5672
5672
  :example:
5673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
5673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
5674
5674
  """
5675
5675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5676
5676
  required_arguments = ['operationsInsightsWarehouseId']
@@ -5769,7 +5769,7 @@ class OperationsInsightsClient(object):
5769
5769
  :rtype: :class:`~oci.response.Response`
5770
5770
 
5771
5771
  :example:
5772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
5772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
5773
5773
  """
5774
5774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5775
5775
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -5891,7 +5891,7 @@ class OperationsInsightsClient(object):
5891
5891
  :rtype: :class:`~oci.response.Response`
5892
5892
 
5893
5893
  :example:
5894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
5894
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
5895
5895
  """
5896
5896
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5897
5897
  required_arguments = ['opsiConfigurationId']
@@ -6033,7 +6033,7 @@ class OperationsInsightsClient(object):
6033
6033
  :rtype: :class:`~oci.response.Response`
6034
6034
 
6035
6035
  :example:
6036
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
6036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
6037
6037
  """
6038
6038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6039
6039
  required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
@@ -6139,7 +6139,7 @@ class OperationsInsightsClient(object):
6139
6139
  :rtype: :class:`~oci.response.Response`
6140
6140
 
6141
6141
  :example:
6142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
6142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
6143
6143
  """
6144
6144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6145
6145
  required_arguments = ['workRequestId']
@@ -6262,7 +6262,7 @@ class OperationsInsightsClient(object):
6262
6262
  :rtype: :class:`~oci.response.Response`
6263
6263
 
6264
6264
  :example:
6265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
6265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
6266
6266
  """
6267
6267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6268
6268
  required_arguments = []
@@ -6389,7 +6389,7 @@ class OperationsInsightsClient(object):
6389
6389
  :rtype: :class:`~oci.response.Response`
6390
6390
 
6391
6391
  :example:
6392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
6392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
6393
6393
  """
6394
6394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6395
6395
  required_arguments = []
@@ -6511,7 +6511,7 @@ class OperationsInsightsClient(object):
6511
6511
  :rtype: :class:`~oci.response.Response`
6512
6512
 
6513
6513
  :example:
6514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
6514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
6515
6515
  """
6516
6516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6517
6517
  required_arguments = ['id']
@@ -6630,7 +6630,7 @@ class OperationsInsightsClient(object):
6630
6630
  :rtype: :class:`~oci.response.Response`
6631
6631
 
6632
6632
  :example:
6633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
6633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
6634
6634
  """
6635
6635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6636
6636
  required_arguments = ['id']
@@ -6760,7 +6760,7 @@ class OperationsInsightsClient(object):
6760
6760
  :rtype: :class:`~oci.response.Response`
6761
6761
 
6762
6762
  :example:
6763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
6763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
6764
6764
  """
6765
6765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6766
6766
  required_arguments = []
@@ -6895,7 +6895,7 @@ class OperationsInsightsClient(object):
6895
6895
  :rtype: :class:`~oci.response.Response`
6896
6896
 
6897
6897
  :example:
6898
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
6898
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
6899
6899
  """
6900
6900
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6901
6901
  required_arguments = []
@@ -7025,7 +7025,7 @@ class OperationsInsightsClient(object):
7025
7025
  :rtype: :class:`~oci.response.Response`
7026
7026
 
7027
7027
  :example:
7028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
7028
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
7029
7029
  """
7030
7030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7031
7031
  required_arguments = []
@@ -7159,7 +7159,7 @@ class OperationsInsightsClient(object):
7159
7159
  :rtype: :class:`~oci.response.Response`
7160
7160
 
7161
7161
  :example:
7162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
7162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
7163
7163
  """
7164
7164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7165
7165
  required_arguments = []
@@ -7331,7 +7331,7 @@ class OperationsInsightsClient(object):
7331
7331
  :rtype: :class:`~oci.response.Response`
7332
7332
 
7333
7333
  :example:
7334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
7334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
7335
7335
  """
7336
7336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7337
7337
  required_arguments = ['compartmentId']
@@ -7546,7 +7546,7 @@ class OperationsInsightsClient(object):
7546
7546
  :rtype: :class:`~oci.response.Response`
7547
7547
 
7548
7548
  :example:
7549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
7549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
7550
7550
  """
7551
7551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7552
7552
  required_arguments = ['compartmentId']
@@ -7750,7 +7750,7 @@ class OperationsInsightsClient(object):
7750
7750
  :rtype: :class:`~oci.response.Response`
7751
7751
 
7752
7752
  :example:
7753
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
7753
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
7754
7754
  """
7755
7755
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7756
7756
  required_arguments = ['compartmentId']
@@ -7946,7 +7946,7 @@ class OperationsInsightsClient(object):
7946
7946
  :rtype: :class:`~oci.response.Response`
7947
7947
 
7948
7948
  :example:
7949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
7949
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
7950
7950
  """
7951
7951
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7952
7952
  required_arguments = ['compartmentId']
@@ -8177,7 +8177,7 @@ class OperationsInsightsClient(object):
8177
8177
  :rtype: :class:`~oci.response.Response`
8178
8178
 
8179
8179
  :example:
8180
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
8180
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
8181
8181
  """
8182
8182
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8183
8183
  required_arguments = ['compartmentId']
@@ -8402,7 +8402,7 @@ class OperationsInsightsClient(object):
8402
8402
  :rtype: :class:`~oci.response.Response`
8403
8403
 
8404
8404
  :example:
8405
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
8405
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
8406
8406
  """
8407
8407
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8408
8408
  required_arguments = ['compartmentId']
@@ -8584,7 +8584,7 @@ class OperationsInsightsClient(object):
8584
8584
  :rtype: :class:`~oci.response.Response`
8585
8585
 
8586
8586
  :example:
8587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
8587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
8588
8588
  """
8589
8589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8590
8590
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -8757,7 +8757,7 @@ class OperationsInsightsClient(object):
8757
8757
  :rtype: :class:`~oci.response.Response`
8758
8758
 
8759
8759
  :example:
8760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
8760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
8761
8761
  """
8762
8762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8763
8763
  required_arguments = ['awrHubId']
@@ -8932,7 +8932,7 @@ class OperationsInsightsClient(object):
8932
8932
  :rtype: :class:`~oci.response.Response`
8933
8933
 
8934
8934
  :example:
8935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
8935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
8936
8936
  """
8937
8937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8938
8938
  required_arguments = ['operationsInsightsWarehouseId']
@@ -9100,7 +9100,7 @@ class OperationsInsightsClient(object):
9100
9100
  :rtype: :class:`~oci.response.Response`
9101
9101
 
9102
9102
  :example:
9103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
9103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
9104
9104
  """
9105
9105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9106
9106
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -9322,7 +9322,7 @@ class OperationsInsightsClient(object):
9322
9322
  :rtype: :class:`~oci.response.Response`
9323
9323
 
9324
9324
  :example:
9325
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
9325
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
9326
9326
  """
9327
9327
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9328
9328
  required_arguments = []
@@ -9547,7 +9547,7 @@ class OperationsInsightsClient(object):
9547
9547
  :rtype: :class:`~oci.response.Response`
9548
9548
 
9549
9549
  :example:
9550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
9550
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
9551
9551
  """
9552
9552
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9553
9553
  required_arguments = []
@@ -9759,7 +9759,7 @@ class OperationsInsightsClient(object):
9759
9759
  :rtype: :class:`~oci.response.Response`
9760
9760
 
9761
9761
  :example:
9762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
9762
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
9763
9763
  """
9764
9764
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9765
9765
  required_arguments = []
@@ -9954,7 +9954,7 @@ class OperationsInsightsClient(object):
9954
9954
  :rtype: :class:`~oci.response.Response`
9955
9955
 
9956
9956
  :example:
9957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
9957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
9958
9958
  """
9959
9959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9960
9960
  required_arguments = []
@@ -10137,7 +10137,7 @@ class OperationsInsightsClient(object):
10137
10137
  :rtype: :class:`~oci.response.Response`
10138
10138
 
10139
10139
  :example:
10140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
10140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
10141
10141
  """
10142
10142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10143
10143
  required_arguments = []
@@ -10372,7 +10372,7 @@ class OperationsInsightsClient(object):
10372
10372
  :rtype: :class:`~oci.response.Response`
10373
10373
 
10374
10374
  :example:
10375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
10375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
10376
10376
  """
10377
10377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10378
10378
  required_arguments = []
@@ -10588,7 +10588,7 @@ class OperationsInsightsClient(object):
10588
10588
  :rtype: :class:`~oci.response.Response`
10589
10589
 
10590
10590
  :example:
10591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
10591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
10592
10592
  """
10593
10593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10594
10594
  required_arguments = []
@@ -10819,7 +10819,7 @@ class OperationsInsightsClient(object):
10819
10819
  :rtype: :class:`~oci.response.Response`
10820
10820
 
10821
10821
  :example:
10822
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
10822
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
10823
10823
  """
10824
10824
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10825
10825
  required_arguments = ['compartmentId', 'id']
@@ -10990,7 +10990,7 @@ class OperationsInsightsClient(object):
10990
10990
  :rtype: :class:`~oci.response.Response`
10991
10991
 
10992
10992
  :example:
10993
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
10993
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
10994
10994
  """
10995
10995
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10996
10996
  required_arguments = ['compartmentId']
@@ -11140,7 +11140,7 @@ class OperationsInsightsClient(object):
11140
11140
  :rtype: :class:`~oci.response.Response`
11141
11141
 
11142
11142
  :example:
11143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
11143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
11144
11144
  """
11145
11145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11146
11146
  required_arguments = ['compartmentId']
@@ -11281,7 +11281,7 @@ class OperationsInsightsClient(object):
11281
11281
  :rtype: :class:`~oci.response.Response`
11282
11282
 
11283
11283
  :example:
11284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
11284
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
11285
11285
  """
11286
11286
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11287
11287
  required_arguments = ['enterpriseManagerBridgeId']
@@ -11440,7 +11440,7 @@ class OperationsInsightsClient(object):
11440
11440
  :rtype: :class:`~oci.response.Response`
11441
11441
 
11442
11442
  :example:
11443
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
11443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
11444
11444
  """
11445
11445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11446
11446
  required_arguments = []
@@ -11631,7 +11631,7 @@ class OperationsInsightsClient(object):
11631
11631
  :rtype: :class:`~oci.response.Response`
11632
11632
 
11633
11633
  :example:
11634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
11634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
11635
11635
  """
11636
11636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11637
11637
  required_arguments = []
@@ -11810,7 +11810,7 @@ class OperationsInsightsClient(object):
11810
11810
  :rtype: :class:`~oci.response.Response`
11811
11811
 
11812
11812
  :example:
11813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
11813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
11814
11814
  """
11815
11815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11816
11816
  required_arguments = ['operationsInsightsWarehouseId']
@@ -11982,7 +11982,7 @@ class OperationsInsightsClient(object):
11982
11982
  :rtype: :class:`~oci.response.Response`
11983
11983
 
11984
11984
  :example:
11985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
11985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
11986
11986
  """
11987
11987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11988
11988
  required_arguments = []
@@ -12154,7 +12154,7 @@ class OperationsInsightsClient(object):
12154
12154
  :rtype: :class:`~oci.response.Response`
12155
12155
 
12156
12156
  :example:
12157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
12157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
12158
12158
  """
12159
12159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12160
12160
  required_arguments = ['compartmentId']
@@ -12334,7 +12334,7 @@ class OperationsInsightsClient(object):
12334
12334
  :rtype: :class:`~oci.response.Response`
12335
12335
 
12336
12336
  :example:
12337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
12337
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
12338
12338
  """
12339
12339
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12340
12340
  required_arguments = ['compartmentId']
@@ -12494,7 +12494,7 @@ class OperationsInsightsClient(object):
12494
12494
  :rtype: :class:`~oci.response.Response`
12495
12495
 
12496
12496
  :example:
12497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
12497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
12498
12498
  """
12499
12499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12500
12500
  required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
@@ -12657,7 +12657,7 @@ class OperationsInsightsClient(object):
12657
12657
  :rtype: :class:`~oci.response.Response`
12658
12658
 
12659
12659
  :example:
12660
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
12660
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
12661
12661
  """
12662
12662
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12663
12663
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -12821,7 +12821,7 @@ class OperationsInsightsClient(object):
12821
12821
  :rtype: :class:`~oci.response.Response`
12822
12822
 
12823
12823
  :example:
12824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
12824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
12825
12825
  """
12826
12826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12827
12827
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -12981,7 +12981,7 @@ class OperationsInsightsClient(object):
12981
12981
  :rtype: :class:`~oci.response.Response`
12982
12982
 
12983
12983
  :example:
12984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
12984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
12985
12985
  """
12986
12986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12987
12987
  required_arguments = ['warehouseType', 'warehouseId']
@@ -13159,7 +13159,7 @@ class OperationsInsightsClient(object):
13159
13159
  :rtype: :class:`~oci.response.Response`
13160
13160
 
13161
13161
  :example:
13162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
13162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
13163
13163
  """
13164
13164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13165
13165
  required_arguments = ['workRequestId']
@@ -13312,7 +13312,7 @@ class OperationsInsightsClient(object):
13312
13312
  :rtype: :class:`~oci.response.Response`
13313
13313
 
13314
13314
  :example:
13315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
13315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
13316
13316
  """
13317
13317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13318
13318
  required_arguments = ['workRequestId']
@@ -13481,7 +13481,7 @@ class OperationsInsightsClient(object):
13481
13481
  :rtype: :class:`~oci.response.Response`
13482
13482
 
13483
13483
  :example:
13484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
13484
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
13485
13485
  """
13486
13486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13487
13487
  required_arguments = []
@@ -13635,7 +13635,7 @@ class OperationsInsightsClient(object):
13635
13635
  :rtype: :class:`~oci.response.Response`
13636
13636
 
13637
13637
  :example:
13638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
13638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
13639
13639
  """
13640
13640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13641
13641
  required_arguments = ['compartmentId']
@@ -13762,7 +13762,7 @@ class OperationsInsightsClient(object):
13762
13762
  :rtype: :class:`~oci.response.Response`
13763
13763
 
13764
13764
  :example:
13765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
13765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
13766
13766
  """
13767
13767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13768
13768
  required_arguments = ['warehouseType', 'warehouseId']
@@ -13879,7 +13879,7 @@ class OperationsInsightsClient(object):
13879
13879
  :rtype: :class:`~oci.response.Response`
13880
13880
 
13881
13881
  :example:
13882
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
13882
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
13883
13883
  """
13884
13884
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13885
13885
  required_arguments = ['operationsInsightsWarehouseId']
@@ -14063,7 +14063,7 @@ class OperationsInsightsClient(object):
14063
14063
  :rtype: :class:`~oci.response.Response`
14064
14064
 
14065
14065
  :example:
14066
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
14066
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
14067
14067
  """
14068
14068
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14069
14069
  required_arguments = ['compartmentId']
@@ -14293,7 +14293,7 @@ class OperationsInsightsClient(object):
14293
14293
  :rtype: :class:`~oci.response.Response`
14294
14294
 
14295
14295
  :example:
14296
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
14296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
14297
14297
  """
14298
14298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14299
14299
  required_arguments = ['compartmentId', 'name']
@@ -14544,7 +14544,7 @@ class OperationsInsightsClient(object):
14544
14544
  :rtype: :class:`~oci.response.Response`
14545
14545
 
14546
14546
  :example:
14547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
14547
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
14548
14548
  """
14549
14549
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14550
14550
  required_arguments = ['compartmentId']
@@ -14815,7 +14815,7 @@ class OperationsInsightsClient(object):
14815
14815
  :rtype: :class:`~oci.response.Response`
14816
14816
 
14817
14817
  :example:
14818
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
14818
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
14819
14819
  """
14820
14820
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14821
14821
  required_arguments = ['compartmentId']
@@ -15035,7 +15035,7 @@ class OperationsInsightsClient(object):
15035
15035
  :rtype: :class:`~oci.response.Response`
15036
15036
 
15037
15037
  :example:
15038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
15038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
15039
15039
  """
15040
15040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15041
15041
  required_arguments = ['compartmentId', 'objectIdentifier']
@@ -15225,7 +15225,7 @@ class OperationsInsightsClient(object):
15225
15225
  :rtype: :class:`~oci.response.Response`
15226
15226
 
15227
15227
  :example:
15228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
15228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
15229
15229
  """
15230
15230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15231
15231
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -15399,7 +15399,7 @@ class OperationsInsightsClient(object):
15399
15399
  :rtype: :class:`~oci.response.Response`
15400
15400
 
15401
15401
  :example:
15402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
15402
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
15403
15403
  """
15404
15404
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15405
15405
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -15597,7 +15597,7 @@ class OperationsInsightsClient(object):
15597
15597
  :rtype: :class:`~oci.response.Response`
15598
15598
 
15599
15599
  :example:
15600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
15600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
15601
15601
  """
15602
15602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15603
15603
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -15791,7 +15791,7 @@ class OperationsInsightsClient(object):
15791
15791
  :rtype: :class:`~oci.response.Response`
15792
15792
 
15793
15793
  :example:
15794
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
15794
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
15795
15795
  """
15796
15796
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15797
15797
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -16009,7 +16009,7 @@ class OperationsInsightsClient(object):
16009
16009
  :rtype: :class:`~oci.response.Response`
16010
16010
 
16011
16011
  :example:
16012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
16012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
16013
16013
  """
16014
16014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16015
16015
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -16213,7 +16213,7 @@ class OperationsInsightsClient(object):
16213
16213
  :rtype: :class:`~oci.response.Response`
16214
16214
 
16215
16215
  :example:
16216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
16216
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
16217
16217
  """
16218
16218
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16219
16219
  required_arguments = ['awrHubId']
@@ -16397,7 +16397,7 @@ class OperationsInsightsClient(object):
16397
16397
  :rtype: :class:`~oci.response.Response`
16398
16398
 
16399
16399
  :example:
16400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
16400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
16401
16401
  """
16402
16402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16403
16403
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -16576,7 +16576,7 @@ class OperationsInsightsClient(object):
16576
16576
  :rtype: :class:`~oci.response.Response`
16577
16577
 
16578
16578
  :example:
16579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
16579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
16580
16580
  """
16581
16581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16582
16582
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -16781,7 +16781,7 @@ class OperationsInsightsClient(object):
16781
16781
  :rtype: :class:`~oci.response.Response`
16782
16782
 
16783
16783
  :example:
16784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
16784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
16785
16785
  """
16786
16786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16787
16787
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
@@ -16982,7 +16982,7 @@ class OperationsInsightsClient(object):
16982
16982
  :rtype: :class:`~oci.response.Response`
16983
16983
 
16984
16984
  :example:
16985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
16985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
16986
16986
  """
16987
16987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16988
16988
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
@@ -17165,7 +17165,7 @@ class OperationsInsightsClient(object):
17165
17165
  :rtype: :class:`~oci.response.Response`
17166
17166
 
17167
17167
  :example:
17168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
17168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
17169
17169
  """
17170
17170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17171
17171
  required_arguments = ['awrHubId']
@@ -17331,7 +17331,7 @@ class OperationsInsightsClient(object):
17331
17331
  :rtype: :class:`~oci.response.Response`
17332
17332
 
17333
17333
  :example:
17334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
17334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
17335
17335
  """
17336
17336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17337
17337
  required_arguments = []
@@ -17578,7 +17578,7 @@ class OperationsInsightsClient(object):
17578
17578
  :rtype: :class:`~oci.response.Response`
17579
17579
 
17580
17580
  :example:
17581
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
17581
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
17582
17582
  """
17583
17583
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17584
17584
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -17886,7 +17886,7 @@ class OperationsInsightsClient(object):
17886
17886
  :rtype: :class:`~oci.response.Response`
17887
17887
 
17888
17888
  :example:
17889
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
17889
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
17890
17890
  """
17891
17891
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17892
17892
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -18192,7 +18192,7 @@ class OperationsInsightsClient(object):
18192
18192
  :rtype: :class:`~oci.response.Response`
18193
18193
 
18194
18194
  :example:
18195
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
18195
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
18196
18196
  """
18197
18197
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18198
18198
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -18460,7 +18460,7 @@ class OperationsInsightsClient(object):
18460
18460
  :rtype: :class:`~oci.response.Response`
18461
18461
 
18462
18462
  :example:
18463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
18463
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
18464
18464
  """
18465
18465
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18466
18466
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -18706,7 +18706,7 @@ class OperationsInsightsClient(object):
18706
18706
  :rtype: :class:`~oci.response.Response`
18707
18707
 
18708
18708
  :example:
18709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
18709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
18710
18710
  """
18711
18711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18712
18712
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -18966,7 +18966,7 @@ class OperationsInsightsClient(object):
18966
18966
  :rtype: :class:`~oci.response.Response`
18967
18967
 
18968
18968
  :example:
18969
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
18969
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
18970
18970
  """
18971
18971
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18972
18972
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -19158,7 +19158,7 @@ class OperationsInsightsClient(object):
19158
19158
  :rtype: :class:`~oci.response.Response`
19159
19159
 
19160
19160
  :example:
19161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
19161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
19162
19162
  """
19163
19163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19164
19164
  required_arguments = ['compartmentId']
@@ -19356,7 +19356,7 @@ class OperationsInsightsClient(object):
19356
19356
  :rtype: :class:`~oci.response.Response`
19357
19357
 
19358
19358
  :example:
19359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
19359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
19360
19360
  """
19361
19361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19362
19362
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
@@ -19584,7 +19584,7 @@ class OperationsInsightsClient(object):
19584
19584
  :rtype: :class:`~oci.response.Response`
19585
19585
 
19586
19586
  :example:
19587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
19587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
19588
19588
  """
19589
19589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19590
19590
  required_arguments = ['resourceType', 'resourceMetric']
@@ -19835,7 +19835,7 @@ class OperationsInsightsClient(object):
19835
19835
  :rtype: :class:`~oci.response.Response`
19836
19836
 
19837
19837
  :example:
19838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
19838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
19839
19839
  """
19840
19840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19841
19841
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
@@ -20101,7 +20101,7 @@ class OperationsInsightsClient(object):
20101
20101
  :rtype: :class:`~oci.response.Response`
20102
20102
 
20103
20103
  :example:
20104
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
20104
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
20105
20105
  """
20106
20106
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20107
20107
  required_arguments = ['resourceType', 'resourceMetric']
@@ -20318,7 +20318,7 @@ class OperationsInsightsClient(object):
20318
20318
  :rtype: :class:`~oci.response.Response`
20319
20319
 
20320
20320
  :example:
20321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
20321
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
20322
20322
  """
20323
20323
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20324
20324
  required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
@@ -20553,7 +20553,7 @@ class OperationsInsightsClient(object):
20553
20553
  :rtype: :class:`~oci.response.Response`
20554
20554
 
20555
20555
  :example:
20556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
20556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
20557
20557
  """
20558
20558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20559
20559
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -20779,7 +20779,7 @@ class OperationsInsightsClient(object):
20779
20779
  :rtype: :class:`~oci.response.Response`
20780
20780
 
20781
20781
  :example:
20782
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
20782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
20783
20783
  """
20784
20784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20785
20785
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -20992,7 +20992,7 @@ class OperationsInsightsClient(object):
20992
20992
  :rtype: :class:`~oci.response.Response`
20993
20993
 
20994
20994
  :example:
20995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
20995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
20996
20996
  """
20997
20997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20998
20998
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
@@ -21150,7 +21150,7 @@ class OperationsInsightsClient(object):
21150
21150
  :rtype: :class:`~oci.response.Response`
21151
21151
 
21152
21152
  :example:
21153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
21153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
21154
21154
  """
21155
21155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21156
21156
  required_arguments = ['exadataInsightId']
@@ -21320,7 +21320,7 @@ class OperationsInsightsClient(object):
21320
21320
  :rtype: :class:`~oci.response.Response`
21321
21321
 
21322
21322
  :example:
21323
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
21323
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
21324
21324
  """
21325
21325
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21326
21326
  required_arguments = ['compartmentId', 'id']
@@ -21553,7 +21553,7 @@ class OperationsInsightsClient(object):
21553
21553
  :rtype: :class:`~oci.response.Response`
21554
21554
 
21555
21555
  :example:
21556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
21556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
21557
21557
  """
21558
21558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21559
21559
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -21853,7 +21853,7 @@ class OperationsInsightsClient(object):
21853
21853
  :rtype: :class:`~oci.response.Response`
21854
21854
 
21855
21855
  :example:
21856
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
21856
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
21857
21857
  """
21858
21858
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21859
21859
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -22152,7 +22152,7 @@ class OperationsInsightsClient(object):
22152
22152
  :rtype: :class:`~oci.response.Response`
22153
22153
 
22154
22154
  :example:
22155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
22155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
22156
22156
  """
22157
22157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22158
22158
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -22411,7 +22411,7 @@ class OperationsInsightsClient(object):
22411
22411
  :rtype: :class:`~oci.response.Response`
22412
22412
 
22413
22413
  :example:
22414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
22414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
22415
22415
  """
22416
22416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22417
22417
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -22648,7 +22648,7 @@ class OperationsInsightsClient(object):
22648
22648
  :rtype: :class:`~oci.response.Response`
22649
22649
 
22650
22650
  :example:
22651
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
22651
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
22652
22652
  """
22653
22653
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22654
22654
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -22899,7 +22899,7 @@ class OperationsInsightsClient(object):
22899
22899
  :rtype: :class:`~oci.response.Response`
22900
22900
 
22901
22901
  :example:
22902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
22902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
22903
22903
  """
22904
22904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22905
22905
  required_arguments = ['compartmentId', 'resourceMetric']
@@ -23090,7 +23090,7 @@ class OperationsInsightsClient(object):
23090
23090
  :rtype: :class:`~oci.response.Response`
23091
23091
 
23092
23092
  :example:
23093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
23093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
23094
23094
  """
23095
23095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23096
23096
  required_arguments = ['compartmentId', 'id']
@@ -23272,7 +23272,7 @@ class OperationsInsightsClient(object):
23272
23272
  :rtype: :class:`~oci.response.Response`
23273
23273
 
23274
23274
  :example:
23275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
23275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
23276
23276
  """
23277
23277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23278
23278
  required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
@@ -23457,7 +23457,7 @@ class OperationsInsightsClient(object):
23457
23457
  :rtype: :class:`~oci.response.Response`
23458
23458
 
23459
23459
  :example:
23460
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
23460
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
23461
23461
  """
23462
23462
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23463
23463
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
@@ -23579,7 +23579,7 @@ class OperationsInsightsClient(object):
23579
23579
  :rtype: :class:`~oci.response.Response`
23580
23580
 
23581
23581
  :example:
23582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
23582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
23583
23583
  """
23584
23584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23585
23585
  required_arguments = ['operationsInsightsWarehouseId']
@@ -23768,7 +23768,7 @@ class OperationsInsightsClient(object):
23768
23768
  :rtype: :class:`~oci.response.Response`
23769
23769
 
23770
23770
  :example:
23771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
23771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
23772
23772
  """
23773
23773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23774
23774
  required_arguments = ['compartmentId']
@@ -23947,7 +23947,7 @@ class OperationsInsightsClient(object):
23947
23947
  :rtype: :class:`~oci.response.Response`
23948
23948
 
23949
23949
  :example:
23950
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
23950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
23951
23951
  """
23952
23952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23953
23953
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -24097,7 +24097,7 @@ class OperationsInsightsClient(object):
24097
24097
  :rtype: :class:`~oci.response.Response`
24098
24098
 
24099
24099
  :example:
24100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
24100
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
24101
24101
  """
24102
24102
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24103
24103
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -24323,7 +24323,7 @@ class OperationsInsightsClient(object):
24323
24323
  :rtype: :class:`~oci.response.Response`
24324
24324
 
24325
24325
  :example:
24326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
24326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
24327
24327
  """
24328
24328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24329
24329
  required_arguments = ['compartmentId']
@@ -24576,7 +24576,7 @@ class OperationsInsightsClient(object):
24576
24576
  :rtype: :class:`~oci.response.Response`
24577
24577
 
24578
24578
  :example:
24579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
24579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
24580
24580
  """
24581
24581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24582
24582
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -24744,7 +24744,7 @@ class OperationsInsightsClient(object):
24744
24744
  :rtype: :class:`~oci.response.Response`
24745
24745
 
24746
24746
  :example:
24747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
24747
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
24748
24748
  """
24749
24749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24750
24750
  required_arguments = ['compartmentId', 'sqlIdentifier']
@@ -24859,7 +24859,7 @@ class OperationsInsightsClient(object):
24859
24859
  :rtype: :class:`~oci.response.Response`
24860
24860
 
24861
24861
  :example:
24862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
24862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
24863
24863
  """
24864
24864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24865
24865
  required_arguments = ['awrHubId']
@@ -24968,7 +24968,7 @@ class OperationsInsightsClient(object):
24968
24968
  :rtype: :class:`~oci.response.Response`
24969
24969
 
24970
24970
  :example:
24971
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
24971
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
24972
24972
  """
24973
24973
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24974
24974
  required_arguments = ['databaseInsightId']
@@ -25077,7 +25077,7 @@ class OperationsInsightsClient(object):
25077
25077
  :rtype: :class:`~oci.response.Response`
25078
25078
 
25079
25079
  :example:
25080
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
25080
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
25081
25081
  """
25082
25082
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25083
25083
  required_arguments = ['enterpriseManagerBridgeId']
@@ -25186,7 +25186,7 @@ class OperationsInsightsClient(object):
25186
25186
  :rtype: :class:`~oci.response.Response`
25187
25187
 
25188
25188
  :example:
25189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
25189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
25190
25190
  """
25191
25191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25192
25192
  required_arguments = ['exadataInsightId']
@@ -25295,7 +25295,7 @@ class OperationsInsightsClient(object):
25295
25295
  :rtype: :class:`~oci.response.Response`
25296
25296
 
25297
25297
  :example:
25298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
25298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
25299
25299
  """
25300
25300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25301
25301
  required_arguments = ['hostInsightId']
@@ -25404,7 +25404,7 @@ class OperationsInsightsClient(object):
25404
25404
  :rtype: :class:`~oci.response.Response`
25405
25405
 
25406
25406
  :example:
25407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
25407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
25408
25408
  """
25409
25409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25410
25410
  required_arguments = ['newsReportId']
@@ -25515,7 +25515,7 @@ class OperationsInsightsClient(object):
25515
25515
  :rtype: :class:`~oci.response.Response`
25516
25516
 
25517
25517
  :example:
25518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
25518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
25519
25519
  """
25520
25520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25521
25521
  required_arguments = ['operationsInsightsPrivateEndpointId']
@@ -25625,7 +25625,7 @@ class OperationsInsightsClient(object):
25625
25625
  :rtype: :class:`~oci.response.Response`
25626
25626
 
25627
25627
  :example:
25628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
25628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
25629
25629
  """
25630
25630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25631
25631
  required_arguments = ['operationsInsightsWarehouseId']
@@ -25734,7 +25734,7 @@ class OperationsInsightsClient(object):
25734
25734
  :rtype: :class:`~oci.response.Response`
25735
25735
 
25736
25736
  :example:
25737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
25737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
25738
25738
  """
25739
25739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25740
25740
  required_arguments = ['operationsInsightsWarehouseUserId']
@@ -25845,7 +25845,7 @@ class OperationsInsightsClient(object):
25845
25845
  :rtype: :class:`~oci.response.Response`
25846
25846
 
25847
25847
  :example:
25848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
25848
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
25849
25849
  """
25850
25850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25851
25851
  required_arguments = ['opsiConfigurationId']