oci-cli 3.66.0__py3-none-any.whl → 3.66.2__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.
- common_util/ignored_commands.py +2 -1
- oci_cli/bin/jms.psm1 +74 -6
- oci_cli/bin/marketplace.psm1 +7 -1
- oci_cli/cli_root.py +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/change-compartment.txt +133 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/create.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/update.txt +195 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection/list-ai-data-platforms.txt +155 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform.txt +28 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/cancel.txt +103 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/list.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry/list-work-request-logs.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request.txt +23 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform.txt +44 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-safe/discovery-job/list-discovery-job-results.txt +13 -1
- oci_cli/help_text_producer/data_files/text/cmdref/data-safe/masking-error-summary/list-masking-errors.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/data-safe/masking-policy/list-masking-reports.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-safe/masking-policy/mask-data.txt +6 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-safe/security-assessment/list-findings.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-safe/sensitive-column/list.txt +22 -1
- oci_cli/help_text_producer/data_files/text/cmdref/data-safe/service/get.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-refreshable-clone.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/configure-exascale.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/create.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-vm-cluster/create.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/create.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/list.txt +23 -1
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-cloud-db-system-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-backup.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/update.txt +6 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +6 -12
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/{list-logs.txt → list-work-request-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/jms/agent-installer-summary/generate-agent-installer-configuration.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/blocklist/create.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/jms/blocklist/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/jms/container-summary/list-containers.txt +338 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/container-summary.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/export-setting/update.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/fleet-agent-configuration/update.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/installation-usage/summarize.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/jms/jms-plugin/create.txt +12 -3
- oci_cli/help_text_producer/data_files/text/cmdref/jms/jms-plugin/list.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/jms/library-application-usage-summary/list-library-application-usage.txt +332 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/library-application-usage-summary.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/library-inventory/summarize.txt +284 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/library-inventory.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/library-managed-instance-usage-summary/list-library-managed-instance-usage.txt +332 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/library-managed-instance-usage-summary.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/library-usage/scan.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/library-usage/summarize.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/jms/managed-instance-usage/summarize.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/create-task-schedule-add-installation-site-task-details.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/create-task-schedule-crypto-task-details.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/create-task-schedule-deployed-application-migration-task-details.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/create-task-schedule-java-migration-task-details.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/create-task-schedule-jfr-task-details.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/create-task-schedule-performance-tuning-task-details.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/create-task-schedule-remove-installation-site-task-details.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/create-task-schedule-scan-java-server-task-details.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/create-task-schedule-scan-library-task-details.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/create.txt +150 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/delete.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/get.txt +108 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/list.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/update-task-schedule-add-installation-site-task-details.txt +165 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/update-task-schedule-crypto-task-details.txt +165 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/update-task-schedule-deployed-application-migration-task-details.txt +165 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/update-task-schedule-java-migration-task-details.txt +165 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/update-task-schedule-jfr-task-details.txt +165 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/update-task-schedule-performance-tuning-task-details.txt +165 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/update-task-schedule-remove-installation-site-task-details.txt +165 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/update-task-schedule-scan-java-server-task-details.txt +165 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/update-task-schedule-scan-library-task-details.txt +165 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule/update.txt +171 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/task-schedule.txt +58 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/uncorrelated-package-application-usage-summary/list-uncorrelated-package-application-usage.txt +324 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/uncorrelated-package-application-usage-summary.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/uncorrelated-package-managed-instance-usage-summary/list-uncorrelated-package-managed-instance-usage.txt +324 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/uncorrelated-package-managed-instance-usage-summary.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/uncorrelated-package-usage-summary/list-uncorrelated-package-usage.txt +323 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/uncorrelated-package-usage-summary.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms/work-request/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/jms-java-downloads/java-license/get.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/jms-java-downloads/java-license/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/jms-java-downloads/java-license-acceptance-record/create.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/jms-java-downloads/java-license-acceptance-record/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/jms-java-downloads.txt +1 -3
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/analyze-applications-configuration/get.txt +83 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/analyze-applications-configuration/update.txt +99 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/analyze-applications-configuration.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/java-migration-analysis/delete.txt +103 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/java-migration-analysis/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/java-migration-analysis/list.txt +128 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/java-migration-analysis/request.txt +172 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/java-migration-analysis.txt +23 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/performance-tuning-analysis/delete.txt +103 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/performance-tuning-analysis/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/performance-tuning-analysis/list.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/performance-tuning-analysis/request.txt +172 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/performance-tuning-analysis.txt +23 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/subscription-acknowledgment-configuration/get.txt +83 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/subscription-acknowledgment-configuration/update.txt +95 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/subscription-acknowledgment-configuration.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-item-summary/list-work-items.txt +110 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-item-summary.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-request/cancel.txt +103 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-request/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-request/list.txt +137 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-request-error/list.txt +128 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-request-error.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-request-log-entry/list-work-request-logs.txt +128 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-request-log-entry.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-request.txt +23 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms-utils.txt +65 -0
- oci_cli/help_text_producer/data_files/text/cmdref/jms.txt +76 -0
- oci_cli/help_text_producer/data_files/text/cmdref/marketplace/create-marketplace-external-attested-metadata-details/create-marketplace-external-attested-metadata.txt +96 -0
- oci_cli/help_text_producer/data_files/text/cmdref/marketplace/create-marketplace-external-attested-metadata-details.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/marketplace/marketplace-metadata-public-key-summary/list-marketplace-metadata-public-keys.txt +121 -0
- oci_cli/help_text_producer/data_files/text/cmdref/marketplace/marketplace-metadata-public-key-summary.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/marketplace.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/monitored-region/create.txt +127 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/monitored-region/delete.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/monitored-region/get.txt +98 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/monitored-region/list.txt +137 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/monitored-region.txt +26 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/resource-analytics-instance/change-compartment.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/resource-analytics-instance/create.txt +204 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/resource-analytics-instance/delete.txt +133 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/resource-analytics-instance/disable-oac.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/resource-analytics-instance/enable-oac.txt +154 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/resource-analytics-instance/get.txt +95 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/resource-analytics-instance/list.txt +142 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/resource-analytics-instance/update.txt +179 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/resource-analytics-instance.txt +34 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/tenancy-attachment/create.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/tenancy-attachment/delete.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/tenancy-attachment/get.txt +98 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/tenancy-attachment/list.txt +137 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/tenancy-attachment/update.txt +137 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/tenancy-attachment.txt +29 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/work-request/cancel.txt +103 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/work-request/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/work-request/list.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/work-request-error/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/work-request-error.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/work-request-log-entry/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/work-request-log-entry.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics/work-request.txt +23 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-analytics.txt +68 -0
- oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +7 -7
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt +6 -6
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
- oci_cli/help_text_producer/data_files/text/index.txt +8 -2
- oci_cli/help_text_producer/data_files/text/oci.txt +1 -1
- oci_cli/service_mapping.py +16 -1
- oci_cli/version.py +1 -1
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.2.dist-info}/METADATA +2 -2
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.2.dist-info}/RECORD +228 -75
- services/ai_data_platform/__init__.py +4 -0
- services/ai_data_platform/src/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/ai_data_platform_service_cli.py +14 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/aidataplatform_cli.py +676 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/client_mappings.py +14 -0
- services/ai_data_platform/tests/__init__.py +4 -0
- services/data_safe/src/oci_cli_data_safe/generated/datasafe_cli.py +28 -9
- services/database/src/oci_cli_database/database_cli_extended.py +46 -3
- services/database/src/oci_cli_database/generated/database_cli.py +217 -11
- services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +1 -5
- services/jms/src/oci_cli_java_management_service/generated/javamanagementservice_cli.py +4359 -2378
- services/jms_java_downloads/src/oci_cli_java_download/generated/javadownload_cli.py +5 -5
- services/jms_utils/__init__.py +4 -0
- services/jms_utils/src/__init__.py +4 -0
- services/jms_utils/src/oci_cli_jms_utils/__init__.py +4 -0
- services/jms_utils/src/oci_cli_jms_utils/generated/__init__.py +4 -0
- services/jms_utils/src/oci_cli_jms_utils/generated/client_mappings.py +14 -0
- services/jms_utils/src/oci_cli_jms_utils/generated/jmsutils_cli.py +812 -0
- services/jms_utils/tests/__init__.py +4 -0
- services/marketplace/src/oci_cli_marketplace/generated/marketplace_cli.py +94 -0
- services/resource_analytics/__init__.py +4 -0
- services/resource_analytics/src/__init__.py +4 -0
- services/resource_analytics/src/oci_cli_monitored_region/__init__.py +4 -0
- services/resource_analytics/src/oci_cli_monitored_region/generated/__init__.py +4 -0
- services/resource_analytics/src/oci_cli_monitored_region/generated/client_mappings.py +14 -0
- services/resource_analytics/src/oci_cli_monitored_region/generated/monitoredregion_cli.py +233 -0
- services/resource_analytics/src/oci_cli_monitored_region/monitored_region_cli_extended.py +39 -0
- services/resource_analytics/src/oci_cli_resource_analytics/__init__.py +4 -0
- services/resource_analytics/src/oci_cli_resource_analytics/generated/__init__.py +4 -0
- services/resource_analytics/src/oci_cli_resource_analytics/generated/resource_analytics_service_cli.py +14 -0
- services/resource_analytics/src/oci_cli_resource_analytics_instance/__init__.py +4 -0
- services/resource_analytics/src/oci_cli_resource_analytics_instance/generated/__init__.py +4 -0
- services/resource_analytics/src/oci_cli_resource_analytics_instance/generated/client_mappings.py +14 -0
- services/resource_analytics/src/oci_cli_resource_analytics_instance/generated/resourceanalyticsinstance_cli.py +968 -0
- services/resource_analytics/src/oci_cli_resource_analytics_instance/resource_analytics_instance_cli_extended.py +40 -0
- services/resource_analytics/src/oci_cli_tenancy_attachment/__init__.py +4 -0
- services/resource_analytics/src/oci_cli_tenancy_attachment/generated/__init__.py +4 -0
- services/resource_analytics/src/oci_cli_tenancy_attachment/generated/client_mappings.py +14 -0
- services/resource_analytics/src/oci_cli_tenancy_attachment/generated/tenancyattachment_cli.py +298 -0
- services/resource_analytics/src/oci_cli_tenancy_attachment/tenancy_attachment_cli_extended.py +39 -0
- services/resource_analytics/tests/__init__.py +4 -0
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.2.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.2.dist-info}/WHEEL +0 -0
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.2.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.2.dist-info}/top_level.txt +0 -0
common_util/ignored_commands.py
CHANGED
|
@@ -262,7 +262,8 @@ IGNORED_COMMANDS = [
|
|
|
262
262
|
['apm-synthetics', 'monitor', 'create-scripted-browser-monitor'],
|
|
263
263
|
['apm-synthetics', 'monitor', 'update-scripted-browser-monitor'],
|
|
264
264
|
['fleet-software-update', 'fsu-cycle', 'create-fsu-cycle-create-upgrade-fsu-cycle'],
|
|
265
|
-
['fleet-software-update', 'fsu-cycle', 'update-fsu-cycle-update-upgrade-fsu-cycle']
|
|
265
|
+
['fleet-software-update', 'fsu-cycle', 'update-fsu-cycle-update-upgrade-fsu-cycle'],
|
|
266
|
+
['db', 'exascale-db-storage-vault', 'list']
|
|
266
267
|
]
|
|
267
268
|
|
|
268
269
|
IGNORED_COMMANDS_DOCS = [
|
oci_cli/bin/jms.psm1
CHANGED
|
@@ -4,12 +4,13 @@ function GetOciTopLevelCommand_jms() {
|
|
|
4
4
|
|
|
5
5
|
function GetOciSubcommands_jms() {
|
|
6
6
|
$ociSubcommands = @{
|
|
7
|
-
'jms' = 'agent-installer-summary announcement-collection application-installation-usage-summary application-usage blocklist crypto-analysis-result deployed-application-installation-usage-summary deployed-application-usage drs-file drs-file-collection export-setting export-status fleet fleet-advanced-feature-configuration fleet-agent-configuration fleet-diagnosis-summary fleet-error-aggregation fleet-error-summary installation-site-summary installation-usage java-family java-migration-analysis-result java-release java-server-instance-usage java-server-usage jms-plugin jre-usage library-usage managed-instance-usage performance-tuning-analysis-result plugin-error-aggregation plugin-error-summary work-item-summary work-request work-request-error work-request-log-entry'
|
|
7
|
+
'jms' = 'agent-installer-summary announcement-collection application-installation-usage-summary application-usage blocklist container-summary crypto-analysis-result deployed-application-installation-usage-summary deployed-application-usage drs-file drs-file-collection export-setting export-status fleet fleet-advanced-feature-configuration fleet-agent-configuration fleet-diagnosis-summary fleet-error-aggregation fleet-error-summary installation-site-summary installation-usage java-family java-migration-analysis-result java-release java-server-instance-usage java-server-usage jms-plugin jre-usage library-application-usage-summary library-inventory library-managed-instance-usage-summary library-usage managed-instance-usage performance-tuning-analysis-result plugin-error-aggregation plugin-error-summary task-schedule uncorrelated-package-application-usage-summary uncorrelated-package-managed-instance-usage-summary uncorrelated-package-usage-summary work-item-summary work-request work-request-error work-request-log-entry'
|
|
8
8
|
'jms agent-installer-summary' = 'generate-agent-installer-configuration list-agent-installers'
|
|
9
9
|
'jms announcement-collection' = 'list-announcements'
|
|
10
10
|
'jms application-installation-usage-summary' = 'summarize-application-installation-usage'
|
|
11
11
|
'jms application-usage' = 'summarize'
|
|
12
12
|
'jms blocklist' = 'create delete list'
|
|
13
|
+
'jms container-summary' = 'list-containers'
|
|
13
14
|
'jms crypto-analysis-result' = 'delete get list'
|
|
14
15
|
'jms deployed-application-installation-usage-summary' = 'summarize-deployed-application-installation-usage'
|
|
15
16
|
'jms deployed-application-usage' = 'summarize'
|
|
@@ -32,11 +33,18 @@ function GetOciSubcommands_jms() {
|
|
|
32
33
|
'jms java-server-usage' = 'scan summarize'
|
|
33
34
|
'jms jms-plugin' = 'create delete get list update'
|
|
34
35
|
'jms jre-usage' = 'list summarize'
|
|
36
|
+
'jms library-application-usage-summary' = 'list-library-application-usage'
|
|
37
|
+
'jms library-inventory' = 'summarize'
|
|
38
|
+
'jms library-managed-instance-usage-summary' = 'list-library-managed-instance-usage'
|
|
35
39
|
'jms library-usage' = 'scan summarize'
|
|
36
40
|
'jms managed-instance-usage' = 'summarize'
|
|
37
41
|
'jms performance-tuning-analysis-result' = 'delete get list'
|
|
38
42
|
'jms plugin-error-aggregation' = 'summarize-plugin-errors'
|
|
39
43
|
'jms plugin-error-summary' = 'list-plugin-errors'
|
|
44
|
+
'jms task-schedule' = 'create create-task-schedule-add-installation-site-task-details create-task-schedule-crypto-task-details create-task-schedule-deployed-application-migration-task-details create-task-schedule-java-migration-task-details create-task-schedule-jfr-task-details create-task-schedule-performance-tuning-task-details create-task-schedule-remove-installation-site-task-details create-task-schedule-scan-java-server-task-details create-task-schedule-scan-library-task-details delete get list update update-task-schedule-add-installation-site-task-details update-task-schedule-crypto-task-details update-task-schedule-deployed-application-migration-task-details update-task-schedule-java-migration-task-details update-task-schedule-jfr-task-details update-task-schedule-performance-tuning-task-details update-task-schedule-remove-installation-site-task-details update-task-schedule-scan-java-server-task-details update-task-schedule-scan-library-task-details'
|
|
45
|
+
'jms uncorrelated-package-application-usage-summary' = 'list-uncorrelated-package-application-usage'
|
|
46
|
+
'jms uncorrelated-package-managed-instance-usage-summary' = 'list-uncorrelated-package-managed-instance-usage'
|
|
47
|
+
'jms uncorrelated-package-usage-summary' = 'list-uncorrelated-package-usage'
|
|
40
48
|
'jms work-item-summary' = 'list-work-items'
|
|
41
49
|
'jms work-request' = 'cancel get list'
|
|
42
50
|
'jms work-request-error' = 'list'
|
|
@@ -47,7 +55,7 @@ function GetOciSubcommands_jms() {
|
|
|
47
55
|
|
|
48
56
|
function GetOciCommandsToLongParams_jms() {
|
|
49
57
|
$ociCommandsToLongParams = @{
|
|
50
|
-
'jms agent-installer-summary generate-agent-installer-configuration' = 'file fleet-id from-json help install-key-id'
|
|
58
|
+
'jms agent-installer-summary generate-agent-installer-configuration' = 'agent-type file fleet-id from-json help install-key-id'
|
|
51
59
|
'jms agent-installer-summary list-agent-installers' = 'all compartment-id fleet-id from-json help limit os-family page page-size platform-architecture sort-by sort-order'
|
|
52
60
|
'jms announcement-collection list-announcements' = 'all from-json help limit page page-size sort-by sort-order summary-contains time-end time-start'
|
|
53
61
|
'jms application-installation-usage-summary summarize-application-installation-usage' = 'app-installation-path-contains application-id application-installation-key application-type display-name display-name-contains fleet-id from-json help installation-path jre-distribution jre-vendor jre-version library-key limit managed-instance-id os-family page sort-by sort-order time-end time-start'
|
|
@@ -55,6 +63,7 @@ function GetOciCommandsToLongParams_jms() {
|
|
|
55
63
|
'jms blocklist create' = 'fleet-id from-json help operation reason target'
|
|
56
64
|
'jms blocklist delete' = 'blocklist-key fleet-id force from-json help if-match'
|
|
57
65
|
'jms blocklist list' = 'all fleet-id from-json help limit managed-instance-id operation page page-size sort-by sort-order'
|
|
66
|
+
'jms container-summary list-containers' = 'all application-name display-name fleet-id from-json help jre-security-status jre-version limit managed-instance-id page page-size sort-by sort-order time-started-greater-than-or-equal-to time-started-less-than-or-equal-to'
|
|
58
67
|
'jms crypto-analysis-result delete' = 'crypto-analysis-result-id fleet-id force from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
59
68
|
'jms crypto-analysis-result get' = 'crypto-analysis-result-id fleet-id from-json help'
|
|
60
69
|
'jms crypto-analysis-result list' = 'aggregation-mode all finding-count finding-count-greater-than fleet-id from-json help host-name limit managed-instance-id non-compliant-finding-count non-compliant-finding-count-greater-than page page-size sort-by sort-order time-end time-start'
|
|
@@ -64,7 +73,7 @@ function GetOciCommandsToLongParams_jms() {
|
|
|
64
73
|
'jms drs-file get' = 'drs-file-key fleet-id from-json help page'
|
|
65
74
|
'jms drs-file-collection list-drs-files' = 'all fleet-id from-json help limit page page-size sort-by sort-order'
|
|
66
75
|
'jms export-setting get' = 'fleet-id from-json help'
|
|
67
|
-
'jms export-setting update' = 'export-duration export-frequency export-resources fleet-id from-json help if-match is-cross-region-acknowledged is-enabled target-bucket-name target-bucket-namespace target-bucket-region'
|
|
76
|
+
'jms export-setting update' = 'export-data-filters export-duration export-frequency export-resources fleet-id force from-json help if-match is-cross-region-acknowledged is-enabled target-bucket-name target-bucket-namespace target-bucket-region'
|
|
68
77
|
'jms export-status get' = 'fleet-id from-json help'
|
|
69
78
|
'jms fleet change-compartment' = 'compartment-id fleet-id from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
70
79
|
'jms fleet create' = 'compartment-id defined-tags description display-name freeform-tags from-json help inventory-log is-advanced-features-enabled max-wait-seconds operation-log wait-for-state wait-interval-seconds'
|
|
@@ -87,7 +96,7 @@ function GetOciCommandsToLongParams_jms() {
|
|
|
87
96
|
'jms fleet-advanced-feature-configuration get' = 'fleet-id from-json help if-match'
|
|
88
97
|
'jms fleet-advanced-feature-configuration update' = 'advanced-usage-tracking analytic-bucket-name analytic-namespace crypto-event-analysis fleet-id force from-json help if-match java-migration-analysis jfr-recording lcm performance-tuning-analysis'
|
|
89
98
|
'jms fleet-agent-configuration get' = 'fleet-id from-json help'
|
|
90
|
-
'jms fleet-agent-configuration update' = 'agent-polling-interval-in-minutes fleet-id force from-json help if-match is-collecting-managed-instance-metrics-enabled is-collecting-usernames-enabled jre-scan-frequency jut-processing-frequency linux-configuration mac-os-configuration max-wait-seconds wait-for-state wait-interval-seconds windows-configuration work-request-validity-period-in-days'
|
|
99
|
+
'jms fleet-agent-configuration update' = 'agent-polling-interval-in-minutes fleet-id force from-json help if-match is-capturing-ip-address-and-fqdn-enabled is-collecting-managed-instance-metrics-enabled is-collecting-usernames-enabled is-libraries-scan-enabled jre-scan-frequency jut-processing-frequency linux-configuration mac-os-configuration max-wait-seconds wait-for-state wait-interval-seconds windows-configuration work-request-validity-period-in-days'
|
|
91
100
|
'jms fleet-diagnosis-summary list-fleet-diagnoses' = 'all fleet-id from-json help limit page page-size'
|
|
92
101
|
'jms fleet-error-aggregation summarize-fleet-errors' = 'compartment-id compartment-id-in-subtree from-json help limit page'
|
|
93
102
|
'jms fleet-error-summary list-fleet-errors' = 'all compartment-id compartment-id-in-subtree fleet-id from-json help limit page page-size sort-by sort-order time-first-seen-greater-than-or-equal-to time-first-seen-less-than-or-equal-to time-last-seen-greater-than-or-equal-to time-last-seen-less-than-or-equal-to'
|
|
@@ -105,14 +114,17 @@ function GetOciCommandsToLongParams_jms() {
|
|
|
105
114
|
'jms java-server-instance-usage summarize' = 'application-key fleet-id from-json help library-key limit managed-instance-id page server-instance-key server-instance-name server-instance-name-contains server-key sort-by sort-order time-end time-start'
|
|
106
115
|
'jms java-server-usage scan' = 'fleet-id from-json help if-match managed-instance-ids max-wait-seconds wait-for-state wait-interval-seconds'
|
|
107
116
|
'jms java-server-usage summarize' = 'fleet-id from-json help limit page server-key server-name server-name-contains server-version sort-by sort-order time-end time-start'
|
|
108
|
-
'jms jms-plugin create' = 'agent-id compartment-id defined-tags fleet-id freeform-tags from-json help max-wait-seconds wait-for-state wait-interval-seconds'
|
|
117
|
+
'jms jms-plugin create' = 'agent-id agent-type compartment-id defined-tags fleet-id freeform-tags from-json help max-wait-seconds wait-for-state wait-interval-seconds'
|
|
109
118
|
'jms jms-plugin delete' = 'force from-json help if-match jms-plugin-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
110
119
|
'jms jms-plugin get' = 'from-json help jms-plugin-id'
|
|
111
120
|
'jms jms-plugin list' = 'agent-id agent-type all availability-status compartment-id compartment-id-in-subtree fleet-id from-json help hostname-contains id lifecycle-state limit page page-size sort-by sort-order time-last-seen-less-than-or-equal-to time-registered-less-than-or-equal-to'
|
|
112
121
|
'jms jms-plugin update' = 'defined-tags fleet-id force freeform-tags from-json help if-match jms-plugin-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
113
122
|
'jms jre-usage list' = 'all application-id application-name compartment-id from-json help host-id limit page page-size sort-by sort-order time-end time-start'
|
|
114
123
|
'jms jre-usage summarize' = 'application-id fields fleet-id from-json help jre-distribution jre-id jre-security-status jre-vendor jre-version limit managed-instance-id os-family page sort-by sort-order time-end time-start'
|
|
115
|
-
'jms library-usage
|
|
124
|
+
'jms library-application-usage-summary list-library-application-usage' = 'all application-id application-name application-name-contains fleet-id from-json help library-key limit managed-instance-id page page-size sort-by sort-order time-end time-start'
|
|
125
|
+
'jms library-inventory summarize' = 'application-id fleet-id from-json help managed-instance-id time-end time-start'
|
|
126
|
+
'jms library-managed-instance-usage-summary list-library-managed-instance-usage' = 'all application-id fleet-id from-json help host-name hostname-contains library-key limit managed-instance-id page page-size sort-by sort-order time-end time-start'
|
|
127
|
+
'jms library-usage scan' = 'dynamic-scan-duration-in-minutes fleet-id from-json help if-match is-dynamic-scan managed-instance-ids max-wait-seconds wait-for-state wait-interval-seconds'
|
|
116
128
|
'jms library-usage summarize' = 'application-key cvss-score-greater-than cvss-score-less-than fleet-id from-json help library-key library-name library-name-contains limit managed-instance-id page server-instance-key sort-by sort-order time-end time-start'
|
|
117
129
|
'jms managed-instance-usage summarize' = 'application-id fields fleet-id from-json help hostname-contains installation-path jre-distribution jre-vendor jre-version library-key limit managed-instance-id managed-instance-type os-family page sort-by sort-order time-end time-start'
|
|
118
130
|
'jms performance-tuning-analysis-result delete' = 'fleet-id force from-json help if-match max-wait-seconds performance-tuning-analysis-result-id wait-for-state wait-interval-seconds'
|
|
@@ -120,6 +132,32 @@ function GetOciCommandsToLongParams_jms() {
|
|
|
120
132
|
'jms performance-tuning-analysis-result list' = 'all application-id application-name fleet-id from-json help host-name limit managed-instance-id page page-size sort-by sort-order time-end time-start'
|
|
121
133
|
'jms plugin-error-aggregation summarize-plugin-errors' = 'compartment-id compartment-id-in-subtree from-json help limit page'
|
|
122
134
|
'jms plugin-error-summary list-plugin-errors' = 'all compartment-id compartment-id-in-subtree from-json help limit managed-instance-id page page-size sort-by sort-order time-first-seen-greater-than-or-equal-to time-first-seen-less-than-or-equal-to time-last-seen-greater-than-or-equal-to time-last-seen-less-than-or-equal-to'
|
|
135
|
+
'jms task-schedule create' = 'execution-recurrences fleet-id from-json help max-wait-seconds task-details wait-for-state wait-interval-seconds'
|
|
136
|
+
'jms task-schedule create-task-schedule-add-installation-site-task-details' = 'execution-recurrences fleet-id from-json help max-wait-seconds task-details-add-installation-site-task-request wait-for-state wait-interval-seconds'
|
|
137
|
+
'jms task-schedule create-task-schedule-crypto-task-details' = 'execution-recurrences fleet-id from-json help max-wait-seconds task-details-crypto-task-request wait-for-state wait-interval-seconds'
|
|
138
|
+
'jms task-schedule create-task-schedule-deployed-application-migration-task-details' = 'execution-recurrences fleet-id from-json help max-wait-seconds task-details-deployed-application-migration-task-request wait-for-state wait-interval-seconds'
|
|
139
|
+
'jms task-schedule create-task-schedule-java-migration-task-details' = 'execution-recurrences fleet-id from-json help max-wait-seconds task-details-java-migration-task-request wait-for-state wait-interval-seconds'
|
|
140
|
+
'jms task-schedule create-task-schedule-jfr-task-details' = 'execution-recurrences fleet-id from-json help max-wait-seconds task-details-jfr-task-request wait-for-state wait-interval-seconds'
|
|
141
|
+
'jms task-schedule create-task-schedule-performance-tuning-task-details' = 'execution-recurrences fleet-id from-json help max-wait-seconds task-details-performance-tuning-task-request wait-for-state wait-interval-seconds'
|
|
142
|
+
'jms task-schedule create-task-schedule-remove-installation-site-task-details' = 'execution-recurrences fleet-id from-json help max-wait-seconds task-details-remove-installation-site-task-request wait-for-state wait-interval-seconds'
|
|
143
|
+
'jms task-schedule create-task-schedule-scan-java-server-task-details' = 'execution-recurrences fleet-id from-json help max-wait-seconds task-details-scan-java-server-task-request wait-for-state wait-interval-seconds'
|
|
144
|
+
'jms task-schedule create-task-schedule-scan-library-task-details' = 'execution-recurrences fleet-id from-json help max-wait-seconds task-details-scan-library-task-request wait-for-state wait-interval-seconds'
|
|
145
|
+
'jms task-schedule delete' = 'fleet-id force from-json help if-match max-wait-seconds task-schedule-id wait-for-state wait-interval-seconds'
|
|
146
|
+
'jms task-schedule get' = 'fleet-id from-json help task-schedule-id'
|
|
147
|
+
'jms task-schedule list' = 'all fleet-id from-json help id limit managed-instance-id name page page-size sort-by sort-order task-schedule-name-contains'
|
|
148
|
+
'jms task-schedule update' = 'execution-recurrences fleet-id force from-json help if-match max-wait-seconds task-details task-schedule-id wait-for-state wait-interval-seconds'
|
|
149
|
+
'jms task-schedule update-task-schedule-add-installation-site-task-details' = 'execution-recurrences fleet-id from-json help if-match max-wait-seconds task-details-add-installation-site-task-request task-schedule-id wait-for-state wait-interval-seconds'
|
|
150
|
+
'jms task-schedule update-task-schedule-crypto-task-details' = 'execution-recurrences fleet-id from-json help if-match max-wait-seconds task-details-crypto-task-request task-schedule-id wait-for-state wait-interval-seconds'
|
|
151
|
+
'jms task-schedule update-task-schedule-deployed-application-migration-task-details' = 'execution-recurrences fleet-id from-json help if-match max-wait-seconds task-details-deployed-application-migration-task-request task-schedule-id wait-for-state wait-interval-seconds'
|
|
152
|
+
'jms task-schedule update-task-schedule-java-migration-task-details' = 'execution-recurrences fleet-id from-json help if-match max-wait-seconds task-details-java-migration-task-request task-schedule-id wait-for-state wait-interval-seconds'
|
|
153
|
+
'jms task-schedule update-task-schedule-jfr-task-details' = 'execution-recurrences fleet-id from-json help if-match max-wait-seconds task-details-jfr-task-request task-schedule-id wait-for-state wait-interval-seconds'
|
|
154
|
+
'jms task-schedule update-task-schedule-performance-tuning-task-details' = 'execution-recurrences fleet-id from-json help if-match max-wait-seconds task-details-performance-tuning-task-request task-schedule-id wait-for-state wait-interval-seconds'
|
|
155
|
+
'jms task-schedule update-task-schedule-remove-installation-site-task-details' = 'execution-recurrences fleet-id from-json help if-match max-wait-seconds task-details-remove-installation-site-task-request task-schedule-id wait-for-state wait-interval-seconds'
|
|
156
|
+
'jms task-schedule update-task-schedule-scan-java-server-task-details' = 'execution-recurrences fleet-id from-json help if-match max-wait-seconds task-details-scan-java-server-task-request task-schedule-id wait-for-state wait-interval-seconds'
|
|
157
|
+
'jms task-schedule update-task-schedule-scan-library-task-details' = 'execution-recurrences fleet-id from-json help if-match max-wait-seconds task-details-scan-library-task-request task-schedule-id wait-for-state wait-interval-seconds'
|
|
158
|
+
'jms uncorrelated-package-application-usage-summary list-uncorrelated-package-application-usage' = 'all application-id fleet-id from-json help limit managed-instance-id package-name page page-size sort-by sort-order time-end time-start'
|
|
159
|
+
'jms uncorrelated-package-managed-instance-usage-summary list-uncorrelated-package-managed-instance-usage' = 'all application-id fleet-id from-json help limit managed-instance-id package-name page page-size sort-by sort-order time-end time-start'
|
|
160
|
+
'jms uncorrelated-package-usage-summary list-uncorrelated-package-usage' = 'all application-id fleet-id from-json help limit managed-instance-id package-name page page-size sort-by sort-order time-end time-start'
|
|
123
161
|
'jms work-item-summary list-work-items' = 'all from-json help limit page page-size work-request-id'
|
|
124
162
|
'jms work-request cancel' = 'force from-json help if-match work-request-id'
|
|
125
163
|
'jms work-request get' = 'from-json help work-request-id'
|
|
@@ -140,6 +178,7 @@ function GetOciCommandsToShortParams_jms() {
|
|
|
140
178
|
'jms blocklist create' = '? h'
|
|
141
179
|
'jms blocklist delete' = '? h'
|
|
142
180
|
'jms blocklist list' = '? h'
|
|
181
|
+
'jms container-summary list-containers' = '? h'
|
|
143
182
|
'jms crypto-analysis-result delete' = '? h'
|
|
144
183
|
'jms crypto-analysis-result get' = '? h'
|
|
145
184
|
'jms crypto-analysis-result list' = '? h'
|
|
@@ -197,6 +236,9 @@ function GetOciCommandsToShortParams_jms() {
|
|
|
197
236
|
'jms jms-plugin update' = '? h'
|
|
198
237
|
'jms jre-usage list' = '? c h'
|
|
199
238
|
'jms jre-usage summarize' = '? h'
|
|
239
|
+
'jms library-application-usage-summary list-library-application-usage' = '? h'
|
|
240
|
+
'jms library-inventory summarize' = '? h'
|
|
241
|
+
'jms library-managed-instance-usage-summary list-library-managed-instance-usage' = '? h'
|
|
200
242
|
'jms library-usage scan' = '? h'
|
|
201
243
|
'jms library-usage summarize' = '? h'
|
|
202
244
|
'jms managed-instance-usage summarize' = '? h'
|
|
@@ -205,6 +247,32 @@ function GetOciCommandsToShortParams_jms() {
|
|
|
205
247
|
'jms performance-tuning-analysis-result list' = '? h'
|
|
206
248
|
'jms plugin-error-aggregation summarize-plugin-errors' = '? c h'
|
|
207
249
|
'jms plugin-error-summary list-plugin-errors' = '? c h'
|
|
250
|
+
'jms task-schedule create' = '? h'
|
|
251
|
+
'jms task-schedule create-task-schedule-add-installation-site-task-details' = '? h'
|
|
252
|
+
'jms task-schedule create-task-schedule-crypto-task-details' = '? h'
|
|
253
|
+
'jms task-schedule create-task-schedule-deployed-application-migration-task-details' = '? h'
|
|
254
|
+
'jms task-schedule create-task-schedule-java-migration-task-details' = '? h'
|
|
255
|
+
'jms task-schedule create-task-schedule-jfr-task-details' = '? h'
|
|
256
|
+
'jms task-schedule create-task-schedule-performance-tuning-task-details' = '? h'
|
|
257
|
+
'jms task-schedule create-task-schedule-remove-installation-site-task-details' = '? h'
|
|
258
|
+
'jms task-schedule create-task-schedule-scan-java-server-task-details' = '? h'
|
|
259
|
+
'jms task-schedule create-task-schedule-scan-library-task-details' = '? h'
|
|
260
|
+
'jms task-schedule delete' = '? h'
|
|
261
|
+
'jms task-schedule get' = '? h'
|
|
262
|
+
'jms task-schedule list' = '? h'
|
|
263
|
+
'jms task-schedule update' = '? h'
|
|
264
|
+
'jms task-schedule update-task-schedule-add-installation-site-task-details' = '? h'
|
|
265
|
+
'jms task-schedule update-task-schedule-crypto-task-details' = '? h'
|
|
266
|
+
'jms task-schedule update-task-schedule-deployed-application-migration-task-details' = '? h'
|
|
267
|
+
'jms task-schedule update-task-schedule-java-migration-task-details' = '? h'
|
|
268
|
+
'jms task-schedule update-task-schedule-jfr-task-details' = '? h'
|
|
269
|
+
'jms task-schedule update-task-schedule-performance-tuning-task-details' = '? h'
|
|
270
|
+
'jms task-schedule update-task-schedule-remove-installation-site-task-details' = '? h'
|
|
271
|
+
'jms task-schedule update-task-schedule-scan-java-server-task-details' = '? h'
|
|
272
|
+
'jms task-schedule update-task-schedule-scan-library-task-details' = '? h'
|
|
273
|
+
'jms uncorrelated-package-application-usage-summary list-uncorrelated-package-application-usage' = '? h'
|
|
274
|
+
'jms uncorrelated-package-managed-instance-usage-summary list-uncorrelated-package-managed-instance-usage' = '? h'
|
|
275
|
+
'jms uncorrelated-package-usage-summary list-uncorrelated-package-usage' = '? h'
|
|
208
276
|
'jms work-item-summary list-work-items' = '? h'
|
|
209
277
|
'jms work-request cancel' = '? h'
|
|
210
278
|
'jms work-request get' = '? h'
|
oci_cli/bin/marketplace.psm1
CHANGED
|
@@ -4,15 +4,17 @@ function GetOciTopLevelCommand_marketplace() {
|
|
|
4
4
|
|
|
5
5
|
function GetOciSubcommands_marketplace() {
|
|
6
6
|
$ociSubcommands = @{
|
|
7
|
-
'marketplace' = 'accepted-agreement account agreement category listing listing-summary package publication publication-package publication-summary publisher report-collection report-type-collection tax-summary work-request'
|
|
7
|
+
'marketplace' = 'accepted-agreement account agreement category create-marketplace-external-attested-metadata-details listing listing-summary marketplace-metadata-public-key-summary package publication publication-package publication-summary publisher report-collection report-type-collection tax-summary work-request'
|
|
8
8
|
'marketplace accepted-agreement' = 'create delete get list update'
|
|
9
9
|
'marketplace account' = 'launch-eligibility third-party-paid-listing-eligibility'
|
|
10
10
|
'marketplace account launch-eligibility' = 'get'
|
|
11
11
|
'marketplace account third-party-paid-listing-eligibility' = 'get'
|
|
12
12
|
'marketplace agreement' = 'get list'
|
|
13
13
|
'marketplace category' = 'list'
|
|
14
|
+
'marketplace create-marketplace-external-attested-metadata-details' = 'create-marketplace-external-attested-metadata'
|
|
14
15
|
'marketplace listing' = 'export get list'
|
|
15
16
|
'marketplace listing-summary' = 'search-listings search-listings-free-text search-listings-structured'
|
|
17
|
+
'marketplace marketplace-metadata-public-key-summary' = 'list-marketplace-metadata-public-keys'
|
|
16
18
|
'marketplace package' = 'get list'
|
|
17
19
|
'marketplace publication' = 'change-compartment create create-publication-create-image-publication-package delete get update'
|
|
18
20
|
'marketplace publication-package' = 'get list'
|
|
@@ -38,12 +40,14 @@ function GetOciCommandsToLongParams_marketplace() {
|
|
|
38
40
|
'marketplace agreement get' = 'agreement-id compartment-id from-json help listing-id package-version'
|
|
39
41
|
'marketplace agreement list' = 'all compartment-id from-json help limit listing-id package-version page page-size'
|
|
40
42
|
'marketplace category list' = 'all compartment-id from-json help limit page page-size'
|
|
43
|
+
'marketplace create-marketplace-external-attested-metadata-details create-marketplace-external-attested-metadata' = 'compartment-id from-json help instance-id'
|
|
41
44
|
'marketplace listing export' = 'compartment-id container-repository-path from-json help listing-id max-wait-seconds package-version wait-for-state wait-interval-seconds'
|
|
42
45
|
'marketplace listing get' = 'compartment-id from-json help listing-id'
|
|
43
46
|
'marketplace listing list' = 'all category compartment-id from-json help image-id is-featured limit listing-id listing-types name operating-systems package-type page page-size pricing publisher-id sort-by sort-order'
|
|
44
47
|
'marketplace listing-summary search-listings' = 'from-json help limit matching-context-type page type'
|
|
45
48
|
'marketplace listing-summary search-listings-free-text' = '-search-text from-json help limit matching-context-type page'
|
|
46
49
|
'marketplace listing-summary search-listings-structured' = '-search-query from-json help limit matching-context-type page'
|
|
50
|
+
'marketplace marketplace-metadata-public-key-summary list-marketplace-metadata-public-keys' = 'all compartment-id from-json help limit page page-size sort-by sort-order'
|
|
47
51
|
'marketplace package get' = 'compartment-id from-json help listing-id package-version'
|
|
48
52
|
'marketplace package list' = 'all compartment-id from-json help limit listing-id package-type package-version page page-size sort-by sort-order'
|
|
49
53
|
'marketplace publication change-compartment' = 'compartment-id from-json help if-match publication-id'
|
|
@@ -79,12 +83,14 @@ function GetOciCommandsToShortParams_marketplace() {
|
|
|
79
83
|
'marketplace agreement get' = '? c h'
|
|
80
84
|
'marketplace agreement list' = '? c h'
|
|
81
85
|
'marketplace category list' = '? c h'
|
|
86
|
+
'marketplace create-marketplace-external-attested-metadata-details create-marketplace-external-attested-metadata' = '? c h'
|
|
82
87
|
'marketplace listing export' = '? c h'
|
|
83
88
|
'marketplace listing get' = '? c h'
|
|
84
89
|
'marketplace listing list' = '? c h'
|
|
85
90
|
'marketplace listing-summary search-listings' = '? h'
|
|
86
91
|
'marketplace listing-summary search-listings-free-text' = '? h'
|
|
87
92
|
'marketplace listing-summary search-listings-structured' = '? h'
|
|
93
|
+
'marketplace marketplace-metadata-public-key-summary list-marketplace-metadata-public-keys' = '? c h'
|
|
88
94
|
'marketplace package get' = '? c h'
|
|
89
95
|
'marketplace package list' = '? c h'
|
|
90
96
|
'marketplace publication change-compartment' = '? c h'
|
oci_cli/cli_root.py
CHANGED
|
@@ -427,13 +427,13 @@ For more information, see the Using Queries section at {cli_constants.INPUT_OUTP
|
|
|
427
427
|
@click.option('--auth-purpose', help='The The auth purpose which can be used in conjunction with --auth.')
|
|
428
428
|
@click.option('--generate-full-command-json-input', is_flag=True, is_eager=True, help=GENERATE_FULL_COMMAND_JSON_HELP)
|
|
429
429
|
@click.option('--generate-param-json-input', is_eager=True, help=GENERATE_PARAM_JSON_HELP)
|
|
430
|
-
@click.option('--no-retry', is_flag=True, help='Disable retry logic for calls to services.')
|
|
431
|
-
@click.option('--max-retries', type=click.INT, help='Maximum number of retry calls to be made to the service. For most commands, 5 attempts will be made. For operations with binary bodies, retries are disabled')
|
|
432
430
|
@click.option('--proxy', help="""If the environment the CLI runs in requires use of a proxy server for HTTP requests, the details of the proxy server to use. Examples:
|
|
433
431
|
|
|
434
432
|
http://proxy.example.org:3128/ (uses proxy.example.org on port 3128)
|
|
435
433
|
\b
|
|
436
434
|
http://user:pass@proxy.example.org:3128/ (if your proxy requires a username and password to authenticate)""")
|
|
435
|
+
@click.option('--no-retry', is_flag=True, help='Disable retry logic for calls to services.')
|
|
436
|
+
@click.option('--max-retries', type=click.INT, help='Maximum number of retry calls to be made to the service. For most commands, 7 attempts will be made. For operations with binary bodies, retries are disabled')
|
|
437
437
|
@click.option('-d', '--debug', is_flag=True, help='Show additional debug information.')
|
|
438
438
|
@click.option('-i', '--cli-auto-prompt', is_flag=True, help=f'''Use the interactive features for autocompletion and quick view of command reference.
|
|
439
439
|
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
"change-compartment"
|
|
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
|
+
Moves a AiDataPlatform into a different compartment within the same
|
|
21
|
+
tenancy. For information about moving resources between compartments,
|
|
22
|
+
see Moving Resources to a Different Compartment.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
Usage
|
|
26
|
+
=====
|
|
27
|
+
|
|
28
|
+
oci ai-data-platform ai-data-platform change-compartment [OPTIONS]
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
Required Parameters
|
|
32
|
+
===================
|
|
33
|
+
|
|
34
|
+
--ai-data-platform-id [text]
|
|
35
|
+
|
|
36
|
+
The OCID of the AiDataPlatform.
|
|
37
|
+
|
|
38
|
+
--compartment-id, -c [text]
|
|
39
|
+
|
|
40
|
+
The OCID of the compartment to move the AiDataPlatform to.
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
Optional Parameters
|
|
44
|
+
===================
|
|
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
|
+
--if-match [text]
|
|
69
|
+
|
|
70
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
71
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
72
|
+
previous GET or POST response for that resource. The resource will be
|
|
73
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
74
|
+
current etag value.
|
|
75
|
+
|
|
76
|
+
--max-wait-seconds [integer]
|
|
77
|
+
|
|
78
|
+
The maximum time to wait for the work request to reach the state
|
|
79
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
80
|
+
|
|
81
|
+
--wait-for-state [text]
|
|
82
|
+
|
|
83
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
84
|
+
and uses a work request to track the progress of the operation.
|
|
85
|
+
Specify this option to perform the action and then wait until the work
|
|
86
|
+
request reaches a certain state. Multiple states can be specified,
|
|
87
|
+
returning on the first state. For example, "--wait-for-state"
|
|
88
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
89
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
90
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
91
|
+
|
|
92
|
+
Accepted values are:
|
|
93
|
+
|
|
94
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, NEEDS_ATTENTION, SUCCEEDED, WAITING
|
|
95
|
+
|
|
96
|
+
--wait-interval-seconds [integer]
|
|
97
|
+
|
|
98
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
99
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
100
|
+
seconds.
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
Global Parameters
|
|
104
|
+
=================
|
|
105
|
+
|
|
106
|
+
Use "oci --help" for help on global parameters.
|
|
107
|
+
|
|
108
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
109
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
110
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
111
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
112
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
113
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
114
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
115
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
Example using required parameter
|
|
119
|
+
================================
|
|
120
|
+
|
|
121
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
122
|
+
command by typing “bash example.sh” and replacing the example
|
|
123
|
+
parameters with your own.
|
|
124
|
+
|
|
125
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
126
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
127
|
+
security policies before trying the examples.
|
|
128
|
+
|
|
129
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ai-data-platform/ai-data-platform/create.html#cmdoption-compartment-id
|
|
130
|
+
|
|
131
|
+
ai_data_platform_id=$(oci ai-data-platform ai-data-platform create --compartment-id $compartment_id --query data.id --raw-output)
|
|
132
|
+
|
|
133
|
+
oci ai-data-platform ai-data-platform change-compartment --ai-data-platform-id $ai_data_platform_id --compartment-id $compartment_id
|
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/create.txt
ADDED
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
"create"
|
|
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
|
+
Creates a AiDataPlatform.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci ai-data-platform ai-data-platform create [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--compartment-id, -c [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the compartment to create the AiDataPlatform in.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Optional Parameters
|
|
38
|
+
===================
|
|
39
|
+
|
|
40
|
+
--ai-data-platform-type [text]
|
|
41
|
+
|
|
42
|
+
The AiDataPlatform type.
|
|
43
|
+
|
|
44
|
+
--default-workspace-name [text]
|
|
45
|
+
|
|
46
|
+
The name for the default workspace for the AiDataPlatform
|
|
47
|
+
|
|
48
|
+
--defined-tags [complex type]
|
|
49
|
+
|
|
50
|
+
Defined tags for this resource. Each key is predefined and scoped to a
|
|
51
|
+
namespace. For more information, see Resource Tags.
|
|
52
|
+
|
|
53
|
+
Example:
|
|
54
|
+
|
|
55
|
+
{"Operations": {"CostCenter": "42"}}
|
|
56
|
+
|
|
57
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
58
|
+
be provided as a string on the command line or passed in as a file
|
|
59
|
+
using the file://path/to/file syntax.
|
|
60
|
+
|
|
61
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
62
|
+
example of the JSON which must be provided. We recommend storing this
|
|
63
|
+
example in a file, modifying it as needed and then passing it back in
|
|
64
|
+
via the file:// syntax.
|
|
65
|
+
|
|
66
|
+
--display-name [text]
|
|
67
|
+
|
|
68
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
69
|
+
Avoid entering confidential information.
|
|
70
|
+
|
|
71
|
+
--freeform-tags [complex type]
|
|
72
|
+
|
|
73
|
+
Free-form tags for this resource. Each tag is a simple key-value pair
|
|
74
|
+
with no predefined name, type, or namespace. For more information, see
|
|
75
|
+
Resource Tags.
|
|
76
|
+
|
|
77
|
+
Example:
|
|
78
|
+
|
|
79
|
+
{"Department": "Finance"}
|
|
80
|
+
|
|
81
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
82
|
+
be provided as a string on the command line or passed in as a file
|
|
83
|
+
using the file://path/to/file syntax.
|
|
84
|
+
|
|
85
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
86
|
+
example of the JSON which must be provided. We recommend storing this
|
|
87
|
+
example in a file, modifying it as needed and then passing it back in
|
|
88
|
+
via the file:// syntax.
|
|
89
|
+
|
|
90
|
+
--from-json [text]
|
|
91
|
+
|
|
92
|
+
Provide input to this command as a JSON document from a file using the
|
|
93
|
+
file://path-to/file syntax.
|
|
94
|
+
|
|
95
|
+
The "--generate-full-command-json-input" option can be used to
|
|
96
|
+
generate a sample json file to be used with this command option. The
|
|
97
|
+
key names are pre-populated and match the command option names
|
|
98
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
99
|
+
while the values of the keys need to be populated by the user before
|
|
100
|
+
using the sample file as an input to this command. For any command
|
|
101
|
+
option that accepts multiple values, the value of the key can be a
|
|
102
|
+
JSON array.
|
|
103
|
+
|
|
104
|
+
Options can still be provided on the command line. If an option exists
|
|
105
|
+
in both the JSON document and the command line then the command line
|
|
106
|
+
specified value will be used.
|
|
107
|
+
|
|
108
|
+
For examples on usage of this option, please see our “using CLI with
|
|
109
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
110
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
111
|
+
|
|
112
|
+
--max-wait-seconds [integer]
|
|
113
|
+
|
|
114
|
+
The maximum time to wait for the work request to reach the state
|
|
115
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
116
|
+
|
|
117
|
+
--system-tags [complex type]
|
|
118
|
+
|
|
119
|
+
System tags for this resource. Each key is predefined and scoped to a
|
|
120
|
+
namespace.
|
|
121
|
+
|
|
122
|
+
Example:
|
|
123
|
+
|
|
124
|
+
{"orcl-cloud": {"free-tier-retained": "true"}}
|
|
125
|
+
|
|
126
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
127
|
+
be provided as a string on the command line or passed in as a file
|
|
128
|
+
using the file://path/to/file syntax.
|
|
129
|
+
|
|
130
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
131
|
+
example of the JSON which must be provided. We recommend storing this
|
|
132
|
+
example in a file, modifying it as needed and then passing it back in
|
|
133
|
+
via the file:// syntax.
|
|
134
|
+
|
|
135
|
+
--wait-for-state [text]
|
|
136
|
+
|
|
137
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
138
|
+
and uses a work request to track the progress of the operation.
|
|
139
|
+
Specify this option to perform the action and then wait until the work
|
|
140
|
+
request reaches a certain state. Multiple states can be specified,
|
|
141
|
+
returning on the first state. For example, "--wait-for-state"
|
|
142
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
143
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
144
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
145
|
+
|
|
146
|
+
Accepted values are:
|
|
147
|
+
|
|
148
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, NEEDS_ATTENTION, SUCCEEDED, WAITING
|
|
149
|
+
|
|
150
|
+
--wait-interval-seconds [integer]
|
|
151
|
+
|
|
152
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
153
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
154
|
+
seconds.
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
Global Parameters
|
|
158
|
+
=================
|
|
159
|
+
|
|
160
|
+
Use "oci --help" for help on global parameters.
|
|
161
|
+
|
|
162
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
163
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
164
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
165
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
166
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
167
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
168
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
169
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
Example using required parameter
|
|
173
|
+
================================
|
|
174
|
+
|
|
175
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
176
|
+
command by typing “bash example.sh” and replacing the example
|
|
177
|
+
parameters with your own.
|
|
178
|
+
|
|
179
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
180
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
181
|
+
security policies before trying the examples.
|
|
182
|
+
|
|
183
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ai-data-platform/ai-data-platform/create.html#cmdoption-compartment-id
|
|
184
|
+
|
|
185
|
+
oci ai-data-platform ai-data-platform create --compartment-id $compartment_id
|