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
@@ -1,5 +1,5 @@
1
- "update"
2
- ********
1
+ "update-listing-revision-update-lead-gen-listing-revision-details"
2
+ ******************************************************************
3
3
 
4
4
  * Description
5
5
 
@@ -17,31 +17,27 @@
17
17
  Description
18
18
  ===========
19
19
 
20
- Updates the Offer
20
+ Updates the Listing Revision
21
21
 
22
22
 
23
23
  Usage
24
24
  =====
25
25
 
26
- oci marketplace-publisher offer offer update [OPTIONS]
26
+ oci marketplace-publisher listing-revision update-listing-revision-update-lead-gen-listing-revision-details [OPTIONS]
27
27
 
28
28
 
29
29
  Required Parameters
30
30
  ===================
31
31
 
32
- --offer-id [text]
32
+ --listing-revision-id [text]
33
33
 
34
- unique Offer identifier
34
+ listing revision
35
35
 
36
36
 
37
37
  Optional Parameters
38
38
  ===================
39
39
 
40
- --buyer-compartment-id [text]
41
-
42
- OCID of the buyer’s tenancy (root compartment).
43
-
44
- --buyer-information [complex type]
40
+ --content-language [complex type]
45
41
 
46
42
  This is a complex type whose value must be valid JSON. The value can
47
43
  be provided as a string on the command line or passed in as a file
@@ -52,22 +48,6 @@ example of the JSON which must be provided. We recommend storing this
52
48
  example in a file, modifying it as needed and then passing it back in
53
49
  via the file:// syntax.
54
50
 
55
- --custom-fields [complex type]
56
-
57
- A list of key value pairs specified by the seller
58
-
59
- This option is a JSON list with items of type CustomField. For
60
- documentation on CustomField please see our API reference: https://do
61
- cs.cloud.oracle.com/api/#/en/offer/20220901/datatypes/CustomField.
62
- This is a complex type whose value must be valid JSON. The value can
63
- be provided as a string on the command line or passed in as a file
64
- using the file://path/to/file syntax.
65
-
66
- The "--generate-param-json-input" option can be used to generate an
67
- example of the JSON which must be provided. We recommend storing this
68
- example in a file, modifying it as needed and then passing it back in
69
- via the file:// syntax.
70
-
71
51
  --defined-tags [complex type]
72
52
 
73
53
  Defined tags for this resource. Each key is predefined and scoped to a
@@ -81,18 +61,24 @@ example of the JSON which must be provided. We recommend storing this
81
61
  example in a file, modifying it as needed and then passing it back in
82
62
  via the file:// syntax.
83
63
 
84
- --description [text]
64
+ --demo-url [text]
85
65
 
86
- Description of the Offer
66
+ Url to demo of the listing
87
67
 
88
68
  --display-name [text]
89
69
 
90
- Offers Identifier
70
+ The name for the listing revision.
91
71
 
92
- --duration [text]
72
+ --download-info [complex type]
93
73
 
94
- Duration the Offer will be active after its start date. An ISO8601
95
- extended formatted string.
74
+ This is a complex type whose value must be valid JSON. The value can
75
+ be provided as a string on the command line or passed in as a file
76
+ using the file://path/to/file syntax.
77
+
78
+ The "--generate-param-json-input" option can be used to generate an
79
+ example of the JSON which must be provided. We recommend storing this
80
+ example in a file, modifying it as needed and then passing it back in
81
+ via the file:// syntax.
96
82
 
97
83
  --force
98
84
 
@@ -133,6 +119,10 @@ For examples on usage of this option, please see our “using CLI with
133
119
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
134
120
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
135
121
 
122
+ --headline [text]
123
+
124
+ Single line introduction for the listing revision.
125
+
136
126
  --if-match [text]
137
127
 
138
128
  For optimistic concurrency control. In the PUT or DELETE call for a
@@ -141,226 +131,138 @@ previous GET or POST response for that resource. The resource will be
141
131
  updated or deleted only if the etag you provide matches the resource’s
142
132
  current etag value.
143
133
 
144
- --internal-notes [text]
134
+ --keywords [text]
145
135
 
146
- Internal notes of the Offer
136
+ Keywords associated for the listing revision.
137
+
138
+ --long-description [text]
139
+
140
+ A long description for the listing revision.
147
141
 
148
142
  --max-wait-seconds [integer]
149
143
 
150
144
  The maximum time to wait for the resource to reach the lifecycle state
151
145
  defined by "--wait-for-state". Defaults to 1200 seconds.
152
146
 
153
- --pricing [complex type]
147
+ --pricing-plans [text]
154
148
 
155
- This is a complex type whose value must be valid JSON. The value can
156
- be provided as a string on the command line or passed in as a file
157
- using the file://path/to/file syntax.
149
+ Pricing details for lead gen listing
158
150
 
159
- The "--generate-param-json-input" option can be used to generate an
160
- example of the JSON which must be provided. We recommend storing this
161
- example in a file, modifying it as needed and then passing it back in
162
- via the file:// syntax.
151
+ --pricing-type [text]
163
152
 
164
- --resource-bundles [complex type]
153
+ The pricing model for the listing revision.
165
154
 
166
- A list of Resource Bundles associated with an Offer.
155
+ --products [complex type]
167
156
 
168
- This option is a JSON list with items of type ResourceBundle. For
169
- documentation on ResourceBundle please see our API reference: https:/
170
- /docs.cloud.oracle.com/api/#/en/offer/20220901/datatypes/ResourceBund
171
- le. This is a complex type whose value must be valid JSON. The value
172
- can be provided as a string on the command line or passed in as a file
173
- using the file://path/to/file syntax.
157
+ List of Products subscribed by listing.
158
+
159
+ This option is a JSON list with items of type ListingProduct. For
160
+ documentation on ListingProduct please see our API reference: https:/
161
+ /docs.cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatyp
162
+ es/ListingProduct. This is a complex type whose value must be valid
163
+ JSON. The value can be provided as a string on the command line or
164
+ passed in as a file using the file://path/to/file syntax.
174
165
 
175
166
  The "--generate-param-json-input" option can be used to generate an
176
167
  example of the JSON which must be provided. We recommend storing this
177
168
  example in a file, modifying it as needed and then passing it back in
178
169
  via the file:// syntax.
179
170
 
180
- --seller-information [complex type]
171
+ --recommended-service-provider-listing-ids [complex type]
181
172
 
182
- This is a complex type whose value must be valid JSON. The value can
183
- be provided as a string on the command line or passed in as a file
184
- using the file://path/to/file syntax.
173
+ OCIDs of service listings attached to lead gen listing This is a
174
+ complex type whose value must be valid JSON. The value can be provided
175
+ as a string on the command line or passed in as a file using the
176
+ file://path/to/file syntax.
185
177
 
186
178
  The "--generate-param-json-input" option can be used to generate an
187
179
  example of the JSON which must be provided. We recommend storing this
188
180
  example in a file, modifying it as needed and then passing it back in
189
181
  via the file:// syntax.
190
182
 
191
- --time-accept-by [datetime]
192
-
193
- The time the Offer must be accepted by the Buyer before the Offer
194
- becomes invalid. An RFC3339 formatted datetime string
195
-
196
- The following datetime formats are supported:
197
-
198
-
199
- UTC with microseconds
200
- ---------------------
201
-
202
- Format: YYYY-MM-DDTHH:mm:ss.ssssssTZD
203
- Example: 2017-09-15T20:30:00.123456Z
204
-
205
- UTC with milliseconds
206
- ***********************
207
- .. code::
208
-
209
- Format: YYYY-MM-DDTHH:mm:ss.sssTZD
210
- Example: 2017-09-15T20:30:00.123Z
211
-
212
- UTC without milliseconds
213
- **************************
214
- .. code::
183
+ --self-paced-training-url [text]
215
184
 
216
- Format: YYYY-MM-DDTHH:mm:ssTZD
217
- Example: 2017-09-15T20:30:00Z
185
+ Url to training resources of the listing
218
186
 
219
- UTC with minute precision
220
- **************************
221
- .. code::
187
+ --short-description [text]
222
188
 
223
- Format: YYYY-MM-DDTHH:mmTZD
224
- Example: 2017-09-15T20:30Z
189
+ A short description for the listing revision.
225
190
 
191
+ --support-contacts [complex type]
226
192
 
227
- Timezone with microseconds
228
- --------------------------
193
+ Contact information to use to get support from the publisher for the
194
+ listing revision.
229
195
 
230
- Format: YYYY-MM-DDTHH:mm:ssTZD
231
- Example: 2017-09-15T12:30:00.456789-08:00, 2017-09-15T12:30:00.456789-0800
196
+ This option is a JSON list with items of type SupportContact. For
197
+ documentation on SupportContact please see our API reference: https:/
198
+ /docs.cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatyp
199
+ es/SupportContact. This is a complex type whose value must be valid
200
+ JSON. The value can be provided as a string on the command line or
201
+ passed in as a file using the file://path/to/file syntax.
232
202
 
233
- Timezone with milliseconds
234
- ***************************
235
- .. code::
236
-
237
- Format: YYYY-MM-DDTHH:mm:ssTZD
238
- Example: 2017-09-15T12:30:00.456-08:00, 2017-09-15T12:30:00.456-0800
239
-
240
- Timezone without milliseconds
241
- *******************************
242
- .. code::
243
-
244
- Format: YYYY-MM-DDTHH:mm:ssTZD
245
- Example: 2017-09-15T12:30:00-08:00, 2017-09-15T12:30:00-0800
246
-
247
- Timezone with minute precision
248
- *******************************
249
- .. code::
250
-
251
- Format: YYYY-MM-DDTHH:mmTZD
252
- Example: 2017-09-15T12:30-08:00, 2017-09-15T12:30-0800
253
-
254
- Short date and time
255
- ********************
256
- The timezone for this date and time will be taken as UTC (Needs to be surrounded by single or double quotes)
257
-
258
- .. code::
259
-
260
- Format: 'YYYY-MM-DD HH:mm' or "YYYY-MM-DD HH:mm"
261
- Example: '2017-09-15 17:25'
262
-
263
- Date Only
264
- **********
265
- This date will be taken as midnight UTC of that day
266
-
267
- .. code::
268
-
269
- Format: YYYY-MM-DD
270
- Example: 2017-09-15
271
-
272
- Epoch seconds
273
- **************
274
- .. code::
275
-
276
- Example: 1412195400
277
-
278
- --time-start-date [datetime]
279
-
280
- The time the Offer will become active after it has been accepted by
281
- the Buyer. An RFC3339 formatted datetime string
282
-
283
- The following datetime formats are supported:
284
-
285
-
286
- UTC with microseconds
287
- ---------------------
288
-
289
- Format: YYYY-MM-DDTHH:mm:ss.ssssssTZD
290
- Example: 2017-09-15T20:30:00.123456Z
291
-
292
- UTC with milliseconds
293
- ***********************
294
- .. code::
295
-
296
- Format: YYYY-MM-DDTHH:mm:ss.sssTZD
297
- Example: 2017-09-15T20:30:00.123Z
298
-
299
- UTC without milliseconds
300
- **************************
301
- .. code::
302
-
303
- Format: YYYY-MM-DDTHH:mm:ssTZD
304
- Example: 2017-09-15T20:30:00Z
203
+ The "--generate-param-json-input" option can be used to generate an
204
+ example of the JSON which must be provided. We recommend storing this
205
+ example in a file, modifying it as needed and then passing it back in
206
+ via the file:// syntax.
305
207
 
306
- UTC with minute precision
307
- **************************
308
- .. code::
208
+ --support-links [complex type]
309
209
 
310
- Format: YYYY-MM-DDTHH:mmTZD
311
- Example: 2017-09-15T20:30Z
210
+ Links to support resources for the listing revision.
312
211
 
212
+ This option is a JSON list with items of type NamedLink. For
213
+ documentation on NamedLink please see our API reference: https://docs
214
+ .cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatypes/Na
215
+ medLink. This is a complex type whose value must be valid JSON. The
216
+ value can be provided as a string on the command line or passed in as
217
+ a file using the file://path/to/file syntax.
313
218
 
314
- Timezone with microseconds
315
- --------------------------
219
+ The "--generate-param-json-input" option can be used to generate an
220
+ example of the JSON which must be provided. We recommend storing this
221
+ example in a file, modifying it as needed and then passing it back in
222
+ via the file:// syntax.
316
223
 
317
- Format: YYYY-MM-DDTHH:mm:ssTZD
318
- Example: 2017-09-15T12:30:00.456789-08:00, 2017-09-15T12:30:00.456789-0800
224
+ --supportedlanguages [complex type]
319
225
 
320
- Timezone with milliseconds
321
- ***************************
322
- .. code::
226
+ Languages supported by the listing revision.
323
227
 
324
- Format: YYYY-MM-DDTHH:mm:ssTZD
325
- Example: 2017-09-15T12:30:00.456-08:00, 2017-09-15T12:30:00.456-0800
228
+ This option is a JSON list with items of type LanguageItem. For
229
+ documentation on LanguageItem please see our API reference: https://d
230
+ ocs.cloud.oracle.com/api/#/en/marketplacepublisher/20241201/datatypes
231
+ /LanguageItem. This is a complex type whose value must be valid JSON.
232
+ The value can be provided as a string on the command line or passed in
233
+ as a file using the file://path/to/file syntax.
326
234
 
327
- Timezone without milliseconds
328
- *******************************
329
- .. code::
235
+ The "--generate-param-json-input" option can be used to generate an
236
+ example of the JSON which must be provided. We recommend storing this
237
+ example in a file, modifying it as needed and then passing it back in
238
+ via the file:// syntax.
330
239
 
331
- Format: YYYY-MM-DDTHH:mm:ssTZD
332
- Example: 2017-09-15T12:30:00-08:00, 2017-09-15T12:30:00-0800
240
+ --system-requirements [text]
333
241
 
334
- Timezone with minute precision
335
- *******************************
336
- .. code::
242
+ System requirements for the listing revision.
337
243
 
338
- Format: YYYY-MM-DDTHH:mmTZD
339
- Example: 2017-09-15T12:30-08:00, 2017-09-15T12:30-0800
244
+ --tagline [text]
340
245
 
341
- Short date and time
342
- ********************
343
- The timezone for this date and time will be taken as UTC (Needs to be surrounded by single or double quotes)
246
+ The tagline for the listing revision.
344
247
 
345
- .. code::
248
+ --usage-information [text]
346
249
 
347
- Format: 'YYYY-MM-DD HH:mm' or "YYYY-MM-DD HH:mm"
348
- Example: '2017-09-15 17:25'
250
+ Usage information for the listing revision.
349
251
 
350
- Date Only
351
- **********
352
- This date will be taken as midnight UTC of that day
252
+ --vanity-url [text]
353
253
 
354
- .. code::
254
+ Custom link to the listing
355
255
 
356
- Format: YYYY-MM-DD
357
- Example: 2017-09-15
256
+ --version-details [complex type]
358
257
 
359
- Epoch seconds
360
- **************
361
- .. code::
258
+ This is a complex type whose value must be valid JSON. The value can
259
+ be provided as a string on the command line or passed in as a file
260
+ using the file://path/to/file syntax.
362
261
 
363
- Example: 1412195400
262
+ The "--generate-param-json-input" option can be used to generate an
263
+ example of the JSON which must be provided. We recommend storing this
264
+ example in a file, modifying it as needed and then passing it back in
265
+ via the file:// syntax.
364
266
 
365
267
  --wait-for-state [text]
366
268
 
@@ -410,9 +312,14 @@ Please note this sample will only work in the POSIX-compliant bash-
410
312
  like shell. You need to set up the OCI configuration and appropriate
411
313
  security policies before trying the examples.
412
314
 
413
- 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
414
- 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
315
+ 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
316
+ 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
317
+ 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
318
+ 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
319
+ 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
320
+
321
+ 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)
415
322
 
416
- offer_id=$(oci marketplace-publisher offer offer create --display-name $display_name --seller-compartment-id $seller_compartment_id --query data.id --raw-output)
323
+ listing_revision_id=$(oci marketplace-publisher listing-revision create --headline $headline --listing-id $listing_id --listing-type $listing_type --query data.id --raw-output)
417
324
 
418
- oci marketplace-publisher offer offer update --offer-id $offer_id
325
+ oci marketplace-publisher listing-revision update-listing-revision-update-lead-gen-listing-revision-details --listing-revision-id $listing_revision_id