oci 2.128.2__py3-none-any.whl → 2.128.9__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 (557) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +10 -10
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +9 -9
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  21. oci/apm_traces/attributes_client.py +8 -8
  22. oci/apm_traces/query_client.py +2 -2
  23. oci/apm_traces/trace_client.py +4 -4
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +66 -66
  30. oci/blockchain/blockchain_platform_client.py +27 -27
  31. oci/budget/budget_client.py +10 -10
  32. oci/capacity_management/capacity_management_client.py +45 -45
  33. oci/certificates/certificates_client.py +5 -5
  34. oci/certificates_management/certificates_management_client.py +32 -32
  35. oci/cims/incident_client.py +8 -8
  36. oci/cims/user_client.py +1 -1
  37. oci/cloud_bridge/common_client.py +5 -5
  38. oci/cloud_bridge/discovery_client.py +14 -14
  39. oci/cloud_bridge/inventory_client.py +16 -16
  40. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  41. oci/cloud_guard/cloud_guard_client.py +155 -155
  42. oci/cloud_migrations/migration_client.py +43 -43
  43. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  44. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  45. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  46. oci/compute_instance_agent/plugin_client.py +2 -2
  47. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  48. oci/container_engine/container_engine_client.py +44 -44
  49. oci/container_instances/container_instance_client.py +18 -18
  50. oci/core/blockstorage_client.py +60 -60
  51. oci/core/compute_client.py +99 -99
  52. oci/core/compute_management_client.py +32 -32
  53. oci/core/virtual_network_client.py +247 -247
  54. oci/dashboard_service/dashboard_client.py +6 -6
  55. oci/dashboard_service/dashboard_group_client.py +6 -6
  56. oci/data_catalog/data_catalog_client.py +149 -149
  57. oci/data_flow/data_flow_client.py +42 -42
  58. oci/data_integration/data_integration_client.py +163 -163
  59. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  60. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  61. oci/data_safe/data_safe_client.py +278 -278
  62. oci/data_science/data_science_client.py +91 -91
  63. oci/database/database_client.py +8268 -6013
  64. oci/database/database_client_composite_operations.py +620 -0
  65. oci/database/models/__init__.py +46 -0
  66. oci/database/models/autonomous_container_database.py +2 -2
  67. oci/database/models/autonomous_container_database_summary.py +2 -2
  68. oci/database/models/autonomous_database.py +14 -2
  69. oci/database/models/autonomous_database_summary.py +14 -2
  70. oci/database/models/change_exadb_vm_cluster_compartment_details.py +76 -0
  71. oci/database/models/change_exascale_db_storage_vault_compartment_details.py +76 -0
  72. oci/database/models/cloud_automation_apply_update_time_preference.py +103 -0
  73. oci/database/models/cloud_automation_freeze_period.py +103 -0
  74. oci/database/models/cloud_automation_update_details.py +157 -0
  75. oci/database/models/create_autonomous_database_base.py +4 -4
  76. oci/database/models/create_database_details.py +37 -2
  77. oci/database/models/create_database_software_image_details.py +7 -3
  78. oci/database/models/create_exadb_vm_cluster_details.py +956 -0
  79. oci/database/models/create_exascale_db_storage_vault_details.py +340 -0
  80. oci/database/models/create_pluggable_database_creation_type_details.py +4 -1
  81. oci/database/models/create_pluggable_database_from_local_clone_details.py +33 -2
  82. oci/database/models/create_pluggable_database_from_remote_clone_details.py +33 -2
  83. oci/database/models/database_software_image.py +7 -3
  84. oci/database/models/database_software_image_summary.py +7 -3
  85. oci/database/models/db_node.py +38 -3
  86. oci/database/models/db_node_details.py +76 -0
  87. oci/database/models/db_node_summary.py +38 -3
  88. oci/database/models/db_server.py +3 -3
  89. oci/database/models/db_server_summary.py +3 -3
  90. oci/database/models/exadb_vm_cluster.py +1592 -0
  91. oci/database/models/exadb_vm_cluster_storage_details.py +72 -0
  92. oci/database/models/exadb_vm_cluster_summary.py +1565 -0
  93. oci/database/models/exadb_vm_cluster_update.py +416 -0
  94. oci/database/models/exadb_vm_cluster_update_history_entry.py +392 -0
  95. oci/database/models/exadb_vm_cluster_update_history_entry_summary.py +392 -0
  96. oci/database/models/exadb_vm_cluster_update_summary.py +422 -0
  97. oci/database/models/exascale_db_storage_details.py +103 -0
  98. oci/database/models/exascale_db_storage_input_details.py +72 -0
  99. oci/database/models/exascale_db_storage_vault.py +605 -0
  100. oci/database/models/exascale_db_storage_vault_summary.py +536 -0
  101. oci/database/models/gi_minor_version_summary.py +107 -0
  102. oci/database/models/key_store.py +7 -3
  103. oci/database/models/key_store_summary.py +7 -3
  104. oci/database/models/maintenance_window.py +2 -4
  105. oci/database/models/remove_virtual_machine_from_exadb_vm_cluster_details.py +72 -0
  106. oci/database/models/update_exadb_vm_cluster_details.py +570 -0
  107. oci/database/models/update_exascale_db_storage_vault_details.py +239 -0
  108. oci/database_management/db_management_client.py +210 -210
  109. oci/database_management/diagnosability_client.py +4 -4
  110. oci/database_management/managed_my_sql_databases_client.py +7 -7
  111. oci/database_management/models/child_database.py +7 -3
  112. oci/database_management/models/database_usage_metrics.py +7 -3
  113. oci/database_management/models/fleet_status_by_category.py +7 -3
  114. oci/database_management/models/job_database.py +7 -3
  115. oci/database_management/models/job_execution.py +7 -3
  116. oci/database_management/models/job_execution_summary.py +7 -3
  117. oci/database_management/models/managed_database.py +7 -3
  118. oci/database_management/models/managed_database_summary.py +7 -3
  119. oci/database_management/models/optimizer_database.py +7 -3
  120. oci/database_management/perfhub_client.py +1 -1
  121. oci/database_management/sql_tuning_client.py +17 -17
  122. oci/database_migration/__init__.py +1 -1
  123. oci/database_migration/database_migration_client.py +322 -833
  124. oci/database_migration/database_migration_client_composite_operations.py +3 -95
  125. oci/database_migration/models/__init__.py +145 -115
  126. oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.py +12 -8
  127. oci/database_migration/models/adb_dedicated_remap_target_tablespace_details.py +4 -4
  128. oci/database_migration/models/adb_serverles_tablespace_details.py +4 -4
  129. oci/database_migration/models/admin_credentials.py +1 -1
  130. oci/database_migration/models/advisor_report.py +4 -4
  131. oci/database_migration/models/advisor_report_bucket_details.py +6 -6
  132. oci/database_migration/models/advisor_report_location_details.py +4 -4
  133. oci/database_migration/models/change_connection_compartment_details.py +4 -4
  134. oci/database_migration/models/change_migration_compartment_details.py +4 -4
  135. oci/database_migration/models/clone_migration_details.py +87 -168
  136. oci/database_migration/models/connection.py +453 -420
  137. oci/database_migration/models/connection_collection.py +4 -4
  138. oci/database_migration/models/connection_summary.py +315 -280
  139. oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.py +12 -8
  140. oci/database_migration/models/create_adb_dedicated_remap_target_tablespace_details.py +4 -4
  141. oci/database_migration/models/create_adb_serverles_tablespace_details.py +2 -2
  142. oci/database_migration/models/create_admin_credentials.py +1 -1
  143. oci/database_migration/models/create_connection_details.py +276 -342
  144. oci/database_migration/models/create_curl_transfer_details.py +1 -1
  145. oci/database_migration/models/create_data_pump_parameters.py +2 -4
  146. oci/database_migration/models/create_directory_object.py +1 -1
  147. oci/database_migration/models/create_extract.py +1 -1
  148. oci/database_migration/models/create_golden_gate_hub_details.py +277 -0
  149. oci/database_migration/models/create_host_dump_transfer_details.py +4 -4
  150. oci/database_migration/models/create_migration_details.py +143 -409
  151. oci/database_migration/models/create_my_sql_advisor_settings.py +103 -0
  152. oci/database_migration/models/create_my_sql_data_transfer_medium_details.py +101 -0
  153. oci/database_migration/models/create_my_sql_ggs_deployment_details.py +99 -0
  154. oci/database_migration/models/create_my_sql_initial_load_settings.py +316 -0
  155. oci/database_migration/models/create_my_sql_migration_details.py +340 -0
  156. oci/database_migration/models/create_my_sql_object_storage_data_transfer_medium_details.py +78 -0
  157. oci/database_migration/models/create_mysql_connection_details.py +524 -0
  158. oci/database_migration/models/create_non_adb_auto_create_tablespace_details.py +1 -1
  159. oci/database_migration/models/create_non_adb_remap_tablespace_details.py +1 -1
  160. oci/database_migration/models/create_object_store_bucket.py +1 -1
  161. oci/database_migration/models/create_oci_cli_dump_transfer_details.py +1 -1
  162. oci/database_migration/models/create_oracle_advisor_settings.py +103 -0
  163. oci/database_migration/models/create_oracle_aws_s3_data_transfer_medium_details.py +211 -0
  164. oci/database_migration/models/create_oracle_connection_details.py +392 -0
  165. oci/database_migration/models/create_oracle_data_transfer_medium_details.py +125 -0
  166. oci/database_migration/models/create_oracle_db_link_data_transfer_medium_details.py +111 -0
  167. oci/database_migration/models/create_oracle_ggs_deployment_details.py +126 -0
  168. oci/database_migration/models/create_oracle_initial_load_settings.py +239 -0
  169. oci/database_migration/models/create_oracle_migration_details.py +402 -0
  170. oci/database_migration/models/create_oracle_nfs_data_transfer_medium_details.py +163 -0
  171. oci/database_migration/models/create_oracle_object_storage_data_transfer_medium_details.py +132 -0
  172. oci/database_migration/models/create_replicat.py +3 -96
  173. oci/database_migration/models/create_target_type_tablespace_details.py +1 -1
  174. oci/database_migration/models/curl_transfer_details.py +1 -1
  175. oci/database_migration/models/data_pump_parameters.py +4 -6
  176. oci/database_migration/models/diagnostics_result.py +1 -1
  177. oci/database_migration/models/directory_object.py +1 -1
  178. oci/database_migration/models/excluded_object_summary.py +1 -1
  179. oci/database_migration/models/excluded_object_summary_collection.py +1 -1
  180. oci/database_migration/models/extract.py +1 -1
  181. oci/database_migration/models/ggs_deployment.py +5 -5
  182. oci/database_migration/models/golden_gate_hub_details.py +277 -0
  183. oci/database_migration/models/host_dump_transfer_details.py +2 -2
  184. oci/database_migration/models/ingress_ip_details.py +72 -0
  185. oci/database_migration/models/job.py +5 -5
  186. oci/database_migration/models/job_collection.py +1 -1
  187. oci/database_migration/models/job_output_summary.py +1 -1
  188. oci/database_migration/models/job_output_summary_collection.py +1 -1
  189. oci/database_migration/models/job_summary.py +5 -5
  190. oci/database_migration/models/log_location_bucket_details.py +1 -1
  191. oci/database_migration/models/metadata_remap.py +1 -1
  192. oci/database_migration/models/migration.py +154 -412
  193. oci/database_migration/models/migration_collection.py +1 -1
  194. oci/database_migration/models/migration_job_progress_resource.py +18 -10
  195. oci/database_migration/models/migration_job_progress_summary.py +18 -10
  196. oci/database_migration/models/migration_object_collection.py +54 -46
  197. oci/database_migration/models/migration_object_type_summary.py +1 -1
  198. oci/database_migration/models/migration_object_type_summary_collection.py +1 -1
  199. oci/database_migration/models/migration_parameter_base.py +127 -0
  200. oci/database_migration/models/migration_parameter_details.py +164 -0
  201. oci/database_migration/models/migration_parameter_summary.py +502 -0
  202. oci/database_migration/models/migration_parameter_summary_collection.py +72 -0
  203. oci/database_migration/models/migration_phase_collection.py +1 -1
  204. oci/database_migration/models/migration_phase_summary.py +18 -10
  205. oci/database_migration/models/migration_summary.py +102 -117
  206. oci/database_migration/models/my_sql_advisor_settings.py +103 -0
  207. oci/database_migration/models/my_sql_clone_migration_details.py +93 -0
  208. oci/database_migration/models/my_sql_data_transfer_medium_details.py +101 -0
  209. oci/database_migration/models/my_sql_database_object.py +136 -0
  210. oci/database_migration/models/my_sql_database_object_summary.py +183 -0
  211. oci/database_migration/models/my_sql_ggs_deployment_details.py +126 -0
  212. oci/database_migration/models/my_sql_initial_load_settings.py +316 -0
  213. oci/database_migration/models/my_sql_migration.py +309 -0
  214. oci/database_migration/models/my_sql_migration_object_collection.py +117 -0
  215. oci/database_migration/models/my_sql_migration_summary.py +159 -0
  216. oci/database_migration/models/my_sql_object_storage_data_transfer_medium_details.py +78 -0
  217. oci/database_migration/models/mysql_connection.py +538 -0
  218. oci/database_migration/models/mysql_connection_summary.py +413 -0
  219. oci/database_migration/models/name_value_pair.py +103 -0
  220. oci/database_migration/models/non_adb_auto_create_tablespace_details.py +1 -1
  221. oci/database_migration/models/non_adb_remap_tablespace_details.py +1 -1
  222. oci/database_migration/models/object_store_bucket.py +1 -1
  223. oci/database_migration/models/oci_cli_dump_transfer_details.py +1 -1
  224. oci/database_migration/models/oracle_advisor_settings.py +103 -0
  225. oci/database_migration/models/oracle_aws_s3_data_transfer_medium_details.py +211 -0
  226. oci/database_migration/models/oracle_clone_migration_details.py +124 -0
  227. oci/database_migration/models/oracle_connection.py +449 -0
  228. oci/database_migration/models/oracle_connection_summary.py +256 -0
  229. oci/database_migration/models/oracle_data_transfer_medium_details.py +125 -0
  230. oci/database_migration/models/oracle_database_object.py +169 -0
  231. oci/database_migration/models/oracle_database_object_summary.py +216 -0
  232. oci/database_migration/models/oracle_db_link_data_transfer_medium_details.py +111 -0
  233. oci/database_migration/models/oracle_ggs_deployment_details.py +153 -0
  234. oci/database_migration/models/oracle_initial_load_settings.py +239 -0
  235. oci/database_migration/models/oracle_migration.py +371 -0
  236. oci/database_migration/models/oracle_migration_object_collection.py +117 -0
  237. oci/database_migration/models/oracle_migration_summary.py +190 -0
  238. oci/database_migration/models/oracle_nfs_data_transfer_medium_details.py +163 -0
  239. oci/database_migration/models/oracle_object_storage_data_transfer_medium_details.py +132 -0
  240. oci/database_migration/models/phase_extract_entry.py +1 -1
  241. oci/database_migration/models/phase_status.py +18 -10
  242. oci/database_migration/models/replicat.py +3 -96
  243. oci/database_migration/models/result_error.py +1 -1
  244. oci/database_migration/models/resume_job_details.py +18 -10
  245. oci/database_migration/models/start_migration_details.py +18 -10
  246. oci/database_migration/models/target_type_tablespace_details.py +1 -1
  247. oci/database_migration/models/unsupported_database_object.py +1 -1
  248. oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.py +12 -8
  249. oci/database_migration/models/update_adb_dedicated_remap_target_tablespace_details.py +4 -4
  250. oci/database_migration/models/update_adb_serverles_tablespace_details.py +2 -2
  251. oci/database_migration/models/update_admin_credentials.py +1 -1
  252. oci/database_migration/models/update_connection_details.py +278 -244
  253. oci/database_migration/models/update_curl_transfer_details.py +1 -1
  254. oci/database_migration/models/update_data_pump_parameters.py +6 -8
  255. oci/database_migration/models/update_directory_object.py +1 -1
  256. oci/database_migration/models/update_extract.py +1 -1
  257. oci/database_migration/models/update_golden_gate_hub_details.py +277 -0
  258. oci/database_migration/models/update_host_dump_transfer_details.py +4 -4
  259. oci/database_migration/models/update_job_details.py +5 -5
  260. oci/database_migration/models/update_migration_details.py +122 -363
  261. oci/database_migration/models/update_my_sql_advisor_settings.py +103 -0
  262. oci/database_migration/models/update_my_sql_data_transfer_medium_details.py +101 -0
  263. oci/database_migration/models/update_my_sql_ggs_deployment_details.py +99 -0
  264. oci/database_migration/models/update_my_sql_initial_load_settings.py +316 -0
  265. oci/database_migration/models/update_my_sql_migration_details.py +236 -0
  266. oci/database_migration/models/update_my_sql_object_storage_data_transfer_medium_details.py +78 -0
  267. oci/database_migration/models/update_mysql_connection_details.py +484 -0
  268. oci/database_migration/models/update_non_adb_auto_create_tablespace_details.py +1 -1
  269. oci/database_migration/models/update_non_adb_remap_tablespace_details.py +1 -1
  270. oci/database_migration/models/update_object_store_bucket.py +1 -1
  271. oci/database_migration/models/update_oci_cli_dump_transfer_details.py +1 -1
  272. oci/database_migration/models/update_oracle_advisor_settings.py +103 -0
  273. oci/database_migration/models/update_oracle_aws_s3_data_transfer_medium_details.py +211 -0
  274. oci/database_migration/models/update_oracle_connection_details.py +354 -0
  275. oci/database_migration/models/update_oracle_data_transfer_medium_details.py +125 -0
  276. oci/database_migration/models/update_oracle_db_link_data_transfer_medium_details.py +111 -0
  277. oci/database_migration/models/update_oracle_ggs_deployment_details.py +126 -0
  278. oci/database_migration/models/update_oracle_initial_load_settings.py +239 -0
  279. oci/database_migration/models/update_oracle_migration_details.py +298 -0
  280. oci/database_migration/models/update_oracle_nfs_data_transfer_medium_details.py +163 -0
  281. oci/database_migration/models/update_oracle_object_storage_data_transfer_medium_details.py +132 -0
  282. oci/database_migration/models/update_replicat.py +3 -96
  283. oci/database_migration/models/update_target_defaults_auto_create_tablespace_details.py +1 -1
  284. oci/database_migration/models/update_target_defaults_remap_tablespace_details.py +1 -1
  285. oci/database_migration/models/update_target_type_tablespace_details.py +1 -1
  286. oci/database_migration/models/work_request.py +4 -12
  287. oci/database_migration/models/work_request_collection.py +1 -1
  288. oci/database_migration/models/work_request_error.py +1 -1
  289. oci/database_migration/models/work_request_error_collection.py +1 -1
  290. oci/database_migration/models/work_request_log_entry.py +1 -1
  291. oci/database_migration/models/work_request_log_entry_collection.py +1 -1
  292. oci/database_migration/models/work_request_resource.py +1 -1
  293. oci/database_migration/models/work_request_summary.py +1 -1
  294. oci/database_tools/database_tools_client.py +23 -23
  295. oci/demand_signal/occ_demand_signal_client.py +7 -7
  296. oci/desktops/desktop_service_client.py +21 -21
  297. oci/devops/devops_client.py +89 -89
  298. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  299. oci/dns/dns_client.py +52 -52
  300. oci/dts/appliance_export_job_client.py +6 -6
  301. oci/dts/shipping_vendors_client.py +1 -1
  302. oci/dts/transfer_appliance_client.py +8 -8
  303. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  304. oci/dts/transfer_device_client.py +5 -5
  305. oci/dts/transfer_job_client.py +6 -6
  306. oci/dts/transfer_package_client.py +7 -7
  307. oci/em_warehouse/em_data_lake_client.py +13 -13
  308. oci/em_warehouse/em_warehouse_client.py +13 -13
  309. oci/email/email_client.py +31 -31
  310. oci/email_data_plane/email_dp_client.py +1 -1
  311. oci/events/events_client.py +6 -6
  312. oci/exceptions.py +46 -7
  313. oci/file_storage/file_storage_client.py +185 -67
  314. oci/file_storage/models/create_export_details.py +14 -4
  315. oci/file_storage/models/create_file_system_details.py +51 -0
  316. oci/file_storage/models/file_system.py +89 -3
  317. oci/file_storage/models/file_system_summary.py +60 -5
  318. oci/file_storage/models/snapshot_schedule.py +8 -2
  319. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  320. oci/functions/functions_invoke_client.py +1 -1
  321. oci/functions/functions_management_client.py +16 -16
  322. oci/fusion_apps/data_masking_activity_client.py +3 -3
  323. oci/fusion_apps/fusion_applications_client.py +41 -41
  324. oci/fusion_apps/fusion_environment_client.py +15 -15
  325. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  326. oci/fusion_apps/refresh_activity_client.py +4 -4
  327. oci/fusion_apps/scheduled_activity_client.py +2 -2
  328. oci/fusion_apps/service_attachment_client.py +2 -2
  329. oci/generative_ai/generative_ai_client.py +22 -22
  330. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  331. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  332. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  333. oci/golden_gate/golden_gate_client.py +68 -68
  334. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  335. oci/governance_rules_control_plane/work_request_client.py +5 -5
  336. oci/healthchecks/health_checks_client.py +17 -17
  337. oci/identity/identity_client.py +145 -145
  338. oci/identity_data_plane/dataplane_client.py +2 -2
  339. oci/identity_domains/identity_domains_client.py +300 -300
  340. oci/integration/integration_instance_client.py +15 -15
  341. oci/jms/java_management_service_client.py +66 -66
  342. oci/jms_java_downloads/java_download_client.py +25 -25
  343. oci/key_management/ekm_client.py +5 -5
  344. oci/key_management/kms_crypto_client.py +6 -6
  345. oci/key_management/kms_hsm_cluster_client.py +12 -12
  346. oci/key_management/kms_management_client.py +21 -21
  347. oci/key_management/kms_vault_client.py +14 -14
  348. oci/license_manager/license_manager_client.py +18 -18
  349. oci/limits/limits_client.py +4 -4
  350. oci/limits/quotas_client.py +7 -7
  351. oci/load_balancer/load_balancer_client.py +61 -61
  352. oci/lockbox/lockbox_client.py +24 -24
  353. oci/log_analytics/log_analytics_client.py +193 -193
  354. oci/logging/logging_management_client.py +30 -30
  355. oci/loggingingestion/logging_client.py +1 -1
  356. oci/loggingsearch/log_search_client.py +1 -1
  357. oci/management_agent/management_agent_client.py +28 -28
  358. oci/management_dashboard/dashx_apis_client.py +14 -14
  359. oci/marketplace/account_client.py +2 -2
  360. oci/marketplace/marketplace_client.py +30 -30
  361. oci/marketplace_private_offer/attachment_client.py +5 -5
  362. oci/marketplace_private_offer/offer_client.py +6 -6
  363. oci/marketplace_publisher/attachment_client.py +5 -5
  364. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  365. oci/marketplace_publisher/offer_client.py +6 -6
  366. oci/media_services/media_services_client.py +60 -60
  367. oci/media_services/media_stream_client.py +2 -2
  368. oci/monitoring/monitoring_client.py +18 -18
  369. oci/mysql/channels_client.py +7 -7
  370. oci/mysql/db_backups_client.py +116 -6
  371. oci/mysql/db_backups_client_composite_operations.py +39 -0
  372. oci/mysql/db_system_client.py +17 -17
  373. oci/mysql/models/__init__.py +4 -0
  374. oci/mysql/models/backup.py +99 -2
  375. oci/mysql/models/backup_summary.py +126 -2
  376. oci/mysql/models/copy_backup_details.py +210 -0
  377. oci/mysql/models/db_system_snapshot.py +39 -2
  378. oci/mysql/models/db_system_snapshot_summary.py +140 -0
  379. oci/mysql/models/work_request.py +7 -3
  380. oci/mysql/models/work_request_summary.py +7 -3
  381. oci/mysql/mysqlaas_client.py +7 -7
  382. oci/mysql/replicas_client.py +5 -5
  383. oci/mysql/work_requests_client.py +4 -4
  384. oci/network_firewall/network_firewall_client.py +80 -80
  385. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  386. oci/nosql/nosql_client.py +24 -24
  387. oci/object_storage/__init__.py +2 -1
  388. oci/object_storage/object_storage_client.py +50 -50
  389. oci/object_storage/transfer/internal/download/DownloadConfiguration.py +232 -0
  390. oci/object_storage/transfer/internal/download/DownloadManager.py +902 -0
  391. oci/object_storage/transfer/internal/download/DownloadThread.py +375 -0
  392. oci/object_storage/transfer/internal/download/__init__.py +5 -0
  393. oci/oce/oce_instance_client.py +10 -10
  394. oci/oci_control_center/occ_metrics_client.py +3 -3
  395. oci/ocvp/cluster_client.py +5 -5
  396. oci/ocvp/esxi_host_client.py +8 -8
  397. oci/ocvp/sddc_client.py +14 -14
  398. oci/ocvp/work_request_client.py +4 -4
  399. oci/oda/management_client.py +59 -59
  400. oci/oda/oda_client.py +17 -17
  401. oci/oda/odapackage_client.py +7 -7
  402. oci/onesubscription/billing_schedule_client.py +1 -1
  403. oci/onesubscription/commitment_client.py +2 -2
  404. oci/onesubscription/computed_usage_client.py +3 -3
  405. oci/onesubscription/invoice_summary_client.py +2 -2
  406. oci/onesubscription/organization_subscription_client.py +1 -1
  407. oci/onesubscription/ratecard_client.py +1 -1
  408. oci/onesubscription/subscribed_service_client.py +2 -2
  409. oci/onesubscription/subscription_client.py +1 -1
  410. oci/ons/notification_control_plane_client.py +6 -6
  411. oci/ons/notification_data_plane_client.py +10 -10
  412. oci/opa/opa_instance_client.py +13 -13
  413. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  414. oci/opensearch/opensearch_cluster_client.py +14 -14
  415. oci/operator_access_control/access_requests_client.py +10 -10
  416. oci/operator_access_control/operator_actions_client.py +2 -2
  417. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  418. oci/operator_access_control/operator_control_client.py +6 -6
  419. oci/opsi/models/__init__.py +12 -0
  420. oci/opsi/models/basic_configuration_item_summary.py +3 -3
  421. oci/opsi/models/create_operations_insights_private_endpoint_details.py +4 -2
  422. oci/opsi/models/create_operations_insights_warehouse_details.py +2 -2
  423. oci/opsi/models/create_operations_insights_warehouse_user_details.py +4 -4
  424. oci/opsi/models/credential_details.py +1 -1
  425. oci/opsi/models/database_configuration_summary.py +2 -2
  426. oci/opsi/models/database_details.py +2 -2
  427. oci/opsi/models/database_insight.py +2 -2
  428. oci/opsi/models/database_insight_summary.py +2 -2
  429. oci/opsi/models/download_operations_insights_warehouse_wallet_details.py +2 -2
  430. oci/opsi/models/enterprise_manager_bridges.py +1 -1
  431. oci/opsi/models/host_configuration_metric_group.py +11 -3
  432. oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
  433. oci/opsi/models/host_cpu_recommendations.py +118 -5
  434. oci/opsi/models/host_cpu_usage.py +1 -1
  435. oci/opsi/models/host_entities.py +1 -1
  436. oci/opsi/models/host_filesystem_configuration.py +1 -1
  437. oci/opsi/models/host_filesystem_usage.py +1 -1
  438. oci/opsi/models/host_gpu_configuration.py +492 -0
  439. oci/opsi/models/host_gpu_processes.py +213 -0
  440. oci/opsi/models/host_gpu_usage.py +678 -0
  441. oci/opsi/models/host_hardware_configuration.py +1 -1
  442. oci/opsi/models/host_insight.py +2 -2
  443. oci/opsi/models/host_insight_host_recommendations.py +27 -3
  444. oci/opsi/models/host_insight_summary.py +4 -4
  445. oci/opsi/models/host_memory_configuration.py +1 -1
  446. oci/opsi/models/host_memory_recommendations.py +165 -0
  447. oci/opsi/models/host_memory_usage.py +1 -1
  448. oci/opsi/models/host_network_activity_summary.py +1 -1
  449. oci/opsi/models/host_network_configuration.py +1 -1
  450. oci/opsi/models/host_network_recommendations.py +134 -0
  451. oci/opsi/models/host_performance_metric_group.py +19 -3
  452. oci/opsi/models/host_product.py +1 -1
  453. oci/opsi/models/host_resource_allocation.py +1 -1
  454. oci/opsi/models/host_storage_recommendations.py +134 -0
  455. oci/opsi/models/host_top_processes.py +34 -3
  456. oci/opsi/models/importable_enterprise_manager_entity.py +2 -2
  457. oci/opsi/models/news_report.py +2 -2
  458. oci/opsi/models/news_report_summary.py +2 -2
  459. oci/opsi/models/operations_insights_private_endpoint.py +2 -2
  460. oci/opsi/models/operations_insights_private_endpoint_summary.py +2 -2
  461. oci/opsi/models/operations_insights_warehouse.py +6 -6
  462. oci/opsi/models/operations_insights_warehouse_summary.py +6 -6
  463. oci/opsi/models/operations_insights_warehouse_user.py +4 -4
  464. oci/opsi/models/operations_insights_warehouse_user_summary.py +4 -4
  465. oci/opsi/models/operations_insights_warehouses.py +3 -3
  466. oci/opsi/models/opsi_configuration_basic_configuration_item_summary.py +1 -1
  467. oci/opsi/models/resource_filters.py +56 -2
  468. oci/opsi/models/sql_bucket.py +2 -2
  469. oci/opsi/models/sql_search_summary.py +2 -2
  470. oci/opsi/models/top_processes_usage.py +31 -0
  471. oci/opsi/models/top_processes_usage_trend.py +31 -0
  472. oci/opsi/models/update_operations_insights_warehouse_details.py +2 -2
  473. oci/opsi/models/update_operations_insights_warehouse_user_details.py +2 -2
  474. oci/opsi/models/work_requests.py +1 -1
  475. oci/opsi/operations_insights_client.py +604 -409
  476. oci/opsi/operations_insights_client_composite_operations.py +8 -8
  477. oci/optimizer/optimizer_client.py +26 -26
  478. oci/os_management/event_client.py +8 -8
  479. oci/os_management/os_management_client.py +69 -69
  480. oci/os_management_hub/event_client.py +8 -8
  481. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  482. oci/os_management_hub/managed_instance_client.py +31 -31
  483. oci/os_management_hub/managed_instance_group_client.py +25 -25
  484. oci/os_management_hub/management_station_client.py +10 -10
  485. oci/os_management_hub/onboarding_client.py +6 -6
  486. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  487. oci/os_management_hub/scheduled_job_client.py +7 -7
  488. oci/os_management_hub/software_source_client.py +27 -27
  489. oci/os_management_hub/work_request_client.py +4 -4
  490. oci/osp_gateway/address_rule_service_client.py +1 -1
  491. oci/osp_gateway/address_service_client.py +2 -2
  492. oci/osp_gateway/invoice_service_client.py +5 -5
  493. oci/osp_gateway/subscription_service_client.py +5 -5
  494. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  495. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  496. oci/osub_subscription/commitment_client.py +2 -2
  497. oci/osub_subscription/ratecard_client.py +1 -1
  498. oci/osub_subscription/subscription_client.py +1 -1
  499. oci/osub_usage/computed_usage_client.py +3 -3
  500. oci/psql/postgresql_client.py +33 -33
  501. oci/queue/queue_admin_client.py +11 -11
  502. oci/queue/queue_client.py +8 -8
  503. oci/recovery/database_recovery_client.py +25 -25
  504. oci/redis/redis_cluster_client.py +11 -11
  505. oci/regions_definitions.py +3 -0
  506. oci/resource_manager/resource_manager_client.py +52 -52
  507. oci/resource_scheduler/schedule_client.py +13 -13
  508. oci/resource_search/resource_search_client.py +3 -3
  509. oci/rover/rover_bundle_client.py +8 -8
  510. oci/rover/rover_cluster_client.py +8 -8
  511. oci/rover/rover_entitlement_client.py +6 -6
  512. oci/rover/rover_node_client.py +15 -15
  513. oci/rover/shape_client.py +1 -1
  514. oci/rover/work_requests_client.py +5 -5
  515. oci/sch/connector_plugins_client.py +2 -2
  516. oci/sch/service_connector_client.py +12 -12
  517. oci/secrets/secrets_client.py +3 -3
  518. oci/service_catalog/service_catalog_client.py +26 -26
  519. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  520. oci/service_mesh/service_mesh_client.py +48 -48
  521. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  522. oci/streaming/stream_admin_client.py +18 -18
  523. oci/streaming/stream_client.py +8 -8
  524. oci/tenant_manager_control_plane/domain_client.py +5 -5
  525. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  526. oci/tenant_manager_control_plane/governance_client.py +2 -2
  527. oci/tenant_manager_control_plane/link_client.py +3 -3
  528. oci/tenant_manager_control_plane/orders_client.py +2 -2
  529. oci/tenant_manager_control_plane/organization_client.py +10 -10
  530. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  531. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  532. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  533. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  534. oci/threat_intelligence/threatintel_client.py +5 -5
  535. oci/usage/resources_client.py +2 -2
  536. oci/usage/rewards_client.py +6 -6
  537. oci/usage/usagelimits_client.py +1 -1
  538. oci/usage_api/models/usage_summary.py +62 -0
  539. oci/usage_api/usageapi_client.py +33 -33
  540. oci/vault/vaults_client.py +13 -13
  541. oci/vbs_inst/vbs_instance_client.py +10 -10
  542. oci/version.py +1 -1
  543. oci/visual_builder/vb_instance_client.py +13 -13
  544. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  545. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  546. oci/waa/waa_client.py +13 -13
  547. oci/waa/work_request_client.py +4 -4
  548. oci/waas/redirect_client.py +6 -6
  549. oci/waas/waas_client.py +66 -66
  550. oci/waf/waf_client.py +24 -24
  551. oci/work_requests/work_request_client.py +4 -4
  552. {oci-2.128.2.dist-info → oci-2.128.9.dist-info}/METADATA +1 -1
  553. {oci-2.128.2.dist-info → oci-2.128.9.dist-info}/RECORD +557 -450
  554. {oci-2.128.2.dist-info → oci-2.128.9.dist-info}/LICENSE.txt +0 -0
  555. {oci-2.128.2.dist-info → oci-2.128.9.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  556. {oci-2.128.2.dist-info → oci-2.128.9.dist-info}/WHEEL +0 -0
  557. {oci-2.128.2.dist-info → oci-2.128.9.dist-info}/top_level.txt +0 -0
@@ -23,9 +23,9 @@ missing = Sentinel("Missing")
23
23
 
24
24
  class OperationsInsightsClient(object):
25
25
  """
26
- Use the Operations Insights API to perform data extraction operations to obtain database
26
+ Use the Ops Insights API to perform data extraction operations to obtain database
27
27
  resource utilization, performance statistics, and reference information. For more information,
28
- see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
28
+ see [About Oracle Cloud Infrastructure Ops Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
29
29
  """
30
30
 
31
31
  def __init__(self, config, **kwargs):
@@ -163,14 +163,14 @@ class OperationsInsightsClient(object):
163
163
  :rtype: :class:`~oci.response.Response`
164
164
 
165
165
  :example:
166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/add_exadata_insight_members.py.html>`__ to see an example of how to use add_exadata_insight_members API.
167
167
  """
168
168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
169
169
  required_arguments = ['exadataInsightId']
170
170
  resource_path = "/exadataInsights/{exadataInsightId}/actions/addMembers"
171
171
  method = "POST"
172
172
  operation_name = "add_exadata_insight_members"
173
- api_reference_link = ""
173
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/AddExadataInsightMembers"
174
174
 
175
175
  # Don't accept unknown kwargs
176
176
  expected_kwargs = [
@@ -283,14 +283,14 @@ class OperationsInsightsClient(object):
283
283
  :rtype: :class:`~oci.response.Response`
284
284
 
285
285
  :example:
286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use change_autonomous_database_insight_advanced_features API.
286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use change_autonomous_database_insight_advanced_features API.
287
287
  """
288
288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
289
289
  required_arguments = ['databaseInsightId']
290
290
  resource_path = "/databaseInsights/{databaseInsightId}/actions/changeAutonomousDatabaseInsightAdvancedFeatures"
291
291
  method = "POST"
292
292
  operation_name = "change_autonomous_database_insight_advanced_features"
293
- api_reference_link = ""
293
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ChangeAutonomousDatabaseInsightAdvancedFeatures"
294
294
 
295
295
  # Don't accept unknown kwargs
296
296
  expected_kwargs = [
@@ -403,14 +403,14 @@ class OperationsInsightsClient(object):
403
403
  :rtype: :class:`~oci.response.Response`
404
404
 
405
405
  :example:
406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_awr_hub_source_compartment.py.html>`__ to see an example of how to use change_awr_hub_source_compartment API.
406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_awr_hub_source_compartment.py.html>`__ to see an example of how to use change_awr_hub_source_compartment API.
407
407
  """
408
408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
409
409
  required_arguments = ['awrHubSourceId']
410
410
  resource_path = "/awrHubSources/{awrHubSourceId}/actions/changeCompartment"
411
411
  method = "POST"
412
412
  operation_name = "change_awr_hub_source_compartment"
413
- api_reference_link = ""
413
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubSources/ChangeAwrHubSourceCompartment"
414
414
 
415
415
  # Don't accept unknown kwargs
416
416
  expected_kwargs = [
@@ -523,14 +523,14 @@ class OperationsInsightsClient(object):
523
523
  :rtype: :class:`~oci.response.Response`
524
524
 
525
525
  :example:
526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_database_insight_compartment.py.html>`__ to see an example of how to use change_database_insight_compartment API.
527
527
  """
528
528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
529
529
  required_arguments = ['databaseInsightId']
530
530
  resource_path = "/databaseInsights/{databaseInsightId}/actions/changeCompartment"
531
531
  method = "POST"
532
532
  operation_name = "change_database_insight_compartment"
533
- api_reference_link = ""
533
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ChangeDatabaseInsightCompartment"
534
534
 
535
535
  # Don't accept unknown kwargs
536
536
  expected_kwargs = [
@@ -635,14 +635,14 @@ class OperationsInsightsClient(object):
635
635
  :rtype: :class:`~oci.response.Response`
636
636
 
637
637
  :example:
638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_enterprise_manager_bridge_compartment.py.html>`__ to see an example of how to use change_enterprise_manager_bridge_compartment API.
639
639
  """
640
640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
641
641
  required_arguments = ['enterpriseManagerBridgeId']
642
642
  resource_path = "/enterpriseManagerBridges/{enterpriseManagerBridgeId}/actions/changeCompartment"
643
643
  method = "POST"
644
644
  operation_name = "change_enterprise_manager_bridge_compartment"
645
- api_reference_link = ""
645
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ChangeEnterpriseManagerBridgeCompartment"
646
646
 
647
647
  # Don't accept unknown kwargs
648
648
  expected_kwargs = [
@@ -752,14 +752,14 @@ class OperationsInsightsClient(object):
752
752
  :rtype: :class:`~oci.response.Response`
753
753
 
754
754
  :example:
755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_exadata_insight_compartment.py.html>`__ to see an example of how to use change_exadata_insight_compartment API.
756
756
  """
757
757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
758
758
  required_arguments = ['exadataInsightId']
759
759
  resource_path = "/exadataInsights/{exadataInsightId}/actions/changeCompartment"
760
760
  method = "POST"
761
761
  operation_name = "change_exadata_insight_compartment"
762
- api_reference_link = ""
762
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ChangeExadataInsightCompartment"
763
763
 
764
764
  # Don't accept unknown kwargs
765
765
  expected_kwargs = [
@@ -872,14 +872,14 @@ class OperationsInsightsClient(object):
872
872
  :rtype: :class:`~oci.response.Response`
873
873
 
874
874
  :example:
875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_host_insight_compartment.py.html>`__ to see an example of how to use change_host_insight_compartment API.
876
876
  """
877
877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
878
878
  required_arguments = ['hostInsightId']
879
879
  resource_path = "/hostInsights/{hostInsightId}/actions/changeCompartment"
880
880
  method = "POST"
881
881
  operation_name = "change_host_insight_compartment"
882
- api_reference_link = ""
882
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ChangeHostInsightCompartment"
883
883
 
884
884
  # Don't accept unknown kwargs
885
885
  expected_kwargs = [
@@ -992,14 +992,14 @@ class OperationsInsightsClient(object):
992
992
  :rtype: :class:`~oci.response.Response`
993
993
 
994
994
  :example:
995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_news_report_compartment.py.html>`__ to see an example of how to use change_news_report_compartment API.
996
996
  """
997
997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
998
998
  required_arguments = ['newsReportId']
999
999
  resource_path = "/newsReports/{newsReportId}/actions/changeCompartment"
1000
1000
  method = "POST"
1001
1001
  operation_name = "change_news_report_compartment"
1002
- api_reference_link = ""
1002
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/NewsReports/ChangeNewsReportCompartment"
1003
1003
 
1004
1004
  # Don't accept unknown kwargs
1005
1005
  expected_kwargs = [
@@ -1114,14 +1114,14 @@ class OperationsInsightsClient(object):
1114
1114
  :rtype: :class:`~oci.response.Response`
1115
1115
 
1116
1116
  :example:
1117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
1117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_operations_insights_private_endpoint_compartment.py.html>`__ to see an example of how to use change_operations_insights_private_endpoint_compartment API.
1118
1118
  """
1119
1119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1120
1120
  required_arguments = ['operationsInsightsPrivateEndpointId']
1121
1121
  resource_path = "/operationsInsightsPrivateEndpoints/{operationsInsightsPrivateEndpointId}/actions/changeCompartment"
1122
1122
  method = "POST"
1123
1123
  operation_name = "change_operations_insights_private_endpoint_compartment"
1124
- api_reference_link = ""
1124
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/ChangeOperationsInsightsPrivateEndpointCompartment"
1125
1125
 
1126
1126
  # Don't accept unknown kwargs
1127
1127
  expected_kwargs = [
@@ -1196,7 +1196,7 @@ class OperationsInsightsClient(object):
1196
1196
 
1197
1197
 
1198
1198
  :param str operations_insights_warehouse_id: (required)
1199
- Unique Operations Insights Warehouse identifier
1199
+ Unique Ops Insights Warehouse identifier
1200
1200
 
1201
1201
  :param oci.opsi.models.ChangeOperationsInsightsWarehouseCompartmentDetails change_operations_insights_warehouse_compartment_details: (required)
1202
1202
  The information to be updated.
@@ -1234,14 +1234,14 @@ class OperationsInsightsClient(object):
1234
1234
  :rtype: :class:`~oci.response.Response`
1235
1235
 
1236
1236
  :example:
1237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
1237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_operations_insights_warehouse_compartment.py.html>`__ to see an example of how to use change_operations_insights_warehouse_compartment API.
1238
1238
  """
1239
1239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1240
1240
  required_arguments = ['operationsInsightsWarehouseId']
1241
1241
  resource_path = "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}/actions/changeCompartment"
1242
1242
  method = "POST"
1243
1243
  operation_name = "change_operations_insights_warehouse_compartment"
1244
- api_reference_link = ""
1244
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/ChangeOperationsInsightsWarehouseCompartment"
1245
1245
 
1246
1246
  # Don't accept unknown kwargs
1247
1247
  expected_kwargs = [
@@ -1356,14 +1356,14 @@ class OperationsInsightsClient(object):
1356
1356
  :rtype: :class:`~oci.response.Response`
1357
1357
 
1358
1358
  :example:
1359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_opsi_configuration_compartment.py.html>`__ to see an example of how to use change_opsi_configuration_compartment API.
1360
1360
  """
1361
1361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1362
1362
  required_arguments = ['opsiConfigurationId']
1363
1363
  resource_path = "/opsiConfigurations/{opsiConfigurationId}/actions/changeCompartment"
1364
1364
  method = "POST"
1365
1365
  operation_name = "change_opsi_configuration_compartment"
1366
- api_reference_link = ""
1366
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/ChangeOpsiConfigurationCompartment"
1367
1367
 
1368
1368
  # Don't accept unknown kwargs
1369
1369
  expected_kwargs = [
@@ -1476,14 +1476,14 @@ class OperationsInsightsClient(object):
1476
1476
  :rtype: :class:`~oci.response.Response`
1477
1477
 
1478
1478
  :example:
1479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/change_pe_comanaged_database_insight.py.html>`__ to see an example of how to use change_pe_comanaged_database_insight API.
1480
1480
  """
1481
1481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1482
1482
  required_arguments = ['databaseInsightId']
1483
1483
  resource_path = "/databaseInsights/{databaseInsightId}/actions/changePeComanagedDatabaseInsightDetails"
1484
1484
  method = "POST"
1485
1485
  operation_name = "change_pe_comanaged_database_insight"
1486
- api_reference_link = ""
1486
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ChangePeComanagedDatabaseInsight"
1487
1487
 
1488
1488
  # Don't accept unknown kwargs
1489
1489
  expected_kwargs = [
@@ -1589,14 +1589,14 @@ class OperationsInsightsClient(object):
1589
1589
  :rtype: :class:`~oci.response.Response`
1590
1590
 
1591
1591
  :example:
1592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_awr_hub.py.html>`__ to see an example of how to use create_awr_hub API.
1593
1593
  """
1594
1594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1595
1595
  required_arguments = []
1596
1596
  resource_path = "/awrHubs"
1597
1597
  method = "POST"
1598
1598
  operation_name = "create_awr_hub"
1599
- api_reference_link = ""
1599
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/CreateAwrHub"
1600
1600
 
1601
1601
  # Don't accept unknown kwargs
1602
1602
  expected_kwargs = [
@@ -1689,14 +1689,14 @@ class OperationsInsightsClient(object):
1689
1689
  :rtype: :class:`~oci.response.Response`
1690
1690
 
1691
1691
  :example:
1692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
1692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_awr_hub_source.py.html>`__ to see an example of how to use create_awr_hub_source API.
1693
1693
  """
1694
1694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1695
1695
  required_arguments = []
1696
1696
  resource_path = "/awrHubSources"
1697
1697
  method = "POST"
1698
1698
  operation_name = "create_awr_hub_source"
1699
- api_reference_link = ""
1699
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubSources/CreateAwrHubSource"
1700
1700
 
1701
1701
  # Don't accept unknown kwargs
1702
1702
  expected_kwargs = [
@@ -1789,14 +1789,14 @@ class OperationsInsightsClient(object):
1789
1789
  :rtype: :class:`~oci.response.Response`
1790
1790
 
1791
1791
  :example:
1792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1792
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_database_insight.py.html>`__ to see an example of how to use create_database_insight API.
1793
1793
  """
1794
1794
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1795
1795
  required_arguments = []
1796
1796
  resource_path = "/databaseInsights"
1797
1797
  method = "POST"
1798
1798
  operation_name = "create_database_insight"
1799
- api_reference_link = ""
1799
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/CreateDatabaseInsight"
1800
1800
 
1801
1801
  # Don't accept unknown kwargs
1802
1802
  expected_kwargs = [
@@ -1889,14 +1889,14 @@ class OperationsInsightsClient(object):
1889
1889
  :rtype: :class:`~oci.response.Response`
1890
1890
 
1891
1891
  :example:
1892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
1892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_enterprise_manager_bridge.py.html>`__ to see an example of how to use create_enterprise_manager_bridge API.
1893
1893
  """
1894
1894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1895
1895
  required_arguments = []
1896
1896
  resource_path = "/enterpriseManagerBridges"
1897
1897
  method = "POST"
1898
1898
  operation_name = "create_enterprise_manager_bridge"
1899
- api_reference_link = ""
1899
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/CreateEnterpriseManagerBridge"
1900
1900
 
1901
1901
  # Don't accept unknown kwargs
1902
1902
  expected_kwargs = [
@@ -1989,14 +1989,14 @@ class OperationsInsightsClient(object):
1989
1989
  :rtype: :class:`~oci.response.Response`
1990
1990
 
1991
1991
  :example:
1992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
1992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_exadata_insight.py.html>`__ to see an example of how to use create_exadata_insight API.
1993
1993
  """
1994
1994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1995
1995
  required_arguments = []
1996
1996
  resource_path = "/exadataInsights"
1997
1997
  method = "POST"
1998
1998
  operation_name = "create_exadata_insight"
1999
- api_reference_link = ""
1999
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/CreateExadataInsight"
2000
2000
 
2001
2001
  # Don't accept unknown kwargs
2002
2002
  expected_kwargs = [
@@ -2055,11 +2055,11 @@ class OperationsInsightsClient(object):
2055
2055
 
2056
2056
  def create_host_insight(self, create_host_insight_details, **kwargs):
2057
2057
  """
2058
- Create a Host Insight resource for a host in Operations Insights. The host will be enabled in Operations Insights. Host metric collection and analysis will be started.
2058
+ Create a Host Insight resource for a host in Ops Insights. The host will be enabled in Ops Insights. Host metric collection and analysis will be started.
2059
2059
 
2060
2060
 
2061
2061
  :param oci.opsi.models.CreateHostInsightDetails create_host_insight_details: (required)
2062
- Details for the host for which a Host Insight resource will be created in Operations Insights.
2062
+ Details for the host for which a Host Insight resource will be created in Ops Insights.
2063
2063
 
2064
2064
  :param str opc_retry_token: (optional)
2065
2065
  A token that uniquely identifies a request that can be retried in case of a timeout or
@@ -2089,14 +2089,14 @@ class OperationsInsightsClient(object):
2089
2089
  :rtype: :class:`~oci.response.Response`
2090
2090
 
2091
2091
  :example:
2092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
2092
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_host_insight.py.html>`__ to see an example of how to use create_host_insight API.
2093
2093
  """
2094
2094
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2095
2095
  required_arguments = []
2096
2096
  resource_path = "/hostInsights"
2097
2097
  method = "POST"
2098
2098
  operation_name = "create_host_insight"
2099
- api_reference_link = ""
2099
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/CreateHostInsight"
2100
2100
 
2101
2101
  # Don't accept unknown kwargs
2102
2102
  expected_kwargs = [
@@ -2155,11 +2155,11 @@ class OperationsInsightsClient(object):
2155
2155
 
2156
2156
  def create_news_report(self, create_news_report_details, **kwargs):
2157
2157
  """
2158
- Create a news report in Operations Insights. The report will be enabled in Operations Insights. Insights will be emailed as per selected frequency.
2158
+ Create a news report in Ops Insights. The report will be enabled in Ops Insights. Insights will be emailed as per selected frequency.
2159
2159
 
2160
2160
 
2161
2161
  :param oci.opsi.models.CreateNewsReportDetails create_news_report_details: (required)
2162
- Details for the news report that will be created in Operations Insights.
2162
+ Details for the news report that will be created in Ops Insights.
2163
2163
 
2164
2164
  :param str opc_retry_token: (optional)
2165
2165
  A token that uniquely identifies a request that can be retried in case of a timeout or
@@ -2189,14 +2189,14 @@ class OperationsInsightsClient(object):
2189
2189
  :rtype: :class:`~oci.response.Response`
2190
2190
 
2191
2191
  :example:
2192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
2192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_news_report.py.html>`__ to see an example of how to use create_news_report API.
2193
2193
  """
2194
2194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2195
2195
  required_arguments = []
2196
2196
  resource_path = "/newsReports"
2197
2197
  method = "POST"
2198
2198
  operation_name = "create_news_report"
2199
- api_reference_link = ""
2199
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/NewsReports/CreateNewsReport"
2200
2200
 
2201
2201
  # Don't accept unknown kwargs
2202
2202
  expected_kwargs = [
@@ -2255,7 +2255,7 @@ class OperationsInsightsClient(object):
2255
2255
 
2256
2256
  def create_operations_insights_private_endpoint(self, create_operations_insights_private_endpoint_details, **kwargs):
2257
2257
  """
2258
- Create a private endpoint resource for the tenant in Operations Insights.
2258
+ Create a private endpoint resource for the tenant in Ops Insights.
2259
2259
  This resource will be created in customer compartment.
2260
2260
 
2261
2261
 
@@ -2290,14 +2290,14 @@ class OperationsInsightsClient(object):
2290
2290
  :rtype: :class:`~oci.response.Response`
2291
2291
 
2292
2292
  :example:
2293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
2293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_operations_insights_private_endpoint.py.html>`__ to see an example of how to use create_operations_insights_private_endpoint API.
2294
2294
  """
2295
2295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2296
2296
  required_arguments = []
2297
2297
  resource_path = "/operationsInsightsPrivateEndpoints"
2298
2298
  method = "POST"
2299
2299
  operation_name = "create_operations_insights_private_endpoint"
2300
- api_reference_link = ""
2300
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/CreateOperationsInsightsPrivateEndpoint"
2301
2301
 
2302
2302
  # Don't accept unknown kwargs
2303
2303
  expected_kwargs = [
@@ -2356,13 +2356,13 @@ class OperationsInsightsClient(object):
2356
2356
 
2357
2357
  def create_operations_insights_warehouse(self, create_operations_insights_warehouse_details, **kwargs):
2358
2358
  """
2359
- Create a Operations Insights Warehouse resource for the tenant in Operations Insights. New ADW will be provisioned for this tenant.
2359
+ Create a Ops Insights Warehouse resource for the tenant in Ops Insights. New ADW will be provisioned for this tenant.
2360
2360
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment. If the 'opsi-warehouse-type'
2361
2361
  header is passed to the API, a warehouse resource without ADW or Schema provisioning is created.
2362
2362
 
2363
2363
 
2364
2364
  :param oci.opsi.models.CreateOperationsInsightsWarehouseDetails create_operations_insights_warehouse_details: (required)
2365
- Details using which an Operations Insights Warehouse resource will be created in Operations Insights.
2365
+ Details using which an Ops Insights Warehouse resource will be created in Ops Insights.
2366
2366
 
2367
2367
  :param str opc_retry_token: (optional)
2368
2368
  A token that uniquely identifies a request that can be retried in case of a timeout or
@@ -2392,14 +2392,14 @@ class OperationsInsightsClient(object):
2392
2392
  :rtype: :class:`~oci.response.Response`
2393
2393
 
2394
2394
  :example:
2395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_operations_insights_warehouse.py.html>`__ to see an example of how to use create_operations_insights_warehouse API.
2396
2396
  """
2397
2397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2398
2398
  required_arguments = []
2399
2399
  resource_path = "/operationsInsightsWarehouses"
2400
2400
  method = "POST"
2401
2401
  operation_name = "create_operations_insights_warehouse"
2402
- api_reference_link = ""
2402
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/CreateOperationsInsightsWarehouse"
2403
2403
 
2404
2404
  # Don't accept unknown kwargs
2405
2405
  expected_kwargs = [
@@ -2493,14 +2493,14 @@ class OperationsInsightsClient(object):
2493
2493
  :rtype: :class:`~oci.response.Response`
2494
2494
 
2495
2495
  :example:
2496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2496
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_operations_insights_warehouse_user.py.html>`__ to see an example of how to use create_operations_insights_warehouse_user API.
2497
2497
  """
2498
2498
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2499
2499
  required_arguments = []
2500
2500
  resource_path = "/operationsInsightsWarehouseUsers"
2501
2501
  method = "POST"
2502
2502
  operation_name = "create_operations_insights_warehouse_user"
2503
- api_reference_link = ""
2503
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/CreateOperationsInsightsWarehouseUser"
2504
2504
 
2505
2505
  # Don't accept unknown kwargs
2506
2506
  expected_kwargs = [
@@ -2612,14 +2612,14 @@ class OperationsInsightsClient(object):
2612
2612
  :rtype: :class:`~oci.response.Response`
2613
2613
 
2614
2614
  :example:
2615
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2615
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/create_opsi_configuration.py.html>`__ to see an example of how to use create_opsi_configuration API.
2616
2616
  """
2617
2617
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2618
2618
  required_arguments = []
2619
2619
  resource_path = "/opsiConfigurations"
2620
2620
  method = "POST"
2621
2621
  operation_name = "create_opsi_configuration"
2622
- api_reference_link = ""
2622
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/CreateOpsiConfiguration"
2623
2623
 
2624
2624
  # Don't accept unknown kwargs
2625
2625
  expected_kwargs = [
@@ -2747,14 +2747,14 @@ class OperationsInsightsClient(object):
2747
2747
  :rtype: :class:`~oci.response.Response`
2748
2748
 
2749
2749
  :example:
2750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_awr_hub.py.html>`__ to see an example of how to use delete_awr_hub API.
2751
2751
  """
2752
2752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2753
2753
  required_arguments = ['awrHubId']
2754
2754
  resource_path = "/awrHubs/{awrHubId}"
2755
2755
  method = "DELETE"
2756
2756
  operation_name = "delete_awr_hub"
2757
- api_reference_link = ""
2757
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/DeleteAwrHub"
2758
2758
 
2759
2759
  # Don't accept unknown kwargs
2760
2760
  expected_kwargs = [
@@ -2854,14 +2854,14 @@ class OperationsInsightsClient(object):
2854
2854
  :rtype: :class:`~oci.response.Response`
2855
2855
 
2856
2856
  :example:
2857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
2857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_awr_hub_object.py.html>`__ to see an example of how to use delete_awr_hub_object API.
2858
2858
  """
2859
2859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2860
2860
  required_arguments = ['awrHubSourceId', 'objectName']
2861
2861
  resource_path = "/awrHubObjects/awrHubSources/{awrHubSourceId}/o/{objectName}"
2862
2862
  method = "DELETE"
2863
2863
  operation_name = "delete_awr_hub_object"
2864
- api_reference_link = ""
2864
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubObjects/DeleteAwrHubObject"
2865
2865
 
2866
2866
  # Don't accept unknown kwargs
2867
2867
  expected_kwargs = [
@@ -2959,14 +2959,14 @@ class OperationsInsightsClient(object):
2959
2959
  :rtype: :class:`~oci.response.Response`
2960
2960
 
2961
2961
  :example:
2962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
2962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_awr_hub_source.py.html>`__ to see an example of how to use delete_awr_hub_source API.
2963
2963
  """
2964
2964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2965
2965
  required_arguments = ['awrHubSourceId']
2966
2966
  resource_path = "/awrHubSources/{awrHubSourceId}"
2967
2967
  method = "DELETE"
2968
2968
  operation_name = "delete_awr_hub_source"
2969
- api_reference_link = ""
2969
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubSources/DeleteAwrHubSource"
2970
2970
 
2971
2971
  # Don't accept unknown kwargs
2972
2972
  expected_kwargs = [
@@ -3063,14 +3063,14 @@ class OperationsInsightsClient(object):
3063
3063
  :rtype: :class:`~oci.response.Response`
3064
3064
 
3065
3065
  :example:
3066
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
3066
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_database_insight.py.html>`__ to see an example of how to use delete_database_insight API.
3067
3067
  """
3068
3068
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3069
3069
  required_arguments = ['databaseInsightId']
3070
3070
  resource_path = "/databaseInsights/{databaseInsightId}"
3071
3071
  method = "DELETE"
3072
3072
  operation_name = "delete_database_insight"
3073
- api_reference_link = ""
3073
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/DeleteDatabaseInsight"
3074
3074
 
3075
3075
  # Don't accept unknown kwargs
3076
3076
  expected_kwargs = [
@@ -3167,14 +3167,14 @@ class OperationsInsightsClient(object):
3167
3167
  :rtype: :class:`~oci.response.Response`
3168
3168
 
3169
3169
  :example:
3170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
3170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_enterprise_manager_bridge.py.html>`__ to see an example of how to use delete_enterprise_manager_bridge API.
3171
3171
  """
3172
3172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3173
3173
  required_arguments = ['enterpriseManagerBridgeId']
3174
3174
  resource_path = "/enterpriseManagerBridges/{enterpriseManagerBridgeId}"
3175
3175
  method = "DELETE"
3176
3176
  operation_name = "delete_enterprise_manager_bridge"
3177
- api_reference_link = ""
3177
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/DeleteEnterpriseManagerBridge"
3178
3178
 
3179
3179
  # Don't accept unknown kwargs
3180
3180
  expected_kwargs = [
@@ -3271,14 +3271,14 @@ class OperationsInsightsClient(object):
3271
3271
  :rtype: :class:`~oci.response.Response`
3272
3272
 
3273
3273
  :example:
3274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
3274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_exadata_insight.py.html>`__ to see an example of how to use delete_exadata_insight API.
3275
3275
  """
3276
3276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3277
3277
  required_arguments = ['exadataInsightId']
3278
3278
  resource_path = "/exadataInsights/{exadataInsightId}"
3279
3279
  method = "DELETE"
3280
3280
  operation_name = "delete_exadata_insight"
3281
- api_reference_link = ""
3281
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/DeleteExadataInsight"
3282
3282
 
3283
3283
  # Don't accept unknown kwargs
3284
3284
  expected_kwargs = [
@@ -3375,14 +3375,14 @@ class OperationsInsightsClient(object):
3375
3375
  :rtype: :class:`~oci.response.Response`
3376
3376
 
3377
3377
  :example:
3378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
3378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_host_insight.py.html>`__ to see an example of how to use delete_host_insight API.
3379
3379
  """
3380
3380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3381
3381
  required_arguments = ['hostInsightId']
3382
3382
  resource_path = "/hostInsights/{hostInsightId}"
3383
3383
  method = "DELETE"
3384
3384
  operation_name = "delete_host_insight"
3385
- api_reference_link = ""
3385
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/DeleteHostInsight"
3386
3386
 
3387
3387
  # Don't accept unknown kwargs
3388
3388
  expected_kwargs = [
@@ -3479,14 +3479,14 @@ class OperationsInsightsClient(object):
3479
3479
  :rtype: :class:`~oci.response.Response`
3480
3480
 
3481
3481
  :example:
3482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
3482
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_news_report.py.html>`__ to see an example of how to use delete_news_report API.
3483
3483
  """
3484
3484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3485
3485
  required_arguments = ['newsReportId']
3486
3486
  resource_path = "/newsReports/{newsReportId}"
3487
3487
  method = "DELETE"
3488
3488
  operation_name = "delete_news_report"
3489
- api_reference_link = ""
3489
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/NewsReports/DeleteNewsReport"
3490
3490
 
3491
3491
  # Don't accept unknown kwargs
3492
3492
  expected_kwargs = [
@@ -3585,14 +3585,14 @@ class OperationsInsightsClient(object):
3585
3585
  :rtype: :class:`~oci.response.Response`
3586
3586
 
3587
3587
  :example:
3588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_operations_insights_private_endpoint.py.html>`__ to see an example of how to use delete_operations_insights_private_endpoint API.
3589
3589
  """
3590
3590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3591
3591
  required_arguments = ['operationsInsightsPrivateEndpointId']
3592
3592
  resource_path = "/operationsInsightsPrivateEndpoints/{operationsInsightsPrivateEndpointId}"
3593
3593
  method = "DELETE"
3594
3594
  operation_name = "delete_operations_insights_private_endpoint"
3595
- api_reference_link = ""
3595
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/DeleteOperationsInsightsPrivateEndpoint"
3596
3596
 
3597
3597
  # Don't accept unknown kwargs
3598
3598
  expected_kwargs = [
@@ -3665,7 +3665,7 @@ class OperationsInsightsClient(object):
3665
3665
 
3666
3666
 
3667
3667
  :param str operations_insights_warehouse_id: (required)
3668
- Unique Operations Insights Warehouse identifier
3668
+ Unique Ops Insights Warehouse identifier
3669
3669
 
3670
3670
  :param str if_match: (optional)
3671
3671
  Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
@@ -3692,14 +3692,14 @@ class OperationsInsightsClient(object):
3692
3692
  :rtype: :class:`~oci.response.Response`
3693
3693
 
3694
3694
  :example:
3695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3695
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_operations_insights_warehouse.py.html>`__ to see an example of how to use delete_operations_insights_warehouse API.
3696
3696
  """
3697
3697
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3698
3698
  required_arguments = ['operationsInsightsWarehouseId']
3699
3699
  resource_path = "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}"
3700
3700
  method = "DELETE"
3701
3701
  operation_name = "delete_operations_insights_warehouse"
3702
- api_reference_link = ""
3702
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/DeleteOperationsInsightsWarehouse"
3703
3703
 
3704
3704
  # Don't accept unknown kwargs
3705
3705
  expected_kwargs = [
@@ -3796,14 +3796,14 @@ class OperationsInsightsClient(object):
3796
3796
  :rtype: :class:`~oci.response.Response`
3797
3797
 
3798
3798
  :example:
3799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_operations_insights_warehouse_user.py.html>`__ to see an example of how to use delete_operations_insights_warehouse_user API.
3800
3800
  """
3801
3801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3802
3802
  required_arguments = ['operationsInsightsWarehouseUserId']
3803
3803
  resource_path = "/operationsInsightsWarehouseUsers/{operationsInsightsWarehouseUserId}"
3804
3804
  method = "DELETE"
3805
3805
  operation_name = "delete_operations_insights_warehouse_user"
3806
- api_reference_link = ""
3806
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/DeleteOperationsInsightsWarehouseUser"
3807
3807
 
3808
3808
  # Don't accept unknown kwargs
3809
3809
  expected_kwargs = [
@@ -3902,14 +3902,14 @@ class OperationsInsightsClient(object):
3902
3902
  :rtype: :class:`~oci.response.Response`
3903
3903
 
3904
3904
  :example:
3905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
3905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/delete_opsi_configuration.py.html>`__ to see an example of how to use delete_opsi_configuration API.
3906
3906
  """
3907
3907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3908
3908
  required_arguments = ['opsiConfigurationId']
3909
3909
  resource_path = "/opsiConfigurations/{opsiConfigurationId}"
3910
3910
  method = "DELETE"
3911
3911
  operation_name = "delete_opsi_configuration"
3912
- api_reference_link = ""
3912
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/DeleteOpsiConfiguration"
3913
3913
 
3914
3914
  # Don't accept unknown kwargs
3915
3915
  expected_kwargs = [
@@ -4014,14 +4014,14 @@ class OperationsInsightsClient(object):
4014
4014
  :rtype: :class:`~oci.response.Response`
4015
4015
 
4016
4016
  :example:
4017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
4017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/disable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use disable_autonomous_database_insight_advanced_features API.
4018
4018
  """
4019
4019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4020
4020
  required_arguments = ['databaseInsightId']
4021
4021
  resource_path = "/databaseInsights/{databaseInsightId}/actions/disableAutonomousDatabaseInsightAdvancedFeatures"
4022
4022
  method = "POST"
4023
4023
  operation_name = "disable_autonomous_database_insight_advanced_features"
4024
- api_reference_link = ""
4024
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/DisableAutonomousDatabaseInsightAdvancedFeatures"
4025
4025
 
4026
4026
  # Don't accept unknown kwargs
4027
4027
  expected_kwargs = [
@@ -4129,14 +4129,14 @@ class OperationsInsightsClient(object):
4129
4129
  :rtype: :class:`~oci.response.Response`
4130
4130
 
4131
4131
  :example:
4132
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
4132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/disable_awr_hub_source.py.html>`__ to see an example of how to use disable_awr_hub_source API.
4133
4133
  """
4134
4134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4135
4135
  required_arguments = ['awrHubSourceId']
4136
4136
  resource_path = "/awrHubSources/{awrHubSourceId}/actions/disable"
4137
4137
  method = "POST"
4138
4138
  operation_name = "disable_awr_hub_source"
4139
- api_reference_link = ""
4139
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubSources/DisableAwrHubSource"
4140
4140
 
4141
4141
  # Don't accept unknown kwargs
4142
4142
  expected_kwargs = [
@@ -4244,14 +4244,14 @@ class OperationsInsightsClient(object):
4244
4244
  :rtype: :class:`~oci.response.Response`
4245
4245
 
4246
4246
  :example:
4247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
4247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/disable_database_insight.py.html>`__ to see an example of how to use disable_database_insight API.
4248
4248
  """
4249
4249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4250
4250
  required_arguments = ['databaseInsightId']
4251
4251
  resource_path = "/databaseInsights/{databaseInsightId}/actions/disable"
4252
4252
  method = "POST"
4253
4253
  operation_name = "disable_database_insight"
4254
- api_reference_link = ""
4254
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/DisableDatabaseInsight"
4255
4255
 
4256
4256
  # Don't accept unknown kwargs
4257
4257
  expected_kwargs = [
@@ -4359,14 +4359,14 @@ class OperationsInsightsClient(object):
4359
4359
  :rtype: :class:`~oci.response.Response`
4360
4360
 
4361
4361
  :example:
4362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
4362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/disable_exadata_insight.py.html>`__ to see an example of how to use disable_exadata_insight API.
4363
4363
  """
4364
4364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4365
4365
  required_arguments = ['exadataInsightId']
4366
4366
  resource_path = "/exadataInsights/{exadataInsightId}/actions/disable"
4367
4367
  method = "POST"
4368
4368
  operation_name = "disable_exadata_insight"
4369
- api_reference_link = ""
4369
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/DisableExadataInsight"
4370
4370
 
4371
4371
  # Don't accept unknown kwargs
4372
4372
  expected_kwargs = [
@@ -4435,7 +4435,7 @@ class OperationsInsightsClient(object):
4435
4435
 
4436
4436
  def disable_host_insight(self, host_insight_id, **kwargs):
4437
4437
  """
4438
- Disables a host in Operations Insights. Host metric collection and analysis will be stopped.
4438
+ Disables a host in Ops Insights. Host metric collection and analysis will be stopped.
4439
4439
 
4440
4440
 
4441
4441
  :param str host_insight_id: (required)
@@ -4474,14 +4474,14 @@ class OperationsInsightsClient(object):
4474
4474
  :rtype: :class:`~oci.response.Response`
4475
4475
 
4476
4476
  :example:
4477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
4477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/disable_host_insight.py.html>`__ to see an example of how to use disable_host_insight API.
4478
4478
  """
4479
4479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4480
4480
  required_arguments = ['hostInsightId']
4481
4481
  resource_path = "/hostInsights/{hostInsightId}/actions/disable"
4482
4482
  method = "POST"
4483
4483
  operation_name = "disable_host_insight"
4484
- api_reference_link = ""
4484
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/DisableHostInsight"
4485
4485
 
4486
4486
  # Don't accept unknown kwargs
4487
4487
  expected_kwargs = [
@@ -4554,7 +4554,7 @@ class OperationsInsightsClient(object):
4554
4554
 
4555
4555
 
4556
4556
  :param str operations_insights_warehouse_id: (required)
4557
- Unique Operations Insights Warehouse identifier
4557
+ Unique Ops Insights Warehouse identifier
4558
4558
 
4559
4559
  :param oci.opsi.models.DownloadOperationsInsightsWarehouseWalletDetails download_operations_insights_warehouse_wallet_details: (required)
4560
4560
  The information to be updated.
@@ -4587,14 +4587,14 @@ class OperationsInsightsClient(object):
4587
4587
  :rtype: :class:`~oci.response.Response`
4588
4588
 
4589
4589
  :example:
4590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
4590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/download_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use download_operations_insights_warehouse_wallet API.
4591
4591
  """
4592
4592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4593
4593
  required_arguments = ['operationsInsightsWarehouseId']
4594
4594
  resource_path = "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}/actions/downloadWarehouseWallet"
4595
4595
  method = "POST"
4596
4596
  operation_name = "download_operations_insights_warehouse_wallet"
4597
- api_reference_link = ""
4597
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/DownloadOperationsInsightsWarehouseWallet"
4598
4598
 
4599
4599
  # Don't accept unknown kwargs
4600
4600
  expected_kwargs = [
@@ -4707,14 +4707,14 @@ class OperationsInsightsClient(object):
4707
4707
  :rtype: :class:`~oci.response.Response`
4708
4708
 
4709
4709
  :example:
4710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
4710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/enable_autonomous_database_insight_advanced_features.py.html>`__ to see an example of how to use enable_autonomous_database_insight_advanced_features API.
4711
4711
  """
4712
4712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4713
4713
  required_arguments = ['databaseInsightId']
4714
4714
  resource_path = "/databaseInsights/{databaseInsightId}/actions/enableAutonomousDatabaseInsightAdvancedFeatures"
4715
4715
  method = "POST"
4716
4716
  operation_name = "enable_autonomous_database_insight_advanced_features"
4717
- api_reference_link = ""
4717
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/EnableAutonomousDatabaseInsightAdvancedFeatures"
4718
4718
 
4719
4719
  # Don't accept unknown kwargs
4720
4720
  expected_kwargs = [
@@ -4824,14 +4824,14 @@ class OperationsInsightsClient(object):
4824
4824
  :rtype: :class:`~oci.response.Response`
4825
4825
 
4826
4826
  :example:
4827
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
4827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/enable_awr_hub_source.py.html>`__ to see an example of how to use enable_awr_hub_source API.
4828
4828
  """
4829
4829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4830
4830
  required_arguments = ['awrHubSourceId']
4831
4831
  resource_path = "/awrHubSources/{awrHubSourceId}/actions/enable"
4832
4832
  method = "POST"
4833
4833
  operation_name = "enable_awr_hub_source"
4834
- api_reference_link = ""
4834
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubSources/EnableAwrHubSource"
4835
4835
 
4836
4836
  # Don't accept unknown kwargs
4837
4837
  expected_kwargs = [
@@ -4942,14 +4942,14 @@ class OperationsInsightsClient(object):
4942
4942
  :rtype: :class:`~oci.response.Response`
4943
4943
 
4944
4944
  :example:
4945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
4945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/enable_database_insight.py.html>`__ to see an example of how to use enable_database_insight API.
4946
4946
  """
4947
4947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4948
4948
  required_arguments = ['databaseInsightId']
4949
4949
  resource_path = "/databaseInsights/{databaseInsightId}/actions/enable"
4950
4950
  method = "POST"
4951
4951
  operation_name = "enable_database_insight"
4952
- api_reference_link = ""
4952
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/EnableDatabaseInsight"
4953
4953
 
4954
4954
  # Don't accept unknown kwargs
4955
4955
  expected_kwargs = [
@@ -5062,14 +5062,14 @@ class OperationsInsightsClient(object):
5062
5062
  :rtype: :class:`~oci.response.Response`
5063
5063
 
5064
5064
  :example:
5065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
5065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/enable_exadata_insight.py.html>`__ to see an example of how to use enable_exadata_insight API.
5066
5066
  """
5067
5067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5068
5068
  required_arguments = ['exadataInsightId']
5069
5069
  resource_path = "/exadataInsights/{exadataInsightId}/actions/enable"
5070
5070
  method = "POST"
5071
5071
  operation_name = "enable_exadata_insight"
5072
- api_reference_link = ""
5072
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/EnableExadataInsight"
5073
5073
 
5074
5074
  # Don't accept unknown kwargs
5075
5075
  expected_kwargs = [
@@ -5140,11 +5140,11 @@ class OperationsInsightsClient(object):
5140
5140
 
5141
5141
  def enable_host_insight(self, enable_host_insight_details, host_insight_id, **kwargs):
5142
5142
  """
5143
- Enables a host in Operations Insights. Host metric collection and analysis will be started.
5143
+ Enables a host in Ops Insights. Host metric collection and analysis will be started.
5144
5144
 
5145
5145
 
5146
5146
  :param oci.opsi.models.EnableHostInsightDetails enable_host_insight_details: (required)
5147
- Details for the host to be enabled in Operations Insights.
5147
+ Details for the host to be enabled in Ops Insights.
5148
5148
 
5149
5149
  :param str host_insight_id: (required)
5150
5150
  Unique host insight identifier
@@ -5182,14 +5182,14 @@ class OperationsInsightsClient(object):
5182
5182
  :rtype: :class:`~oci.response.Response`
5183
5183
 
5184
5184
  :example:
5185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
5185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/enable_host_insight.py.html>`__ to see an example of how to use enable_host_insight API.
5186
5186
  """
5187
5187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5188
5188
  required_arguments = ['hostInsightId']
5189
5189
  resource_path = "/hostInsights/{hostInsightId}/actions/enable"
5190
5190
  method = "POST"
5191
5191
  operation_name = "enable_host_insight"
5192
- api_reference_link = ""
5192
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/EnableHostInsight"
5193
5193
 
5194
5194
  # Don't accept unknown kwargs
5195
5195
  expected_kwargs = [
@@ -5318,14 +5318,14 @@ class OperationsInsightsClient(object):
5318
5318
  :rtype: :class:`~oci.response.Response`
5319
5319
 
5320
5320
  :example:
5321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
5321
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_awr_database_report.py.html>`__ to see an example of how to use get_awr_database_report API.
5322
5322
  """
5323
5323
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5324
5324
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
5325
5325
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseReport"
5326
5326
  method = "GET"
5327
5327
  operation_name = "get_awr_database_report"
5328
- api_reference_link = ""
5328
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/GetAwrDatabaseReport"
5329
5329
 
5330
5330
  # Don't accept unknown kwargs
5331
5331
  expected_kwargs = [
@@ -5482,14 +5482,14 @@ class OperationsInsightsClient(object):
5482
5482
  :rtype: :class:`~oci.response.Response`
5483
5483
 
5484
5484
  :example:
5485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
5485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_awr_database_sql_report.py.html>`__ to see an example of how to use get_awr_database_sql_report API.
5486
5486
  """
5487
5487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5488
5488
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'sqlId']
5489
5489
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseSqlReport"
5490
5490
  method = "GET"
5491
5491
  operation_name = "get_awr_database_sql_report"
5492
- api_reference_link = ""
5492
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/GetAwrDatabaseSqlReport"
5493
5493
 
5494
5494
  # Don't accept unknown kwargs
5495
5495
  expected_kwargs = [
@@ -5608,14 +5608,14 @@ class OperationsInsightsClient(object):
5608
5608
  :rtype: :class:`~oci.response.Response`
5609
5609
 
5610
5610
  :example:
5611
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
5611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_awr_hub.py.html>`__ to see an example of how to use get_awr_hub API.
5612
5612
  """
5613
5613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5614
5614
  required_arguments = ['awrHubId']
5615
5615
  resource_path = "/awrHubs/{awrHubId}"
5616
5616
  method = "GET"
5617
5617
  operation_name = "get_awr_hub"
5618
- api_reference_link = ""
5618
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/GetAwrHub"
5619
5619
 
5620
5620
  # Don't accept unknown kwargs
5621
5621
  expected_kwargs = [
@@ -5710,14 +5710,14 @@ class OperationsInsightsClient(object):
5710
5710
  :rtype: :class:`~oci.response.Response`
5711
5711
 
5712
5712
  :example:
5713
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
5713
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_awr_hub_object.py.html>`__ to see an example of how to use get_awr_hub_object API.
5714
5714
  """
5715
5715
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5716
5716
  required_arguments = ['awrHubSourceId', 'objectName']
5717
5717
  resource_path = "/awrHubObjects/awrHubSources/{awrHubSourceId}/o/{objectName}"
5718
5718
  method = "GET"
5719
5719
  operation_name = "get_awr_hub_object"
5720
- api_reference_link = ""
5720
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubObjects/GetAwrHubObject"
5721
5721
 
5722
5722
  # Don't accept unknown kwargs
5723
5723
  expected_kwargs = [
@@ -5810,14 +5810,14 @@ class OperationsInsightsClient(object):
5810
5810
  :rtype: :class:`~oci.response.Response`
5811
5811
 
5812
5812
  :example:
5813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
5813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_awr_hub_source.py.html>`__ to see an example of how to use get_awr_hub_source API.
5814
5814
  """
5815
5815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5816
5816
  required_arguments = ['awrHubSourceId']
5817
5817
  resource_path = "/awrHubSources/{awrHubSourceId}"
5818
5818
  method = "GET"
5819
5819
  operation_name = "get_awr_hub_source"
5820
- api_reference_link = ""
5820
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubSources/GetAwrHubSource"
5821
5821
 
5822
5822
  # Don't accept unknown kwargs
5823
5823
  expected_kwargs = [
@@ -5933,14 +5933,14 @@ class OperationsInsightsClient(object):
5933
5933
  :rtype: :class:`~oci.response.Response`
5934
5934
 
5935
5935
  :example:
5936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
5936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_awr_report.py.html>`__ to see an example of how to use get_awr_report API.
5937
5937
  """
5938
5938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5939
5939
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
5940
5940
  resource_path = "/awrHubs/{awrHubId}/awrReport"
5941
5941
  method = "GET"
5942
5942
  operation_name = "get_awr_report"
5943
- api_reference_link = ""
5943
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/GetAwrReport"
5944
5944
 
5945
5945
  # Don't accept unknown kwargs
5946
5946
  expected_kwargs = [
@@ -6058,14 +6058,14 @@ class OperationsInsightsClient(object):
6058
6058
  :rtype: :class:`~oci.response.Response`
6059
6059
 
6060
6060
  :example:
6061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
6061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_database_insight.py.html>`__ to see an example of how to use get_database_insight API.
6062
6062
  """
6063
6063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6064
6064
  required_arguments = ['databaseInsightId']
6065
6065
  resource_path = "/databaseInsights/{databaseInsightId}"
6066
6066
  method = "GET"
6067
6067
  operation_name = "get_database_insight"
6068
- api_reference_link = ""
6068
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/GetDatabaseInsight"
6069
6069
 
6070
6070
  # Don't accept unknown kwargs
6071
6071
  expected_kwargs = [
@@ -6157,14 +6157,14 @@ class OperationsInsightsClient(object):
6157
6157
  :rtype: :class:`~oci.response.Response`
6158
6158
 
6159
6159
  :example:
6160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
6160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_enterprise_manager_bridge.py.html>`__ to see an example of how to use get_enterprise_manager_bridge API.
6161
6161
  """
6162
6162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6163
6163
  required_arguments = ['enterpriseManagerBridgeId']
6164
6164
  resource_path = "/enterpriseManagerBridges/{enterpriseManagerBridgeId}"
6165
6165
  method = "GET"
6166
6166
  operation_name = "get_enterprise_manager_bridge"
6167
- api_reference_link = ""
6167
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/GetEnterpriseManagerBridge"
6168
6168
 
6169
6169
  # Don't accept unknown kwargs
6170
6170
  expected_kwargs = [
@@ -6256,14 +6256,14 @@ class OperationsInsightsClient(object):
6256
6256
  :rtype: :class:`~oci.response.Response`
6257
6257
 
6258
6258
  :example:
6259
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
6259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_exadata_insight.py.html>`__ to see an example of how to use get_exadata_insight API.
6260
6260
  """
6261
6261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6262
6262
  required_arguments = ['exadataInsightId']
6263
6263
  resource_path = "/exadataInsights/{exadataInsightId}"
6264
6264
  method = "GET"
6265
6265
  operation_name = "get_exadata_insight"
6266
- api_reference_link = ""
6266
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/GetExadataInsight"
6267
6267
 
6268
6268
  # Don't accept unknown kwargs
6269
6269
  expected_kwargs = [
@@ -6355,14 +6355,14 @@ class OperationsInsightsClient(object):
6355
6355
  :rtype: :class:`~oci.response.Response`
6356
6356
 
6357
6357
  :example:
6358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
6358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_host_insight.py.html>`__ to see an example of how to use get_host_insight API.
6359
6359
  """
6360
6360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6361
6361
  required_arguments = ['hostInsightId']
6362
6362
  resource_path = "/hostInsights/{hostInsightId}"
6363
6363
  method = "GET"
6364
6364
  operation_name = "get_host_insight"
6365
- api_reference_link = ""
6365
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/GetHostInsight"
6366
6366
 
6367
6367
  # Don't accept unknown kwargs
6368
6368
  expected_kwargs = [
@@ -6454,14 +6454,14 @@ class OperationsInsightsClient(object):
6454
6454
  :rtype: :class:`~oci.response.Response`
6455
6455
 
6456
6456
  :example:
6457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
6457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_news_report.py.html>`__ to see an example of how to use get_news_report API.
6458
6458
  """
6459
6459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6460
6460
  required_arguments = ['newsReportId']
6461
6461
  resource_path = "/newsReports/{newsReportId}"
6462
6462
  method = "GET"
6463
6463
  operation_name = "get_news_report"
6464
- api_reference_link = ""
6464
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/NewsReports/GetNewsReport"
6465
6465
 
6466
6466
  # Don't accept unknown kwargs
6467
6467
  expected_kwargs = [
@@ -6555,14 +6555,14 @@ class OperationsInsightsClient(object):
6555
6555
  :rtype: :class:`~oci.response.Response`
6556
6556
 
6557
6557
  :example:
6558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
6558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_operations_insights_private_endpoint.py.html>`__ to see an example of how to use get_operations_insights_private_endpoint API.
6559
6559
  """
6560
6560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6561
6561
  required_arguments = ['operationsInsightsPrivateEndpointId']
6562
6562
  resource_path = "/operationsInsightsPrivateEndpoints/{operationsInsightsPrivateEndpointId}"
6563
6563
  method = "GET"
6564
6564
  operation_name = "get_operations_insights_private_endpoint"
6565
- api_reference_link = ""
6565
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/GetOperationsInsightsPrivateEndpoint"
6566
6566
 
6567
6567
  # Don't accept unknown kwargs
6568
6568
  expected_kwargs = [
@@ -6628,12 +6628,12 @@ class OperationsInsightsClient(object):
6628
6628
 
6629
6629
  def get_operations_insights_warehouse(self, operations_insights_warehouse_id, **kwargs):
6630
6630
  """
6631
- Gets details of an Operations Insights Warehouse.
6631
+ Gets details of an Ops Insights Warehouse.
6632
6632
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
6633
6633
 
6634
6634
 
6635
6635
  :param str operations_insights_warehouse_id: (required)
6636
- Unique Operations Insights Warehouse identifier
6636
+ Unique Ops Insights Warehouse identifier
6637
6637
 
6638
6638
  :param str opc_request_id: (optional)
6639
6639
  Unique Oracle-assigned identifier for the request. If you need to contact
@@ -6655,14 +6655,14 @@ class OperationsInsightsClient(object):
6655
6655
  :rtype: :class:`~oci.response.Response`
6656
6656
 
6657
6657
  :example:
6658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
6658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_operations_insights_warehouse.py.html>`__ to see an example of how to use get_operations_insights_warehouse API.
6659
6659
  """
6660
6660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6661
6661
  required_arguments = ['operationsInsightsWarehouseId']
6662
6662
  resource_path = "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}"
6663
6663
  method = "GET"
6664
6664
  operation_name = "get_operations_insights_warehouse"
6665
- api_reference_link = ""
6665
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/GetOperationsInsightsWarehouse"
6666
6666
 
6667
6667
  # Don't accept unknown kwargs
6668
6668
  expected_kwargs = [
@@ -6754,14 +6754,14 @@ class OperationsInsightsClient(object):
6754
6754
  :rtype: :class:`~oci.response.Response`
6755
6755
 
6756
6756
  :example:
6757
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
6757
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_operations_insights_warehouse_user.py.html>`__ to see an example of how to use get_operations_insights_warehouse_user API.
6758
6758
  """
6759
6759
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6760
6760
  required_arguments = ['operationsInsightsWarehouseUserId']
6761
6761
  resource_path = "/operationsInsightsWarehouseUsers/{operationsInsightsWarehouseUserId}"
6762
6762
  method = "GET"
6763
6763
  operation_name = "get_operations_insights_warehouse_user"
6764
- api_reference_link = ""
6764
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/GetOperationsInsightsWarehouseUser"
6765
6765
 
6766
6766
  # Don't accept unknown kwargs
6767
6767
  expected_kwargs = [
@@ -6876,14 +6876,14 @@ class OperationsInsightsClient(object):
6876
6876
  :rtype: :class:`~oci.response.Response`
6877
6877
 
6878
6878
  :example:
6879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
6879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_opsi_configuration.py.html>`__ to see an example of how to use get_opsi_configuration API.
6880
6880
  """
6881
6881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6882
6882
  required_arguments = ['opsiConfigurationId']
6883
6883
  resource_path = "/opsiConfigurations/{opsiConfigurationId}"
6884
6884
  method = "GET"
6885
6885
  operation_name = "get_opsi_configuration"
6886
- api_reference_link = ""
6886
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/GetOpsiConfiguration"
6887
6887
 
6888
6888
  # Don't accept unknown kwargs
6889
6889
  expected_kwargs = [
@@ -7018,14 +7018,14 @@ class OperationsInsightsClient(object):
7018
7018
  :rtype: :class:`~oci.response.Response`
7019
7019
 
7020
7020
  :example:
7021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
7021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_opsi_data_object.py.html>`__ to see an example of how to use get_opsi_data_object API.
7022
7022
  """
7023
7023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7024
7024
  required_arguments = ['opsiDataObjectIdentifier', 'compartmentId']
7025
7025
  resource_path = "/opsiDataObjects/{opsiDataObjectIdentifier}"
7026
7026
  method = "GET"
7027
7027
  operation_name = "get_opsi_data_object"
7028
- api_reference_link = ""
7028
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/GetOpsiDataObject"
7029
7029
 
7030
7030
  # Don't accept unknown kwargs
7031
7031
  expected_kwargs = [
@@ -7124,14 +7124,14 @@ class OperationsInsightsClient(object):
7124
7124
  :rtype: :class:`~oci.response.Response`
7125
7125
 
7126
7126
  :example:
7127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7128
7128
  """
7129
7129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7130
7130
  required_arguments = ['workRequestId']
7131
7131
  resource_path = "/workRequests/{workRequestId}"
7132
7132
  method = "GET"
7133
7133
  operation_name = "get_work_request"
7134
- api_reference_link = ""
7134
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/GetWorkRequest"
7135
7135
 
7136
7136
  # Don't accept unknown kwargs
7137
7137
  expected_kwargs = [
@@ -7226,14 +7226,14 @@ class OperationsInsightsClient(object):
7226
7226
  :rtype: :class:`~oci.response.Response`
7227
7227
 
7228
7228
  :example:
7229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
7229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/head_awr_hub_object.py.html>`__ to see an example of how to use head_awr_hub_object API.
7230
7230
  """
7231
7231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7232
7232
  required_arguments = ['awrHubSourceId', 'objectName']
7233
7233
  resource_path = "/awrHubObjects/awrHubSources/{awrHubSourceId}/o/{objectName}"
7234
7234
  method = "HEAD"
7235
7235
  operation_name = "head_awr_hub_object"
7236
- api_reference_link = ""
7236
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubObjects/HeadAwrHubObject"
7237
7237
 
7238
7238
  # Don't accept unknown kwargs
7239
7239
  expected_kwargs = [
@@ -7348,14 +7348,14 @@ class OperationsInsightsClient(object):
7348
7348
  :rtype: :class:`~oci.response.Response`
7349
7349
 
7350
7350
  :example:
7351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
7351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/ingest_addm_reports.py.html>`__ to see an example of how to use ingest_addm_reports API.
7352
7352
  """
7353
7353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7354
7354
  required_arguments = []
7355
7355
  resource_path = "/databaseInsights/actions/ingestAddmReports"
7356
7356
  method = "POST"
7357
7357
  operation_name = "ingest_addm_reports"
7358
- api_reference_link = ""
7358
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestAddmReports"
7359
7359
 
7360
7360
  # Don't accept unknown kwargs
7361
7361
  expected_kwargs = [
@@ -7475,14 +7475,14 @@ class OperationsInsightsClient(object):
7475
7475
  :rtype: :class:`~oci.response.Response`
7476
7476
 
7477
7477
  :example:
7478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
7478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/ingest_database_configuration.py.html>`__ to see an example of how to use ingest_database_configuration API.
7479
7479
  """
7480
7480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7481
7481
  required_arguments = []
7482
7482
  resource_path = "/databaseInsights/actions/ingestDatabaseConfiguration"
7483
7483
  method = "POST"
7484
7484
  operation_name = "ingest_database_configuration"
7485
- api_reference_link = ""
7485
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestDatabaseConfiguration"
7486
7486
 
7487
7487
  # Don't accept unknown kwargs
7488
7488
  expected_kwargs = [
@@ -7597,14 +7597,14 @@ class OperationsInsightsClient(object):
7597
7597
  :rtype: :class:`~oci.response.Response`
7598
7598
 
7599
7599
  :example:
7600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
7600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/ingest_host_configuration.py.html>`__ to see an example of how to use ingest_host_configuration API.
7601
7601
  """
7602
7602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7603
7603
  required_arguments = ['id']
7604
7604
  resource_path = "/hostInsights/actions/ingestHostConfiguration"
7605
7605
  method = "POST"
7606
7606
  operation_name = "ingest_host_configuration"
7607
- api_reference_link = ""
7607
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/IngestHostConfiguration"
7608
7608
 
7609
7609
  # Don't accept unknown kwargs
7610
7610
  expected_kwargs = [
@@ -7716,14 +7716,14 @@ class OperationsInsightsClient(object):
7716
7716
  :rtype: :class:`~oci.response.Response`
7717
7717
 
7718
7718
  :example:
7719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
7719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/ingest_host_metrics.py.html>`__ to see an example of how to use ingest_host_metrics API.
7720
7720
  """
7721
7721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7722
7722
  required_arguments = ['id']
7723
7723
  resource_path = "/hostInsights/actions/ingestHostMetrics"
7724
7724
  method = "POST"
7725
7725
  operation_name = "ingest_host_metrics"
7726
- api_reference_link = ""
7726
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/IngestHostMetrics"
7727
7727
 
7728
7728
  # Don't accept unknown kwargs
7729
7729
  expected_kwargs = [
@@ -7791,7 +7791,7 @@ class OperationsInsightsClient(object):
7791
7791
 
7792
7792
  def ingest_sql_bucket(self, ingest_sql_bucket_details, **kwargs):
7793
7793
  """
7794
- The sqlbucket endpoint takes in a JSON payload, persists it in Operations Insights ingest pipeline.
7794
+ The sqlbucket endpoint takes in a JSON payload, persists it in Ops Insights ingest pipeline.
7795
7795
  Either databaseId or id must be specified.
7796
7796
 
7797
7797
 
@@ -7846,14 +7846,14 @@ class OperationsInsightsClient(object):
7846
7846
  :rtype: :class:`~oci.response.Response`
7847
7847
 
7848
7848
  :example:
7849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
7849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/ingest_sql_bucket.py.html>`__ to see an example of how to use ingest_sql_bucket API.
7850
7850
  """
7851
7851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7852
7852
  required_arguments = []
7853
7853
  resource_path = "/databaseInsights/actions/ingestSqlBucket"
7854
7854
  method = "POST"
7855
7855
  operation_name = "ingest_sql_bucket"
7856
- api_reference_link = ""
7856
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlBucket"
7857
7857
 
7858
7858
  # Don't accept unknown kwargs
7859
7859
  expected_kwargs = [
@@ -7981,14 +7981,14 @@ class OperationsInsightsClient(object):
7981
7981
  :rtype: :class:`~oci.response.Response`
7982
7982
 
7983
7983
  :example:
7984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
7984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/ingest_sql_plan_lines.py.html>`__ to see an example of how to use ingest_sql_plan_lines API.
7985
7985
  """
7986
7986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7987
7987
  required_arguments = []
7988
7988
  resource_path = "/databaseInsights/actions/ingestSqlPlanLines"
7989
7989
  method = "POST"
7990
7990
  operation_name = "ingest_sql_plan_lines"
7991
- api_reference_link = ""
7991
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlPlanLines"
7992
7992
 
7993
7993
  # Don't accept unknown kwargs
7994
7994
  expected_kwargs = [
@@ -8061,7 +8061,7 @@ class OperationsInsightsClient(object):
8061
8061
 
8062
8062
  def ingest_sql_stats(self, ingest_sql_stats_details, **kwargs):
8063
8063
  """
8064
- The SQL Stats endpoint takes in a JSON payload, persists it in Operations Insights ingest pipeline.
8064
+ The SQL Stats endpoint takes in a JSON payload, persists it in Ops Insights ingest pipeline.
8065
8065
  Either databaseId or id must be specified.
8066
8066
 
8067
8067
 
@@ -8111,14 +8111,14 @@ class OperationsInsightsClient(object):
8111
8111
  :rtype: :class:`~oci.response.Response`
8112
8112
 
8113
8113
  :example:
8114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
8114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/ingest_sql_stats.py.html>`__ to see an example of how to use ingest_sql_stats API.
8115
8115
  """
8116
8116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8117
8117
  required_arguments = []
8118
8118
  resource_path = "/databaseInsights/actions/ingestSqlStatsMetric"
8119
8119
  method = "POST"
8120
8120
  operation_name = "ingest_sql_stats"
8121
- api_reference_link = ""
8121
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlStats"
8122
8122
 
8123
8123
  # Don't accept unknown kwargs
8124
8124
  expected_kwargs = [
@@ -8245,14 +8245,14 @@ class OperationsInsightsClient(object):
8245
8245
  :rtype: :class:`~oci.response.Response`
8246
8246
 
8247
8247
  :example:
8248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
8248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/ingest_sql_text.py.html>`__ to see an example of how to use ingest_sql_text API.
8249
8249
  """
8250
8250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8251
8251
  required_arguments = []
8252
8252
  resource_path = "/databaseInsights/actions/ingestSqlText"
8253
8253
  method = "POST"
8254
8254
  operation_name = "ingest_sql_text"
8255
- api_reference_link = ""
8255
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlText"
8256
8256
 
8257
8257
  # Don't accept unknown kwargs
8258
8258
  expected_kwargs = [
@@ -8417,14 +8417,14 @@ class OperationsInsightsClient(object):
8417
8417
  :rtype: :class:`~oci.response.Response`
8418
8418
 
8419
8419
  :example:
8420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
8420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_addm_db_finding_categories.py.html>`__ to see an example of how to use list_addm_db_finding_categories API.
8421
8421
  """
8422
8422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8423
8423
  required_arguments = ['compartmentId']
8424
8424
  resource_path = "/databaseInsights/addmDbFindingCategories"
8425
8425
  method = "GET"
8426
8426
  operation_name = "list_addm_db_finding_categories"
8427
- api_reference_link = ""
8427
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbFindingCategories"
8428
8428
 
8429
8429
  # Don't accept unknown kwargs
8430
8430
  expected_kwargs = [
@@ -8632,14 +8632,14 @@ class OperationsInsightsClient(object):
8632
8632
  :rtype: :class:`~oci.response.Response`
8633
8633
 
8634
8634
  :example:
8635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
8635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_addm_db_findings_time_series.py.html>`__ to see an example of how to use list_addm_db_findings_time_series API.
8636
8636
  """
8637
8637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8638
8638
  required_arguments = ['compartmentId']
8639
8639
  resource_path = "/databaseInsights/addmDbFindingsTimeSeries"
8640
8640
  method = "GET"
8641
8641
  operation_name = "list_addm_db_findings_time_series"
8642
- api_reference_link = ""
8642
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbFindingsTimeSeries"
8643
8643
 
8644
8644
  # Don't accept unknown kwargs
8645
8645
  expected_kwargs = [
@@ -8836,14 +8836,14 @@ class OperationsInsightsClient(object):
8836
8836
  :rtype: :class:`~oci.response.Response`
8837
8837
 
8838
8838
  :example:
8839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
8839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_addm_db_parameter_categories.py.html>`__ to see an example of how to use list_addm_db_parameter_categories API.
8840
8840
  """
8841
8841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8842
8842
  required_arguments = ['compartmentId']
8843
8843
  resource_path = "/databaseInsights/addmDbParameterCategories"
8844
8844
  method = "GET"
8845
8845
  operation_name = "list_addm_db_parameter_categories"
8846
- api_reference_link = ""
8846
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbParameterCategories"
8847
8847
 
8848
8848
  # Don't accept unknown kwargs
8849
8849
  expected_kwargs = [
@@ -9032,14 +9032,14 @@ class OperationsInsightsClient(object):
9032
9032
  :rtype: :class:`~oci.response.Response`
9033
9033
 
9034
9034
  :example:
9035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
9035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_addm_db_recommendation_categories.py.html>`__ to see an example of how to use list_addm_db_recommendation_categories API.
9036
9036
  """
9037
9037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9038
9038
  required_arguments = ['compartmentId']
9039
9039
  resource_path = "/databaseInsights/addmDbRecommendationCategories"
9040
9040
  method = "GET"
9041
9041
  operation_name = "list_addm_db_recommendation_categories"
9042
- api_reference_link = ""
9042
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbRecommendationCategories"
9043
9043
 
9044
9044
  # Don't accept unknown kwargs
9045
9045
  expected_kwargs = [
@@ -9263,14 +9263,14 @@ class OperationsInsightsClient(object):
9263
9263
  :rtype: :class:`~oci.response.Response`
9264
9264
 
9265
9265
  :example:
9266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
9266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_addm_db_recommendations_time_series.py.html>`__ to see an example of how to use list_addm_db_recommendations_time_series API.
9267
9267
  """
9268
9268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9269
9269
  required_arguments = ['compartmentId']
9270
9270
  resource_path = "/databaseInsights/addmDbRecommendationsTimeSeries"
9271
9271
  method = "GET"
9272
9272
  operation_name = "list_addm_db_recommendations_time_series"
9273
- api_reference_link = ""
9273
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbRecommendationsTimeSeries"
9274
9274
 
9275
9275
  # Don't accept unknown kwargs
9276
9276
  expected_kwargs = [
@@ -9488,14 +9488,14 @@ class OperationsInsightsClient(object):
9488
9488
  :rtype: :class:`~oci.response.Response`
9489
9489
 
9490
9490
  :example:
9491
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
9491
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_addm_dbs.py.html>`__ to see an example of how to use list_addm_dbs API.
9492
9492
  """
9493
9493
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9494
9494
  required_arguments = ['compartmentId']
9495
9495
  resource_path = "/databaseInsights/addmDbs"
9496
9496
  method = "GET"
9497
9497
  operation_name = "list_addm_dbs"
9498
- api_reference_link = ""
9498
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbs"
9499
9499
 
9500
9500
  # Don't accept unknown kwargs
9501
9501
  expected_kwargs = [
@@ -9670,14 +9670,14 @@ class OperationsInsightsClient(object):
9670
9670
  :rtype: :class:`~oci.response.Response`
9671
9671
 
9672
9672
  :example:
9673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
9673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_awr_database_snapshots.py.html>`__ to see an example of how to use list_awr_database_snapshots API.
9674
9674
  """
9675
9675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9676
9676
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
9677
9677
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseSnapshots"
9678
9678
  method = "GET"
9679
9679
  operation_name = "list_awr_database_snapshots"
9680
- api_reference_link = ""
9680
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabaseSnapshots"
9681
9681
 
9682
9682
  # Don't accept unknown kwargs
9683
9683
  expected_kwargs = [
@@ -9843,14 +9843,14 @@ class OperationsInsightsClient(object):
9843
9843
  :rtype: :class:`~oci.response.Response`
9844
9844
 
9845
9845
  :example:
9846
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
9846
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_awr_databases.py.html>`__ to see an example of how to use list_awr_databases API.
9847
9847
  """
9848
9848
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9849
9849
  required_arguments = ['awrHubId']
9850
9850
  resource_path = "/awrHubs/{awrHubId}/awrDatabases"
9851
9851
  method = "GET"
9852
9852
  operation_name = "list_awr_databases"
9853
- api_reference_link = ""
9853
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabases"
9854
9854
 
9855
9855
  # Don't accept unknown kwargs
9856
9856
  expected_kwargs = [
@@ -10019,14 +10019,14 @@ class OperationsInsightsClient(object):
10019
10019
  :rtype: :class:`~oci.response.Response`
10020
10020
 
10021
10021
  :example:
10022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
10022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_awr_hub_objects.py.html>`__ to see an example of how to use list_awr_hub_objects API.
10023
10023
  """
10024
10024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10025
10025
  required_arguments = ['awrHubSourceId']
10026
10026
  resource_path = "/awrHubObjects/awrHubSources/{awrHubSourceId}/o"
10027
10027
  method = "GET"
10028
10028
  operation_name = "list_awr_hub_objects"
10029
- api_reference_link = ""
10029
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubObjects/ListAwrHubObjects"
10030
10030
 
10031
10031
  # Don't accept unknown kwargs
10032
10032
  expected_kwargs = [
@@ -10200,14 +10200,14 @@ class OperationsInsightsClient(object):
10200
10200
  :rtype: :class:`~oci.response.Response`
10201
10201
 
10202
10202
  :example:
10203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
10203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_awr_hub_sources.py.html>`__ to see an example of how to use list_awr_hub_sources API.
10204
10204
  """
10205
10205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10206
10206
  required_arguments = ['awrHubId']
10207
10207
  resource_path = "/awrHubSources"
10208
10208
  method = "GET"
10209
10209
  operation_name = "list_awr_hub_sources"
10210
- api_reference_link = ""
10210
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubSources/ListAwrHubSources"
10211
10211
 
10212
10212
  # Don't accept unknown kwargs
10213
10213
  expected_kwargs = [
@@ -10394,14 +10394,14 @@ class OperationsInsightsClient(object):
10394
10394
  :rtype: :class:`~oci.response.Response`
10395
10395
 
10396
10396
  :example:
10397
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
10397
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_awr_hubs.py.html>`__ to see an example of how to use list_awr_hubs API.
10398
10398
  """
10399
10399
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10400
10400
  required_arguments = ['operationsInsightsWarehouseId']
10401
10401
  resource_path = "/awrHubs"
10402
10402
  method = "GET"
10403
10403
  operation_name = "list_awr_hubs"
10404
- api_reference_link = ""
10404
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrHubs"
10405
10405
 
10406
10406
  # Don't accept unknown kwargs
10407
10407
  expected_kwargs = [
@@ -10562,14 +10562,14 @@ class OperationsInsightsClient(object):
10562
10562
  :rtype: :class:`~oci.response.Response`
10563
10563
 
10564
10564
  :example:
10565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
10565
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_awr_snapshots.py.html>`__ to see an example of how to use list_awr_snapshots API.
10566
10566
  """
10567
10567
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10568
10568
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
10569
10569
  resource_path = "/awrHubs/{awrHubId}/awrSnapshots"
10570
10570
  method = "GET"
10571
10571
  operation_name = "list_awr_snapshots"
10572
- api_reference_link = ""
10572
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrSnapshots"
10573
10573
 
10574
10574
  # Don't accept unknown kwargs
10575
10575
  expected_kwargs = [
@@ -10784,14 +10784,14 @@ class OperationsInsightsClient(object):
10784
10784
  :rtype: :class:`~oci.response.Response`
10785
10785
 
10786
10786
  :example:
10787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
10787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_database_configurations.py.html>`__ to see an example of how to use list_database_configurations API.
10788
10788
  """
10789
10789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10790
10790
  required_arguments = []
10791
10791
  resource_path = "/databaseInsights/databaseConfigurations"
10792
10792
  method = "GET"
10793
10793
  operation_name = "list_database_configurations"
10794
- api_reference_link = ""
10794
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseConfigurations"
10795
10795
 
10796
10796
  # Don't accept unknown kwargs
10797
10797
  expected_kwargs = [
@@ -11009,14 +11009,14 @@ class OperationsInsightsClient(object):
11009
11009
  :rtype: :class:`~oci.response.Response`
11010
11010
 
11011
11011
  :example:
11012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
11012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_database_insights.py.html>`__ to see an example of how to use list_database_insights API.
11013
11013
  """
11014
11014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11015
11015
  required_arguments = []
11016
11016
  resource_path = "/databaseInsights"
11017
11017
  method = "GET"
11018
11018
  operation_name = "list_database_insights"
11019
- api_reference_link = ""
11019
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseInsights"
11020
11020
 
11021
11021
  # Don't accept unknown kwargs
11022
11022
  expected_kwargs = [
@@ -11152,7 +11152,7 @@ class OperationsInsightsClient(object):
11152
11152
 
11153
11153
  def list_enterprise_manager_bridges(self, **kwargs):
11154
11154
  """
11155
- Gets a list of Operations Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
11155
+ Gets a list of Ops Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
11156
11156
  When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
11157
11157
 
11158
11158
 
@@ -11221,14 +11221,14 @@ class OperationsInsightsClient(object):
11221
11221
  :rtype: :class:`~oci.response.Response`
11222
11222
 
11223
11223
  :example:
11224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
11224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_enterprise_manager_bridges.py.html>`__ to see an example of how to use list_enterprise_manager_bridges API.
11225
11225
  """
11226
11226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11227
11227
  required_arguments = []
11228
11228
  resource_path = "/enterpriseManagerBridges"
11229
11229
  method = "GET"
11230
11230
  operation_name = "list_enterprise_manager_bridges"
11231
- api_reference_link = ""
11231
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListEnterpriseManagerBridges"
11232
11232
 
11233
11233
  # Don't accept unknown kwargs
11234
11234
  expected_kwargs = [
@@ -11416,14 +11416,14 @@ class OperationsInsightsClient(object):
11416
11416
  :rtype: :class:`~oci.response.Response`
11417
11417
 
11418
11418
  :example:
11419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
11419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_exadata_configurations.py.html>`__ to see an example of how to use list_exadata_configurations API.
11420
11420
  """
11421
11421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11422
11422
  required_arguments = []
11423
11423
  resource_path = "/exadataInsights/exadataConfigurations"
11424
11424
  method = "GET"
11425
11425
  operation_name = "list_exadata_configurations"
11426
- api_reference_link = ""
11426
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataConfigurations"
11427
11427
 
11428
11428
  # Don't accept unknown kwargs
11429
11429
  expected_kwargs = [
@@ -11599,14 +11599,14 @@ class OperationsInsightsClient(object):
11599
11599
  :rtype: :class:`~oci.response.Response`
11600
11600
 
11601
11601
  :example:
11602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
11602
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_exadata_insights.py.html>`__ to see an example of how to use list_exadata_insights API.
11603
11603
  """
11604
11604
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11605
11605
  required_arguments = []
11606
11606
  resource_path = "/exadataInsights"
11607
11607
  method = "GET"
11608
11608
  operation_name = "list_exadata_insights"
11609
- api_reference_link = ""
11609
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataInsights"
11610
11610
 
11611
11611
  # Don't accept unknown kwargs
11612
11612
  expected_kwargs = [
@@ -11818,6 +11818,11 @@ class OperationsInsightsClient(object):
11818
11818
  :param list[str] vmcluster_name: (optional)
11819
11819
  Optional list of Exadata Insight VM cluster name.
11820
11820
 
11821
+ :param list[str] status: (optional)
11822
+ Resource Status
11823
+
11824
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
11825
+
11821
11826
  :param obj retry_strategy: (optional)
11822
11827
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
11823
11828
 
@@ -11834,14 +11839,14 @@ class OperationsInsightsClient(object):
11834
11839
  :rtype: :class:`~oci.response.Response`
11835
11840
 
11836
11841
  :example:
11837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
11842
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_host_configurations.py.html>`__ to see an example of how to use list_host_configurations API.
11838
11843
  """
11839
11844
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11840
11845
  required_arguments = []
11841
11846
  resource_path = "/hostInsights/hostConfigurations"
11842
11847
  method = "GET"
11843
11848
  operation_name = "list_host_configurations"
11844
- api_reference_link = ""
11849
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostConfigurations"
11845
11850
 
11846
11851
  # Don't accept unknown kwargs
11847
11852
  expected_kwargs = [
@@ -11864,7 +11869,8 @@ class OperationsInsightsClient(object):
11864
11869
  "compartment_id_in_subtree",
11865
11870
  "host_type",
11866
11871
  "host_id",
11867
- "vmcluster_name"
11872
+ "vmcluster_name",
11873
+ "status"
11868
11874
  ]
11869
11875
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
11870
11876
  if extra_kwargs:
@@ -11893,6 +11899,14 @@ class OperationsInsightsClient(object):
11893
11899
  f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
11894
11900
  )
11895
11901
 
11902
+ if 'status' in kwargs:
11903
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
11904
+ for status_item in kwargs['status']:
11905
+ if status_item not in status_allowed_values:
11906
+ raise ValueError(
11907
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
11908
+ )
11909
+
11896
11910
  query_params = {
11897
11911
  "compartmentId": kwargs.get("compartment_id", missing),
11898
11912
  "enterpriseManagerBridgeId": kwargs.get("enterprise_manager_bridge_id", missing),
@@ -11910,7 +11924,8 @@ class OperationsInsightsClient(object):
11910
11924
  "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
11911
11925
  "hostType": self.base_client.generate_collection_format_param(kwargs.get("host_type", missing), 'multi'),
11912
11926
  "hostId": kwargs.get("host_id", missing),
11913
- "vmclusterName": self.base_client.generate_collection_format_param(kwargs.get("vmcluster_name", missing), 'multi')
11927
+ "vmclusterName": self.base_client.generate_collection_format_param(kwargs.get("vmcluster_name", missing), 'multi'),
11928
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
11914
11929
  }
11915
11930
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
11916
11931
 
@@ -12050,14 +12065,14 @@ class OperationsInsightsClient(object):
12050
12065
  :rtype: :class:`~oci.response.Response`
12051
12066
 
12052
12067
  :example:
12053
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
12068
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_host_insights.py.html>`__ to see an example of how to use list_host_insights API.
12054
12069
  """
12055
12070
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12056
12071
  required_arguments = []
12057
12072
  resource_path = "/hostInsights"
12058
12073
  method = "GET"
12059
12074
  operation_name = "list_host_insights"
12060
- api_reference_link = ""
12075
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostInsights"
12061
12076
 
12062
12077
  # Don't accept unknown kwargs
12063
12078
  expected_kwargs = [
@@ -12265,6 +12280,11 @@ class OperationsInsightsClient(object):
12265
12280
 
12266
12281
  __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
12267
12282
 
12283
+ :param list[str] status: (optional)
12284
+ Resource Status
12285
+
12286
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
12287
+
12268
12288
  :param obj retry_strategy: (optional)
12269
12289
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
12270
12290
 
@@ -12281,14 +12301,14 @@ class OperationsInsightsClient(object):
12281
12301
  :rtype: :class:`~oci.response.Response`
12282
12302
 
12283
12303
  :example:
12284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
12304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_hosted_entities.py.html>`__ to see an example of how to use list_hosted_entities API.
12285
12305
  """
12286
12306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12287
12307
  required_arguments = ['compartmentId', 'id']
12288
12308
  resource_path = "/hostInsights/hostedEntities"
12289
12309
  method = "GET"
12290
12310
  operation_name = "list_hosted_entities"
12291
- api_reference_link = ""
12311
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostedEntities"
12292
12312
 
12293
12313
  # Don't accept unknown kwargs
12294
12314
  expected_kwargs = [
@@ -12305,7 +12325,8 @@ class OperationsInsightsClient(object):
12305
12325
  "sort_by",
12306
12326
  "opc_request_id",
12307
12327
  "host_type",
12308
- "host_id"
12328
+ "host_id",
12329
+ "status"
12309
12330
  ]
12310
12331
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
12311
12332
  if extra_kwargs:
@@ -12334,6 +12355,14 @@ class OperationsInsightsClient(object):
12334
12355
  f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
12335
12356
  )
12336
12357
 
12358
+ if 'status' in kwargs:
12359
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
12360
+ for status_item in kwargs['status']:
12361
+ if status_item not in status_allowed_values:
12362
+ raise ValueError(
12363
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
12364
+ )
12365
+
12337
12366
  query_params = {
12338
12367
  "compartmentId": compartment_id,
12339
12368
  "analysisTimeInterval": kwargs.get("analysis_time_interval", missing),
@@ -12347,7 +12376,8 @@ class OperationsInsightsClient(object):
12347
12376
  "sortOrder": kwargs.get("sort_order", missing),
12348
12377
  "sortBy": kwargs.get("sort_by", missing),
12349
12378
  "hostType": self.base_client.generate_collection_format_param(kwargs.get("host_type", missing), 'multi'),
12350
- "hostId": kwargs.get("host_id", missing)
12379
+ "hostId": kwargs.get("host_id", missing),
12380
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
12351
12381
  }
12352
12382
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
12353
12383
 
@@ -12452,14 +12482,14 @@ class OperationsInsightsClient(object):
12452
12482
  :rtype: :class:`~oci.response.Response`
12453
12483
 
12454
12484
  :example:
12455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
12485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_importable_agent_entities.py.html>`__ to see an example of how to use list_importable_agent_entities API.
12456
12486
  """
12457
12487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12458
12488
  required_arguments = ['compartmentId']
12459
12489
  resource_path = "/importableAgentEntities"
12460
12490
  method = "GET"
12461
12491
  operation_name = "list_importable_agent_entities"
12462
- api_reference_link = ""
12492
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableAgentEntities"
12463
12493
 
12464
12494
  # Don't accept unknown kwargs
12465
12495
  expected_kwargs = [
@@ -12602,14 +12632,14 @@ class OperationsInsightsClient(object):
12602
12632
  :rtype: :class:`~oci.response.Response`
12603
12633
 
12604
12634
  :example:
12605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
12635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_importable_compute_entities.py.html>`__ to see an example of how to use list_importable_compute_entities API.
12606
12636
  """
12607
12637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12608
12638
  required_arguments = ['compartmentId']
12609
12639
  resource_path = "/importableComputeEntities"
12610
12640
  method = "GET"
12611
12641
  operation_name = "list_importable_compute_entities"
12612
- api_reference_link = ""
12642
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableComputeEntities"
12613
12643
 
12614
12644
  # Don't accept unknown kwargs
12615
12645
  expected_kwargs = [
@@ -12743,14 +12773,14 @@ class OperationsInsightsClient(object):
12743
12773
  :rtype: :class:`~oci.response.Response`
12744
12774
 
12745
12775
  :example:
12746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
12776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_importable_enterprise_manager_entities.py.html>`__ to see an example of how to use list_importable_enterprise_manager_entities API.
12747
12777
  """
12748
12778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12749
12779
  required_arguments = ['enterpriseManagerBridgeId']
12750
12780
  resource_path = "/enterpriseManagerBridges/{enterpriseManagerBridgeId}/importableEnterpriseManagerEntities"
12751
12781
  method = "GET"
12752
12782
  operation_name = "list_importable_enterprise_manager_entities"
12753
- api_reference_link = ""
12783
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListImportableEnterpriseManagerEntities"
12754
12784
 
12755
12785
  # Don't accept unknown kwargs
12756
12786
  expected_kwargs = [
@@ -12841,7 +12871,7 @@ class OperationsInsightsClient(object):
12841
12871
  __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
12842
12872
 
12843
12873
  :param str news_report_id: (optional)
12844
- Unique Operations Insights news report identifier
12874
+ Unique Ops Insights news report identifier
12845
12875
 
12846
12876
  :param list[str] status: (optional)
12847
12877
  Resource Status
@@ -12902,14 +12932,14 @@ class OperationsInsightsClient(object):
12902
12932
  :rtype: :class:`~oci.response.Response`
12903
12933
 
12904
12934
  :example:
12905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
12935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_news_reports.py.html>`__ to see an example of how to use list_news_reports API.
12906
12936
  """
12907
12937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12908
12938
  required_arguments = []
12909
12939
  resource_path = "/newsReports"
12910
12940
  method = "GET"
12911
12941
  operation_name = "list_news_reports"
12912
- api_reference_link = ""
12942
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/NewsReport/ListNewsReports"
12913
12943
 
12914
12944
  # Don't accept unknown kwargs
12915
12945
  expected_kwargs = [
@@ -13093,14 +13123,14 @@ class OperationsInsightsClient(object):
13093
13123
  :rtype: :class:`~oci.response.Response`
13094
13124
 
13095
13125
  :example:
13096
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
13126
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_operations_insights_private_endpoints.py.html>`__ to see an example of how to use list_operations_insights_private_endpoints API.
13097
13127
  """
13098
13128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13099
13129
  required_arguments = []
13100
13130
  resource_path = "/operationsInsightsPrivateEndpoints"
13101
13131
  method = "GET"
13102
13132
  operation_name = "list_operations_insights_private_endpoints"
13103
- api_reference_link = ""
13133
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/ListOperationsInsightsPrivateEndpoints"
13104
13134
 
13105
13135
  # Don't accept unknown kwargs
13106
13136
  expected_kwargs = [
@@ -13272,14 +13302,14 @@ class OperationsInsightsClient(object):
13272
13302
  :rtype: :class:`~oci.response.Response`
13273
13303
 
13274
13304
  :example:
13275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
13305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_operations_insights_warehouse_users.py.html>`__ to see an example of how to use list_operations_insights_warehouse_users API.
13276
13306
  """
13277
13307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13278
13308
  required_arguments = ['operationsInsightsWarehouseId']
13279
13309
  resource_path = "/operationsInsightsWarehouseUsers"
13280
13310
  method = "GET"
13281
13311
  operation_name = "list_operations_insights_warehouse_users"
13282
- api_reference_link = ""
13312
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/ListOperationsInsightsWarehouseUsers"
13283
13313
 
13284
13314
  # Don't accept unknown kwargs
13285
13315
  expected_kwargs = [
@@ -13378,7 +13408,7 @@ class OperationsInsightsClient(object):
13378
13408
 
13379
13409
  def list_operations_insights_warehouses(self, **kwargs):
13380
13410
  """
13381
- Gets a list of Operations Insights warehouses. Either compartmentId or id must be specified.
13411
+ Gets a list of Ops Insights warehouses. Either compartmentId or id must be specified.
13382
13412
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
13383
13413
 
13384
13414
 
@@ -13391,7 +13421,7 @@ class OperationsInsightsClient(object):
13391
13421
  A filter to return only resources that match the entire display name.
13392
13422
 
13393
13423
  :param str id: (optional)
13394
- Unique Operations Insights Warehouse identifier
13424
+ Unique Ops Insights Warehouse identifier
13395
13425
 
13396
13426
  :param list[str] lifecycle_state: (optional)
13397
13427
  Lifecycle states
@@ -13444,14 +13474,14 @@ class OperationsInsightsClient(object):
13444
13474
  :rtype: :class:`~oci.response.Response`
13445
13475
 
13446
13476
  :example:
13447
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
13477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_operations_insights_warehouses.py.html>`__ to see an example of how to use list_operations_insights_warehouses API.
13448
13478
  """
13449
13479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13450
13480
  required_arguments = []
13451
13481
  resource_path = "/operationsInsightsWarehouses"
13452
13482
  method = "GET"
13453
13483
  operation_name = "list_operations_insights_warehouses"
13454
- api_reference_link = ""
13484
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/ListOperationsInsightsWarehouses"
13455
13485
 
13456
13486
  # Don't accept unknown kwargs
13457
13487
  expected_kwargs = [
@@ -13616,14 +13646,14 @@ class OperationsInsightsClient(object):
13616
13646
  :rtype: :class:`~oci.response.Response`
13617
13647
 
13618
13648
  :example:
13619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
13649
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_opsi_configurations.py.html>`__ to see an example of how to use list_opsi_configurations API.
13620
13650
  """
13621
13651
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13622
13652
  required_arguments = ['compartmentId']
13623
13653
  resource_path = "/opsiConfigurations"
13624
13654
  method = "GET"
13625
13655
  operation_name = "list_opsi_configurations"
13626
- api_reference_link = ""
13656
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/ListOpsiConfigurations"
13627
13657
 
13628
13658
  # Don't accept unknown kwargs
13629
13659
  expected_kwargs = [
@@ -13796,14 +13826,14 @@ class OperationsInsightsClient(object):
13796
13826
  :rtype: :class:`~oci.response.Response`
13797
13827
 
13798
13828
  :example:
13799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
13829
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_opsi_data_objects.py.html>`__ to see an example of how to use list_opsi_data_objects API.
13800
13830
  """
13801
13831
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13802
13832
  required_arguments = ['compartmentId']
13803
13833
  resource_path = "/opsiDataObjects"
13804
13834
  method = "GET"
13805
13835
  operation_name = "list_opsi_data_objects"
13806
- api_reference_link = ""
13836
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/ListOpsiDataObjects"
13807
13837
 
13808
13838
  # Don't accept unknown kwargs
13809
13839
  expected_kwargs = [
@@ -13956,14 +13986,14 @@ class OperationsInsightsClient(object):
13956
13986
  :rtype: :class:`~oci.response.Response`
13957
13987
 
13958
13988
  :example:
13959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
13989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_sql_plans.py.html>`__ to see an example of how to use list_sql_plans API.
13960
13990
  """
13961
13991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13962
13992
  required_arguments = ['compartmentId', 'sqlIdentifier', 'planHash']
13963
13993
  resource_path = "/databaseInsights/sqlPlans"
13964
13994
  method = "GET"
13965
13995
  operation_name = "list_sql_plans"
13966
- api_reference_link = ""
13996
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlPlans"
13967
13997
 
13968
13998
  # Don't accept unknown kwargs
13969
13999
  expected_kwargs = [
@@ -14119,14 +14149,14 @@ class OperationsInsightsClient(object):
14119
14149
  :rtype: :class:`~oci.response.Response`
14120
14150
 
14121
14151
  :example:
14122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
14152
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_sql_searches.py.html>`__ to see an example of how to use list_sql_searches API.
14123
14153
  """
14124
14154
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14125
14155
  required_arguments = ['compartmentId', 'sqlIdentifier']
14126
14156
  resource_path = "/databaseInsights/sqlSearches"
14127
14157
  method = "GET"
14128
14158
  operation_name = "list_sql_searches"
14129
- api_reference_link = ""
14159
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlSearches"
14130
14160
 
14131
14161
  # Don't accept unknown kwargs
14132
14162
  expected_kwargs = [
@@ -14283,14 +14313,14 @@ class OperationsInsightsClient(object):
14283
14313
  :rtype: :class:`~oci.response.Response`
14284
14314
 
14285
14315
  :example:
14286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
14316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_sql_texts.py.html>`__ to see an example of how to use list_sql_texts API.
14287
14317
  """
14288
14318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14289
14319
  required_arguments = ['compartmentId', 'sqlIdentifier']
14290
14320
  resource_path = "/databaseInsights/sqlTexts"
14291
14321
  method = "GET"
14292
14322
  operation_name = "list_sql_texts"
14293
- api_reference_link = ""
14323
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlTexts"
14294
14324
 
14295
14325
  # Don't accept unknown kwargs
14296
14326
  expected_kwargs = [
@@ -14443,14 +14473,14 @@ class OperationsInsightsClient(object):
14443
14473
  :rtype: :class:`~oci.response.Response`
14444
14474
 
14445
14475
  :example:
14446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
14476
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_warehouse_data_objects.py.html>`__ to see an example of how to use list_warehouse_data_objects API.
14447
14477
  """
14448
14478
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14449
14479
  required_arguments = ['warehouseType', 'warehouseId']
14450
14480
  resource_path = "/{warehouseType}/{warehouseId}/dataObjects"
14451
14481
  method = "GET"
14452
14482
  operation_name = "list_warehouse_data_objects"
14453
- api_reference_link = ""
14483
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiWarehouseDataObjects/ListWarehouseDataObjects"
14454
14484
 
14455
14485
  # Don't accept unknown kwargs
14456
14486
  expected_kwargs = [
@@ -14621,14 +14651,14 @@ class OperationsInsightsClient(object):
14621
14651
  :rtype: :class:`~oci.response.Response`
14622
14652
 
14623
14653
  :example:
14624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
14654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
14625
14655
  """
14626
14656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14627
14657
  required_arguments = ['workRequestId']
14628
14658
  resource_path = "/workRequests/{workRequestId}/errors"
14629
14659
  method = "GET"
14630
14660
  operation_name = "list_work_request_errors"
14631
- api_reference_link = ""
14661
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestErrors"
14632
14662
 
14633
14663
  # Don't accept unknown kwargs
14634
14664
  expected_kwargs = [
@@ -14774,14 +14804,14 @@ class OperationsInsightsClient(object):
14774
14804
  :rtype: :class:`~oci.response.Response`
14775
14805
 
14776
14806
  :example:
14777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
14807
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
14778
14808
  """
14779
14809
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14780
14810
  required_arguments = ['workRequestId']
14781
14811
  resource_path = "/workRequests/{workRequestId}/logs"
14782
14812
  method = "GET"
14783
14813
  operation_name = "list_work_request_logs"
14784
- api_reference_link = ""
14814
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestLogs"
14785
14815
 
14786
14816
  # Don't accept unknown kwargs
14787
14817
  expected_kwargs = [
@@ -14943,14 +14973,14 @@ class OperationsInsightsClient(object):
14943
14973
  :rtype: :class:`~oci.response.Response`
14944
14974
 
14945
14975
  :example:
14946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
14976
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
14947
14977
  """
14948
14978
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14949
14979
  required_arguments = []
14950
14980
  resource_path = "/workRequests"
14951
14981
  method = "GET"
14952
14982
  operation_name = "list_work_requests"
14953
- api_reference_link = ""
14983
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequests"
14954
14984
 
14955
14985
  # Don't accept unknown kwargs
14956
14986
  expected_kwargs = [
@@ -15093,14 +15123,14 @@ class OperationsInsightsClient(object):
15093
15123
  :rtype: :class:`~oci.response.Response`
15094
15124
 
15095
15125
  :example:
15096
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
15126
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/put_awr_hub_object.py.html>`__ to see an example of how to use put_awr_hub_object API.
15097
15127
  """
15098
15128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15099
15129
  required_arguments = ['awrHubSourceId', 'objectName']
15100
15130
  resource_path = "/awrHubObjects/awrHubSources/{awrHubSourceId}/o/{objectName}"
15101
15131
  method = "PUT"
15102
15132
  operation_name = "put_awr_hub_object"
15103
- api_reference_link = ""
15133
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubObjects/PutAwrHubObject"
15104
15134
 
15105
15135
  # Don't accept unknown kwargs
15106
15136
  expected_kwargs = [
@@ -15240,14 +15270,14 @@ class OperationsInsightsClient(object):
15240
15270
  :rtype: :class:`~oci.response.Response`
15241
15271
 
15242
15272
  :example:
15243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
15273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/query_opsi_data_object_data.py.html>`__ to see an example of how to use query_opsi_data_object_data API.
15244
15274
  """
15245
15275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15246
15276
  required_arguments = ['compartmentId']
15247
15277
  resource_path = "/opsiDataObjects/actions/queryData"
15248
15278
  method = "POST"
15249
15279
  operation_name = "query_opsi_data_object_data"
15250
- api_reference_link = ""
15280
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/QueryOpsiDataObjectData"
15251
15281
 
15252
15282
  # Don't accept unknown kwargs
15253
15283
  expected_kwargs = [
@@ -15367,14 +15397,14 @@ class OperationsInsightsClient(object):
15367
15397
  :rtype: :class:`~oci.response.Response`
15368
15398
 
15369
15399
  :example:
15370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
15400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/query_warehouse_data_object_data.py.html>`__ to see an example of how to use query_warehouse_data_object_data API.
15371
15401
  """
15372
15402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15373
15403
  required_arguments = ['warehouseType', 'warehouseId']
15374
15404
  resource_path = "/{warehouseType}/{warehouseId}/actions/queryData"
15375
15405
  method = "POST"
15376
15406
  operation_name = "query_warehouse_data_object_data"
15377
- api_reference_link = ""
15407
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiWarehouseDataObjects/QueryWarehouseDataObjectData"
15378
15408
 
15379
15409
  # Don't accept unknown kwargs
15380
15410
  expected_kwargs = [
@@ -15457,7 +15487,7 @@ class OperationsInsightsClient(object):
15457
15487
 
15458
15488
 
15459
15489
  :param str operations_insights_warehouse_id: (required)
15460
- Unique Operations Insights Warehouse identifier
15490
+ Unique Ops Insights Warehouse identifier
15461
15491
 
15462
15492
  :param str opc_request_id: (optional)
15463
15493
  Unique Oracle-assigned identifier for the request. If you need to contact
@@ -15484,14 +15514,14 @@ class OperationsInsightsClient(object):
15484
15514
  :rtype: :class:`~oci.response.Response`
15485
15515
 
15486
15516
  :example:
15487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
15517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/rotate_operations_insights_warehouse_wallet.py.html>`__ to see an example of how to use rotate_operations_insights_warehouse_wallet API.
15488
15518
  """
15489
15519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15490
15520
  required_arguments = ['operationsInsightsWarehouseId']
15491
15521
  resource_path = "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}/actions/rotateWarehouseWallet"
15492
15522
  method = "POST"
15493
15523
  operation_name = "rotate_operations_insights_warehouse_wallet"
15494
- api_reference_link = ""
15524
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/RotateOperationsInsightsWarehouseWallet"
15495
15525
 
15496
15526
  # Don't accept unknown kwargs
15497
15527
  expected_kwargs = [
@@ -15668,14 +15698,14 @@ class OperationsInsightsClient(object):
15668
15698
  :rtype: :class:`~oci.response.Response`
15669
15699
 
15670
15700
  :example:
15671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
15701
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_addm_db_findings.py.html>`__ to see an example of how to use summarize_addm_db_findings API.
15672
15702
  """
15673
15703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15674
15704
  required_arguments = ['compartmentId']
15675
15705
  resource_path = "/databaseInsights/addmDbFindings"
15676
15706
  method = "GET"
15677
15707
  operation_name = "summarize_addm_db_findings"
15678
- api_reference_link = ""
15708
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbFindings"
15679
15709
 
15680
15710
  # Don't accept unknown kwargs
15681
15711
  expected_kwargs = [
@@ -15898,14 +15928,14 @@ class OperationsInsightsClient(object):
15898
15928
  :rtype: :class:`~oci.response.Response`
15899
15929
 
15900
15930
  :example:
15901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
15931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_addm_db_parameter_changes.py.html>`__ to see an example of how to use summarize_addm_db_parameter_changes API.
15902
15932
  """
15903
15933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15904
15934
  required_arguments = ['compartmentId', 'name']
15905
15935
  resource_path = "/databaseInsights/addmDbParameterChanges"
15906
15936
  method = "GET"
15907
15937
  operation_name = "summarize_addm_db_parameter_changes"
15908
- api_reference_link = ""
15938
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbParameterChanges"
15909
15939
 
15910
15940
  # Don't accept unknown kwargs
15911
15941
  expected_kwargs = [
@@ -16061,19 +16091,19 @@ class OperationsInsightsClient(object):
16061
16091
  Optional filter to return only parameters whose value changed in the specified time period.
16062
16092
  Valid values include: TRUE, FALSE
16063
16093
 
16064
- Allowed values are: "true", "false"
16094
+ Allowed values are: "TRUE", "FALSE"
16065
16095
 
16066
16096
  :param str is_default: (optional)
16067
16097
  Optional filter to return only parameters whose end value was set to the default value (TRUE)
16068
16098
  or was specified in the parameter file (FALSE). Valid values include: TRUE, FALSE
16069
16099
 
16070
- Allowed values are: "true", "false"
16100
+ Allowed values are: "TRUE", "FALSE"
16071
16101
 
16072
16102
  :param str has_recommendations: (optional)
16073
16103
  Optional filter to return only parameters which have recommendations in the specified time period.
16074
16104
  Valid values include: TRUE, FALSE
16075
16105
 
16076
- Allowed values are: "true", "false"
16106
+ Allowed values are: "TRUE", "FALSE"
16077
16107
 
16078
16108
  :param int limit: (optional)
16079
16109
  For list pagination. The maximum number of results per page, or items to
@@ -16149,14 +16179,14 @@ class OperationsInsightsClient(object):
16149
16179
  :rtype: :class:`~oci.response.Response`
16150
16180
 
16151
16181
  :example:
16152
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
16182
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_addm_db_parameters.py.html>`__ to see an example of how to use summarize_addm_db_parameters API.
16153
16183
  """
16154
16184
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16155
16185
  required_arguments = ['compartmentId']
16156
16186
  resource_path = "/databaseInsights/addmDbParameters"
16157
16187
  method = "GET"
16158
16188
  operation_name = "summarize_addm_db_parameters"
16159
- api_reference_link = ""
16189
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbParameters"
16160
16190
 
16161
16191
  # Don't accept unknown kwargs
16162
16192
  expected_kwargs = [
@@ -16189,21 +16219,21 @@ class OperationsInsightsClient(object):
16189
16219
  f"summarize_addm_db_parameters got unknown kwargs: {extra_kwargs!r}")
16190
16220
 
16191
16221
  if 'is_changed' in kwargs:
16192
- is_changed_allowed_values = ["true", "false"]
16222
+ is_changed_allowed_values = ["TRUE", "FALSE"]
16193
16223
  if kwargs['is_changed'] not in is_changed_allowed_values:
16194
16224
  raise ValueError(
16195
16225
  f"Invalid value for `is_changed`, must be one of { is_changed_allowed_values }"
16196
16226
  )
16197
16227
 
16198
16228
  if 'is_default' in kwargs:
16199
- is_default_allowed_values = ["true", "false"]
16229
+ is_default_allowed_values = ["TRUE", "FALSE"]
16200
16230
  if kwargs['is_default'] not in is_default_allowed_values:
16201
16231
  raise ValueError(
16202
16232
  f"Invalid value for `is_default`, must be one of { is_default_allowed_values }"
16203
16233
  )
16204
16234
 
16205
16235
  if 'has_recommendations' in kwargs:
16206
- has_recommendations_allowed_values = ["true", "false"]
16236
+ has_recommendations_allowed_values = ["TRUE", "FALSE"]
16207
16237
  if kwargs['has_recommendations'] not in has_recommendations_allowed_values:
16208
16238
  raise ValueError(
16209
16239
  f"Invalid value for `has_recommendations`, must be one of { has_recommendations_allowed_values }"
@@ -16420,14 +16450,14 @@ class OperationsInsightsClient(object):
16420
16450
  :rtype: :class:`~oci.response.Response`
16421
16451
 
16422
16452
  :example:
16423
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
16453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_addm_db_recommendations.py.html>`__ to see an example of how to use summarize_addm_db_recommendations API.
16424
16454
  """
16425
16455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16426
16456
  required_arguments = ['compartmentId']
16427
16457
  resource_path = "/databaseInsights/addmDbRecommendations"
16428
16458
  method = "GET"
16429
16459
  operation_name = "summarize_addm_db_recommendations"
16430
- api_reference_link = ""
16460
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbRecommendations"
16431
16461
 
16432
16462
  # Don't accept unknown kwargs
16433
16463
  expected_kwargs = [
@@ -16640,14 +16670,14 @@ class OperationsInsightsClient(object):
16640
16670
  :rtype: :class:`~oci.response.Response`
16641
16671
 
16642
16672
  :example:
16643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
16673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_addm_db_schema_objects.py.html>`__ to see an example of how to use summarize_addm_db_schema_objects API.
16644
16674
  """
16645
16675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16646
16676
  required_arguments = ['compartmentId', 'objectIdentifier']
16647
16677
  resource_path = "/databaseInsights/addmDbSchemaObjects"
16648
16678
  method = "GET"
16649
16679
  operation_name = "summarize_addm_db_schema_objects"
16650
- api_reference_link = ""
16680
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbSchemaObjects"
16651
16681
 
16652
16682
  # Don't accept unknown kwargs
16653
16683
  expected_kwargs = [
@@ -16830,14 +16860,14 @@ class OperationsInsightsClient(object):
16830
16860
  :rtype: :class:`~oci.response.Response`
16831
16861
 
16832
16862
  :example:
16833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
16863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_addm_db_sql_statements.py.html>`__ to see an example of how to use summarize_addm_db_sql_statements API.
16834
16864
  """
16835
16865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16836
16866
  required_arguments = ['compartmentId', 'sqlIdentifier']
16837
16867
  resource_path = "/databaseInsights/addmDbSqlStatements"
16838
16868
  method = "GET"
16839
16869
  operation_name = "summarize_addm_db_sql_statements"
16840
- api_reference_link = ""
16870
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbSqlStatements"
16841
16871
 
16842
16872
  # Don't accept unknown kwargs
16843
16873
  expected_kwargs = [
@@ -17004,14 +17034,14 @@ class OperationsInsightsClient(object):
17004
17034
  :rtype: :class:`~oci.response.Response`
17005
17035
 
17006
17036
  :example:
17007
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
17037
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_awr_database_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_database_cpu_usages API.
17008
17038
  """
17009
17039
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17010
17040
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
17011
17041
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseCpuUsages"
17012
17042
  method = "GET"
17013
17043
  operation_name = "summarize_awr_database_cpu_usages"
17014
- api_reference_link = ""
17044
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseCpuUsages"
17015
17045
 
17016
17046
  # Don't accept unknown kwargs
17017
17047
  expected_kwargs = [
@@ -17202,14 +17232,14 @@ class OperationsInsightsClient(object):
17202
17232
  :rtype: :class:`~oci.response.Response`
17203
17233
 
17204
17234
  :example:
17205
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
17235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_awr_database_metrics.py.html>`__ to see an example of how to use summarize_awr_database_metrics API.
17206
17236
  """
17207
17237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17208
17238
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
17209
17239
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseMetrics"
17210
17240
  method = "GET"
17211
17241
  operation_name = "summarize_awr_database_metrics"
17212
- api_reference_link = ""
17242
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseMetrics"
17213
17243
 
17214
17244
  # Don't accept unknown kwargs
17215
17245
  expected_kwargs = [
@@ -17396,14 +17426,14 @@ class OperationsInsightsClient(object):
17396
17426
  :rtype: :class:`~oci.response.Response`
17397
17427
 
17398
17428
  :example:
17399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
17429
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_awr_database_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_database_parameter_changes API.
17400
17430
  """
17401
17431
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17402
17432
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
17403
17433
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseParameterChanges"
17404
17434
  method = "GET"
17405
17435
  operation_name = "summarize_awr_database_parameter_changes"
17406
- api_reference_link = ""
17436
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseParameterChanges"
17407
17437
 
17408
17438
  # Don't accept unknown kwargs
17409
17439
  expected_kwargs = [
@@ -17614,14 +17644,14 @@ class OperationsInsightsClient(object):
17614
17644
  :rtype: :class:`~oci.response.Response`
17615
17645
 
17616
17646
  :example:
17617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
17647
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_awr_database_parameters.py.html>`__ to see an example of how to use summarize_awr_database_parameters API.
17618
17648
  """
17619
17649
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17620
17650
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
17621
17651
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseParameters"
17622
17652
  method = "GET"
17623
17653
  operation_name = "summarize_awr_database_parameters"
17624
- api_reference_link = ""
17654
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseParameters"
17625
17655
 
17626
17656
  # Don't accept unknown kwargs
17627
17657
  expected_kwargs = [
@@ -17818,14 +17848,14 @@ class OperationsInsightsClient(object):
17818
17848
  :rtype: :class:`~oci.response.Response`
17819
17849
 
17820
17850
  :example:
17821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
17851
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_awr_database_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_database_snapshot_ranges API.
17822
17852
  """
17823
17853
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17824
17854
  required_arguments = ['awrHubId']
17825
17855
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseSnapshotRanges"
17826
17856
  method = "GET"
17827
17857
  operation_name = "summarize_awr_database_snapshot_ranges"
17828
- api_reference_link = ""
17858
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseSnapshotRanges"
17829
17859
 
17830
17860
  # Don't accept unknown kwargs
17831
17861
  expected_kwargs = [
@@ -18002,14 +18032,14 @@ class OperationsInsightsClient(object):
18002
18032
  :rtype: :class:`~oci.response.Response`
18003
18033
 
18004
18034
  :example:
18005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
18035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_awr_database_sysstats.py.html>`__ to see an example of how to use summarize_awr_database_sysstats API.
18006
18036
  """
18007
18037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18008
18038
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
18009
18039
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseSysstats"
18010
18040
  method = "GET"
18011
18041
  operation_name = "summarize_awr_database_sysstats"
18012
- api_reference_link = ""
18042
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseSysstats"
18013
18043
 
18014
18044
  # Don't accept unknown kwargs
18015
18045
  expected_kwargs = [
@@ -18181,14 +18211,14 @@ class OperationsInsightsClient(object):
18181
18211
  :rtype: :class:`~oci.response.Response`
18182
18212
 
18183
18213
  :example:
18184
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
18214
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_awr_database_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_top_wait_events API.
18185
18215
  """
18186
18216
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18187
18217
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
18188
18218
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseTopWaitEvents"
18189
18219
  method = "GET"
18190
18220
  operation_name = "summarize_awr_database_top_wait_events"
18191
- api_reference_link = ""
18221
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseTopWaitEvents"
18192
18222
 
18193
18223
  # Don't accept unknown kwargs
18194
18224
  expected_kwargs = [
@@ -18386,14 +18416,14 @@ class OperationsInsightsClient(object):
18386
18416
  :rtype: :class:`~oci.response.Response`
18387
18417
 
18388
18418
  :example:
18389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
18419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_awr_database_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_database_wait_event_buckets API.
18390
18420
  """
18391
18421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18392
18422
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier', 'name']
18393
18423
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseWaitEventBuckets"
18394
18424
  method = "GET"
18395
18425
  operation_name = "summarize_awr_database_wait_event_buckets"
18396
- api_reference_link = ""
18426
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseWaitEventBuckets"
18397
18427
 
18398
18428
  # Don't accept unknown kwargs
18399
18429
  expected_kwargs = [
@@ -18587,14 +18617,14 @@ class OperationsInsightsClient(object):
18587
18617
  :rtype: :class:`~oci.response.Response`
18588
18618
 
18589
18619
  :example:
18590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
18620
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_awr_database_wait_events.py.html>`__ to see an example of how to use summarize_awr_database_wait_events API.
18591
18621
  """
18592
18622
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18593
18623
  required_arguments = ['awrHubId', 'awrSourceDatabaseIdentifier']
18594
18624
  resource_path = "/awrHubs/{awrHubId}/awrDatabaseWaitEvents"
18595
18625
  method = "GET"
18596
18626
  operation_name = "summarize_awr_database_wait_events"
18597
- api_reference_link = ""
18627
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseWaitEvents"
18598
18628
 
18599
18629
  # Don't accept unknown kwargs
18600
18630
  expected_kwargs = [
@@ -18770,14 +18800,14 @@ class OperationsInsightsClient(object):
18770
18800
  :rtype: :class:`~oci.response.Response`
18771
18801
 
18772
18802
  :example:
18773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
18803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_awr_sources_summaries.py.html>`__ to see an example of how to use summarize_awr_sources_summaries API.
18774
18804
  """
18775
18805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18776
18806
  required_arguments = ['awrHubId']
18777
18807
  resource_path = "/awrHubs/{awrHubId}/awrSourcesSummary"
18778
18808
  method = "GET"
18779
18809
  operation_name = "summarize_awr_sources_summaries"
18780
- api_reference_link = ""
18810
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrSourcesSummaries"
18781
18811
 
18782
18812
  # Don't accept unknown kwargs
18783
18813
  expected_kwargs = [
@@ -18936,14 +18966,14 @@ class OperationsInsightsClient(object):
18936
18966
  :rtype: :class:`~oci.response.Response`
18937
18967
 
18938
18968
  :example:
18939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
18969
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_configuration_items.py.html>`__ to see an example of how to use summarize_configuration_items API.
18940
18970
  """
18941
18971
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18942
18972
  required_arguments = []
18943
18973
  resource_path = "/opsiConfigurations/configurationItems"
18944
18974
  method = "GET"
18945
18975
  operation_name = "summarize_configuration_items"
18946
- api_reference_link = ""
18976
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/SummarizeConfigurationItems"
18947
18977
 
18948
18978
  # Don't accept unknown kwargs
18949
18979
  expected_kwargs = [
@@ -19183,14 +19213,14 @@ class OperationsInsightsClient(object):
19183
19213
  :rtype: :class:`~oci.response.Response`
19184
19214
 
19185
19215
  :example:
19186
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
19216
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_database_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_capacity_trend API.
19187
19217
  """
19188
19218
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19189
19219
  required_arguments = ['compartmentId', 'resourceMetric']
19190
19220
  resource_path = "/databaseInsights/resourceCapacityTrend"
19191
19221
  method = "GET"
19192
19222
  operation_name = "summarize_database_insight_resource_capacity_trend"
19193
- api_reference_link = ""
19223
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceCapacityTrend"
19194
19224
 
19195
19225
  # Don't accept unknown kwargs
19196
19226
  expected_kwargs = [
@@ -19491,14 +19521,14 @@ class OperationsInsightsClient(object):
19491
19521
  :rtype: :class:`~oci.response.Response`
19492
19522
 
19493
19523
  :example:
19494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
19524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_database_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_forecast_trend API.
19495
19525
  """
19496
19526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19497
19527
  required_arguments = ['compartmentId', 'resourceMetric']
19498
19528
  resource_path = "/databaseInsights/resourceForecastTrend"
19499
19529
  method = "GET"
19500
19530
  operation_name = "summarize_database_insight_resource_forecast_trend"
19501
- api_reference_link = ""
19531
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceForecastTrend"
19502
19532
 
19503
19533
  # Don't accept unknown kwargs
19504
19534
  expected_kwargs = [
@@ -19797,14 +19827,14 @@ class OperationsInsightsClient(object):
19797
19827
  :rtype: :class:`~oci.response.Response`
19798
19828
 
19799
19829
  :example:
19800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
19830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_database_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_database_insight_resource_statistics API.
19801
19831
  """
19802
19832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19803
19833
  required_arguments = ['compartmentId', 'resourceMetric']
19804
19834
  resource_path = "/databaseInsights/resourceStatistics"
19805
19835
  method = "GET"
19806
19836
  operation_name = "summarize_database_insight_resource_statistics"
19807
- api_reference_link = ""
19837
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceStatistics"
19808
19838
 
19809
19839
  # Don't accept unknown kwargs
19810
19840
  expected_kwargs = [
@@ -20065,14 +20095,14 @@ class OperationsInsightsClient(object):
20065
20095
  :rtype: :class:`~oci.response.Response`
20066
20096
 
20067
20097
  :example:
20068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
20098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_database_insight_resource_usage.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage API.
20069
20099
  """
20070
20100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20071
20101
  required_arguments = ['compartmentId', 'resourceMetric']
20072
20102
  resource_path = "/databaseInsights/resourceUsageSummary"
20073
20103
  method = "GET"
20074
20104
  operation_name = "summarize_database_insight_resource_usage"
20075
- api_reference_link = ""
20105
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceUsage"
20076
20106
 
20077
20107
  # Don't accept unknown kwargs
20078
20108
  expected_kwargs = [
@@ -20311,14 +20341,14 @@ class OperationsInsightsClient(object):
20311
20341
  :rtype: :class:`~oci.response.Response`
20312
20342
 
20313
20343
  :example:
20314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
20344
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_database_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_resource_usage_trend API.
20315
20345
  """
20316
20346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20317
20347
  required_arguments = ['compartmentId', 'resourceMetric']
20318
20348
  resource_path = "/databaseInsights/resourceUsageTrend"
20319
20349
  method = "GET"
20320
20350
  operation_name = "summarize_database_insight_resource_usage_trend"
20321
- api_reference_link = ""
20351
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceUsageTrend"
20322
20352
 
20323
20353
  # Don't accept unknown kwargs
20324
20354
  expected_kwargs = [
@@ -20571,14 +20601,14 @@ class OperationsInsightsClient(object):
20571
20601
  :rtype: :class:`~oci.response.Response`
20572
20602
 
20573
20603
  :example:
20574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
20604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_database_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_database_insight_resource_utilization_insight API.
20575
20605
  """
20576
20606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20577
20607
  required_arguments = ['compartmentId', 'resourceMetric']
20578
20608
  resource_path = "/databaseInsights/resourceUtilizationInsight"
20579
20609
  method = "GET"
20580
20610
  operation_name = "summarize_database_insight_resource_utilization_insight"
20581
- api_reference_link = ""
20611
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceUtilizationInsight"
20582
20612
 
20583
20613
  # Don't accept unknown kwargs
20584
20614
  expected_kwargs = [
@@ -20763,14 +20793,14 @@ class OperationsInsightsClient(object):
20763
20793
  :rtype: :class:`~oci.response.Response`
20764
20794
 
20765
20795
  :example:
20766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
20796
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_database_insight_tablespace_usage_trend.py.html>`__ to see an example of how to use summarize_database_insight_tablespace_usage_trend API.
20767
20797
  """
20768
20798
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20769
20799
  required_arguments = ['compartmentId']
20770
20800
  resource_path = "/databaseInsights/tablespaceUsageTrend"
20771
20801
  method = "GET"
20772
20802
  operation_name = "summarize_database_insight_tablespace_usage_trend"
20773
- api_reference_link = ""
20803
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightTablespaceUsageTrend"
20774
20804
 
20775
20805
  # Don't accept unknown kwargs
20776
20806
  expected_kwargs = [
@@ -20961,14 +20991,14 @@ class OperationsInsightsClient(object):
20961
20991
  :rtype: :class:`~oci.response.Response`
20962
20992
 
20963
20993
  :example:
20964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
20994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_exadata_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend API.
20965
20995
  """
20966
20996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20967
20997
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
20968
20998
  resource_path = "/exadataInsights/resourceCapacityTrend"
20969
20999
  method = "GET"
20970
21000
  operation_name = "summarize_exadata_insight_resource_capacity_trend"
20971
- api_reference_link = ""
21001
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceCapacityTrend"
20972
21002
 
20973
21003
  # Don't accept unknown kwargs
20974
21004
  expected_kwargs = [
@@ -21189,14 +21219,14 @@ class OperationsInsightsClient(object):
21189
21219
  :rtype: :class:`~oci.response.Response`
21190
21220
 
21191
21221
  :example:
21192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_exadata_insight_resource_capacity_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend_aggregated API.
21222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_exadata_insight_resource_capacity_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_capacity_trend_aggregated API.
21193
21223
  """
21194
21224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21195
21225
  required_arguments = ['resourceType', 'resourceMetric']
21196
21226
  resource_path = "/exadataInsights/resourceCapacityTrendAggregated"
21197
21227
  method = "GET"
21198
21228
  operation_name = "summarize_exadata_insight_resource_capacity_trend_aggregated"
21199
- api_reference_link = ""
21229
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceCapacityTrendAggregated"
21200
21230
 
21201
21231
  # Don't accept unknown kwargs
21202
21232
  expected_kwargs = [
@@ -21440,14 +21470,14 @@ class OperationsInsightsClient(object):
21440
21470
  :rtype: :class:`~oci.response.Response`
21441
21471
 
21442
21472
  :example:
21443
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
21473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_exadata_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend API.
21444
21474
  """
21445
21475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21446
21476
  required_arguments = ['resourceType', 'resourceMetric', 'exadataInsightId']
21447
21477
  resource_path = "/exadataInsights/resourceForecastTrend"
21448
21478
  method = "GET"
21449
21479
  operation_name = "summarize_exadata_insight_resource_forecast_trend"
21450
- api_reference_link = ""
21480
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceForecastTrend"
21451
21481
 
21452
21482
  # Don't accept unknown kwargs
21453
21483
  expected_kwargs = [
@@ -21706,14 +21736,14 @@ class OperationsInsightsClient(object):
21706
21736
  :rtype: :class:`~oci.response.Response`
21707
21737
 
21708
21738
  :example:
21709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_exadata_insight_resource_forecast_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend_aggregated API.
21739
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_exadata_insight_resource_forecast_trend_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_forecast_trend_aggregated API.
21710
21740
  """
21711
21741
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21712
21742
  required_arguments = ['resourceType', 'resourceMetric']
21713
21743
  resource_path = "/exadataInsights/resourceForecastTrendAggregated"
21714
21744
  method = "GET"
21715
21745
  operation_name = "summarize_exadata_insight_resource_forecast_trend_aggregated"
21716
- api_reference_link = ""
21746
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceForecastTrendAggregated"
21717
21747
 
21718
21748
  # Don't accept unknown kwargs
21719
21749
  expected_kwargs = [
@@ -21923,14 +21953,14 @@ class OperationsInsightsClient(object):
21923
21953
  :rtype: :class:`~oci.response.Response`
21924
21954
 
21925
21955
  :example:
21926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
21956
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_exadata_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_statistics API.
21927
21957
  """
21928
21958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21929
21959
  required_arguments = ['exadataInsightId', 'resourceType', 'resourceMetric']
21930
21960
  resource_path = "/exadataInsights/resourceStatistics"
21931
21961
  method = "GET"
21932
21962
  operation_name = "summarize_exadata_insight_resource_statistics"
21933
- api_reference_link = ""
21963
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceStatistics"
21934
21964
 
21935
21965
  # Don't accept unknown kwargs
21936
21966
  expected_kwargs = [
@@ -22158,14 +22188,14 @@ class OperationsInsightsClient(object):
22158
22188
  :rtype: :class:`~oci.response.Response`
22159
22189
 
22160
22190
  :example:
22161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
22191
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_exadata_insight_resource_usage.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage API.
22162
22192
  """
22163
22193
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22164
22194
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
22165
22195
  resource_path = "/exadataInsights/resourceUsageSummary"
22166
22196
  method = "GET"
22167
22197
  operation_name = "summarize_exadata_insight_resource_usage"
22168
- api_reference_link = ""
22198
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceUsage"
22169
22199
 
22170
22200
  # Don't accept unknown kwargs
22171
22201
  expected_kwargs = [
@@ -22384,14 +22414,14 @@ class OperationsInsightsClient(object):
22384
22414
  :rtype: :class:`~oci.response.Response`
22385
22415
 
22386
22416
  :example:
22387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
22417
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_exadata_insight_resource_usage_aggregated.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_usage_aggregated API.
22388
22418
  """
22389
22419
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22390
22420
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
22391
22421
  resource_path = "/exadataInsights/resourceUsageSummaryAggregated"
22392
22422
  method = "GET"
22393
22423
  operation_name = "summarize_exadata_insight_resource_usage_aggregated"
22394
- api_reference_link = ""
22424
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceUsageAggregated"
22395
22425
 
22396
22426
  # Don't accept unknown kwargs
22397
22427
  expected_kwargs = [
@@ -22597,14 +22627,14 @@ class OperationsInsightsClient(object):
22597
22627
  :rtype: :class:`~oci.response.Response`
22598
22628
 
22599
22629
  :example:
22600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
22630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_exadata_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_exadata_insight_resource_utilization_insight API.
22601
22631
  """
22602
22632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22603
22633
  required_arguments = ['compartmentId', 'resourceType', 'resourceMetric']
22604
22634
  resource_path = "/exadataInsights/resourceUtilizationInsight"
22605
22635
  method = "GET"
22606
22636
  operation_name = "summarize_exadata_insight_resource_utilization_insight"
22607
- api_reference_link = ""
22637
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceUtilizationInsight"
22608
22638
 
22609
22639
  # Don't accept unknown kwargs
22610
22640
  expected_kwargs = [
@@ -22755,14 +22785,14 @@ class OperationsInsightsClient(object):
22755
22785
  :rtype: :class:`~oci.response.Response`
22756
22786
 
22757
22787
  :example:
22758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
22788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_exadata_members.py.html>`__ to see an example of how to use summarize_exadata_members API.
22759
22789
  """
22760
22790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22761
22791
  required_arguments = ['exadataInsightId']
22762
22792
  resource_path = "/exadataInsights/exadataMembers"
22763
22793
  method = "GET"
22764
22794
  operation_name = "summarize_exadata_members"
22765
- api_reference_link = ""
22795
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataMembers"
22766
22796
 
22767
22797
  # Don't accept unknown kwargs
22768
22798
  expected_kwargs = [
@@ -22893,6 +22923,11 @@ class OperationsInsightsClient(object):
22893
22923
  Unique Oracle-assigned identifier for the request. If you need to contact
22894
22924
  Oracle about a particular request, please provide the request ID.
22895
22925
 
22926
+ :param list[str] status: (optional)
22927
+ Resource Status
22928
+
22929
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
22930
+
22896
22931
  :param obj retry_strategy: (optional)
22897
22932
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
22898
22933
 
@@ -22909,14 +22944,14 @@ class OperationsInsightsClient(object):
22909
22944
  :rtype: :class:`~oci.response.Response`
22910
22945
 
22911
22946
  :example:
22912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
22947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_disk_statistics.py.html>`__ to see an example of how to use summarize_host_insight_disk_statistics API.
22913
22948
  """
22914
22949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22915
22950
  required_arguments = ['compartmentId', 'id']
22916
22951
  resource_path = "/hostInsights/diskStatistics"
22917
22952
  method = "GET"
22918
22953
  operation_name = "summarize_host_insight_disk_statistics"
22919
- api_reference_link = ""
22954
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightDiskStatistics"
22920
22955
 
22921
22956
  # Don't accept unknown kwargs
22922
22957
  expected_kwargs = [
@@ -22927,7 +22962,8 @@ class OperationsInsightsClient(object):
22927
22962
  "time_interval_end",
22928
22963
  "host_id",
22929
22964
  "statistic",
22930
- "opc_request_id"
22965
+ "opc_request_id",
22966
+ "status"
22931
22967
  ]
22932
22968
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
22933
22969
  if extra_kwargs:
@@ -22941,6 +22977,14 @@ class OperationsInsightsClient(object):
22941
22977
  f"Invalid value for `statistic`, must be one of { statistic_allowed_values }"
22942
22978
  )
22943
22979
 
22980
+ if 'status' in kwargs:
22981
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
22982
+ for status_item in kwargs['status']:
22983
+ if status_item not in status_allowed_values:
22984
+ raise ValueError(
22985
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
22986
+ )
22987
+
22944
22988
  query_params = {
22945
22989
  "compartmentId": compartment_id,
22946
22990
  "id": id,
@@ -22948,7 +22992,8 @@ class OperationsInsightsClient(object):
22948
22992
  "timeIntervalStart": kwargs.get("time_interval_start", missing),
22949
22993
  "timeIntervalEnd": kwargs.get("time_interval_end", missing),
22950
22994
  "hostId": kwargs.get("host_id", missing),
22951
- "statistic": kwargs.get("statistic", missing)
22995
+ "statistic": kwargs.get("statistic", missing),
22996
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
22952
22997
  }
22953
22998
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
22954
22999
 
@@ -23070,14 +23115,14 @@ class OperationsInsightsClient(object):
23070
23115
  :rtype: :class:`~oci.response.Response`
23071
23116
 
23072
23117
  :example:
23073
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
23118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_host_recommendation.py.html>`__ to see an example of how to use summarize_host_insight_host_recommendation API.
23074
23119
  """
23075
23120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23076
23121
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
23077
23122
  resource_path = "/hostInsights/hostRecommendation"
23078
23123
  method = "GET"
23079
23124
  operation_name = "summarize_host_insight_host_recommendation"
23080
- api_reference_link = ""
23125
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightHostRecommendation"
23081
23126
 
23082
23127
  # Don't accept unknown kwargs
23083
23128
  expected_kwargs = [
@@ -23221,6 +23266,11 @@ class OperationsInsightsClient(object):
23221
23266
  Unique Oracle-assigned identifier for the request. If you need to contact
23222
23267
  Oracle about a particular request, please provide the request ID.
23223
23268
 
23269
+ :param list[str] status: (optional)
23270
+ Resource Status
23271
+
23272
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
23273
+
23224
23274
  :param obj retry_strategy: (optional)
23225
23275
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
23226
23276
 
@@ -23237,14 +23287,14 @@ class OperationsInsightsClient(object):
23237
23287
  :rtype: :class:`~oci.response.Response`
23238
23288
 
23239
23289
  :example:
23240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
23290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_network_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_network_usage_trend API.
23241
23291
  """
23242
23292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23243
23293
  required_arguments = ['compartmentId', 'id']
23244
23294
  resource_path = "/hostInsights/networkUsageTrend"
23245
23295
  method = "GET"
23246
23296
  operation_name = "summarize_host_insight_network_usage_trend"
23247
- api_reference_link = ""
23297
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightNetworkUsageTrend"
23248
23298
 
23249
23299
  # Don't accept unknown kwargs
23250
23300
  expected_kwargs = [
@@ -23257,7 +23307,8 @@ class OperationsInsightsClient(object):
23257
23307
  "page",
23258
23308
  "limit",
23259
23309
  "statistic",
23260
- "opc_request_id"
23310
+ "opc_request_id",
23311
+ "status"
23261
23312
  ]
23262
23313
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
23263
23314
  if extra_kwargs:
@@ -23271,6 +23322,14 @@ class OperationsInsightsClient(object):
23271
23322
  f"Invalid value for `statistic`, must be one of { statistic_allowed_values }"
23272
23323
  )
23273
23324
 
23325
+ if 'status' in kwargs:
23326
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
23327
+ for status_item in kwargs['status']:
23328
+ if status_item not in status_allowed_values:
23329
+ raise ValueError(
23330
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
23331
+ )
23332
+
23274
23333
  query_params = {
23275
23334
  "compartmentId": compartment_id,
23276
23335
  "id": id,
@@ -23280,7 +23339,8 @@ class OperationsInsightsClient(object):
23280
23339
  "hostId": kwargs.get("host_id", missing),
23281
23340
  "page": kwargs.get("page", missing),
23282
23341
  "limit": kwargs.get("limit", missing),
23283
- "statistic": kwargs.get("statistic", missing)
23342
+ "statistic": kwargs.get("statistic", missing),
23343
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
23284
23344
  }
23285
23345
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
23286
23346
 
@@ -23454,6 +23514,11 @@ class OperationsInsightsClient(object):
23454
23514
  :param int low_utilization_threshold: (optional)
23455
23515
  Percent value in which a resource metric is considered low utilized.
23456
23516
 
23517
+ :param list[str] status: (optional)
23518
+ Resource Status
23519
+
23520
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
23521
+
23457
23522
  :param obj retry_strategy: (optional)
23458
23523
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
23459
23524
 
@@ -23470,14 +23535,14 @@ class OperationsInsightsClient(object):
23470
23535
  :rtype: :class:`~oci.response.Response`
23471
23536
 
23472
23537
  :example:
23473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
23538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_resource_capacity_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_capacity_trend API.
23474
23539
  """
23475
23540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23476
23541
  required_arguments = ['compartmentId', 'resourceMetric']
23477
23542
  resource_path = "/hostInsights/resourceCapacityTrend"
23478
23543
  method = "GET"
23479
23544
  operation_name = "summarize_host_insight_resource_capacity_trend"
23480
- api_reference_link = ""
23545
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceCapacityTrend"
23481
23546
 
23482
23547
  # Don't accept unknown kwargs
23483
23548
  expected_kwargs = [
@@ -23503,7 +23568,8 @@ class OperationsInsightsClient(object):
23503
23568
  "host_id",
23504
23569
  "vmcluster_name",
23505
23570
  "high_utilization_threshold",
23506
- "low_utilization_threshold"
23571
+ "low_utilization_threshold",
23572
+ "status"
23507
23573
  ]
23508
23574
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
23509
23575
  if extra_kwargs:
@@ -23539,6 +23605,14 @@ class OperationsInsightsClient(object):
23539
23605
  f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
23540
23606
  )
23541
23607
 
23608
+ if 'status' in kwargs:
23609
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
23610
+ for status_item in kwargs['status']:
23611
+ if status_item not in status_allowed_values:
23612
+ raise ValueError(
23613
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
23614
+ )
23615
+
23542
23616
  query_params = {
23543
23617
  "compartmentId": compartment_id,
23544
23618
  "resourceMetric": resource_metric,
@@ -23561,7 +23635,8 @@ class OperationsInsightsClient(object):
23561
23635
  "hostId": kwargs.get("host_id", missing),
23562
23636
  "vmclusterName": self.base_client.generate_collection_format_param(kwargs.get("vmcluster_name", missing), 'multi'),
23563
23637
  "highUtilizationThreshold": kwargs.get("high_utilization_threshold", missing),
23564
- "lowUtilizationThreshold": kwargs.get("low_utilization_threshold", missing)
23638
+ "lowUtilizationThreshold": kwargs.get("low_utilization_threshold", missing),
23639
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
23565
23640
  }
23566
23641
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
23567
23642
 
@@ -23754,6 +23829,11 @@ class OperationsInsightsClient(object):
23754
23829
  :param str interface_name: (optional)
23755
23830
  Name of the network interface.
23756
23831
 
23832
+ :param list[str] status: (optional)
23833
+ Resource Status
23834
+
23835
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
23836
+
23757
23837
  :param obj retry_strategy: (optional)
23758
23838
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
23759
23839
 
@@ -23770,14 +23850,14 @@ class OperationsInsightsClient(object):
23770
23850
  :rtype: :class:`~oci.response.Response`
23771
23851
 
23772
23852
  :example:
23773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
23853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_resource_forecast_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_forecast_trend API.
23774
23854
  """
23775
23855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23776
23856
  required_arguments = ['compartmentId', 'resourceMetric']
23777
23857
  resource_path = "/hostInsights/resourceForecastTrend"
23778
23858
  method = "GET"
23779
23859
  operation_name = "summarize_host_insight_resource_forecast_trend"
23780
- api_reference_link = ""
23860
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceForecastTrend"
23781
23861
 
23782
23862
  # Don't accept unknown kwargs
23783
23863
  expected_kwargs = [
@@ -23807,7 +23887,8 @@ class OperationsInsightsClient(object):
23807
23887
  "high_utilization_threshold",
23808
23888
  "low_utilization_threshold",
23809
23889
  "mount_point",
23810
- "interface_name"
23890
+ "interface_name",
23891
+ "status"
23811
23892
  ]
23812
23893
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
23813
23894
  if extra_kwargs:
@@ -23843,6 +23924,14 @@ class OperationsInsightsClient(object):
23843
23924
  f"Invalid value for `utilization_level`, must be one of { utilization_level_allowed_values }"
23844
23925
  )
23845
23926
 
23927
+ if 'status' in kwargs:
23928
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
23929
+ for status_item in kwargs['status']:
23930
+ if status_item not in status_allowed_values:
23931
+ raise ValueError(
23932
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
23933
+ )
23934
+
23846
23935
  query_params = {
23847
23936
  "compartmentId": compartment_id,
23848
23937
  "resourceMetric": resource_metric,
@@ -23869,7 +23958,8 @@ class OperationsInsightsClient(object):
23869
23958
  "highUtilizationThreshold": kwargs.get("high_utilization_threshold", missing),
23870
23959
  "lowUtilizationThreshold": kwargs.get("low_utilization_threshold", missing),
23871
23960
  "mountPoint": kwargs.get("mount_point", missing),
23872
- "interfaceName": kwargs.get("interface_name", missing)
23961
+ "interfaceName": kwargs.get("interface_name", missing),
23962
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
23873
23963
  }
23874
23964
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
23875
23965
 
@@ -24053,6 +24143,11 @@ class OperationsInsightsClient(object):
24053
24143
  :param int low_utilization_threshold: (optional)
24054
24144
  Percent value in which a resource metric is considered low utilized.
24055
24145
 
24146
+ :param list[str] status: (optional)
24147
+ Resource Status
24148
+
24149
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
24150
+
24056
24151
  :param obj retry_strategy: (optional)
24057
24152
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
24058
24153
 
@@ -24069,14 +24164,14 @@ class OperationsInsightsClient(object):
24069
24164
  :rtype: :class:`~oci.response.Response`
24070
24165
 
24071
24166
  :example:
24072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
24167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_resource_statistics.py.html>`__ to see an example of how to use summarize_host_insight_resource_statistics API.
24073
24168
  """
24074
24169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24075
24170
  required_arguments = ['compartmentId', 'resourceMetric']
24076
24171
  resource_path = "/hostInsights/resourceStatistics"
24077
24172
  method = "GET"
24078
24173
  operation_name = "summarize_host_insight_resource_statistics"
24079
- api_reference_link = ""
24174
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceStatistics"
24080
24175
 
24081
24176
  # Don't accept unknown kwargs
24082
24177
  expected_kwargs = [
@@ -24105,7 +24200,8 @@ class OperationsInsightsClient(object):
24105
24200
  "host_id",
24106
24201
  "vmcluster_name",
24107
24202
  "high_utilization_threshold",
24108
- "low_utilization_threshold"
24203
+ "low_utilization_threshold",
24204
+ "status"
24109
24205
  ]
24110
24206
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
24111
24207
  if extra_kwargs:
@@ -24134,6 +24230,14 @@ class OperationsInsightsClient(object):
24134
24230
  f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
24135
24231
  )
24136
24232
 
24233
+ if 'status' in kwargs:
24234
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
24235
+ for status_item in kwargs['status']:
24236
+ if status_item not in status_allowed_values:
24237
+ raise ValueError(
24238
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
24239
+ )
24240
+
24137
24241
  query_params = {
24138
24242
  "compartmentId": compartment_id,
24139
24243
  "resourceMetric": resource_metric,
@@ -24159,7 +24263,8 @@ class OperationsInsightsClient(object):
24159
24263
  "hostId": kwargs.get("host_id", missing),
24160
24264
  "vmclusterName": self.base_client.generate_collection_format_param(kwargs.get("vmcluster_name", missing), 'multi'),
24161
24265
  "highUtilizationThreshold": kwargs.get("high_utilization_threshold", missing),
24162
- "lowUtilizationThreshold": kwargs.get("low_utilization_threshold", missing)
24266
+ "lowUtilizationThreshold": kwargs.get("low_utilization_threshold", missing),
24267
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
24163
24268
  }
24164
24269
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
24165
24270
 
@@ -24312,6 +24417,11 @@ class OperationsInsightsClient(object):
24312
24417
  :param list[str] vmcluster_name: (optional)
24313
24418
  Optional list of Exadata Insight VM cluster name.
24314
24419
 
24420
+ :param list[str] status: (optional)
24421
+ Resource Status
24422
+
24423
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
24424
+
24315
24425
  :param obj retry_strategy: (optional)
24316
24426
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
24317
24427
 
@@ -24328,14 +24438,14 @@ class OperationsInsightsClient(object):
24328
24438
  :rtype: :class:`~oci.response.Response`
24329
24439
 
24330
24440
  :example:
24331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
24441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_resource_usage.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage API.
24332
24442
  """
24333
24443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24334
24444
  required_arguments = ['compartmentId', 'resourceMetric']
24335
24445
  resource_path = "/hostInsights/resourceUsageSummary"
24336
24446
  method = "GET"
24337
24447
  operation_name = "summarize_host_insight_resource_usage"
24338
- api_reference_link = ""
24448
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceUsage"
24339
24449
 
24340
24450
  # Don't accept unknown kwargs
24341
24451
  expected_kwargs = [
@@ -24357,7 +24467,8 @@ class OperationsInsightsClient(object):
24357
24467
  "compartment_id_in_subtree",
24358
24468
  "host_type",
24359
24469
  "host_id",
24360
- "vmcluster_name"
24470
+ "vmcluster_name",
24471
+ "status"
24361
24472
  ]
24362
24473
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
24363
24474
  if extra_kwargs:
@@ -24372,6 +24483,14 @@ class OperationsInsightsClient(object):
24372
24483
  f"Invalid value for `platform_type`, must be one of { platform_type_allowed_values }"
24373
24484
  )
24374
24485
 
24486
+ if 'status' in kwargs:
24487
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
24488
+ for status_item in kwargs['status']:
24489
+ if status_item not in status_allowed_values:
24490
+ raise ValueError(
24491
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
24492
+ )
24493
+
24375
24494
  query_params = {
24376
24495
  "compartmentId": compartment_id,
24377
24496
  "resourceMetric": resource_metric,
@@ -24390,7 +24509,8 @@ class OperationsInsightsClient(object):
24390
24509
  "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
24391
24510
  "hostType": self.base_client.generate_collection_format_param(kwargs.get("host_type", missing), 'multi'),
24392
24511
  "hostId": kwargs.get("host_id", missing),
24393
- "vmclusterName": self.base_client.generate_collection_format_param(kwargs.get("vmcluster_name", missing), 'multi')
24512
+ "vmclusterName": self.base_client.generate_collection_format_param(kwargs.get("vmcluster_name", missing), 'multi'),
24513
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
24394
24514
  }
24395
24515
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
24396
24516
 
@@ -24549,6 +24669,11 @@ class OperationsInsightsClient(object):
24549
24669
  :param list[str] vmcluster_name: (optional)
24550
24670
  Optional list of Exadata Insight VM cluster name.
24551
24671
 
24672
+ :param list[str] status: (optional)
24673
+ Resource Status
24674
+
24675
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
24676
+
24552
24677
  :param obj retry_strategy: (optional)
24553
24678
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
24554
24679
 
@@ -24565,14 +24690,14 @@ class OperationsInsightsClient(object):
24565
24690
  :rtype: :class:`~oci.response.Response`
24566
24691
 
24567
24692
  :example:
24568
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
24693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_resource_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_resource_usage_trend API.
24569
24694
  """
24570
24695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24571
24696
  required_arguments = ['compartmentId', 'resourceMetric']
24572
24697
  resource_path = "/hostInsights/resourceUsageTrend"
24573
24698
  method = "GET"
24574
24699
  operation_name = "summarize_host_insight_resource_usage_trend"
24575
- api_reference_link = ""
24700
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceUsageTrend"
24576
24701
 
24577
24702
  # Don't accept unknown kwargs
24578
24703
  expected_kwargs = [
@@ -24595,7 +24720,8 @@ class OperationsInsightsClient(object):
24595
24720
  "compartment_id_in_subtree",
24596
24721
  "host_type",
24597
24722
  "host_id",
24598
- "vmcluster_name"
24723
+ "vmcluster_name",
24724
+ "status"
24599
24725
  ]
24600
24726
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
24601
24727
  if extra_kwargs:
@@ -24624,6 +24750,14 @@ class OperationsInsightsClient(object):
24624
24750
  f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
24625
24751
  )
24626
24752
 
24753
+ if 'status' in kwargs:
24754
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
24755
+ for status_item in kwargs['status']:
24756
+ if status_item not in status_allowed_values:
24757
+ raise ValueError(
24758
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
24759
+ )
24760
+
24627
24761
  query_params = {
24628
24762
  "compartmentId": compartment_id,
24629
24763
  "resourceMetric": resource_metric,
@@ -24643,7 +24777,8 @@ class OperationsInsightsClient(object):
24643
24777
  "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
24644
24778
  "hostType": self.base_client.generate_collection_format_param(kwargs.get("host_type", missing), 'multi'),
24645
24779
  "hostId": kwargs.get("host_id", missing),
24646
- "vmclusterName": self.base_client.generate_collection_format_param(kwargs.get("vmcluster_name", missing), 'multi')
24780
+ "vmclusterName": self.base_client.generate_collection_format_param(kwargs.get("vmcluster_name", missing), 'multi'),
24781
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
24647
24782
  }
24648
24783
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
24649
24784
 
@@ -24800,6 +24935,11 @@ class OperationsInsightsClient(object):
24800
24935
  :param int low_utilization_threshold: (optional)
24801
24936
  Percent value in which a resource metric is considered low utilized.
24802
24937
 
24938
+ :param list[str] status: (optional)
24939
+ Resource Status
24940
+
24941
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
24942
+
24803
24943
  :param obj retry_strategy: (optional)
24804
24944
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
24805
24945
 
@@ -24816,14 +24956,14 @@ class OperationsInsightsClient(object):
24816
24956
  :rtype: :class:`~oci.response.Response`
24817
24957
 
24818
24958
  :example:
24819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
24959
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_resource_utilization_insight.py.html>`__ to see an example of how to use summarize_host_insight_resource_utilization_insight API.
24820
24960
  """
24821
24961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24822
24962
  required_arguments = ['compartmentId', 'resourceMetric']
24823
24963
  resource_path = "/hostInsights/resourceUtilizationInsight"
24824
24964
  method = "GET"
24825
24965
  operation_name = "summarize_host_insight_resource_utilization_insight"
24826
- api_reference_link = ""
24966
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceUtilizationInsight"
24827
24967
 
24828
24968
  # Don't accept unknown kwargs
24829
24969
  expected_kwargs = [
@@ -24847,7 +24987,8 @@ class OperationsInsightsClient(object):
24847
24987
  "host_id",
24848
24988
  "vmcluster_name",
24849
24989
  "high_utilization_threshold",
24850
- "low_utilization_threshold"
24990
+ "low_utilization_threshold",
24991
+ "status"
24851
24992
  ]
24852
24993
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
24853
24994
  if extra_kwargs:
@@ -24862,6 +25003,14 @@ class OperationsInsightsClient(object):
24862
25003
  f"Invalid value for `platform_type`, must be one of { platform_type_allowed_values }"
24863
25004
  )
24864
25005
 
25006
+ if 'status' in kwargs:
25007
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
25008
+ for status_item in kwargs['status']:
25009
+ if status_item not in status_allowed_values:
25010
+ raise ValueError(
25011
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
25012
+ )
25013
+
24865
25014
  query_params = {
24866
25015
  "compartmentId": compartment_id,
24867
25016
  "resourceMetric": resource_metric,
@@ -24882,7 +25031,8 @@ class OperationsInsightsClient(object):
24882
25031
  "hostId": kwargs.get("host_id", missing),
24883
25032
  "vmclusterName": self.base_client.generate_collection_format_param(kwargs.get("vmcluster_name", missing), 'multi'),
24884
25033
  "highUtilizationThreshold": kwargs.get("high_utilization_threshold", missing),
24885
- "lowUtilizationThreshold": kwargs.get("low_utilization_threshold", missing)
25034
+ "lowUtilizationThreshold": kwargs.get("low_utilization_threshold", missing),
25035
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
24886
25036
  }
24887
25037
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
24888
25038
 
@@ -24991,6 +25141,11 @@ class OperationsInsightsClient(object):
24991
25141
  Unique Oracle-assigned identifier for the request. If you need to contact
24992
25142
  Oracle about a particular request, please provide the request ID.
24993
25143
 
25144
+ :param list[str] status: (optional)
25145
+ Resource Status
25146
+
25147
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
25148
+
24994
25149
  :param obj retry_strategy: (optional)
24995
25150
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
24996
25151
 
@@ -25007,14 +25162,14 @@ class OperationsInsightsClient(object):
25007
25162
  :rtype: :class:`~oci.response.Response`
25008
25163
 
25009
25164
  :example:
25010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
25165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_storage_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_storage_usage_trend API.
25011
25166
  """
25012
25167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25013
25168
  required_arguments = ['compartmentId', 'id']
25014
25169
  resource_path = "/hostInsights/storageUsageTrend"
25015
25170
  method = "GET"
25016
25171
  operation_name = "summarize_host_insight_storage_usage_trend"
25017
- api_reference_link = ""
25172
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightStorageUsageTrend"
25018
25173
 
25019
25174
  # Don't accept unknown kwargs
25020
25175
  expected_kwargs = [
@@ -25027,7 +25182,8 @@ class OperationsInsightsClient(object):
25027
25182
  "page",
25028
25183
  "limit",
25029
25184
  "statistic",
25030
- "opc_request_id"
25185
+ "opc_request_id",
25186
+ "status"
25031
25187
  ]
25032
25188
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
25033
25189
  if extra_kwargs:
@@ -25041,6 +25197,14 @@ class OperationsInsightsClient(object):
25041
25197
  f"Invalid value for `statistic`, must be one of { statistic_allowed_values }"
25042
25198
  )
25043
25199
 
25200
+ if 'status' in kwargs:
25201
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
25202
+ for status_item in kwargs['status']:
25203
+ if status_item not in status_allowed_values:
25204
+ raise ValueError(
25205
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
25206
+ )
25207
+
25044
25208
  query_params = {
25045
25209
  "compartmentId": compartment_id,
25046
25210
  "id": id,
@@ -25050,7 +25214,8 @@ class OperationsInsightsClient(object):
25050
25214
  "hostId": kwargs.get("host_id", missing),
25051
25215
  "page": kwargs.get("page", missing),
25052
25216
  "limit": kwargs.get("limit", missing),
25053
- "statistic": kwargs.get("statistic", missing)
25217
+ "statistic": kwargs.get("statistic", missing),
25218
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
25054
25219
  }
25055
25220
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
25056
25221
 
@@ -25173,6 +25338,11 @@ class OperationsInsightsClient(object):
25173
25338
 
25174
25339
  Allowed values are: "AVG", "MAX"
25175
25340
 
25341
+ :param list[str] status: (optional)
25342
+ Resource Status
25343
+
25344
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
25345
+
25176
25346
  :param obj retry_strategy: (optional)
25177
25347
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
25178
25348
 
@@ -25189,14 +25359,14 @@ class OperationsInsightsClient(object):
25189
25359
  :rtype: :class:`~oci.response.Response`
25190
25360
 
25191
25361
  :example:
25192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
25362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_top_processes_usage.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage API.
25193
25363
  """
25194
25364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25195
25365
  required_arguments = ['compartmentId', 'id', 'resourceMetric', 'timestamp']
25196
25366
  resource_path = "/hostInsights/topProcessesUsage"
25197
25367
  method = "GET"
25198
25368
  operation_name = "summarize_host_insight_top_processes_usage"
25199
- api_reference_link = ""
25369
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightTopProcessesUsage"
25200
25370
 
25201
25371
  # Don't accept unknown kwargs
25202
25372
  expected_kwargs = [
@@ -25210,7 +25380,8 @@ class OperationsInsightsClient(object):
25210
25380
  "analysis_time_interval",
25211
25381
  "host_type",
25212
25382
  "host_id",
25213
- "statistic"
25383
+ "statistic",
25384
+ "status"
25214
25385
  ]
25215
25386
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
25216
25387
  if extra_kwargs:
@@ -25224,6 +25395,14 @@ class OperationsInsightsClient(object):
25224
25395
  f"Invalid value for `statistic`, must be one of { statistic_allowed_values }"
25225
25396
  )
25226
25397
 
25398
+ if 'status' in kwargs:
25399
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
25400
+ for status_item in kwargs['status']:
25401
+ if status_item not in status_allowed_values:
25402
+ raise ValueError(
25403
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
25404
+ )
25405
+
25227
25406
  query_params = {
25228
25407
  "compartmentId": compartment_id,
25229
25408
  "id": id,
@@ -25236,7 +25415,8 @@ class OperationsInsightsClient(object):
25236
25415
  "hostType": self.base_client.generate_collection_format_param(kwargs.get("host_type", missing), 'multi'),
25237
25416
  "hostId": kwargs.get("host_id", missing),
25238
25417
  "timestamp": timestamp,
25239
- "statistic": kwargs.get("statistic", missing)
25418
+ "statistic": kwargs.get("statistic", missing),
25419
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
25240
25420
  }
25241
25421
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
25242
25422
 
@@ -25358,6 +25538,11 @@ class OperationsInsightsClient(object):
25358
25538
 
25359
25539
  Allowed values are: "AVG", "MAX"
25360
25540
 
25541
+ :param list[str] status: (optional)
25542
+ Resource Status
25543
+
25544
+ Allowed values are: "DISABLED", "ENABLED", "TERMINATED"
25545
+
25361
25546
  :param obj retry_strategy: (optional)
25362
25547
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
25363
25548
 
@@ -25374,14 +25559,14 @@ class OperationsInsightsClient(object):
25374
25559
  :rtype: :class:`~oci.response.Response`
25375
25560
 
25376
25561
  :example:
25377
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_host_insight_top_processes_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage_trend API.
25562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_host_insight_top_processes_usage_trend.py.html>`__ to see an example of how to use summarize_host_insight_top_processes_usage_trend API.
25378
25563
  """
25379
25564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25380
25565
  required_arguments = ['compartmentId', 'id', 'resourceMetric']
25381
25566
  resource_path = "/hostInsights/topProcessesUsageTrend"
25382
25567
  method = "GET"
25383
25568
  operation_name = "summarize_host_insight_top_processes_usage_trend"
25384
- api_reference_link = ""
25569
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightTopProcessesUsageTrend"
25385
25570
 
25386
25571
  # Don't accept unknown kwargs
25387
25572
  expected_kwargs = [
@@ -25396,7 +25581,8 @@ class OperationsInsightsClient(object):
25396
25581
  "host_type",
25397
25582
  "host_id",
25398
25583
  "process_hash",
25399
- "statistic"
25584
+ "statistic",
25585
+ "status"
25400
25586
  ]
25401
25587
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
25402
25588
  if extra_kwargs:
@@ -25410,6 +25596,14 @@ class OperationsInsightsClient(object):
25410
25596
  f"Invalid value for `statistic`, must be one of { statistic_allowed_values }"
25411
25597
  )
25412
25598
 
25599
+ if 'status' in kwargs:
25600
+ status_allowed_values = ["DISABLED", "ENABLED", "TERMINATED"]
25601
+ for status_item in kwargs['status']:
25602
+ if status_item not in status_allowed_values:
25603
+ raise ValueError(
25604
+ f"Invalid value for `status`, must be one of { status_allowed_values }"
25605
+ )
25606
+
25413
25607
  query_params = {
25414
25608
  "compartmentId": compartment_id,
25415
25609
  "id": id,
@@ -25422,7 +25616,8 @@ class OperationsInsightsClient(object):
25422
25616
  "hostType": self.base_client.generate_collection_format_param(kwargs.get("host_type", missing), 'multi'),
25423
25617
  "hostId": kwargs.get("host_id", missing),
25424
25618
  "processHash": kwargs.get("process_hash", missing),
25425
- "statistic": kwargs.get("statistic", missing)
25619
+ "statistic": kwargs.get("statistic", missing),
25620
+ "status": self.base_client.generate_collection_format_param(kwargs.get("status", missing), 'multi')
25426
25621
  }
25427
25622
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
25428
25623
 
@@ -25474,7 +25669,7 @@ class OperationsInsightsClient(object):
25474
25669
 
25475
25670
 
25476
25671
  :param str operations_insights_warehouse_id: (required)
25477
- Unique Operations Insights Warehouse identifier
25672
+ Unique Ops Insights Warehouse identifier
25478
25673
 
25479
25674
  :param str opc_request_id: (optional)
25480
25675
  Unique Oracle-assigned identifier for the request. If you need to contact
@@ -25496,14 +25691,14 @@ class OperationsInsightsClient(object):
25496
25691
  :rtype: :class:`~oci.response.Response`
25497
25692
 
25498
25693
  :example:
25499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
25694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_operations_insights_warehouse_resource_usage.py.html>`__ to see an example of how to use summarize_operations_insights_warehouse_resource_usage API.
25500
25695
  """
25501
25696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25502
25697
  required_arguments = ['operationsInsightsWarehouseId']
25503
25698
  resource_path = "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}/resourceUsageSummary"
25504
25699
  method = "GET"
25505
25700
  operation_name = "summarize_operations_insights_warehouse_resource_usage"
25506
- api_reference_link = ""
25701
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/SummarizeOperationsInsightsWarehouseResourceUsage"
25507
25702
 
25508
25703
  # Don't accept unknown kwargs
25509
25704
  expected_kwargs = [
@@ -25685,14 +25880,14 @@ class OperationsInsightsClient(object):
25685
25880
  :rtype: :class:`~oci.response.Response`
25686
25881
 
25687
25882
  :example:
25688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
25883
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_sql_insights.py.html>`__ to see an example of how to use summarize_sql_insights API.
25689
25884
  """
25690
25885
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25691
25886
  required_arguments = ['compartmentId']
25692
25887
  resource_path = "/databaseInsights/sqlInsights"
25693
25888
  method = "GET"
25694
25889
  operation_name = "summarize_sql_insights"
25695
- api_reference_link = ""
25890
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlInsights"
25696
25891
 
25697
25892
  # Don't accept unknown kwargs
25698
25893
  expected_kwargs = [
@@ -25864,14 +26059,14 @@ class OperationsInsightsClient(object):
25864
26059
  :rtype: :class:`~oci.response.Response`
25865
26060
 
25866
26061
  :example:
25867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
26062
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_sql_plan_insights.py.html>`__ to see an example of how to use summarize_sql_plan_insights API.
25868
26063
  """
25869
26064
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25870
26065
  required_arguments = ['compartmentId', 'sqlIdentifier']
25871
26066
  resource_path = "/databaseInsights/sqlPlanInsights"
25872
26067
  method = "GET"
25873
26068
  operation_name = "summarize_sql_plan_insights"
25874
- api_reference_link = ""
26069
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlPlanInsights"
25875
26070
 
25876
26071
  # Don't accept unknown kwargs
25877
26072
  expected_kwargs = [
@@ -26014,14 +26209,14 @@ class OperationsInsightsClient(object):
26014
26209
  :rtype: :class:`~oci.response.Response`
26015
26210
 
26016
26211
  :example:
26017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
26212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_sql_response_time_distributions.py.html>`__ to see an example of how to use summarize_sql_response_time_distributions API.
26018
26213
  """
26019
26214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26020
26215
  required_arguments = ['compartmentId', 'sqlIdentifier']
26021
26216
  resource_path = "/databaseInsights/sqlResponseTimeDistributions"
26022
26217
  method = "GET"
26023
26218
  operation_name = "summarize_sql_response_time_distributions"
26024
- api_reference_link = ""
26219
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlResponseTimeDistributions"
26025
26220
 
26026
26221
  # Don't accept unknown kwargs
26027
26222
  expected_kwargs = [
@@ -26240,14 +26435,14 @@ class OperationsInsightsClient(object):
26240
26435
  :rtype: :class:`~oci.response.Response`
26241
26436
 
26242
26437
  :example:
26243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
26438
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_sql_statistics.py.html>`__ to see an example of how to use summarize_sql_statistics API.
26244
26439
  """
26245
26440
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26246
26441
  required_arguments = ['compartmentId']
26247
26442
  resource_path = "/databaseInsights/sqlStatistics"
26248
26443
  method = "GET"
26249
26444
  operation_name = "summarize_sql_statistics"
26250
- api_reference_link = ""
26445
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlStatistics"
26251
26446
 
26252
26447
  # Don't accept unknown kwargs
26253
26448
  expected_kwargs = [
@@ -26493,14 +26688,14 @@ class OperationsInsightsClient(object):
26493
26688
  :rtype: :class:`~oci.response.Response`
26494
26689
 
26495
26690
  :example:
26496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
26691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_sql_statistics_time_series.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series API.
26497
26692
  """
26498
26693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26499
26694
  required_arguments = ['compartmentId', 'sqlIdentifier']
26500
26695
  resource_path = "/databaseInsights/sqlStatisticsTimeSeries"
26501
26696
  method = "GET"
26502
26697
  operation_name = "summarize_sql_statistics_time_series"
26503
- api_reference_link = ""
26698
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlStatisticsTimeSeries"
26504
26699
 
26505
26700
  # Don't accept unknown kwargs
26506
26701
  expected_kwargs = [
@@ -26661,14 +26856,14 @@ class OperationsInsightsClient(object):
26661
26856
  :rtype: :class:`~oci.response.Response`
26662
26857
 
26663
26858
  :example:
26664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/summarize_sql_statistics_time_series_by_plan.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series_by_plan API.
26859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/summarize_sql_statistics_time_series_by_plan.py.html>`__ to see an example of how to use summarize_sql_statistics_time_series_by_plan API.
26665
26860
  """
26666
26861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26667
26862
  required_arguments = ['compartmentId', 'sqlIdentifier']
26668
26863
  resource_path = "/databaseInsights/sqlStatisticsTimeSeriesByPlan"
26669
26864
  method = "GET"
26670
26865
  operation_name = "summarize_sql_statistics_time_series_by_plan"
26671
- api_reference_link = ""
26866
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlStatisticsTimeSeriesByPlan"
26672
26867
 
26673
26868
  # Don't accept unknown kwargs
26674
26869
  expected_kwargs = [
@@ -26776,14 +26971,14 @@ class OperationsInsightsClient(object):
26776
26971
  :rtype: :class:`~oci.response.Response`
26777
26972
 
26778
26973
  :example:
26779
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
26974
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_awr_hub.py.html>`__ to see an example of how to use update_awr_hub API.
26780
26975
  """
26781
26976
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26782
26977
  required_arguments = ['awrHubId']
26783
26978
  resource_path = "/awrHubs/{awrHubId}"
26784
26979
  method = "PUT"
26785
26980
  operation_name = "update_awr_hub"
26786
- api_reference_link = ""
26981
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/UpdateAwrHub"
26787
26982
 
26788
26983
  # Don't accept unknown kwargs
26789
26984
  expected_kwargs = [
@@ -26885,14 +27080,14 @@ class OperationsInsightsClient(object):
26885
27080
  :rtype: :class:`~oci.response.Response`
26886
27081
 
26887
27082
  :example:
26888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
27083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_awr_hub_source.py.html>`__ to see an example of how to use update_awr_hub_source API.
26889
27084
  """
26890
27085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26891
27086
  required_arguments = ['awrHubSourceId']
26892
27087
  resource_path = "/awrHubSources/{awrHubSourceId}"
26893
27088
  method = "PUT"
26894
27089
  operation_name = "update_awr_hub_source"
26895
- api_reference_link = ""
27090
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubSources/UpdateAwrHubSource"
26896
27091
 
26897
27092
  # Don't accept unknown kwargs
26898
27093
  expected_kwargs = [
@@ -26994,14 +27189,14 @@ class OperationsInsightsClient(object):
26994
27189
  :rtype: :class:`~oci.response.Response`
26995
27190
 
26996
27191
  :example:
26997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
27192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_database_insight.py.html>`__ to see an example of how to use update_database_insight API.
26998
27193
  """
26999
27194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27000
27195
  required_arguments = ['databaseInsightId']
27001
27196
  resource_path = "/databaseInsights/{databaseInsightId}"
27002
27197
  method = "PUT"
27003
27198
  operation_name = "update_database_insight"
27004
- api_reference_link = ""
27199
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/UpdateDatabaseInsight"
27005
27200
 
27006
27201
  # Don't accept unknown kwargs
27007
27202
  expected_kwargs = [
@@ -27103,14 +27298,14 @@ class OperationsInsightsClient(object):
27103
27298
  :rtype: :class:`~oci.response.Response`
27104
27299
 
27105
27300
  :example:
27106
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
27301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_enterprise_manager_bridge.py.html>`__ to see an example of how to use update_enterprise_manager_bridge API.
27107
27302
  """
27108
27303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27109
27304
  required_arguments = ['enterpriseManagerBridgeId']
27110
27305
  resource_path = "/enterpriseManagerBridges/{enterpriseManagerBridgeId}"
27111
27306
  method = "PUT"
27112
27307
  operation_name = "update_enterprise_manager_bridge"
27113
- api_reference_link = ""
27308
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/UpdateEnterpriseManagerBridge"
27114
27309
 
27115
27310
  # Don't accept unknown kwargs
27116
27311
  expected_kwargs = [
@@ -27212,14 +27407,14 @@ class OperationsInsightsClient(object):
27212
27407
  :rtype: :class:`~oci.response.Response`
27213
27408
 
27214
27409
  :example:
27215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
27410
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_exadata_insight.py.html>`__ to see an example of how to use update_exadata_insight API.
27216
27411
  """
27217
27412
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27218
27413
  required_arguments = ['exadataInsightId']
27219
27414
  resource_path = "/exadataInsights/{exadataInsightId}"
27220
27415
  method = "PUT"
27221
27416
  operation_name = "update_exadata_insight"
27222
- api_reference_link = ""
27417
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/UpdateExadataInsight"
27223
27418
 
27224
27419
  # Don't accept unknown kwargs
27225
27420
  expected_kwargs = [
@@ -27321,14 +27516,14 @@ class OperationsInsightsClient(object):
27321
27516
  :rtype: :class:`~oci.response.Response`
27322
27517
 
27323
27518
  :example:
27324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
27519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_host_insight.py.html>`__ to see an example of how to use update_host_insight API.
27325
27520
  """
27326
27521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27327
27522
  required_arguments = ['hostInsightId']
27328
27523
  resource_path = "/hostInsights/{hostInsightId}"
27329
27524
  method = "PUT"
27330
27525
  operation_name = "update_host_insight"
27331
- api_reference_link = ""
27526
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/UpdateHostInsight"
27332
27527
 
27333
27528
  # Don't accept unknown kwargs
27334
27529
  expected_kwargs = [
@@ -27430,14 +27625,14 @@ class OperationsInsightsClient(object):
27430
27625
  :rtype: :class:`~oci.response.Response`
27431
27626
 
27432
27627
  :example:
27433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
27628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_news_report.py.html>`__ to see an example of how to use update_news_report API.
27434
27629
  """
27435
27630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27436
27631
  required_arguments = ['newsReportId']
27437
27632
  resource_path = "/newsReports/{newsReportId}"
27438
27633
  method = "PUT"
27439
27634
  operation_name = "update_news_report"
27440
- api_reference_link = ""
27635
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/NewsReports/UpdateNewsReport"
27441
27636
 
27442
27637
  # Don't accept unknown kwargs
27443
27638
  expected_kwargs = [
@@ -27541,14 +27736,14 @@ class OperationsInsightsClient(object):
27541
27736
  :rtype: :class:`~oci.response.Response`
27542
27737
 
27543
27738
  :example:
27544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
27739
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_operations_insights_private_endpoint.py.html>`__ to see an example of how to use update_operations_insights_private_endpoint API.
27545
27740
  """
27546
27741
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27547
27742
  required_arguments = ['operationsInsightsPrivateEndpointId']
27548
27743
  resource_path = "/operationsInsightsPrivateEndpoints/{operationsInsightsPrivateEndpointId}"
27549
27744
  method = "PUT"
27550
27745
  operation_name = "update_operations_insights_private_endpoint"
27551
- api_reference_link = ""
27746
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/UpdateOperationsInsightsPrivateEndpoint"
27552
27747
 
27553
27748
  # Don't accept unknown kwargs
27554
27749
  expected_kwargs = [
@@ -27616,12 +27811,12 @@ class OperationsInsightsClient(object):
27616
27811
 
27617
27812
  def update_operations_insights_warehouse(self, operations_insights_warehouse_id, update_operations_insights_warehouse_details, **kwargs):
27618
27813
  """
27619
- Updates the configuration of an Operations Insights Warehouse.
27814
+ Updates the configuration of an Ops Insights Warehouse.
27620
27815
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
27621
27816
 
27622
27817
 
27623
27818
  :param str operations_insights_warehouse_id: (required)
27624
- Unique Operations Insights Warehouse identifier
27819
+ Unique Ops Insights Warehouse identifier
27625
27820
 
27626
27821
  :param oci.opsi.models.UpdateOperationsInsightsWarehouseDetails update_operations_insights_warehouse_details: (required)
27627
27822
  The configuration to be updated.
@@ -27651,14 +27846,14 @@ class OperationsInsightsClient(object):
27651
27846
  :rtype: :class:`~oci.response.Response`
27652
27847
 
27653
27848
  :example:
27654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
27849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_operations_insights_warehouse.py.html>`__ to see an example of how to use update_operations_insights_warehouse API.
27655
27850
  """
27656
27851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27657
27852
  required_arguments = ['operationsInsightsWarehouseId']
27658
27853
  resource_path = "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}"
27659
27854
  method = "PUT"
27660
27855
  operation_name = "update_operations_insights_warehouse"
27661
- api_reference_link = ""
27856
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/UpdateOperationsInsightsWarehouse"
27662
27857
 
27663
27858
  # Don't accept unknown kwargs
27664
27859
  expected_kwargs = [
@@ -27760,14 +27955,14 @@ class OperationsInsightsClient(object):
27760
27955
  :rtype: :class:`~oci.response.Response`
27761
27956
 
27762
27957
  :example:
27763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
27958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_operations_insights_warehouse_user.py.html>`__ to see an example of how to use update_operations_insights_warehouse_user API.
27764
27959
  """
27765
27960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27766
27961
  required_arguments = ['operationsInsightsWarehouseUserId']
27767
27962
  resource_path = "/operationsInsightsWarehouseUsers/{operationsInsightsWarehouseUserId}"
27768
27963
  method = "PUT"
27769
27964
  operation_name = "update_operations_insights_warehouse_user"
27770
- api_reference_link = ""
27965
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/UpdateOperationsInsightsWarehouseUser"
27771
27966
 
27772
27967
  # Don't accept unknown kwargs
27773
27968
  expected_kwargs = [
@@ -27871,14 +28066,14 @@ class OperationsInsightsClient(object):
27871
28066
  :rtype: :class:`~oci.response.Response`
27872
28067
 
27873
28068
  :example:
27874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
28069
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/opsi/update_opsi_configuration.py.html>`__ to see an example of how to use update_opsi_configuration API.
27875
28070
  """
27876
28071
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27877
28072
  required_arguments = ['opsiConfigurationId']
27878
28073
  resource_path = "/opsiConfigurations/{opsiConfigurationId}"
27879
28074
  method = "PUT"
27880
28075
  operation_name = "update_opsi_configuration"
27881
- api_reference_link = ""
28076
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/UpdateOpsiConfiguration"
27882
28077
 
27883
28078
  # Don't accept unknown kwargs
27884
28079
  expected_kwargs = [