oci-cli 3.70.0__py3-none-any.whl → 3.70.1__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 (196) hide show
  1. oci_cli/bin/artifacts.psm1 +4 -2
  2. oci_cli/bin/dif.psm1 +53 -0
  3. oci_cli/bin/limits.psm1 +2 -2
  4. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/list.txt +8 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/lookup.txt +93 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image.txt +2 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container.txt +2 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/artifacts.txt +18 -2
  9. oci_cli/help_text_producer/data_files/text/cmdref/bv/volume-kms-key/update.txt +5 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt +6 -1
  11. oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster-options/get.txt +4 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool-options/get.txt +24 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details.txt +12 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-host-group-placement-constraint-details.txt +12 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create.txt +12 -0
  16. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/list.txt +5 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt +5 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  19. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  20. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +1 -1
  21. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +1 -1
  22. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/add.txt +227 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/change-compartment.txt +136 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/create.txt +262 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/delete.txt +134 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/deploy-artifacts.txt +198 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/get.txt +96 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/update.txt +274 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack-collection/list-stacks.txt +142 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack-collection.txt +15 -0
  31. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack.txt +31 -0
  32. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/cancel.txt +103 -0
  33. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/get.txt +91 -0
  34. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/list.txt +140 -0
  35. oci_cli/help_text_producer/data_files/text/cmdref/{organizations/work-request-log → dif/work-request-error}/list.txt +22 -9
  36. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-error.txt +15 -0
  37. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-log-entry/list-work-request-logs.txt +131 -0
  38. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-log-entry.txt +15 -0
  39. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request.txt +23 -0
  40. oci_cli/help_text_producer/data_files/text/cmdref/dif.txt +49 -0
  41. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/compliance/get.txt +99 -0
  42. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/compliance.txt +14 -0
  43. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-dynamic-resource-selection.txt +5 -4
  44. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-environment-fleet-details.txt +5 -4
  45. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-generic-fleet-details.txt +5 -4
  46. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-group-fleet-details.txt +5 -4
  47. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-manual-resource-selection.txt +5 -4
  48. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-product-fleet-details.txt +5 -4
  49. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create.txt +5 -4
  50. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update-fleet-dynamic-resource-selection.txt +10 -4
  51. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update-fleet-manual-resource-selection.txt +10 -4
  52. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update.txt +10 -4
  53. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/create.txt +26 -0
  54. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/update.txt +30 -0
  55. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-credential-config-category-details.txt +26 -0
  56. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-environment-config-category-details.txt +26 -0
  57. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-lifecycle-operation-config-category-details.txt +26 -0
  58. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-patch-type-config-category-details.txt +26 -0
  59. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-product-config-category-details.txt +26 -0
  60. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-product-stack-config-category-details.txt +26 -0
  61. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-self-hosted-instance-config-category-details.txt +26 -0
  62. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create.txt +26 -0
  63. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-credential-config-category-details.txt +30 -0
  64. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-environment-config-category-details.txt +30 -0
  65. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-lifecycle-operation-config-category-details.txt +30 -0
  66. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-patch-type-config-category-details.txt +30 -0
  67. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-product-config-category-details.txt +30 -0
  68. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-product-stack-config-category-details.txt +30 -0
  69. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-self-hosted-instance-config-category-details.txt +30 -0
  70. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update.txt +26 -0
  71. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration-collection/list-platform-configurations.txt +1 -1
  72. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/create.txt +26 -0
  73. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/update.txt +26 -0
  74. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/configure.txt +218 -0
  75. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-git-source-config.txt +4 -0
  76. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-marketplace-source-config.txt +4 -0
  77. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-par-source-config.txt +4 -0
  78. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-source-template-config.txt +4 -0
  79. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.txt +4 -0
  80. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/update.txt +4 -0
  81. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-collection/list-catalog-items.txt +9 -0
  82. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-variables-definition/get.txt +97 -0
  83. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-variables-definition.txt +14 -0
  84. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item.txt +2 -0
  85. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog.txt +6 -0
  86. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/installed-patch-collection/list-installed-patches.txt +152 -0
  87. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/installed-patch-collection.txt +14 -0
  88. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/inventory-record-collection/list-inventory-records.txt +4 -0
  89. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/job-activity/get.txt +4 -0
  90. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/recommended-patch-collection/list-recommended-patches.txt +159 -0
  91. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/recommended-patch-collection.txt +14 -0
  92. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-collection/report.txt +180 -0
  93. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-collection.txt +14 -0
  94. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-metadata-collection/list-report-metadata.txt +133 -0
  95. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-metadata-collection.txt +14 -0
  96. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-execution-collection/list-scheduler-executions.txt +13 -1
  97. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-component-collection/list-target-components.txt +147 -0
  98. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-component-collection.txt +14 -0
  99. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-property-collection/list-target-properties.txt +143 -0
  100. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-property-collection.txt +14 -0
  101. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations.txt +24 -0
  102. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-details/import-runbook.txt +187 -0
  103. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-details.txt +14 -0
  104. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-precheck-details/import-runbook-precheck.txt +182 -0
  105. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-precheck-details.txt +14 -0
  106. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-version-details/import-runbook-version.txt +183 -0
  107. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-version-details.txt +14 -0
  108. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-transfer-runbook-object-storage-bucket-content-details.txt +160 -0
  109. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-transfer-runbook-par-url-content-details.txt +147 -0
  110. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version-transfer-runbook-object-storage-bucket-content-details.txt +147 -0
  111. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version-transfer-runbook-par-url-content-details.txt +134 -0
  112. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version.txt +145 -0
  113. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export.txt +155 -0
  114. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export/get.txt +105 -0
  115. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-dependency-collection/find-runbook-export-dependency.txt +114 -0
  116. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-dependency-collection.txt +15 -0
  117. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-status-collection/list-runbook-export-statuses.txt +135 -0
  118. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-status-collection.txt +15 -0
  119. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export.txt +14 -0
  120. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import/get.txt +105 -0
  121. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-object-storage-bucket-content-details.txt +119 -0
  122. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-par-url-content-details.txt +106 -0
  123. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency.txt +117 -0
  124. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection.txt +21 -0
  125. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-status-collection/list-runbook-import-statuses.txt +135 -0
  126. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-status-collection.txt +15 -0
  127. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import.txt +14 -0
  128. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/create.txt +5 -4
  129. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/update.txt +1 -1
  130. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version.txt +4 -1
  131. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook.txt +14 -0
  132. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks.txt +56 -0
  133. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-target-collection/list-fleet-targets.txt +9 -0
  134. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-target-collection/list-targets.txt +4 -0
  135. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management.txt +90 -0
  136. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/dedicated-ai-cluster/create.txt +10 -1
  137. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/change-compartment.txt +106 -0
  138. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/create-from-huggingface.txt +213 -0
  139. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/create-from-objectstorage.txt +203 -0
  140. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/delete.txt +131 -0
  141. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/get.txt +91 -0
  142. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/update.txt +183 -0
  143. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model-collection/list-imported-models.txt +161 -0
  144. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model-collection.txt +14 -0
  145. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model.txt +30 -0
  146. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model-collection/list-models.txt +1 -1
  147. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt +18 -0
  148. oci_cli/help_text_producer/data_files/text/cmdref/limits/definition/list.txt +5 -5
  149. oci_cli/help_text_producer/data_files/text/cmdref/limits/resource-availability/get.txt +9 -5
  150. oci_cli/help_text_producer/data_files/text/cmdref/limits/service/list.txt +1 -1
  151. oci_cli/help_text_producer/data_files/text/cmdref/limits/value/list.txt +7 -3
  152. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list-errors.txt → list.txt} +5 -5
  153. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
  154. oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
  155. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
  156. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
  157. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt +100 -0
  158. oci_cli/help_text_producer/data_files/text/cmdref/organizations/{work-request-log.txt → work-request-log-entry.txt} +2 -2
  159. oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
  160. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt +6 -6
  161. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
  162. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
  163. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
  164. oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
  165. oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
  166. oci_cli/help_text_producer/data_files/text/index.txt +2 -0
  167. oci_cli/service_mapping.py +5 -0
  168. oci_cli/version.py +1 -1
  169. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/METADATA +2 -2
  170. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/RECORD +196 -114
  171. services/artifacts/src/oci_cli_artifacts/artifacts_cli_extended.py +4 -0
  172. services/artifacts/src/oci_cli_artifacts/generated/artifacts_cli.py +36 -3
  173. services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +18 -3
  174. services/core/src/oci_cli_blockstorage/generated/blockstorage_cli.py +4 -1
  175. services/core/src/oci_cli_compute/generated/compute_cli.py +35 -5
  176. services/dif/__init__.py +4 -0
  177. services/dif/src/__init__.py +4 -0
  178. services/dif/src/oci_cli_stack/__init__.py +4 -0
  179. services/dif/src/oci_cli_stack/generated/__init__.py +4 -0
  180. services/dif/src/oci_cli_stack/generated/client_mappings.py +14 -0
  181. services/dif/src/oci_cli_stack/generated/stack_cli.py +887 -0
  182. services/dif/src/oci_cli_stack/stack_cli_extended.py +51 -0
  183. services/dif/tests/__init__.py +4 -0
  184. services/fleet_apps_management/src/oci_cli_fleet_apps_management/generated/fleetappsmanagement_cli.py +63 -15
  185. services/fleet_apps_management/src/oci_cli_fleet_apps_management_admin/generated/fleetappsmanagementadmin_cli.py +265 -65
  186. services/fleet_apps_management/src/oci_cli_fleet_apps_management_catalog/generated/fleetappsmanagementcatalog_cli.py +154 -7
  187. services/fleet_apps_management/src/oci_cli_fleet_apps_management_operations/generated/fleetappsmanagementoperations_cli.py +473 -31
  188. services/fleet_apps_management/src/oci_cli_fleet_apps_management_runbooks/generated/fleetappsmanagementrunbooks_cli.py +1055 -34
  189. services/generative_ai/src/oci_cli_generative_ai/generated/generativeai_cli.py +640 -59
  190. services/generative_ai/src/oci_cli_generative_ai/generativeai_cli_extended.py +107 -0
  191. services/limits/src/oci_cli_limits/generated/limits_cli.py +15 -9
  192. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/LICENSE.txt +0 -0
  193. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  194. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/WHEEL +0 -0
  195. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/entry_points.txt +0 -0
  196. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,14 @@
1
+ runbook-export
2
+ **************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ Runbook Export Status check details.
9
+
10
+
11
+ Available Commands
12
+ ==================
13
+
14
+ * get
@@ -0,0 +1,105 @@
1
+ "get"
2
+ *****
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Get the runbook import status for provided runbook and importId.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import get [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --import-id [text]
33
+
34
+ Unique tracking identifier to fetch runbook import status
35
+
36
+ --runbook-id [text]
37
+
38
+ Unique Runbook identifier
39
+
40
+
41
+ Optional Parameters
42
+ ===================
43
+
44
+ --from-json [text]
45
+
46
+ Provide input to this command as a JSON document from a file using the
47
+ file://path-to/file syntax.
48
+
49
+ The "--generate-full-command-json-input" option can be used to
50
+ generate a sample json file to be used with this command option. The
51
+ key names are pre-populated and match the command option names
52
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
53
+ while the values of the keys need to be populated by the user before
54
+ using the sample file as an input to this command. For any command
55
+ option that accepts multiple values, the value of the key can be a
56
+ JSON array.
57
+
58
+ Options can still be provided on the command line. If an option exists
59
+ in both the JSON document and the command line then the command line
60
+ specified value will be used.
61
+
62
+ For examples on usage of this option, please see our “using CLI with
63
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
64
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
65
+
66
+
67
+ Global Parameters
68
+ =================
69
+
70
+ Use "oci --help" for help on global parameters.
71
+
72
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
73
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
74
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
75
+ --generate-param-json-input", "--help", "--latest-version", "--max-
76
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
77
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
78
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
79
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
80
+
81
+
82
+ Example using required parameter
83
+ ================================
84
+
85
+ Copy and paste the following example into a JSON file, replacing the
86
+ example parameters with your own.
87
+
88
+ oci fleet-apps-management fleet-apps-management-runbooks runbook create --generate-param-json-input runbook-version > runbook-version.json
89
+
90
+ Copy the following CLI commands into a file named example.sh. Run the
91
+ command by typing “bash example.sh” and replacing the example
92
+ parameters with your own.
93
+
94
+ Please note this sample will only work in the POSIX-compliant bash-
95
+ like shell. You need to set up the OCI configuration and appropriate
96
+ security policies before trying the examples.
97
+
98
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/create.html#cmdoption-compartment-id
99
+ export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/create.html#cmdoption-display-name
100
+ export operation=<substitute-value-of-operation> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/create.html#cmdoption-operation
101
+ export import_id=<substitute-value-of-import_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import/get.html#cmdoption-import-id
102
+
103
+ runbook_id=$(oci fleet-apps-management fleet-apps-management-runbooks runbook create --compartment-id $compartment_id --display-name $display_name --operation $operation --runbook-version file://runbook-version.json --query data.id --raw-output)
104
+
105
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import get --import-id $import_id --runbook-id $runbook_id
@@ -0,0 +1,119 @@
1
+ "find-runbook-import-dependency-transfer-runbook-object-storage-bucket-content-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
+ Find runbook import Dependencies
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import-dependency-collection find-runbook-import-dependency-transfer-runbook-object-storage-bucket-content-details [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --compartment-id, -c [text]
33
+
34
+ OCID of the compartment to which the resource belongs to.
35
+
36
+ --content-bucket-name [text]
37
+
38
+ Bucket Name.
39
+
40
+ --content-namespace-name [text]
41
+
42
+ Namespace.
43
+
44
+
45
+ Optional Parameters
46
+ ===================
47
+
48
+ --content-checksum [text]
49
+
50
+ md5 checksum of the artifact.
51
+
52
+ --content-object-name [text]
53
+
54
+ Object Name.
55
+
56
+ --from-json [text]
57
+
58
+ Provide input to this command as a JSON document from a file using the
59
+ file://path-to/file syntax.
60
+
61
+ The "--generate-full-command-json-input" option can be used to
62
+ generate a sample json file to be used with this command option. The
63
+ key names are pre-populated and match the command option names
64
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
65
+ while the values of the keys need to be populated by the user before
66
+ using the sample file as an input to this command. For any command
67
+ option that accepts multiple values, the value of the key can be a
68
+ JSON array.
69
+
70
+ Options can still be provided on the command line. If an option exists
71
+ in both the JSON document and the command line then the command line
72
+ specified value will be used.
73
+
74
+ For examples on usage of this option, please see our “using CLI with
75
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
76
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
77
+
78
+ --limit [integer]
79
+
80
+ The maximum number of items to return.
81
+
82
+ --page [text]
83
+
84
+ A token representing the position at which to start retrieving
85
+ results. This must come from the *opc-next-page* header field of a
86
+ previous response.
87
+
88
+
89
+ Global Parameters
90
+ =================
91
+
92
+ Use "oci --help" for help on global parameters.
93
+
94
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
95
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
96
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
97
+ --generate-param-json-input", "--help", "--latest-version", "--max-
98
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
99
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
100
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
101
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
102
+
103
+
104
+ Example using required parameter
105
+ ================================
106
+
107
+ Copy the following CLI commands into a file named example.sh. Run the
108
+ command by typing “bash example.sh” and replacing the example
109
+ parameters with your own.
110
+
111
+ Please note this sample will only work in the POSIX-compliant bash-
112
+ like shell. You need to set up the OCI configuration and appropriate
113
+ security policies before trying the examples.
114
+
115
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-object-storage-bucket-content-details.html#cmdoption-compartment-id
116
+ export content_bucket_name=<substitute-value-of-content_bucket_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-object-storage-bucket-content-details.html#cmdoption-content-bucket-name
117
+ export content_namespace_name=<substitute-value-of-content_namespace_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-object-storage-bucket-content-details.html#cmdoption-content-namespace-name
118
+
119
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import-dependency-collection find-runbook-import-dependency-transfer-runbook-object-storage-bucket-content-details --compartment-id $compartment_id --content-bucket-name $content_bucket_name --content-namespace-name $content_namespace_name
@@ -0,0 +1,106 @@
1
+ "find-runbook-import-dependency-transfer-runbook-par-url-content-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
+ Find runbook import Dependencies
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import-dependency-collection find-runbook-import-dependency-transfer-runbook-par-url-content-details [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --compartment-id, -c [text]
33
+
34
+ OCID of the compartment to which the resource belongs to.
35
+
36
+ --content-url [text]
37
+
38
+ PAR url.
39
+
40
+
41
+ Optional Parameters
42
+ ===================
43
+
44
+ --from-json [text]
45
+
46
+ Provide input to this command as a JSON document from a file using the
47
+ file://path-to/file syntax.
48
+
49
+ The "--generate-full-command-json-input" option can be used to
50
+ generate a sample json file to be used with this command option. The
51
+ key names are pre-populated and match the command option names
52
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
53
+ while the values of the keys need to be populated by the user before
54
+ using the sample file as an input to this command. For any command
55
+ option that accepts multiple values, the value of the key can be a
56
+ JSON array.
57
+
58
+ Options can still be provided on the command line. If an option exists
59
+ in both the JSON document and the command line then the command line
60
+ specified value will be used.
61
+
62
+ For examples on usage of this option, please see our “using CLI with
63
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
64
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
65
+
66
+ --limit [integer]
67
+
68
+ The maximum number of items to return.
69
+
70
+ --page [text]
71
+
72
+ A token representing the position at which to start retrieving
73
+ results. This must come from the *opc-next-page* header field of a
74
+ previous response.
75
+
76
+
77
+ Global Parameters
78
+ =================
79
+
80
+ Use "oci --help" for help on global parameters.
81
+
82
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
83
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
84
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
85
+ --generate-param-json-input", "--help", "--latest-version", "--max-
86
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
87
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
88
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
89
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
90
+
91
+
92
+ Example using required parameter
93
+ ================================
94
+
95
+ Copy the following CLI commands into a file named example.sh. Run the
96
+ command by typing “bash example.sh” and replacing the example
97
+ parameters with your own.
98
+
99
+ Please note this sample will only work in the POSIX-compliant bash-
100
+ like shell. You need to set up the OCI configuration and appropriate
101
+ security policies before trying the examples.
102
+
103
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-par-url-content-details.html#cmdoption-compartment-id
104
+ export content_url=<substitute-value-of-content_url> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-par-url-content-details.html#cmdoption-content-url
105
+
106
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import-dependency-collection find-runbook-import-dependency-transfer-runbook-par-url-content-details --compartment-id $compartment_id --content-url $content_url
@@ -0,0 +1,117 @@
1
+ "find-runbook-import-dependency"
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
+ Find runbook import Dependencies
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import-dependency-collection find-runbook-import-dependency [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --compartment-id, -c [text]
33
+
34
+ OCID of the compartment to which the resource belongs to.
35
+
36
+ --content [complex type]
37
+
38
+ This is a complex type whose value must be valid JSON. The value can
39
+ be provided as a string on the command line or passed in as a file
40
+ using the file://path/to/file syntax.
41
+
42
+ The "--generate-param-json-input" option can be used to generate an
43
+ example of the JSON which must be provided. We recommend storing this
44
+ example in a file, modifying it as needed and then passing it back in
45
+ via the file:// syntax.
46
+
47
+
48
+ Optional Parameters
49
+ ===================
50
+
51
+ --from-json [text]
52
+
53
+ Provide input to this command as a JSON document from a file using the
54
+ file://path-to/file syntax.
55
+
56
+ The "--generate-full-command-json-input" option can be used to
57
+ generate a sample json file to be used with this command option. The
58
+ key names are pre-populated and match the command option names
59
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
60
+ while the values of the keys need to be populated by the user before
61
+ using the sample file as an input to this command. For any command
62
+ option that accepts multiple values, the value of the key can be a
63
+ JSON array.
64
+
65
+ Options can still be provided on the command line. If an option exists
66
+ in both the JSON document and the command line then the command line
67
+ specified value will be used.
68
+
69
+ For examples on usage of this option, please see our “using CLI with
70
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
71
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
72
+
73
+ --limit [integer]
74
+
75
+ The maximum number of items to return.
76
+
77
+ --page [text]
78
+
79
+ A token representing the position at which to start retrieving
80
+ results. This must come from the *opc-next-page* header field of a
81
+ previous response.
82
+
83
+
84
+ Global Parameters
85
+ =================
86
+
87
+ Use "oci --help" for help on global parameters.
88
+
89
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
90
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
91
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
92
+ --generate-param-json-input", "--help", "--latest-version", "--max-
93
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
94
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
95
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
96
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
97
+
98
+
99
+ Example using required parameter
100
+ ================================
101
+
102
+ Copy and paste the following example into a JSON file, replacing the
103
+ example parameters with your own.
104
+
105
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import-dependency-collection find-runbook-import-dependency --generate-param-json-input content > content.json
106
+
107
+ Copy the following CLI commands into a file named example.sh. Run the
108
+ command by typing “bash example.sh” and replacing the example
109
+ parameters with your own.
110
+
111
+ Please note this sample will only work in the POSIX-compliant bash-
112
+ like shell. You need to set up the OCI configuration and appropriate
113
+ security policies before trying the examples.
114
+
115
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency.html#cmdoption-compartment-id
116
+
117
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import-dependency-collection find-runbook-import-dependency --compartment-id $compartment_id --content file://content.json
@@ -0,0 +1,21 @@
1
+ runbook-import-dependency-collection
2
+ ************************************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ Results of a find runbook import dependency. Contains
9
+ RunbookTransferDependencySummary.
10
+
11
+
12
+ Available Commands
13
+ ==================
14
+
15
+ * find-runbook-import-dependency
16
+
17
+ * find-runbook-import-dependency-transfer-runbook-object-storage-
18
+ bucket-content-details
19
+
20
+ * find-runbook-import-dependency-transfer-runbook-par-url-content-
21
+ details
@@ -0,0 +1,135 @@
1
+ "list-runbook-import-statuses"
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
+ Returns a list of all the Runbook import status in the specified
21
+ compartment. The query parameter *compartmentId* is required.
22
+
23
+
24
+ Usage
25
+ =====
26
+
27
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import-status-collection list-runbook-import-statuses [OPTIONS]
28
+
29
+
30
+ Required Parameters
31
+ ===================
32
+
33
+ --compartment-id, -c [text]
34
+
35
+ The ID of the compartment in which to list resources.
36
+
37
+
38
+ Optional Parameters
39
+ ===================
40
+
41
+ --all
42
+
43
+ Fetches all pages of results. If you provide this option, then you
44
+ cannot provide the "--limit" option.
45
+
46
+ --from-json [text]
47
+
48
+ Provide input to this command as a JSON document from a file using the
49
+ file://path-to/file syntax.
50
+
51
+ The "--generate-full-command-json-input" option can be used to
52
+ generate a sample json file to be used with this command option. The
53
+ key names are pre-populated and match the command option names
54
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
55
+ while the values of the keys need to be populated by the user before
56
+ using the sample file as an input to this command. For any command
57
+ option that accepts multiple values, the value of the key can be a
58
+ JSON array.
59
+
60
+ Options can still be provided on the command line. If an option exists
61
+ in both the JSON document and the command line then the command line
62
+ specified value will be used.
63
+
64
+ For examples on usage of this option, please see our “using CLI with
65
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
66
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
67
+
68
+ --id [text]
69
+
70
+ Unique identifier or OCID for listing a single Runbook by id. Either
71
+ compartmentId or id must be provided.
72
+
73
+ --limit [integer]
74
+
75
+ The maximum number of items to return.
76
+
77
+ --page [text]
78
+
79
+ A token representing the position at which to start retrieving
80
+ results. This must come from the *opc-next-page* header field of a
81
+ previous response.
82
+
83
+ --page-size [integer]
84
+
85
+ When fetching results, the number of results to fetch per call. Only
86
+ valid when used with "--all" or "--limit", and ignored otherwise.
87
+
88
+ --sort-by [text]
89
+
90
+ The field to sort by. Only one sort order may be provided. Default
91
+ order for timeCreated is descending. Default order for displayName is
92
+ ascending.
93
+
94
+ Accepted values are:
95
+
96
+ displayName, timeCreated
97
+
98
+ --sort-order [text]
99
+
100
+ The sort order to use, either ‘ASC’ or ‘DESC’.
101
+
102
+ Accepted values are:
103
+
104
+ ASC, DESC
105
+
106
+
107
+ Global Parameters
108
+ =================
109
+
110
+ Use "oci --help" for help on global parameters.
111
+
112
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
113
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
114
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
115
+ --generate-param-json-input", "--help", "--latest-version", "--max-
116
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
117
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
118
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
119
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
120
+
121
+
122
+ Example using required parameter
123
+ ================================
124
+
125
+ Copy the following CLI commands into a file named example.sh. Run the
126
+ command by typing “bash example.sh” and replacing the example
127
+ parameters with your own.
128
+
129
+ Please note this sample will only work in the POSIX-compliant bash-
130
+ like shell. You need to set up the OCI configuration and appropriate
131
+ security policies before trying the examples.
132
+
133
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-status-collection/list-runbook-import-statuses.html#cmdoption-compartment-id
134
+
135
+ oci fleet-apps-management fleet-apps-management-runbooks runbook-import-status-collection list-runbook-import-statuses --compartment-id $compartment_id
@@ -0,0 +1,15 @@
1
+ runbook-import-status-collection
2
+ ********************************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ Results of a runbook search. Contains RunbookImportStatusSummary items
9
+ and other information.
10
+
11
+
12
+ Available Commands
13
+ ==================
14
+
15
+ * list-runbook-import-statuses
@@ -0,0 +1,14 @@
1
+ runbook-import
2
+ **************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ Runbook Import Status check details.
9
+
10
+
11
+ Available Commands
12
+ ==================
13
+
14
+ * get
@@ -15,7 +15,7 @@
15
15
  Description
16
16
  ===========
17
17
 
18
- Add RunbookVersion in Fleet Application Management.
18
+ Add RunbookVersion in Fleet Application Management.
19
19
 
20
20
 
21
21
  Usage
@@ -40,9 +40,10 @@ via the file:// syntax.
40
40
 
41
41
  --groups [complex type]
42
42
 
43
- The groups of the runbook. This is a complex type whose value must be
44
- valid JSON. The value can be provided as a string on the command line
45
- or passed in as a file using the file://path/to/file syntax.
43
+ The groups of the runbook version. This is a complex type whose value
44
+ must be valid JSON. The value can be provided as a string on the
45
+ command line or passed in as a file using the file://path/to/file
46
+ syntax.
46
47
 
47
48
  The "--generate-param-json-input" option can be used to generate an
48
49
  example of the JSON which must be provided. We recommend storing this
@@ -76,7 +76,7 @@ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
76
76
 
77
77
  --groups [complex type]
78
78
 
79
- The groups of the runbook.
79
+ The groups of the runbook version.
80
80
 
81
81
  This option is a JSON list with items of type Group. For
82
82
  documentation on Group please see our API reference: https://docs.clo