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,326 @@
1
+ "update-listing-revision-update-oci-listing-revision-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 Listing Revision
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci marketplace-publisher listing-revision update-listing-revision-update-oci-listing-revision-details [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --listing-revision-id [text]
33
+
34
+ listing revision
35
+
36
+
37
+ Optional Parameters
38
+ ===================
39
+
40
+ --availability-and-pricing-policy [text]
41
+
42
+ Listing availability and Pricing Policy statement.
43
+
44
+ --content-language [complex type]
45
+
46
+ This is a complex type whose value must be valid JSON. The value can
47
+ be provided as a string on the command line or passed in as a file
48
+ using the file://path/to/file syntax.
49
+
50
+ The "--generate-param-json-input" option can be used to generate an
51
+ example of the JSON which must be provided. We recommend storing this
52
+ example in a file, modifying it as needed and then passing it back in
53
+ via the file:// syntax.
54
+
55
+ --defined-tags [complex type]
56
+
57
+ Defined tags for this resource. Each key is predefined and scoped to a
58
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
59
+ a complex type whose value must be valid JSON. The value can be
60
+ provided as a string on the command line or passed in as a file using
61
+ the file://path/to/file syntax.
62
+
63
+ The "--generate-param-json-input" option can be used to generate an
64
+ example of the JSON which must be provided. We recommend storing this
65
+ example in a file, modifying it as needed and then passing it back in
66
+ via the file:// syntax.
67
+
68
+ --display-name [text]
69
+
70
+ The name for the listing revision.
71
+
72
+ --force
73
+
74
+ Perform update without prompting for confirmation.
75
+
76
+ --freeform-tags [complex type]
77
+
78
+ Simple key-value pair that is applied without any predefined name,
79
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
80
+ key”: “value”}* This is a complex type whose value must be valid JSON.
81
+ The value can be provided as a string on the command line or passed in
82
+ as a file using the file://path/to/file syntax.
83
+
84
+ The "--generate-param-json-input" option can be used to generate an
85
+ example of the JSON which must be provided. We recommend storing this
86
+ example in a file, modifying it as needed and then passing it back in
87
+ via the file:// syntax.
88
+
89
+ --from-json [text]
90
+
91
+ Provide input to this command as a JSON document from a file using the
92
+ file://path-to/file syntax.
93
+
94
+ The "--generate-full-command-json-input" option can be used to
95
+ generate a sample json file to be used with this command option. The
96
+ key names are pre-populated and match the command option names
97
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
98
+ while the values of the keys need to be populated by the user before
99
+ using the sample file as an input to this command. For any command
100
+ option that accepts multiple values, the value of the key can be a
101
+ JSON array.
102
+
103
+ Options can still be provided on the command line. If an option exists
104
+ in both the JSON document and the command line then the command line
105
+ specified value will be used.
106
+
107
+ For examples on usage of this option, please see our “using CLI with
108
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
109
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
110
+
111
+ --headline [text]
112
+
113
+ Single line introduction for the listing revision.
114
+
115
+ --if-match [text]
116
+
117
+ For optimistic concurrency control. In the PUT or DELETE call for a
118
+ resource, set the *if-match* parameter to the value of the etag from a
119
+ previous GET or POST response for that resource. The resource will be
120
+ updated or deleted only if the etag you provide matches the resource’s
121
+ current etag value.
122
+
123
+ --is-rover-exportable [boolean]
124
+
125
+ Is this listing rover exportable
126
+
127
+ --keywords [text]
128
+
129
+ Keywords associated for the listing revision.
130
+
131
+ --long-description [text]
132
+
133
+ A long description for the listing revision.
134
+
135
+ --max-wait-seconds [integer]
136
+
137
+ The maximum time to wait for the resource to reach the lifecycle state
138
+ defined by "--wait-for-state". Defaults to 1200 seconds.
139
+
140
+ --pricing-plans [complex type]
141
+
142
+ List of Pricing Plans provider by publisher.
143
+
144
+ This option is a JSON list with items of type PricingPlan. For
145
+ documentation on PricingPlan please see our API reference: https://do
146
+ cs.cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatypes/
147
+ PricingPlan. This is a complex type whose value must be valid JSON.
148
+ The value can be provided as a string on the command line or passed in
149
+ as a file using the file://path/to/file syntax.
150
+
151
+ The "--generate-param-json-input" option can be used to generate an
152
+ example of the JSON which must be provided. We recommend storing this
153
+ example in a file, modifying it as needed and then passing it back in
154
+ via the file:// syntax.
155
+
156
+ --pricing-type [text]
157
+
158
+ The pricing model for the listing revision.
159
+
160
+ --products [complex type]
161
+
162
+ List of Products subscribed by listing.
163
+
164
+ This option is a JSON list with items of type ListingProduct. For
165
+ documentation on ListingProduct please see our API reference: https:/
166
+ /docs.cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatyp
167
+ es/ListingProduct. This is a complex type whose value must be valid
168
+ JSON. The value can be provided as a string on the command line or
169
+ passed in as a file using the file://path/to/file syntax.
170
+
171
+ The "--generate-param-json-input" option can be used to generate an
172
+ example of the JSON which must be provided. We recommend storing this
173
+ example in a file, modifying it as needed and then passing it back in
174
+ via the file:// syntax.
175
+
176
+ --recommended-service-provider-listing-ids [complex type]
177
+
178
+ OCIDs of service listings attached to lead gen listing This is a
179
+ complex type whose value must be valid JSON. The value can be provided
180
+ as a string on the command line or passed in as a file using the
181
+ file://path/to/file syntax.
182
+
183
+ The "--generate-param-json-input" option can be used to generate an
184
+ example of the JSON which must be provided. We recommend storing this
185
+ example in a file, modifying it as needed and then passing it back in
186
+ via the file:// syntax.
187
+
188
+ --short-description [text]
189
+
190
+ A short description for the listing revision.
191
+
192
+ --support-contacts [complex type]
193
+
194
+ Contact information to use to get support from the publisher for the
195
+ listing revision.
196
+
197
+ This option is a JSON list with items of type SupportContact. For
198
+ documentation on SupportContact please see our API reference: https:/
199
+ /docs.cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatyp
200
+ es/SupportContact. This is a complex type whose value must be valid
201
+ JSON. The value can be provided as a string on the command line or
202
+ passed in as a file using the file://path/to/file syntax.
203
+
204
+ The "--generate-param-json-input" option can be used to generate an
205
+ example of the JSON which must be provided. We recommend storing this
206
+ example in a file, modifying it as needed and then passing it back in
207
+ via the file:// syntax.
208
+
209
+ --support-links [complex type]
210
+
211
+ Links to support resources for the listing revision.
212
+
213
+ This option is a JSON list with items of type NamedLink. For
214
+ documentation on NamedLink please see our API reference: https://docs
215
+ .cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatypes/Na
216
+ medLink. This is a complex type whose value must be valid JSON. The
217
+ value can be provided as a string on the command line or passed in as
218
+ a file using the file://path/to/file syntax.
219
+
220
+ The "--generate-param-json-input" option can be used to generate an
221
+ example of the JSON which must be provided. We recommend storing this
222
+ example in a file, modifying it as needed and then passing it back in
223
+ via the file:// syntax.
224
+
225
+ --supportedlanguages [complex type]
226
+
227
+ Languages supported by the listing revision.
228
+
229
+ This option is a JSON list with items of type LanguageItem. For
230
+ documentation on LanguageItem please see our API reference: https://d
231
+ ocs.cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatypes
232
+ /LanguageItem. This is a complex type whose value must be valid JSON.
233
+ The value can be provided as a string on the command line or passed in
234
+ as a file using the file://path/to/file syntax.
235
+
236
+ The "--generate-param-json-input" option can be used to generate an
237
+ example of the JSON which must be provided. We recommend storing this
238
+ example in a file, modifying it as needed and then passing it back in
239
+ via the file:// syntax.
240
+
241
+ --system-requirements [text]
242
+
243
+ System requirements for the listing revision.
244
+
245
+ --tagline [text]
246
+
247
+ The tagline for the listing revision.
248
+
249
+ --usage-information [text]
250
+
251
+ Usage information for the listing revision.
252
+
253
+ --vanity-url [text]
254
+
255
+ Custom link to the listing
256
+
257
+ --version-details [complex type]
258
+
259
+ This is a complex type whose value must be valid JSON. The value can
260
+ be provided as a string on the command line or passed in as a file
261
+ using the file://path/to/file syntax.
262
+
263
+ The "--generate-param-json-input" option can be used to generate an
264
+ example of the JSON which must be provided. We recommend storing this
265
+ example in a file, modifying it as needed and then passing it back in
266
+ via the file:// syntax.
267
+
268
+ --wait-for-state [text]
269
+
270
+ This operation creates, modifies or deletes a resource that has a
271
+ defined lifecycle state. Specify this option to perform the action and
272
+ then wait until the resource reaches a given lifecycle state. Multiple
273
+ states can be specified, returning on the first state. For example, "
274
+ --wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
275
+ whichever lifecycle state is reached first. If timeout is reached, a
276
+ return code of 2 is returned. For any other error, a return code of 1
277
+ is returned.
278
+
279
+ Accepted values are:
280
+
281
+ ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
282
+
283
+ --wait-interval-seconds [integer]
284
+
285
+ Check every "--wait-interval-seconds" to see whether the resource has
286
+ reached the lifecycle state defined by "--wait-for-state". Defaults to
287
+ 30 seconds.
288
+
289
+
290
+ Global Parameters
291
+ =================
292
+
293
+ Use "oci --help" for help on global parameters.
294
+
295
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
296
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
297
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
298
+ --generate-param-json-input", "--help", "--latest-version", "--max-
299
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
300
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
301
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
302
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
303
+
304
+
305
+ Example using required parameter
306
+ ================================
307
+
308
+ Copy the following CLI commands into a file named example.sh. Run the
309
+ command by typing “bash example.sh” and replacing the example
310
+ parameters with your own.
311
+
312
+ Please note this sample will only work in the POSIX-compliant bash-
313
+ like shell. You need to set up the OCI configuration and appropriate
314
+ security policies before trying the examples.
315
+
316
+ 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/listing/create.html#cmdoption-compartment-id
317
+ export listing_type=<substitute-value-of-listing_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/listing/create.html#cmdoption-listing-type
318
+ export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/listing/create.html#cmdoption-name
319
+ export package_type=<substitute-value-of-package_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/listing/create.html#cmdoption-package-type
320
+ export headline=<substitute-value-of-headline> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/listing-revision/create.html#cmdoption-headline
321
+
322
+ listing_id=$(oci marketplace-publisher listing create --compartment-id $compartment_id --listing-type $listing_type --name $name --package-type $package_type --query data.id --raw-output)
323
+
324
+ listing_revision_id=$(oci marketplace-publisher listing-revision create --headline $headline --listing-id $listing_id --listing-type $listing_type --query data.id --raw-output)
325
+
326
+ oci marketplace-publisher listing-revision update-listing-revision-update-oci-listing-revision-details --listing-revision-id $listing_revision_id
@@ -0,0 +1,316 @@
1
+ "update-listing-revision-update-service-listing-revision-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 Listing Revision
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci marketplace-publisher listing-revision update-listing-revision-update-service-listing-revision-details [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --listing-revision-id [text]
33
+
34
+ listing revision
35
+
36
+
37
+ Optional Parameters
38
+ ===================
39
+
40
+ --contact-us [text]
41
+
42
+ Custom text by partner regarding contact information
43
+
44
+ --content-language [complex type]
45
+
46
+ This is a complex type whose value must be valid JSON. The value can
47
+ be provided as a string on the command line or passed in as a file
48
+ using the file://path/to/file syntax.
49
+
50
+ The "--generate-param-json-input" option can be used to generate an
51
+ example of the JSON which must be provided. We recommend storing this
52
+ example in a file, modifying it as needed and then passing it back in
53
+ via the file:// syntax.
54
+
55
+ --defined-tags [complex type]
56
+
57
+ Defined tags for this resource. Each key is predefined and scoped to a
58
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
59
+ a complex type whose value must be valid JSON. The value can be
60
+ provided as a string on the command line or passed in as a file using
61
+ the file://path/to/file syntax.
62
+
63
+ The "--generate-param-json-input" option can be used to generate an
64
+ example of the JSON which must be provided. We recommend storing this
65
+ example in a file, modifying it as needed and then passing it back in
66
+ via the file:// syntax.
67
+
68
+ --display-name [text]
69
+
70
+ The name for the listing revision.
71
+
72
+ --force
73
+
74
+ Perform update without prompting for confirmation.
75
+
76
+ --freeform-tags [complex type]
77
+
78
+ Simple key-value pair that is applied without any predefined name,
79
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
80
+ key”: “value”}* This is a complex type whose value must be valid JSON.
81
+ The value can be provided as a string on the command line or passed in
82
+ as a file using the file://path/to/file syntax.
83
+
84
+ The "--generate-param-json-input" option can be used to generate an
85
+ example of the JSON which must be provided. We recommend storing this
86
+ example in a file, modifying it as needed and then passing it back in
87
+ via the file:// syntax.
88
+
89
+ --from-json [text]
90
+
91
+ Provide input to this command as a JSON document from a file using the
92
+ file://path-to/file syntax.
93
+
94
+ The "--generate-full-command-json-input" option can be used to
95
+ generate a sample json file to be used with this command option. The
96
+ key names are pre-populated and match the command option names
97
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
98
+ while the values of the keys need to be populated by the user before
99
+ using the sample file as an input to this command. For any command
100
+ option that accepts multiple values, the value of the key can be a
101
+ JSON array.
102
+
103
+ Options can still be provided on the command line. If an option exists
104
+ in both the JSON document and the command line then the command line
105
+ specified value will be used.
106
+
107
+ For examples on usage of this option, please see our “using CLI with
108
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
109
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
110
+
111
+ --geo-locations [complex type]
112
+
113
+ Support details based on geographic location
114
+
115
+ This option is a JSON list with items of type GeoLocation. For
116
+ documentation on GeoLocation please see our API reference: https://do
117
+ cs.cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatypes/
118
+ GeoLocation. This is a complex type whose value must be valid JSON.
119
+ The value can be provided as a string on the command line or passed in
120
+ as a file using the file://path/to/file syntax.
121
+
122
+ The "--generate-param-json-input" option can be used to generate an
123
+ example of the JSON which must be provided. We recommend storing this
124
+ example in a file, modifying it as needed and then passing it back in
125
+ via the file:// syntax.
126
+
127
+ --headline [text]
128
+
129
+ Single line introduction for the listing revision.
130
+
131
+ --if-match [text]
132
+
133
+ For optimistic concurrency control. In the PUT or DELETE call for a
134
+ resource, set the *if-match* parameter to the value of the etag from a
135
+ previous GET or POST response for that resource. The resource will be
136
+ updated or deleted only if the etag you provide matches the resource’s
137
+ current etag value.
138
+
139
+ --industries [complex type]
140
+
141
+ List of industries subscribed by listing. This is a complex type whose
142
+ value must be valid JSON. The value can be provided as a string on the
143
+ command line or passed in as a file using the file://path/to/file
144
+ syntax.
145
+
146
+ The "--generate-param-json-input" option can be used to generate an
147
+ example of the JSON which must be provided. We recommend storing this
148
+ example in a file, modifying it as needed and then passing it back in
149
+ via the file:// syntax.
150
+
151
+ --keywords [text]
152
+
153
+ Keywords associated for the listing revision.
154
+
155
+ --long-description [text]
156
+
157
+ A long description for the listing revision.
158
+
159
+ --max-wait-seconds [integer]
160
+
161
+ The maximum time to wait for the resource to reach the lifecycle state
162
+ defined by "--wait-for-state". Defaults to 1200 seconds.
163
+
164
+ --product-codes [complex type]
165
+
166
+ List of product codes subscribed by listing. This is a complex type
167
+ whose value must be valid JSON. The value can be provided as a string
168
+ on the command line or passed in as a file using the
169
+ file://path/to/file syntax.
170
+
171
+ The "--generate-param-json-input" option can be used to generate an
172
+ example of the JSON which must be provided. We recommend storing this
173
+ example in a file, modifying it as needed and then passing it back in
174
+ via the file:// syntax.
175
+
176
+ --short-description [text]
177
+
178
+ A short description for the listing revision.
179
+
180
+ --support-contacts [complex type]
181
+
182
+ Contact information to use to get support from the publisher for the
183
+ listing revision.
184
+
185
+ This option is a JSON list with items of type SupportContact. For
186
+ documentation on SupportContact please see our API reference: https:/
187
+ /docs.cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatyp
188
+ es/SupportContact. This is a complex type whose value must be valid
189
+ JSON. The value can be provided as a string on the command line or
190
+ passed in as a file using the file://path/to/file syntax.
191
+
192
+ The "--generate-param-json-input" option can be used to generate an
193
+ example of the JSON which must be provided. We recommend storing this
194
+ example in a file, modifying it as needed and then passing it back in
195
+ via the file:// syntax.
196
+
197
+ --support-links [complex type]
198
+
199
+ Links to support resources for the listing revision.
200
+
201
+ This option is a JSON list with items of type NamedLink. For
202
+ documentation on NamedLink please see our API reference: https://docs
203
+ .cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatypes/Na
204
+ medLink. This is a complex type whose value must be valid JSON. The
205
+ value can be provided as a string on the command line or passed in as
206
+ a file using the file://path/to/file syntax.
207
+
208
+ The "--generate-param-json-input" option can be used to generate an
209
+ example of the JSON which must be provided. We recommend storing this
210
+ example in a file, modifying it as needed and then passing it back in
211
+ via the file:// syntax.
212
+
213
+ --supportedlanguages [complex type]
214
+
215
+ Languages supported by the listing revision.
216
+
217
+ This option is a JSON list with items of type LanguageItem. For
218
+ documentation on LanguageItem please see our API reference: https://d
219
+ ocs.cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatypes
220
+ /LanguageItem. This is a complex type whose value must be valid JSON.
221
+ The value can be provided as a string on the command line or passed in
222
+ as a file using the file://path/to/file syntax.
223
+
224
+ The "--generate-param-json-input" option can be used to generate an
225
+ example of the JSON which must be provided. We recommend storing this
226
+ example in a file, modifying it as needed and then passing it back in
227
+ via the file:// syntax.
228
+
229
+ --tagline [text]
230
+
231
+ The tagline for the listing revision.
232
+
233
+ --trained-professionals [complex type]
234
+
235
+ Number of trained professional per product
236
+
237
+ This option is a JSON list with items of type TrainedProfessionals.
238
+ For documentation on TrainedProfessionals please see our API
239
+ reference: https://docs.cloud.oracle.com/api/#/en/marketplacepublishe
240
+ r/20241201/datatypes/TrainedProfessionals. This is a complex type
241
+ whose value must be valid JSON. The value can be provided as a string
242
+ on the command line or passed in as a file using the
243
+ file://path/to/file syntax.
244
+
245
+ The "--generate-param-json-input" option can be used to generate an
246
+ example of the JSON which must be provided. We recommend storing this
247
+ example in a file, modifying it as needed and then passing it back in
248
+ via the file:// syntax.
249
+
250
+ --usage-information [text]
251
+
252
+ Usage information for the listing revision.
253
+
254
+ --vanity-url [text]
255
+
256
+ Custom link to the listing
257
+
258
+ --wait-for-state [text]
259
+
260
+ This operation creates, modifies or deletes a resource that has a
261
+ defined lifecycle state. Specify this option to perform the action and
262
+ then wait until the resource reaches a given lifecycle state. Multiple
263
+ states can be specified, returning on the first state. For example, "
264
+ --wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
265
+ whichever lifecycle state is reached first. If timeout is reached, a
266
+ return code of 2 is returned. For any other error, a return code of 1
267
+ is returned.
268
+
269
+ Accepted values are:
270
+
271
+ ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
272
+
273
+ --wait-interval-seconds [integer]
274
+
275
+ Check every "--wait-interval-seconds" to see whether the resource has
276
+ reached the lifecycle state defined by "--wait-for-state". Defaults to
277
+ 30 seconds.
278
+
279
+
280
+ Global Parameters
281
+ =================
282
+
283
+ Use "oci --help" for help on global parameters.
284
+
285
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
286
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
287
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
288
+ --generate-param-json-input", "--help", "--latest-version", "--max-
289
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
290
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
291
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
292
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
293
+
294
+
295
+ Example using required parameter
296
+ ================================
297
+
298
+ Copy the following CLI commands into a file named example.sh. Run the
299
+ command by typing “bash example.sh” and replacing the example
300
+ parameters with your own.
301
+
302
+ Please note this sample will only work in the POSIX-compliant bash-
303
+ like shell. You need to set up the OCI configuration and appropriate
304
+ security policies before trying the examples.
305
+
306
+ 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/listing/create.html#cmdoption-compartment-id
307
+ export listing_type=<substitute-value-of-listing_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/listing/create.html#cmdoption-listing-type
308
+ export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/listing/create.html#cmdoption-name
309
+ export package_type=<substitute-value-of-package_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/listing/create.html#cmdoption-package-type
310
+ export headline=<substitute-value-of-headline> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/marketplace-publisher/listing-revision/create.html#cmdoption-headline
311
+
312
+ listing_id=$(oci marketplace-publisher listing create --compartment-id $compartment_id --listing-type $listing_type --name $name --package-type $package_type --query data.id --raw-output)
313
+
314
+ listing_revision_id=$(oci marketplace-publisher listing-revision create --headline $headline --listing-id $listing_id --listing-type $listing_type --query data.id --raw-output)
315
+
316
+ oci marketplace-publisher listing-revision update-listing-revision-update-service-listing-revision-details --listing-revision-id $listing_revision_id