oci-cli 3.62.1__py3-none-any.whl → 3.63.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. oci_cli/cli_util.py +2 -0
  2. oci_cli/help_text_producer/data_files/text/cmdref/autoscaling/configuration/list.txt +7 -0
  3. oci_cli/help_text_producer/data_files/text/cmdref/autoscaling.txt +3 -8
  4. oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/create-kubeconfig.txt +0 -4
  5. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/offer/offer/get-offer-internal-detail.txt → database-management/cloud-asm/get-cloud-asm-configuration.txt} +13 -11
  6. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/offer/offer → database-management/cloud-asm}/get.txt +6 -9
  7. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm/list-cloud-asm-disk-groups.txt +133 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm/list-cloud-asm-users.txt +133 -0
  9. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm/list.txt +132 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm/summarize-cloud-asm-metrics.txt +121 -0
  11. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm/update.txt +161 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm-instance/get.txt +92 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm-instance/list.txt +132 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm-instance/update.txt +157 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/offer/offer.txt → database-management/cloud-asm-instance.txt} +4 -8
  16. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm.txt +26 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster/get.txt +91 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster/list.txt +132 -0
  19. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster/summarize-cloud-cluster-metrics.txt +121 -0
  20. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster/update.txt +161 -0
  21. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster-instance/get.txt +92 -0
  22. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster-instance/list.txt +132 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster-instance/update.txt +162 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster-instance.txt +18 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster.txt +20 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-database-collection/list-cloud-databases.txt +144 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-database-collection.txt +14 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-home/get.txt +91 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-home/list.txt +132 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-home/update.txt +157 -0
  31. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-home.txt +18 -0
  32. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-node/get.txt +91 -0
  33. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-node/list.txt +132 -0
  34. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-node/summarize-cloud-db-node-metrics.txt +121 -0
  35. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-node/update.txt +161 -0
  36. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-node.txt +20 -0
  37. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/create.txt +177 -0
  38. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/offer/offer → database-management/cloud-db-system}/delete.txt +9 -9
  39. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/disable-cloud-db-system-database-management.txt +129 -0
  40. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/disable-cloud-db-system-stack-monitoring.txt +129 -0
  41. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/enable-cloud-db-system-database-management.txt +139 -0
  42. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/enable-cloud-db-system-stack-monitoring.txt +139 -0
  43. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/get.txt +95 -0
  44. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/list.txt +156 -0
  45. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/summarize-cloud-db-system-availability-metrics.txt +126 -0
  46. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/update.txt +165 -0
  47. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/check-cloud-db-system-connector-connection-status.txt +133 -0
  48. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/create-cloud-db-system-connector-create-cloud-db-system-macs-connector-details.txt +170 -0
  49. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/attachment/attachment → database-management/cloud-db-system-connector}/create.txt +19 -20
  50. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/delete.txt +135 -0
  51. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/get.txt +98 -0
  52. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/list.txt +132 -0
  53. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/update-cloud-db-system-connector-update-cloud-db-system-macs-connector-details.txt +174 -0
  54. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/update.txt +139 -0
  55. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector.txt +30 -0
  56. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery/create.txt +173 -0
  57. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery/delete.txt +135 -0
  58. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/attachment/attachment → database-management/cloud-db-system-discovery}/get.txt +11 -16
  59. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery/list.txt +137 -0
  60. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery/patch.txt +121 -0
  61. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery/update.txt +168 -0
  62. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery.txt +24 -0
  63. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system.txt +32 -0
  64. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener/get.txt +92 -0
  65. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener/list-cloud-listener-services.txt +139 -0
  66. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener/list.txt +132 -0
  67. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener/summarize-cloud-listener-metrics.txt +121 -0
  68. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener/update.txt +161 -0
  69. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener.txt +22 -0
  70. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job/get.txt +1 -1
  71. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job/update-result-location.txt +2 -2
  72. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job/update-sql-job-details.txt +2 -2
  73. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job/update.txt +2 -2
  74. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job-execution/get.txt +1 -1
  75. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job-run/get.txt +1 -1
  76. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/enable-database-management-feature-database-diagnostics-and-management-feature-details.txt +2 -1
  77. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/enable-database-management-feature-database-sql-watch-feature-details.txt +10 -0
  78. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/enable-pluggable-database-management-feature-database-diagnostics-and-management-feature-details.txt +2 -1
  79. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/enable-pluggable-database-management-feature-database-sql-watch-feature-details.txt +10 -0
  80. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/get-awr-db-sql-report.txt +2 -1
  81. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/get.txt +1 -1
  82. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/modify-database-management-feature-database-diagnostics-and-management-feature-details.txt +2 -1
  83. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/modify-database-management-feature-database-sql-watch-feature-details.txt +10 -0
  84. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/modify-pluggable-database-management-feature-database-diagnostics-and-management-feature-details.txt +2 -1
  85. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/modify-pluggable-database-management-feature-database-sql-watch-feature-details.txt +10 -0
  86. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database-group/get.txt +1 -1
  87. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-my-sql-databases/managed-my-sql-database/get-binary-log-information.txt +1 -1
  88. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-my-sql-databases/managed-my-sql-database/get-general-replication-information.txt +1 -1
  89. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-my-sql-databases/managed-my-sql-database/list-high-availability-members.txt +2 -2
  90. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-my-sql-databases/managed-my-sql-database/list-outbound-replications.txt +1 -1
  91. oci_cli/help_text_producer/data_files/text/cmdref/database-management/work-request/get.txt +1 -1
  92. oci_cli/help_text_producer/data_files/text/cmdref/database-management/work-request/list.txt +1 -2
  93. oci_cli/help_text_producer/data_files/text/cmdref/database-management.txt +132 -0
  94. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-container-database/create-autonomous-container-database-create-autonomous-container-database-details.txt +4 -0
  95. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-container-database/create-autonomous-container-database-create-autonomous-container-database-from-backup-details.txt +4 -0
  96. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-container-database/create.txt +4 -0
  97. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-container-database/update.txt +4 -0
  98. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/update.txt +97 -0
  99. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  100. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  101. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list.txt} +5 -5
  102. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
  103. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
  104. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-agent-tool-config.txt +187 -0
  105. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-sql-tool-config.txt +12 -17
  106. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-agent-tool-config.txt +202 -0
  107. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-sql-tool-config.txt +12 -14
  108. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool.txt +4 -0
  109. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent-runtime/agent-endpoint/chat.txt +21 -3
  110. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt +4 -0
  111. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  112. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
  113. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list.txt} +5 -5
  114. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
  115. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +3 -3
  116. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +3 -3
  117. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/attachment/attachment/delete.txt → management-agent/agent/delete-named-credential.txt} +18 -19
  118. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/agent/get-named-credential.txt +100 -0
  119. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/agent/list.txt +1 -1
  120. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/agent/update-named-credential.txt +182 -0
  121. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/agent.txt +6 -0
  122. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/named-credential/create.txt +184 -0
  123. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/named-credential/get-named-cred-metadata.txt +97 -0
  124. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/named-credential/list.txt +150 -0
  125. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/named-credential.txt +18 -0
  126. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/plugin/list.txt +1 -1
  127. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/work-request/list.txt +1 -1
  128. oci_cli/help_text_producer/data_files/text/cmdref/management-agent.txt +14 -0
  129. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/change-compartment.txt +26 -0
  130. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/create-artifact-create-machine-image-artifact-details.txt +181 -0
  131. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/create-artifact-create-stack-artifact-details.txt +181 -0
  132. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/create.txt +1 -1
  133. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/update-artifact-update-machine-image-artifact-details.txt +177 -0
  134. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/update-artifact-update-stack-artifact-details.txt +177 -0
  135. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/update.txt +1 -1
  136. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact.txt +8 -0
  137. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/{offer/offer-collection/list-offers.txt → available-service-collection/list-available-services.txt} +21 -33
  138. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/available-service-collection.txt +15 -0
  139. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/{attachment/attachment-collection/list-attachments.txt → customer-instance-report-record-collection/list-customer-instance-report-records.txt} +21 -39
  140. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/customer-instance-report-record-collection.txt +14 -0
  141. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/disbursement-report-record-collection/list-disbursement-report-records.txt +142 -0
  142. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/disbursement-report-record-collection.txt +14 -0
  143. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/lead/get.txt +91 -0
  144. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/lead-collection/list-leads.txt +135 -0
  145. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/lead-collection.txt +14 -0
  146. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/lead.txt +14 -0
  147. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing/change-compartment.txt +26 -0
  148. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing/create.txt +2 -2
  149. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-collection/list-listings.txt +8 -0
  150. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/cascading-delete.txt +1 -7
  151. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/change-listing-revision-to-new-status.txt +1 -7
  152. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/clone.txt +1 -7
  153. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/{offer/offer/create.txt → listing-revision/create-listing-revision-create-lead-gen-listing-revision-details.txt} +120 -207
  154. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/create-listing-revision-create-oci-listing-revision-details.txt +318 -0
  155. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/create-listing-revision-create-service-listing-revision-details.txt +312 -0
  156. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/create.txt +10 -51
  157. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/delete.txt +1 -7
  158. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/get-listing-revision-icon-content.txt +105 -0
  159. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/get.txt +1 -7
  160. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/publish-listing-revision-as-private.txt +1 -7
  161. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/publish.txt +1 -7
  162. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/submit-listing-revision-for-review.txt +6 -7
  163. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/update-listing-revision-icon-content.txt +1 -7
  164. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/{offer/offer/update.txt → listing-revision/update-listing-revision-update-lead-gen-listing-revision-details.txt} +113 -206
  165. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/update-listing-revision-update-oci-listing-revision-details.txt +326 -0
  166. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/update-listing-revision-update-service-listing-revision-details.txt +316 -0
  167. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/update.txt +12 -53
  168. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/withdraw.txt +1 -7
  169. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-customer-success-attachment.txt +180 -0
  170. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-related-document-attachment-details.txt +1 -7
  171. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-review-support-document-attachment.txt +169 -0
  172. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-screen-shot-attachment-details.txt +1 -7
  173. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-supported-service-attachment.txt +172 -0
  174. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-video-attachment-details.txt +1 -4
  175. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create.txt +1 -7
  176. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/delete.txt +1 -7
  177. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/get-listing-revision-attachment-content.txt +108 -0
  178. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/get.txt +1 -7
  179. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-content.txt +1 -7
  180. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-customer-success-attachment.txt +195 -0
  181. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-related-document-attachment-details.txt +1 -7
  182. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-review-support-document-attachment.txt +184 -0
  183. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-screen-shot-attachment-details.txt +1 -7
  184. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-supported-service-attachment.txt +187 -0
  185. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-video-attachment-details.txt +1 -7
  186. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update.txt +1 -7
  187. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment-collection/list-listing-revision-attachments.txt +1 -7
  188. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment.txt +20 -0
  189. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note/create.txt +1 -7
  190. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note/delete.txt +1 -7
  191. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note/get.txt +1 -7
  192. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note/update.txt +166 -0
  193. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note-collection/list-listing-revision-notes.txt +1 -7
  194. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note.txt +2 -0
  195. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/create.txt +1 -7
  196. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/delete.txt +1 -7
  197. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/get.txt +1 -7
  198. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/mark-listing-revision-package-as-default.txt +1 -7
  199. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/publish.txt +1 -7
  200. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/un-publish.txt +1 -7
  201. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/update.txt +1 -7
  202. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package-collection/list-listing-revision-packages.txt +1 -7
  203. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision.txt +14 -0
  204. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/market-collection/list-markets.txt +4 -0
  205. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/product-collection/list-products.txt +4 -0
  206. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/support-doc/get-support-doc-content.txt +97 -0
  207. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/support-doc/get.txt +91 -0
  208. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/support-doc-collection/list-support-docs.txt +140 -0
  209. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/support-doc-collection.txt +14 -0
  210. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/support-doc.txt +16 -0
  211. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/supported-currency-collection/list-supported-currencies.txt +132 -0
  212. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/supported-currency-collection.txt +15 -0
  213. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/supported-shape-collection/list-supported-shapes.txt +133 -0
  214. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/supported-shape-collection.txt +14 -0
  215. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/term/change-compartment.txt +26 -0
  216. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/{attachment/attachment/get-attachment-content.txt → term-version/get-term-version-content.txt} +13 -17
  217. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/term-version.txt +2 -0
  218. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher.txt +78 -28
  219. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
  220. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
  221. oci_cli/help_text_producer/data_files/text/cmdref/organizations/{work-request-log → work-request-log-entry}/list.txt +1 -19
  222. oci_cli/help_text_producer/data_files/text/cmdref/{delegate-access-control/work-request → organizations}/work-request-log-entry.txt +1 -1
  223. oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
  224. oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +9 -9
  225. oci_cli/version.py +1 -1
  226. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/METADATA +2 -2
  227. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/RECORD +249 -162
  228. services/autoscaling/src/oci_cli_auto_scaling/generated/autoscaling_cli.py +8 -7
  229. services/container_engine/src/oci_cli_container_engine/containerengine_cli_extended.py +1 -1
  230. services/database/src/oci_cli_database/generated/database_cli.py +98 -10
  231. services/database_management/src/oci_cli_db_management/dbmanagement_cli_extended.py +13 -0
  232. services/database_management/src/oci_cli_db_management/generated/dbmanagement_cli.py +8336 -5389
  233. services/database_management/src/oci_cli_managed_my_sql_databases/generated/managedmysqldatabases_cli.py +4 -4
  234. services/generative_ai_agent/src/oci_cli_generative_ai_agent/generated/generativeaiagent_cli.py +185 -6
  235. services/generative_ai_agent_runtime/src/oci_cli_generative_ai_agent_runtime/generated/generativeaiagentruntime_cli.py +10 -4
  236. services/management_agent/src/oci_cli_management_agent/generated/managementagent_cli.py +328 -3
  237. services/marketplace_publisher/__init__.py +1 -1
  238. services/marketplace_publisher/src/__init__.py +1 -1
  239. services/marketplace_publisher/src/oci_cli_marketplace_publisher/__init__.py +1 -1
  240. services/marketplace_publisher/src/oci_cli_marketplace_publisher/generated/__init__.py +1 -1
  241. services/marketplace_publisher/src/oci_cli_marketplace_publisher/generated/client_mappings.py +1 -1
  242. services/marketplace_publisher/src/oci_cli_marketplace_publisher/generated/marketplacepublisher_cli.py +4035 -1530
  243. services/marketplace_publisher/tests/__init__.py +1 -1
  244. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/attachment/attachment-collection.txt +0 -14
  245. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/attachment/attachment.txt +0 -20
  246. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/attachment.txt +0 -27
  247. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/offer/offer-collection.txt +0 -15
  248. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/offer.txt +0 -29
  249. services/marketplace_publisher/src/oci_cli_attachment/__init__.py +0 -4
  250. services/marketplace_publisher/src/oci_cli_attachment/generated/__init__.py +0 -4
  251. services/marketplace_publisher/src/oci_cli_attachment/generated/attachment_cli.py +0 -307
  252. services/marketplace_publisher/src/oci_cli_attachment/generated/client_mappings.py +0 -14
  253. services/marketplace_publisher/src/oci_cli_marketplace_publisher/generated/marketplace_publisher_service_cli.py +0 -14
  254. services/marketplace_publisher/src/oci_cli_offer/__init__.py +0 -4
  255. services/marketplace_publisher/src/oci_cli_offer/generated/__init__.py +0 -4
  256. services/marketplace_publisher/src/oci_cli_offer/generated/client_mappings.py +0 -14
  257. services/marketplace_publisher/src/oci_cli_offer/generated/offer_cli.py +0 -431
  258. /oci_cli/help_text_producer/data_files/text/cmdref/{organizations → delegate-access-control/work-request}/work-request-log.txt +0 -0
  259. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/LICENSE.txt +0 -0
  260. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  261. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/WHEEL +0 -0
  262. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/entry_points.txt +0 -0
  263. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,139 @@
1
+ "enable-cloud-db-system-stack-monitoring"
2
+ *****************************************
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Enables Stack Monitoring for all the components of the specified cloud
21
+ DB system (except databases).
22
+
23
+
24
+ Usage
25
+ =====
26
+
27
+ oci database-management cloud-db-system enable-cloud-db-system-stack-monitoring [OPTIONS]
28
+
29
+
30
+ Required Parameters
31
+ ===================
32
+
33
+ --cloud-db-system-id [text]
34
+
35
+ The OCID of the cloud DB system.
36
+
37
+ --is-enabled [boolean]
38
+
39
+ The status of the associated service.
40
+
41
+
42
+ Optional Parameters
43
+ ===================
44
+
45
+ --from-json [text]
46
+
47
+ Provide input to this command as a JSON document from a file using the
48
+ file://path-to/file syntax.
49
+
50
+ The "--generate-full-command-json-input" option can be used to
51
+ generate a sample json file to be used with this command option. The
52
+ key names are pre-populated and match the command option names
53
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
54
+ while the values of the keys need to be populated by the user before
55
+ using the sample file as an input to this command. For any command
56
+ option that accepts multiple values, the value of the key can be a
57
+ JSON array.
58
+
59
+ Options can still be provided on the command line. If an option exists
60
+ in both the JSON document and the command line then the command line
61
+ specified value will be used.
62
+
63
+ For examples on usage of this option, please see our “using CLI with
64
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
65
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
66
+
67
+ --if-match [text]
68
+
69
+ For optimistic concurrency control. In the PUT or DELETE call for a
70
+ resource, set the *if-match* parameter to the value of the etag from a
71
+ previous GET or POST response for that resource. The resource will be
72
+ updated or deleted only if the etag you provide matches the resource’s
73
+ current etag value.
74
+
75
+ --max-wait-seconds [integer]
76
+
77
+ The maximum time to wait for the work request to reach the state
78
+ defined by "--wait-for-state". Defaults to 1200 seconds.
79
+
80
+ --metadata [text]
81
+
82
+ The associated service-specific inputs in JSON string format, which
83
+ Database Management can identify.
84
+
85
+ --wait-for-state [text]
86
+
87
+ This operation asynchronously creates, modifies or deletes a resource
88
+ and uses a work request to track the progress of the operation.
89
+ Specify this option to perform the action and then wait until the work
90
+ request reaches a certain state. Multiple states can be specified,
91
+ returning on the first state. For example, "--wait-for-state"
92
+ SUCCEEDED "--wait-for-state" FAILED would return on whichever
93
+ lifecycle state is reached first. If timeout is reached, a return code
94
+ of 2 is returned. For any other error, a return code of 1 is returned.
95
+
96
+ Accepted values are:
97
+
98
+ ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, SUCCEEDED
99
+
100
+ --wait-interval-seconds [integer]
101
+
102
+ Check every "--wait-interval-seconds" to see whether the work request
103
+ has reached the state defined by "--wait-for-state". Defaults to 30
104
+ seconds.
105
+
106
+
107
+ Global Parameters
108
+ =================
109
+
110
+ Use "oci --help" for help on global parameters.
111
+
112
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
113
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
114
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
115
+ --generate-param-json-input", "--help", "--latest-version", "--max-
116
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
117
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
118
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
119
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
120
+
121
+
122
+ Example using required parameter
123
+ ================================
124
+
125
+ Copy the following CLI commands into a file named example.sh. Run the
126
+ command by typing “bash example.sh” and replacing the example
127
+ parameters with your own.
128
+
129
+ Please note this sample will only work in the POSIX-compliant bash-
130
+ like shell. You need to set up the OCI configuration and appropriate
131
+ security policies before trying the examples.
132
+
133
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/create.html#cmdoption-compartment-id
134
+ export db_system_discovery_id=<substitute-value-of-db_system_discovery_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/create.html#cmdoption-db-system-discovery-id
135
+ export is_enabled=<substitute-value-of-is_enabled> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/enable-cloud-db-system-stack-monitoring.html#cmdoption-is-enabled
136
+
137
+ cloud_db_system_id=$(oci database-management cloud-db-system create --compartment-id $compartment_id --db-system-discovery-id $db_system_discovery_id --query data.id --raw-output)
138
+
139
+ oci database-management cloud-db-system enable-cloud-db-system-stack-monitoring --cloud-db-system-id $cloud_db_system_id --is-enabled $is_enabled
@@ -0,0 +1,95 @@
1
+ "get"
2
+ *****
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Gets the details for the cloud DB system specified by
21
+ *cloudDbSystemId*.
22
+
23
+
24
+ Usage
25
+ =====
26
+
27
+ oci database-management cloud-db-system get [OPTIONS]
28
+
29
+
30
+ Required Parameters
31
+ ===================
32
+
33
+ --cloud-db-system-id [text]
34
+
35
+ The OCID of the cloud DB system.
36
+
37
+
38
+ Optional Parameters
39
+ ===================
40
+
41
+ --from-json [text]
42
+
43
+ Provide input to this command as a JSON document from a file using the
44
+ file://path-to/file syntax.
45
+
46
+ The "--generate-full-command-json-input" option can be used to
47
+ generate a sample json file to be used with this command option. The
48
+ key names are pre-populated and match the command option names
49
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
50
+ while the values of the keys need to be populated by the user before
51
+ using the sample file as an input to this command. For any command
52
+ option that accepts multiple values, the value of the key can be a
53
+ JSON array.
54
+
55
+ Options can still be provided on the command line. If an option exists
56
+ in both the JSON document and the command line then the command line
57
+ specified value will be used.
58
+
59
+ For examples on usage of this option, please see our “using CLI with
60
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
61
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
62
+
63
+
64
+ Global Parameters
65
+ =================
66
+
67
+ Use "oci --help" for help on global parameters.
68
+
69
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
70
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
71
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
72
+ --generate-param-json-input", "--help", "--latest-version", "--max-
73
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
74
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
75
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
76
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
77
+
78
+
79
+ Example using required parameter
80
+ ================================
81
+
82
+ Copy the following CLI commands into a file named example.sh. Run the
83
+ command by typing “bash example.sh” and replacing the example
84
+ parameters with your own.
85
+
86
+ Please note this sample will only work in the POSIX-compliant bash-
87
+ like shell. You need to set up the OCI configuration and appropriate
88
+ security policies before trying the examples.
89
+
90
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/create.html#cmdoption-compartment-id
91
+ export db_system_discovery_id=<substitute-value-of-db_system_discovery_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/create.html#cmdoption-db-system-discovery-id
92
+
93
+ cloud_db_system_id=$(oci database-management cloud-db-system create --compartment-id $compartment_id --db-system-discovery-id $db_system_discovery_id --query data.id --raw-output)
94
+
95
+ oci database-management cloud-db-system get --cloud-db-system-id $cloud_db_system_id
@@ -0,0 +1,156 @@
1
+ "list"
2
+ ******
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Lists the cloud DB systems in the specified compartment.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci database-management cloud-db-system list [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --compartment-id, -c [text]
33
+
34
+ The OCID of the compartment.
35
+
36
+
37
+ Optional Parameters
38
+ ===================
39
+
40
+ --all
41
+
42
+ Fetches all pages of results. If you provide this option, then you
43
+ cannot provide the "--limit" option.
44
+
45
+ --dbaas-parent-infrastructure-id [text]
46
+
47
+ The OCID of the dbaas parent infrastructure of the cloud DB system.
48
+
49
+ --deployment-type [text]
50
+
51
+ A filter to return cloud DB systems of the specified deployment type.
52
+
53
+ Accepted values are:
54
+
55
+ EXADATA, EXADATA_CC, EXADATA_XS, VM
56
+
57
+ --display-name [text]
58
+
59
+ A filter to only return the resources that match the entire display
60
+ name.
61
+
62
+ --from-json [text]
63
+
64
+ Provide input to this command as a JSON document from a file using the
65
+ file://path-to/file syntax.
66
+
67
+ The "--generate-full-command-json-input" option can be used to
68
+ generate a sample json file to be used with this command option. The
69
+ key names are pre-populated and match the command option names
70
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
71
+ while the values of the keys need to be populated by the user before
72
+ using the sample file as an input to this command. For any command
73
+ option that accepts multiple values, the value of the key can be a
74
+ JSON array.
75
+
76
+ Options can still be provided on the command line. If an option exists
77
+ in both the JSON document and the command line then the command line
78
+ specified value will be used.
79
+
80
+ For examples on usage of this option, please see our “using CLI with
81
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
82
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
83
+
84
+ --lifecycle-state [text]
85
+
86
+ The lifecycle state of a resource.
87
+
88
+ Accepted values are:
89
+
90
+ ACTIVE, CREATING, DELETED, DELETING, INACTIVE, UPDATING
91
+
92
+ --limit [integer]
93
+
94
+ The maximum number of records returned in the paginated response.
95
+
96
+ --page [text]
97
+
98
+ The page token representing the page from where the next set of
99
+ paginated results are retrieved. This is usually retrieved from a
100
+ previous list call.
101
+
102
+ --page-size [integer]
103
+
104
+ When fetching results, the number of results to fetch per call. Only
105
+ valid when used with "--all" or "--limit", and ignored otherwise.
106
+
107
+ --sort-by [text]
108
+
109
+ The field to sort information by. Only one sortOrder can be used. The
110
+ default sort order for *TIMECREATED* is descending and the default
111
+ sort order for *DISPLAYNAME* is ascending. The *DISPLAYNAME* sort
112
+ order is case-sensitive.
113
+
114
+ Accepted values are:
115
+
116
+ DISPLAYNAME, TIMECREATED
117
+
118
+ --sort-order [text]
119
+
120
+ The option to sort information in ascending (‘ASC’) or descending
121
+ (‘DESC’) order. Ascending order is the default order.
122
+
123
+ Accepted values are:
124
+
125
+ ASC, DESC
126
+
127
+
128
+ Global Parameters
129
+ =================
130
+
131
+ Use "oci --help" for help on global parameters.
132
+
133
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
134
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
135
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
136
+ --generate-param-json-input", "--help", "--latest-version", "--max-
137
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
138
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
139
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
140
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
141
+
142
+
143
+ Example using required parameter
144
+ ================================
145
+
146
+ Copy the following CLI commands into a file named example.sh. Run the
147
+ command by typing “bash example.sh” and replacing the example
148
+ parameters with your own.
149
+
150
+ Please note this sample will only work in the POSIX-compliant bash-
151
+ like shell. You need to set up the OCI configuration and appropriate
152
+ security policies before trying the examples.
153
+
154
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/list.html#cmdoption-compartment-id
155
+
156
+ oci database-management cloud-db-system list --compartment-id $compartment_id
@@ -0,0 +1,126 @@
1
+ "summarize-cloud-db-system-availability-metrics"
2
+ ************************************************
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Gets availability metrics for the components present in the cloud DB
21
+ system specified by *cloudDbSystemId*.
22
+
23
+
24
+ Usage
25
+ =====
26
+
27
+ oci database-management cloud-db-system summarize-cloud-db-system-availability-metrics [OPTIONS]
28
+
29
+
30
+ Required Parameters
31
+ ===================
32
+
33
+ --cloud-db-system-id [text]
34
+
35
+ The OCID of the cloud DB system.
36
+
37
+ --end-time [text]
38
+
39
+ The end of the time range set to retrieve metric data for the DB
40
+ system and its members. Expressed in UTC in ISO-8601 format, which is
41
+ *yyyy-MM-dd’T’hh:mm:ss.sss’Z’*.
42
+
43
+ --start-time [text]
44
+
45
+ The beginning of the time range set to retrieve metric data for the DB
46
+ system and its members. Expressed in UTC in ISO-8601 format, which is
47
+ *yyyy-MM-dd’T’hh:mm:ss.sss’Z’*.
48
+
49
+
50
+ Optional Parameters
51
+ ===================
52
+
53
+ --filter-by-component-types [text]
54
+
55
+ The filter used to retrieve metrics for a specific set of component
56
+ types by passing the desired component types separated by a comma.
57
+ Note that, by default, the service returns metrics for all DB system
58
+ component types.
59
+
60
+ --from-json [text]
61
+
62
+ Provide input to this command as a JSON document from a file using the
63
+ file://path-to/file syntax.
64
+
65
+ The "--generate-full-command-json-input" option can be used to
66
+ generate a sample json file to be used with this command option. The
67
+ key names are pre-populated and match the command option names
68
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
69
+ while the values of the keys need to be populated by the user before
70
+ using the sample file as an input to this command. For any command
71
+ option that accepts multiple values, the value of the key can be a
72
+ JSON array.
73
+
74
+ Options can still be provided on the command line. If an option exists
75
+ in both the JSON document and the command line then the command line
76
+ specified value will be used.
77
+
78
+ For examples on usage of this option, please see our “using CLI with
79
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
80
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
81
+
82
+ --limit [integer]
83
+
84
+ The maximum number of records returned in the paginated response.
85
+
86
+ --page [text]
87
+
88
+ The page token representing the page from where the next set of
89
+ paginated results are retrieved. This is usually retrieved from a
90
+ previous list call.
91
+
92
+
93
+ Global Parameters
94
+ =================
95
+
96
+ Use "oci --help" for help on global parameters.
97
+
98
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
99
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
100
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
101
+ --generate-param-json-input", "--help", "--latest-version", "--max-
102
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
103
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
104
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
105
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
106
+
107
+
108
+ Example using required parameter
109
+ ================================
110
+
111
+ Copy the following CLI commands into a file named example.sh. Run the
112
+ command by typing “bash example.sh” and replacing the example
113
+ parameters with your own.
114
+
115
+ Please note this sample will only work in the POSIX-compliant bash-
116
+ like shell. You need to set up the OCI configuration and appropriate
117
+ security policies before trying the examples.
118
+
119
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/create.html#cmdoption-compartment-id
120
+ export db_system_discovery_id=<substitute-value-of-db_system_discovery_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/create.html#cmdoption-db-system-discovery-id
121
+ export end_time=<substitute-value-of-end_time> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/summarize-cloud-db-system-availability-metrics.html#cmdoption-end-time
122
+ export start_time=<substitute-value-of-start_time> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/summarize-cloud-db-system-availability-metrics.html#cmdoption-start-time
123
+
124
+ cloud_db_system_id=$(oci database-management cloud-db-system create --compartment-id $compartment_id --db-system-discovery-id $db_system_discovery_id --query data.id --raw-output)
125
+
126
+ oci database-management cloud-db-system summarize-cloud-db-system-availability-metrics --cloud-db-system-id $cloud_db_system_id --end-time $end_time --start-time $start_time
@@ -0,0 +1,165 @@
1
+ "update"
2
+ ********
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Updates the cloud DB system specified by *cloudDbSystemId*.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci database-management cloud-db-system update [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --cloud-db-system-id [text]
33
+
34
+ The OCID of the cloud DB system.
35
+
36
+
37
+ Optional Parameters
38
+ ===================
39
+
40
+ --defined-tags [complex type]
41
+
42
+ Defined tags for this resource. Each key is predefined and scoped to a
43
+ namespace. For more information, see Resource Tags. Example:
44
+ *{“Operations”: {“CostCenter”: “42”}}* This is a complex type whose
45
+ value must be valid JSON. The value can be provided as a string on the
46
+ command line or passed in as a file using the file://path/to/file
47
+ syntax.
48
+
49
+ The "--generate-param-json-input" option can be used to generate an
50
+ example of the JSON which must be provided. We recommend storing this
51
+ example in a file, modifying it as needed and then passing it back in
52
+ via the file:// syntax.
53
+
54
+ --display-name [text]
55
+
56
+ The user-friendly name for the DB system. The name does not have to be
57
+ unique.
58
+
59
+ --force
60
+
61
+ Perform update without prompting for confirmation.
62
+
63
+ --freeform-tags [complex type]
64
+
65
+ Free-form tags for this resource. Each tag is a simple key-value pair
66
+ with no predefined name, type, or namespace. For more information, see
67
+ Resource Tags. Example: *{“Department”: “Finance”}* This is a complex
68
+ type whose value must be valid JSON. The value can be provided as a
69
+ string on the command line or passed in as a file using the
70
+ file://path/to/file syntax.
71
+
72
+ The "--generate-param-json-input" option can be used to generate an
73
+ example of the JSON which must be provided. We recommend storing this
74
+ example in a file, modifying it as needed and then passing it back in
75
+ via the file:// syntax.
76
+
77
+ --from-json [text]
78
+
79
+ Provide input to this command as a JSON document from a file using the
80
+ file://path-to/file syntax.
81
+
82
+ The "--generate-full-command-json-input" option can be used to
83
+ generate a sample json file to be used with this command option. The
84
+ key names are pre-populated and match the command option names
85
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
86
+ while the values of the keys need to be populated by the user before
87
+ using the sample file as an input to this command. For any command
88
+ option that accepts multiple values, the value of the key can be a
89
+ JSON array.
90
+
91
+ Options can still be provided on the command line. If an option exists
92
+ in both the JSON document and the command line then the command line
93
+ specified value will be used.
94
+
95
+ For examples on usage of this option, please see our “using CLI with
96
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
97
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
98
+
99
+ --if-match [text]
100
+
101
+ For optimistic concurrency control. In the PUT or DELETE call for a
102
+ resource, set the *if-match* parameter to the value of the etag from a
103
+ previous GET or POST response for that resource. The resource will be
104
+ updated or deleted only if the etag you provide matches the resource’s
105
+ current etag value.
106
+
107
+ --max-wait-seconds [integer]
108
+
109
+ The maximum time to wait for the resource to reach the lifecycle state
110
+ defined by "--wait-for-state". Defaults to 1200 seconds.
111
+
112
+ --wait-for-state [text]
113
+
114
+ This operation creates, modifies or deletes a resource that has a
115
+ defined lifecycle state. Specify this option to perform the action and
116
+ then wait until the resource reaches a given lifecycle state. Multiple
117
+ states can be specified, returning on the first state. For example, "
118
+ --wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
119
+ whichever lifecycle state is reached first. If timeout is reached, a
120
+ return code of 2 is returned. For any other error, a return code of 1
121
+ is returned.
122
+
123
+ Accepted values are:
124
+
125
+ ACTIVE, CREATING, DELETED, DELETING, INACTIVE, UPDATING
126
+
127
+ --wait-interval-seconds [integer]
128
+
129
+ Check every "--wait-interval-seconds" to see whether the resource has
130
+ reached the lifecycle state defined by "--wait-for-state". Defaults to
131
+ 30 seconds.
132
+
133
+
134
+ Global Parameters
135
+ =================
136
+
137
+ Use "oci --help" for help on global parameters.
138
+
139
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
140
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
141
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
142
+ --generate-param-json-input", "--help", "--latest-version", "--max-
143
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
144
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
145
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
146
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
147
+
148
+
149
+ Example using required parameter
150
+ ================================
151
+
152
+ Copy the following CLI commands into a file named example.sh. Run the
153
+ command by typing “bash example.sh” and replacing the example
154
+ parameters with your own.
155
+
156
+ Please note this sample will only work in the POSIX-compliant bash-
157
+ like shell. You need to set up the OCI configuration and appropriate
158
+ security policies before trying the examples.
159
+
160
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/create.html#cmdoption-compartment-id
161
+ export db_system_discovery_id=<substitute-value-of-db_system_discovery_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-system/create.html#cmdoption-db-system-discovery-id
162
+
163
+ cloud_db_system_id=$(oci database-management cloud-db-system create --compartment-id $compartment_id --db-system-discovery-id $db_system_discovery_id --query data.id --raw-output)
164
+
165
+ oci database-management cloud-db-system update --cloud-db-system-id $cloud_db_system_id