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,162 @@
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 cluster instance specified by
21
+ *cloudClusterInstanceId*.
22
+
23
+
24
+ Usage
25
+ =====
26
+
27
+ oci database-management cloud-cluster-instance update [OPTIONS]
28
+
29
+
30
+ Required Parameters
31
+ ===================
32
+
33
+ --cloud-cluster-instance-id [text]
34
+
35
+ The OCID of the cloud cluster instance.
36
+
37
+
38
+ Optional Parameters
39
+ ===================
40
+
41
+ --cloud-connector-id [text]
42
+
43
+ The OCID of the cloud connector.
44
+
45
+ --defined-tags [complex type]
46
+
47
+ Defined tags for this resource. Each key is predefined and scoped to a
48
+ namespace. For more information, see Resource Tags. Example:
49
+ *{“Operations”: {“CostCenter”: “42”}}* This is a complex type whose
50
+ value must be valid JSON. The value can be provided as a string on the
51
+ command line or passed in as a file using the file://path/to/file
52
+ syntax.
53
+
54
+ The "--generate-param-json-input" option can be used to generate an
55
+ example of the JSON which must be provided. We recommend storing this
56
+ example in a file, modifying it as needed and then passing it back in
57
+ via the file:// syntax.
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 work request to reach the state
110
+ defined by "--wait-for-state". Defaults to 1200 seconds.
111
+
112
+ --wait-for-state [text]
113
+
114
+ This operation asynchronously creates, modifies or deletes a resource
115
+ and uses a work request to track the progress of the operation.
116
+ Specify this option to perform the action and then wait until the work
117
+ request reaches a certain state. Multiple states can be specified,
118
+ returning on the first state. For example, "--wait-for-state"
119
+ SUCCEEDED "--wait-for-state" FAILED would return on whichever
120
+ lifecycle state is reached first. If timeout is reached, a return code
121
+ of 2 is returned. For any other error, a return code of 1 is returned.
122
+
123
+ Accepted values are:
124
+
125
+ ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, SUCCEEDED
126
+
127
+ --wait-interval-seconds [integer]
128
+
129
+ Check every "--wait-interval-seconds" to see whether the work request
130
+ has reached the state defined by "--wait-for-state". Defaults to 30
131
+ 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 cloud_cluster_instance_id=<substitute-value-of-cloud_cluster_instance_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-cluster-instance/update.html#cmdoption-cloud-cluster-instance-id
161
+
162
+ oci database-management cloud-cluster-instance update --cloud-cluster-instance-id $cloud_cluster_instance_id
@@ -0,0 +1,18 @@
1
+ cloud-cluster-instance
2
+ **********************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ The details of a cloud cluster instance.
9
+
10
+
11
+ Available Commands
12
+ ==================
13
+
14
+ * get
15
+
16
+ * list
17
+
18
+ * update
@@ -0,0 +1,20 @@
1
+ cloud-cluster
2
+ *************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ The details of a cloud cluster.
9
+
10
+
11
+ Available Commands
12
+ ==================
13
+
14
+ * get
15
+
16
+ * list
17
+
18
+ * summarize-cloud-cluster-metrics
19
+
20
+ * update
@@ -0,0 +1,144 @@
1
+ "list-cloud-databases"
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 databases in the specified compartment or in the
21
+ specified DB system.
22
+
23
+
24
+ Usage
25
+ =====
26
+
27
+ oci database-management cloud-database-collection list-cloud-databases [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
+ --all
42
+
43
+ Fetches all pages of results. If you provide this option, then you
44
+ cannot provide the "--limit" option.
45
+
46
+ --compartment-id, -c [text]
47
+
48
+ The OCID of the compartment.
49
+
50
+ --display-name [text]
51
+
52
+ A filter to only return the resources that match the entire display
53
+ name.
54
+
55
+ --from-json [text]
56
+
57
+ Provide input to this command as a JSON document from a file using the
58
+ file://path-to/file syntax.
59
+
60
+ The "--generate-full-command-json-input" option can be used to
61
+ generate a sample json file to be used with this command option. The
62
+ key names are pre-populated and match the command option names
63
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
64
+ while the values of the keys need to be populated by the user before
65
+ using the sample file as an input to this command. For any command
66
+ option that accepts multiple values, the value of the key can be a
67
+ JSON array.
68
+
69
+ Options can still be provided on the command line. If an option exists
70
+ in both the JSON document and the command line then the command line
71
+ specified value will be used.
72
+
73
+ For examples on usage of this option, please see our “using CLI with
74
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
75
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
76
+
77
+ --limit [integer]
78
+
79
+ The maximum number of records returned in the paginated response.
80
+
81
+ --page [text]
82
+
83
+ The page token representing the page from where the next set of
84
+ paginated results are retrieved. This is usually retrieved from a
85
+ previous list call.
86
+
87
+ --page-size [integer]
88
+
89
+ When fetching results, the number of results to fetch per call. Only
90
+ valid when used with "--all" or "--limit", and ignored otherwise.
91
+
92
+ --sort-by [text]
93
+
94
+ The field to sort information by. Only one sortOrder can be used. The
95
+ default sort order for *TIMECREATED* is descending and the default
96
+ sort order for *DISPLAYNAME* is ascending. The *DISPLAYNAME* sort
97
+ order is case-sensitive.
98
+
99
+ Accepted values are:
100
+
101
+ DISPLAYNAME, TIMECREATED
102
+
103
+ --sort-order [text]
104
+
105
+ The option to sort information in ascending (‘ASC’) or descending
106
+ (‘DESC’) order. Ascending order is the default order.
107
+
108
+ Accepted values are:
109
+
110
+ ASC, DESC
111
+
112
+
113
+ Global Parameters
114
+ =================
115
+
116
+ Use "oci --help" for help on global parameters.
117
+
118
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
119
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
120
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
121
+ --generate-param-json-input", "--help", "--latest-version", "--max-
122
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
123
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
124
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
125
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
126
+
127
+
128
+ Example using required parameter
129
+ ================================
130
+
131
+ Copy the following CLI commands into a file named example.sh. Run the
132
+ command by typing “bash example.sh” and replacing the example
133
+ parameters with your own.
134
+
135
+ Please note this sample will only work in the POSIX-compliant bash-
136
+ like shell. You need to set up the OCI configuration and appropriate
137
+ security policies before trying the examples.
138
+
139
+ 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
140
+ 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
141
+
142
+ 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)
143
+
144
+ oci database-management cloud-database-collection list-cloud-databases --cloud-db-system-id $cloud_db_system_id
@@ -0,0 +1,14 @@
1
+ cloud-database-collection
2
+ *************************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ A collection of cloud databases.
9
+
10
+
11
+ Available Commands
12
+ ==================
13
+
14
+ * list-cloud-databases
@@ -0,0 +1,91 @@
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 home specified by *cloudDbHomeId*.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci database-management cloud-db-home get [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --cloud-db-home-id [text]
33
+
34
+ The OCID of the cloud database home.
35
+
36
+
37
+ Optional Parameters
38
+ ===================
39
+
40
+ --from-json [text]
41
+
42
+ Provide input to this command as a JSON document from a file using the
43
+ file://path-to/file syntax.
44
+
45
+ The "--generate-full-command-json-input" option can be used to
46
+ generate a sample json file to be used with this command option. The
47
+ key names are pre-populated and match the command option names
48
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
49
+ while the values of the keys need to be populated by the user before
50
+ using the sample file as an input to this command. For any command
51
+ option that accepts multiple values, the value of the key can be a
52
+ JSON array.
53
+
54
+ Options can still be provided on the command line. If an option exists
55
+ in both the JSON document and the command line then the command line
56
+ specified value will be used.
57
+
58
+ For examples on usage of this option, please see our “using CLI with
59
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
60
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
61
+
62
+
63
+ Global Parameters
64
+ =================
65
+
66
+ Use "oci --help" for help on global parameters.
67
+
68
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
69
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
70
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
71
+ --generate-param-json-input", "--help", "--latest-version", "--max-
72
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
73
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
74
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
75
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
76
+
77
+
78
+ Example using required parameter
79
+ ================================
80
+
81
+ Copy the following CLI commands into a file named example.sh. Run the
82
+ command by typing “bash example.sh” and replacing the example
83
+ parameters with your own.
84
+
85
+ Please note this sample will only work in the POSIX-compliant bash-
86
+ like shell. You need to set up the OCI configuration and appropriate
87
+ security policies before trying the examples.
88
+
89
+ export cloud_db_home_id=<substitute-value-of-cloud_db_home_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/database-management/cloud-db-home/get.html#cmdoption-cloud-db-home-id
90
+
91
+ oci database-management cloud-db-home get --cloud-db-home-id $cloud_db_home_id
@@ -0,0 +1,132 @@
1
+ "list"
2
+ ******
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Optional Parameters
9
+
10
+ * Global Parameters
11
+
12
+ * Example using required parameter
13
+
14
+
15
+ Description
16
+ ===========
17
+
18
+ Lists the DB homes in the specified cloud DB system.
19
+
20
+
21
+ Usage
22
+ =====
23
+
24
+ oci database-management cloud-db-home list [OPTIONS]
25
+
26
+
27
+ Optional Parameters
28
+ ===================
29
+
30
+ --all
31
+
32
+ Fetches all pages of results. If you provide this option, then you
33
+ cannot provide the "--limit" option.
34
+
35
+ --cloud-db-system-id [text]
36
+
37
+ The OCID of the cloud DB system.
38
+
39
+ --compartment-id, -c [text]
40
+
41
+ The OCID of the compartment.
42
+
43
+ --display-name [text]
44
+
45
+ A filter to only return the resources that match the entire display
46
+ name.
47
+
48
+ --from-json [text]
49
+
50
+ Provide input to this command as a JSON document from a file using the
51
+ file://path-to/file syntax.
52
+
53
+ The "--generate-full-command-json-input" option can be used to
54
+ generate a sample json file to be used with this command option. The
55
+ key names are pre-populated and match the command option names
56
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
57
+ while the values of the keys need to be populated by the user before
58
+ using the sample file as an input to this command. For any command
59
+ option that accepts multiple values, the value of the key can be a
60
+ JSON array.
61
+
62
+ Options can still be provided on the command line. If an option exists
63
+ in both the JSON document and the command line then the command line
64
+ specified value will be used.
65
+
66
+ For examples on usage of this option, please see our “using CLI with
67
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
68
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
69
+
70
+ --limit [integer]
71
+
72
+ The maximum number of records returned in the paginated response.
73
+
74
+ --page [text]
75
+
76
+ The page token representing the page from where the next set of
77
+ paginated results are retrieved. This is usually retrieved from a
78
+ previous list call.
79
+
80
+ --page-size [integer]
81
+
82
+ When fetching results, the number of results to fetch per call. Only
83
+ valid when used with "--all" or "--limit", and ignored otherwise.
84
+
85
+ --sort-by [text]
86
+
87
+ The field to sort information by. Only one sortOrder can be used. The
88
+ default sort order for *TIMECREATED* is descending and the default
89
+ sort order for *DISPLAYNAME* is ascending. The *DISPLAYNAME* sort
90
+ order is case-sensitive.
91
+
92
+ Accepted values are:
93
+
94
+ DISPLAYNAME, TIMECREATED
95
+
96
+ --sort-order [text]
97
+
98
+ The option to sort information in ascending (‘ASC’) or descending
99
+ (‘DESC’) order. Ascending order is the default order.
100
+
101
+ Accepted values are:
102
+
103
+ ASC, DESC
104
+
105
+
106
+ Global Parameters
107
+ =================
108
+
109
+ Use "oci --help" for help on global parameters.
110
+
111
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
112
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
113
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
114
+ --generate-param-json-input", "--help", "--latest-version", "--max-
115
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
116
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
117
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
118
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
119
+
120
+
121
+ Example using required parameter
122
+ ================================
123
+
124
+ Copy the following CLI commands into a file named example.sh. Run the
125
+ command by typing “bash example.sh” and replacing the example
126
+ parameters with your own.
127
+
128
+ Please note this sample will only work in the POSIX-compliant bash-
129
+ like shell. You need to set up the OCI configuration and appropriate
130
+ security policies before trying the examples.
131
+
132
+ oci database-management cloud-db-home list