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,177 @@
1
+ "update-artifact-update-machine-image-artifact-details"
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 specified artifact identified by the id.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci marketplace-publisher artifact update-artifact-update-machine-image-artifact-details [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --artifact-id [text]
33
+
34
+ artifact OCID
35
+
36
+
37
+ Optional Parameters
38
+ ===================
39
+
40
+ --compartment-id, -c [text]
41
+
42
+ The unique identifier for the compartment.
43
+
44
+ --defined-tags [complex type]
45
+
46
+ Defined tags for this resource. Each key is predefined and scoped to a
47
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
48
+ a complex type whose value must be valid JSON. The value can be
49
+ provided as a string on the command line or passed in as a file using
50
+ the file://path/to/file syntax.
51
+
52
+ The "--generate-param-json-input" option can be used to generate an
53
+ example of the JSON which must be provided. We recommend storing this
54
+ example in a file, modifying it as needed and then passing it back in
55
+ via the file:// syntax.
56
+
57
+ --display-name [text]
58
+
59
+ The display name for the artifact.
60
+
61
+ --force
62
+
63
+ Perform update without prompting for confirmation.
64
+
65
+ --freeform-tags [complex type]
66
+
67
+ Simple key-value pair that is applied without any predefined name,
68
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
69
+ key”: “value”}* This is a complex type whose value must be valid JSON.
70
+ The value can be provided as a string on the command line or passed in
71
+ as a file using the file://path/to/file syntax.
72
+
73
+ The "--generate-param-json-input" option can be used to generate an
74
+ example of the JSON which must be provided. We recommend storing this
75
+ example in a file, modifying it as needed and then passing it back in
76
+ via the file:// syntax.
77
+
78
+ --from-json [text]
79
+
80
+ Provide input to this command as a JSON document from a file using the
81
+ file://path-to/file syntax.
82
+
83
+ The "--generate-full-command-json-input" option can be used to
84
+ generate a sample json file to be used with this command option. The
85
+ key names are pre-populated and match the command option names
86
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
87
+ while the values of the keys need to be populated by the user before
88
+ using the sample file as an input to this command. For any command
89
+ option that accepts multiple values, the value of the key can be a
90
+ JSON array.
91
+
92
+ Options can still be provided on the command line. If an option exists
93
+ in both the JSON document and the command line then the command line
94
+ specified value will be used.
95
+
96
+ For examples on usage of this option, please see our “using CLI with
97
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
98
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
99
+
100
+ --if-match [text]
101
+
102
+ For optimistic concurrency control. In the PUT or DELETE call for a
103
+ resource, set the *if-match* parameter to the value of the etag from a
104
+ previous GET or POST response for that resource. The resource will be
105
+ updated or deleted only if the etag you provide matches the resource’s
106
+ current etag value.
107
+
108
+ --machine-image [complex type]
109
+
110
+ This is a complex type whose value must be valid JSON. The value can
111
+ be provided as a string on the command line or passed in as a file
112
+ using the file://path/to/file syntax.
113
+
114
+ The "--generate-param-json-input" option can be used to generate an
115
+ example of the JSON which must be provided. We recommend storing this
116
+ example in a file, modifying it as needed and then passing it back in
117
+ via the file:// syntax.
118
+
119
+ --max-wait-seconds [integer]
120
+
121
+ The maximum time to wait for the work request to reach the state
122
+ defined by "--wait-for-state". Defaults to 1200 seconds.
123
+
124
+ --wait-for-state [text]
125
+
126
+ This operation asynchronously creates, modifies or deletes a resource
127
+ and uses a work request to track the progress of the operation.
128
+ Specify this option to perform the action and then wait until the work
129
+ request reaches a certain state. Multiple states can be specified,
130
+ returning on the first state. For example, "--wait-for-state"
131
+ SUCCEEDED "--wait-for-state" FAILED would return on whichever
132
+ lifecycle state is reached first. If timeout is reached, a return code
133
+ of 2 is returned. For any other error, a return code of 1 is returned.
134
+
135
+ Accepted values are:
136
+
137
+ ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, NEEDS_ATTENTION, SUCCEEDED, WAITING
138
+
139
+ --wait-interval-seconds [integer]
140
+
141
+ Check every "--wait-interval-seconds" to see whether the work request
142
+ has reached the state defined by "--wait-for-state". Defaults to 30
143
+ seconds.
144
+
145
+
146
+ Global Parameters
147
+ =================
148
+
149
+ Use "oci --help" for help on global parameters.
150
+
151
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
152
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
153
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
154
+ --generate-param-json-input", "--help", "--latest-version", "--max-
155
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
156
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
157
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
158
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
159
+
160
+
161
+ Example using required parameter
162
+ ================================
163
+
164
+ Copy the following CLI commands into a file named example.sh. Run the
165
+ command by typing “bash example.sh” and replacing the example
166
+ parameters with your own.
167
+
168
+ Please note this sample will only work in the POSIX-compliant bash-
169
+ like shell. You need to set up the OCI configuration and appropriate
170
+ security policies before trying the examples.
171
+
172
+ export artifact_type=<substitute-value-of-artifact_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/artifact/create.html#cmdoption-artifact-type
173
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/artifact/create.html#cmdoption-compartment-id
174
+
175
+ artifact_id=$(oci marketplace-publisher artifact create --artifact-type $artifact_type --compartment-id $compartment_id --query data.id --raw-output)
176
+
177
+ oci marketplace-publisher artifact update-artifact-update-machine-image-artifact-details --artifact-id $artifact_id
@@ -0,0 +1,177 @@
1
+ "update-artifact-update-stack-artifact-details"
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 specified artifact identified by the id.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci marketplace-publisher artifact update-artifact-update-stack-artifact-details [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --artifact-id [text]
33
+
34
+ artifact OCID
35
+
36
+
37
+ Optional Parameters
38
+ ===================
39
+
40
+ --compartment-id, -c [text]
41
+
42
+ The unique identifier for the compartment.
43
+
44
+ --defined-tags [complex type]
45
+
46
+ Defined tags for this resource. Each key is predefined and scoped to a
47
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
48
+ a complex type whose value must be valid JSON. The value can be
49
+ provided as a string on the command line or passed in as a file using
50
+ the file://path/to/file syntax.
51
+
52
+ The "--generate-param-json-input" option can be used to generate an
53
+ example of the JSON which must be provided. We recommend storing this
54
+ example in a file, modifying it as needed and then passing it back in
55
+ via the file:// syntax.
56
+
57
+ --display-name [text]
58
+
59
+ The display name for the artifact.
60
+
61
+ --force
62
+
63
+ Perform update without prompting for confirmation.
64
+
65
+ --freeform-tags [complex type]
66
+
67
+ Simple key-value pair that is applied without any predefined name,
68
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
69
+ key”: “value”}* This is a complex type whose value must be valid JSON.
70
+ The value can be provided as a string on the command line or passed in
71
+ as a file using the file://path/to/file syntax.
72
+
73
+ The "--generate-param-json-input" option can be used to generate an
74
+ example of the JSON which must be provided. We recommend storing this
75
+ example in a file, modifying it as needed and then passing it back in
76
+ via the file:// syntax.
77
+
78
+ --from-json [text]
79
+
80
+ Provide input to this command as a JSON document from a file using the
81
+ file://path-to/file syntax.
82
+
83
+ The "--generate-full-command-json-input" option can be used to
84
+ generate a sample json file to be used with this command option. The
85
+ key names are pre-populated and match the command option names
86
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
87
+ while the values of the keys need to be populated by the user before
88
+ using the sample file as an input to this command. For any command
89
+ option that accepts multiple values, the value of the key can be a
90
+ JSON array.
91
+
92
+ Options can still be provided on the command line. If an option exists
93
+ in both the JSON document and the command line then the command line
94
+ specified value will be used.
95
+
96
+ For examples on usage of this option, please see our “using CLI with
97
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
98
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
99
+
100
+ --if-match [text]
101
+
102
+ For optimistic concurrency control. In the PUT or DELETE call for a
103
+ resource, set the *if-match* parameter to the value of the etag from a
104
+ previous GET or POST response for that resource. The resource will be
105
+ updated or deleted only if the etag you provide matches the resource’s
106
+ current etag value.
107
+
108
+ --max-wait-seconds [integer]
109
+
110
+ The maximum time to wait for the work request to reach the state
111
+ defined by "--wait-for-state". Defaults to 1200 seconds.
112
+
113
+ --stack [complex type]
114
+
115
+ This is a complex type whose value must be valid JSON. The value can
116
+ be provided as a string on the command line or passed in as a file
117
+ using the file://path/to/file syntax.
118
+
119
+ The "--generate-param-json-input" option can be used to generate an
120
+ example of the JSON which must be provided. We recommend storing this
121
+ example in a file, modifying it as needed and then passing it back in
122
+ via the file:// syntax.
123
+
124
+ --wait-for-state [text]
125
+
126
+ This operation asynchronously creates, modifies or deletes a resource
127
+ and uses a work request to track the progress of the operation.
128
+ Specify this option to perform the action and then wait until the work
129
+ request reaches a certain state. Multiple states can be specified,
130
+ returning on the first state. For example, "--wait-for-state"
131
+ SUCCEEDED "--wait-for-state" FAILED would return on whichever
132
+ lifecycle state is reached first. If timeout is reached, a return code
133
+ of 2 is returned. For any other error, a return code of 1 is returned.
134
+
135
+ Accepted values are:
136
+
137
+ ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, NEEDS_ATTENTION, SUCCEEDED, WAITING
138
+
139
+ --wait-interval-seconds [integer]
140
+
141
+ Check every "--wait-interval-seconds" to see whether the work request
142
+ has reached the state defined by "--wait-for-state". Defaults to 30
143
+ seconds.
144
+
145
+
146
+ Global Parameters
147
+ =================
148
+
149
+ Use "oci --help" for help on global parameters.
150
+
151
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
152
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
153
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
154
+ --generate-param-json-input", "--help", "--latest-version", "--max-
155
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
156
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
157
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
158
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
159
+
160
+
161
+ Example using required parameter
162
+ ================================
163
+
164
+ Copy the following CLI commands into a file named example.sh. Run the
165
+ command by typing “bash example.sh” and replacing the example
166
+ parameters with your own.
167
+
168
+ Please note this sample will only work in the POSIX-compliant bash-
169
+ like shell. You need to set up the OCI configuration and appropriate
170
+ security policies before trying the examples.
171
+
172
+ export artifact_type=<substitute-value-of-artifact_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/artifact/create.html#cmdoption-artifact-type
173
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/artifact/create.html#cmdoption-compartment-id
174
+
175
+ artifact_id=$(oci marketplace-publisher artifact create --artifact-type $artifact_type --compartment-id $compartment_id --query data.id --raw-output)
176
+
177
+ oci marketplace-publisher artifact update-artifact-update-stack-artifact-details --artifact-id $artifact_id
@@ -43,7 +43,7 @@ Artifact Type for the artifact.
43
43
 
44
44
  Accepted values are:
45
45
 
46
- CONTAINER_IMAGE, HELM_CHART
46
+ CONTAINER_IMAGE, HELM_CHART, MACHINE_IMAGE, STACK
47
47
 
48
48
  --compartment-id, -c [text]
49
49
 
@@ -19,6 +19,10 @@ Available Commands
19
19
 
20
20
  * create-artifact-create-kubernetes-image-artifact-details
21
21
 
22
+ * create-artifact-create-machine-image-artifact-details
23
+
24
+ * create-artifact-create-stack-artifact-details
25
+
22
26
  * delete
23
27
 
24
28
  * get
@@ -29,4 +33,8 @@ Available Commands
29
33
 
30
34
  * update-artifact-update-kubernetes-image-artifact-details
31
35
 
36
+ * update-artifact-update-machine-image-artifact-details
37
+
38
+ * update-artifact-update-stack-artifact-details
39
+
32
40
  * validate-and-publish
@@ -1,10 +1,12 @@
1
- "list-offers"
2
- *************
1
+ "list-available-services"
2
+ *************************
3
3
 
4
4
  * Description
5
5
 
6
6
  * Usage
7
7
 
8
+ * Required Parameters
9
+
8
10
  * Optional Parameters
9
11
 
10
12
  * Global Parameters
@@ -15,33 +17,30 @@
15
17
  Description
16
18
  ===========
17
19
 
18
- Returns a list of Offers. Requires either the BuyerCompartmentId or
19
- the SellerCompartmentId params. If neither or both are provided, then
20
- the API will return a 400.
20
+ List all published service listing revisions
21
21
 
22
22
 
23
23
  Usage
24
24
  =====
25
25
 
26
- oci marketplace-publisher offer offer-collection list-offers [OPTIONS]
26
+ oci marketplace-publisher available-service-collection list-available-services [OPTIONS]
27
27
 
28
28
 
29
- Optional Parameters
29
+ Required Parameters
30
30
  ===================
31
31
 
32
- --all
32
+ --compartment-id, -c [text]
33
33
 
34
- Fetches all pages of results. If you provide this option, then you
35
- cannot provide the "--limit" option.
34
+ The ID of the compartment in which to list resources.
36
35
 
37
- --buyer-compartment-id [text]
38
36
 
39
- The ID of the buyer compartment this offer is associated with.
37
+ Optional Parameters
38
+ ===================
40
39
 
41
- --display-name [text]
40
+ --all
42
41
 
43
- A filter to return only resources that match the entire display name
44
- given.
42
+ Fetches all pages of results. If you provide this option, then you
43
+ cannot provide the "--limit" option.
45
44
 
46
45
  --from-json [text]
47
46
 
@@ -65,23 +64,14 @@ For examples on usage of this option, please see our “using CLI with
65
64
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
66
65
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
67
66
 
68
- --id [text]
69
-
70
- unique Offer identifier
71
-
72
- --lifecycle-state [text]
73
-
74
- A filter to return only resources their lifecycleState matches the
75
- given lifecycleState.
76
-
77
- Accepted values are:
78
-
79
- ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
80
-
81
67
  --limit [integer]
82
68
 
83
69
  The maximum number of items to return.
84
70
 
71
+ --name [text]
72
+
73
+ A filter to return only resources that match the entire name given.
74
+
85
75
  --page [text]
86
76
 
87
77
  A token representing the position at which to start retrieving
@@ -93,10 +83,6 @@ previous response.
93
83
  When fetching results, the number of results to fetch per call. Only
94
84
  valid when used with "--all" or "--limit", and ignored otherwise.
95
85
 
96
- --seller-compartment-id [text]
97
-
98
- The ID of the seller compartment this offer is associated with.
99
-
100
86
  --sort-by [text]
101
87
 
102
88
  The field to sort by. Only one sort order may be provided. Default
@@ -142,4 +128,6 @@ Please note this sample will only work in the POSIX-compliant bash-
142
128
  like shell. You need to set up the OCI configuration and appropriate
143
129
  security policies before trying the examples.
144
130
 
145
- oci marketplace-publisher offer offer-collection list-offers
131
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/available-service-collection/list-available-services.html#cmdoption-compartment-id
132
+
133
+ oci marketplace-publisher available-service-collection list-available-services --compartment-id $compartment_id
@@ -0,0 +1,15 @@
1
+ available-service-collection
2
+ ****************************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ Results of available service provider search, returns available
9
+ services
10
+
11
+
12
+ Available Commands
13
+ ==================
14
+
15
+ * list-available-services
@@ -1,5 +1,5 @@
1
- "list-attachments"
2
- ******************
1
+ "list-customer-instance-report-records"
2
+ ***************************************
3
3
 
4
4
  * Description
5
5
 
@@ -17,23 +17,29 @@
17
17
  Description
18
18
  ===========
19
19
 
20
- Returns a list of Attachments. Requires either the BuyerCompartmentId
21
- or the SellerCompartmentId params. If neither or both are provided,
22
- then the API will return a 400.
20
+ List customer instance report records
23
21
 
24
22
 
25
23
  Usage
26
24
  =====
27
25
 
28
- oci marketplace-publisher attachment attachment-collection list-attachments [OPTIONS]
26
+ oci marketplace-publisher customer-instance-report-record-collection list-customer-instance-report-records [OPTIONS]
29
27
 
30
28
 
31
29
  Required Parameters
32
30
  ===================
33
31
 
34
- --offer-id [text]
32
+ --compartment-id, -c [text]
35
33
 
36
- unique Offer identifier
34
+ The ID of the compartment in which to list resources.
35
+
36
+ --date-range [text]
37
+
38
+ The date range of the report
39
+
40
+ Accepted values are:
41
+
42
+ LAST_MONTH, LAST_THREE_MONTHS, LAST_WEEK, THIS_MONTH, THIS_WEEK
37
43
 
38
44
 
39
45
  Optional Parameters
@@ -44,15 +50,6 @@ Optional Parameters
44
50
  Fetches all pages of results. If you provide this option, then you
45
51
  cannot provide the "--limit" option.
46
52
 
47
- --buyer-compartment-id [text]
48
-
49
- The ID of the buyer compartment this offer is associated with.
50
-
51
- --display-name [text]
52
-
53
- A filter to return only resources that match the entire display name
54
- given.
55
-
56
53
  --from-json [text]
57
54
 
58
55
  Provide input to this command as a JSON document from a file using the
@@ -75,23 +72,14 @@ For examples on usage of this option, please see our “using CLI with
75
72
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
76
73
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
77
74
 
78
- --id [text]
79
-
80
- unique Offer identifier
81
-
82
- --lifecycle-state [text]
83
-
84
- A filter to return only resources their lifecycleState matches the
85
- given lifecycleState.
86
-
87
- Accepted values are:
88
-
89
- ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
90
-
91
75
  --limit [integer]
92
76
 
93
77
  The maximum number of items to return.
94
78
 
79
+ --name [text]
80
+
81
+ A filter to return only resources that match the entire name given.
82
+
95
83
  --page [text]
96
84
 
97
85
  A token representing the position at which to start retrieving
@@ -103,10 +91,6 @@ previous response.
103
91
  When fetching results, the number of results to fetch per call. Only
104
92
  valid when used with "--all" or "--limit", and ignored otherwise.
105
93
 
106
- --seller-compartment-id [text]
107
-
108
- The ID of the seller compartment this offer is associated with.
109
-
110
94
  --sort-by [text]
111
95
 
112
96
  The field to sort by. Only one sort order may be provided. Default
@@ -152,9 +136,7 @@ Please note this sample will only work in the POSIX-compliant bash-
152
136
  like shell. You need to set up the OCI configuration and appropriate
153
137
  security policies before trying the examples.
154
138
 
155
- export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/offer/offer/create.html#cmdoption-display-name
156
- export seller_compartment_id=<substitute-value-of-seller_compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/offer/offer/create.html#cmdoption-seller-compartment-id
157
-
158
- offer_id=$(oci marketplace-publisher offer offer create --display-name $display_name --seller-compartment-id $seller_compartment_id --query data.id --raw-output)
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/marketplace-publisher/customer-instance-report-record-collection/list-customer-instance-report-records.html#cmdoption-compartment-id
140
+ export date_range=<substitute-value-of-date_range> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/customer-instance-report-record-collection/list-customer-instance-report-records.html#cmdoption-date-range
159
141
 
160
- oci marketplace-publisher attachment attachment-collection list-attachments --offer-id $offer_id
142
+ oci marketplace-publisher customer-instance-report-record-collection list-customer-instance-report-records --compartment-id $compartment_id --date-range $date_range
@@ -0,0 +1,14 @@
1
+ customer-instance-report-record-collection
2
+ ******************************************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ Customer instance report
9
+
10
+
11
+ Available Commands
12
+ ==================
13
+
14
+ * list-customer-instance-report-records