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
|
@@ -47,6 +47,18 @@ cannot provide the "--limit" option.
|
|
|
47
47
|
|
|
48
48
|
A filter to return only a specific column based on column name.
|
|
49
49
|
|
|
50
|
+
--confidence-level [text]
|
|
51
|
+
|
|
52
|
+
A filter to return the discovery job results with the specified
|
|
53
|
+
confidence level. Confidence level of discovery job result associated
|
|
54
|
+
with a seeded sensitive type can either be HIGH or LOW. While the
|
|
55
|
+
confidence level of discovery job result associated with a user
|
|
56
|
+
defined sensitive will be NONE.
|
|
57
|
+
|
|
58
|
+
Accepted values are:
|
|
59
|
+
|
|
60
|
+
HIGH, LOW, MEDIUM, NONE
|
|
61
|
+
|
|
50
62
|
--discovery-type [text]
|
|
51
63
|
|
|
52
64
|
A filter to return only the resources that match the specified
|
|
@@ -127,7 +139,7 @@ and plannedAction is ascending.
|
|
|
127
139
|
|
|
128
140
|
Accepted values are:
|
|
129
141
|
|
|
130
|
-
columnName, discoveryType, objectName, plannedAction, schemaName, timeFinished
|
|
142
|
+
columnName, confidenceLevel, discoveryType, objectName, plannedAction, schemaName, timeFinished
|
|
131
143
|
|
|
132
144
|
--sort-order [text]
|
|
133
145
|
|
oci_cli/help_text_producer/data_files/text/cmdref/data-safe/masking-policy/list-masking-reports.txt
CHANGED
|
@@ -124,6 +124,11 @@ Accepted values are:
|
|
|
124
124
|
|
|
125
125
|
ASC, DESC
|
|
126
126
|
|
|
127
|
+
--target-database-group-id [text]
|
|
128
|
+
|
|
129
|
+
A filter to return the target database group that matches the
|
|
130
|
+
specified OCID.
|
|
131
|
+
|
|
127
132
|
--target-id [text]
|
|
128
133
|
|
|
129
134
|
A filter to return only items related to a specific target OCID.
|
|
@@ -194,6 +194,12 @@ used. The OCID of the target database to be masked. If it’s not
|
|
|
194
194
|
provided, the value of the targetId attribute in the MaskingPolicy
|
|
195
195
|
resource is used.
|
|
196
196
|
|
|
197
|
+
--user-defined-function-seed [text]
|
|
198
|
+
|
|
199
|
+
The seed value to be used in case of User Defined Function masking
|
|
200
|
+
format. This is an optional parameter and needs to be passed only if
|
|
201
|
+
any User Defined Function uses seed.
|
|
202
|
+
|
|
197
203
|
--wait-for-state [text]
|
|
198
204
|
|
|
199
205
|
This operation asynchronously creates, modifies or deletes a resource
|
oci_cli/help_text_producer/data_files/text/cmdref/data-safe/security-assessment/list-findings.txt
CHANGED
|
@@ -61,6 +61,11 @@ cannot provide the "--limit" option.
|
|
|
61
61
|
|
|
62
62
|
The category of the finding.
|
|
63
63
|
|
|
64
|
+
--compartment-id, -c [text]
|
|
65
|
+
|
|
66
|
+
A filter to return only resources that match the specified compartment
|
|
67
|
+
OCID.
|
|
68
|
+
|
|
64
69
|
--compartment-id-in-subtree [boolean]
|
|
65
70
|
|
|
66
71
|
Default is false. When set to true, the hierarchy of compartments is
|
|
@@ -43,6 +43,14 @@ Optional Parameters
|
|
|
43
43
|
Fetches all pages of results. If you provide this option, then you
|
|
44
44
|
cannot provide the "--limit" option.
|
|
45
45
|
|
|
46
|
+
--column-data-count-filter [text]
|
|
47
|
+
|
|
48
|
+
Filters the sensitive columns with respect to the estimated row count.
|
|
49
|
+
|
|
50
|
+
Accepted values are:
|
|
51
|
+
|
|
52
|
+
SHOW_ALL_COLUMNS, SHOW_COLUMNS_WITHOUT_DATA, SHOW_COLUMNS_WITH_DATA
|
|
53
|
+
|
|
46
54
|
--column-group [text]
|
|
47
55
|
|
|
48
56
|
A filter to return only the sensitive columns that belong to the
|
|
@@ -52,6 +60,19 @@ specified column group.
|
|
|
52
60
|
|
|
53
61
|
A filter to return only a specific column based on column name.
|
|
54
62
|
|
|
63
|
+
--confidence-level [text]
|
|
64
|
+
|
|
65
|
+
A filter to return the sensitive columns with the specified confidence
|
|
66
|
+
level. Confidence level of sensitive column associated with a seeded
|
|
67
|
+
sensitive type can either be HIGH or LOW. While the confidence level
|
|
68
|
+
of sensitive column associated with a user defined sensitive will be
|
|
69
|
+
NONE. For sensitive columns added manually the confidence level will
|
|
70
|
+
also be NONE.
|
|
71
|
+
|
|
72
|
+
Accepted values are:
|
|
73
|
+
|
|
74
|
+
HIGH, LOW, MEDIUM, NONE
|
|
75
|
+
|
|
55
76
|
--data-type [text]
|
|
56
77
|
|
|
57
78
|
A filter to return only the resources that match the specified data
|
|
@@ -161,7 +182,7 @@ default order for schemaName, objectName, and columnName is ascending.
|
|
|
161
182
|
|
|
162
183
|
Accepted values are:
|
|
163
184
|
|
|
164
|
-
columnName, dataType, objectName, schemaName, timeCreated
|
|
185
|
+
columnName, confidenceLevel, dataType, objectName, schemaName, timeCreated
|
|
165
186
|
|
|
166
187
|
--sort-order [text]
|
|
167
188
|
|
|
@@ -133,6 +133,14 @@ WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5,
|
|
|
133
133
|
ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS,
|
|
134
134
|
ZHT32TRIS
|
|
135
135
|
|
|
136
|
+
--clone-type [text]
|
|
137
|
+
|
|
138
|
+
The Autonomous Database clone type.
|
|
139
|
+
|
|
140
|
+
Accepted values are:
|
|
141
|
+
|
|
142
|
+
FULL, METADATA, PARTIAL
|
|
143
|
+
|
|
136
144
|
--compute-count [float]
|
|
137
145
|
|
|
138
146
|
The compute amount (CPUs) available to the database. Minimum and
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
"configure-exascale"
|
|
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
|
+
Configures Exascale on Cloud exadata infrastructure resource. Applies
|
|
21
|
+
to Exadata Cloud Service instances only.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Usage
|
|
25
|
+
=====
|
|
26
|
+
|
|
27
|
+
oci db cloud-exa-infra configure-exascale [OPTIONS]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Required Parameters
|
|
31
|
+
===================
|
|
32
|
+
|
|
33
|
+
--cloud-exa-infra-id [text]
|
|
34
|
+
|
|
35
|
+
The OCID of the cloud Exadata infrastructure.
|
|
36
|
+
|
|
37
|
+
--total-storage-in-gbs [integer]
|
|
38
|
+
|
|
39
|
+
Storage size needed for Exascale in GBs.
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
Optional Parameters
|
|
43
|
+
===================
|
|
44
|
+
|
|
45
|
+
--from-json [text]
|
|
46
|
+
|
|
47
|
+
Provide input to this command as a JSON document from a file using the
|
|
48
|
+
file://path-to/file syntax.
|
|
49
|
+
|
|
50
|
+
The "--generate-full-command-json-input" option can be used to
|
|
51
|
+
generate a sample json file to be used with this command option. The
|
|
52
|
+
key names are pre-populated and match the command option names
|
|
53
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
54
|
+
while the values of the keys need to be populated by the user before
|
|
55
|
+
using the sample file as an input to this command. For any command
|
|
56
|
+
option that accepts multiple values, the value of the key can be a
|
|
57
|
+
JSON array.
|
|
58
|
+
|
|
59
|
+
Options can still be provided on the command line. If an option exists
|
|
60
|
+
in both the JSON document and the command line then the command line
|
|
61
|
+
specified value will be used.
|
|
62
|
+
|
|
63
|
+
For examples on usage of this option, please see our “using CLI with
|
|
64
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
65
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
66
|
+
|
|
67
|
+
--if-match [text]
|
|
68
|
+
|
|
69
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
70
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
71
|
+
previous GET or POST response for that resource. The resource will be
|
|
72
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
73
|
+
current etag value.
|
|
74
|
+
|
|
75
|
+
--max-wait-seconds [integer]
|
|
76
|
+
|
|
77
|
+
The maximum time to wait for the resource to reach the lifecycle state
|
|
78
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
79
|
+
|
|
80
|
+
--wait-for-state [text]
|
|
81
|
+
|
|
82
|
+
This operation creates, modifies or deletes a resource that has a
|
|
83
|
+
defined lifecycle state. Specify this option to perform the action and
|
|
84
|
+
then wait until the resource reaches a given lifecycle state. Multiple
|
|
85
|
+
states can be specified, returning on the first state. For example, "
|
|
86
|
+
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
87
|
+
whichever lifecycle state is reached first. If timeout is reached, a
|
|
88
|
+
return code of 2 is returned. For any other error, a return code of 1
|
|
89
|
+
is returned.
|
|
90
|
+
|
|
91
|
+
Accepted values are:
|
|
92
|
+
|
|
93
|
+
AVAILABLE, FAILED, MAINTENANCE_IN_PROGRESS, PROVISIONING, TERMINATED, TERMINATING, UPDATING
|
|
94
|
+
|
|
95
|
+
--wait-interval-seconds [integer]
|
|
96
|
+
|
|
97
|
+
Check every "--wait-interval-seconds" to see whether the resource has
|
|
98
|
+
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
99
|
+
30 seconds.
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
Global Parameters
|
|
103
|
+
=================
|
|
104
|
+
|
|
105
|
+
Use "oci --help" for help on global parameters.
|
|
106
|
+
|
|
107
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
108
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
109
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
110
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
111
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
112
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
113
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
114
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
Example using required parameter
|
|
118
|
+
================================
|
|
119
|
+
|
|
120
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
121
|
+
command by typing “bash example.sh” and replacing the example
|
|
122
|
+
parameters with your own.
|
|
123
|
+
|
|
124
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
125
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
126
|
+
security policies before trying the examples.
|
|
127
|
+
|
|
128
|
+
export availability_domain=<substitute-value-of-availability_domain> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/cloud-exa-infra/create.html#cmdoption-availability-domain
|
|
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/db/cloud-exa-infra/create.html#cmdoption-compartment-id
|
|
130
|
+
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/cloud-exa-infra/create.html#cmdoption-display-name
|
|
131
|
+
export shape=<substitute-value-of-shape> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/cloud-exa-infra/create.html#cmdoption-shape
|
|
132
|
+
export total_storage_in_gbs=<substitute-value-of-total_storage_in_gbs> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/cloud-exa-infra/configure-exascale.html#cmdoption-total-storage-in-gbs
|
|
133
|
+
|
|
134
|
+
cloud_exa_infra_id=$(oci db cloud-exa-infra create --availability-domain $availability_domain --compartment-id $compartment_id --display-name $display_name --shape $shape --query data.id --raw-output)
|
|
135
|
+
|
|
136
|
+
oci db cloud-exa-infra configure-exascale --cloud-exa-infra-id $cloud_exa_infra_id --total-storage-in-gbs $total_storage_in_gbs
|
|
@@ -55,7 +55,8 @@ Optional Parameters
|
|
|
55
55
|
|
|
56
56
|
--cluster-placement-group-id [text]
|
|
57
57
|
|
|
58
|
-
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
58
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
59
|
+
or Db System.
|
|
59
60
|
|
|
60
61
|
--compute-count [integer]
|
|
61
62
|
|
|
@@ -349,6 +349,10 @@ Operating system version of the image.
|
|
|
349
349
|
The time zone to use for the cloud VM cluster. For details, see Time
|
|
350
350
|
Zones.
|
|
351
351
|
|
|
352
|
+
--vault-id [text]
|
|
353
|
+
|
|
354
|
+
The OCID of the Exadata Database Storage Vault.
|
|
355
|
+
|
|
352
356
|
--vm-cluster-type [text]
|
|
353
357
|
|
|
354
358
|
The vmcluster type for the VM cluster/Cloud VM cluster.
|
|
@@ -56,7 +56,8 @@ Database Storage Vault.
|
|
|
56
56
|
|
|
57
57
|
--cluster-placement-group-id [text]
|
|
58
58
|
|
|
59
|
-
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
59
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
60
|
+
or Db System.
|
|
60
61
|
|
|
61
62
|
--defined-tags [complex type]
|
|
62
63
|
|
|
@@ -75,7 +76,7 @@ via the file:// syntax.
|
|
|
75
76
|
|
|
76
77
|
Exadata Database Storage Vault description.
|
|
77
78
|
|
|
78
|
-
--
|
|
79
|
+
--exa-infra-id [text]
|
|
79
80
|
|
|
80
81
|
The OCID of the Exadata infrastructure.
|
|
81
82
|
|
|
@@ -61,7 +61,7 @@ placement group ID exactly.
|
|
|
61
61
|
A filter to return only resources that match the entire display name
|
|
62
62
|
given. The match is not case sensitive.
|
|
63
63
|
|
|
64
|
-
--
|
|
64
|
+
--exa-infra-id [text]
|
|
65
65
|
|
|
66
66
|
A filter to return only list of Vaults that are linked to the exadata
|
|
67
67
|
infrastructure Id.
|
|
@@ -88,6 +88,28 @@ For examples on usage of this option, please see our “using CLI with
|
|
|
88
88
|
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
89
89
|
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
90
90
|
|
|
91
|
+
--from-json [text]
|
|
92
|
+
|
|
93
|
+
Provide input to this command as a JSON document from a file using the
|
|
94
|
+
file://path-to/file syntax.
|
|
95
|
+
|
|
96
|
+
The "--generate-full-command-json-input" option can be used to
|
|
97
|
+
generate a sample json file to be used with this command option. The
|
|
98
|
+
key names are pre-populated and match the command option names
|
|
99
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
100
|
+
while the values of the keys need to be populated by the user before
|
|
101
|
+
using the sample file as an input to this command. For any command
|
|
102
|
+
option that accepts multiple values, the value of the key can be a
|
|
103
|
+
JSON array.
|
|
104
|
+
|
|
105
|
+
Options can still be provided on the command line. If an option exists
|
|
106
|
+
in both the JSON document and the command line then the command line
|
|
107
|
+
specified value will be used.
|
|
108
|
+
|
|
109
|
+
For examples on usage of this option, please see our “using CLI with
|
|
110
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
111
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
112
|
+
|
|
91
113
|
--lifecycle-state [text]
|
|
92
114
|
|
|
93
115
|
A filter to return only Exadata Database Storage Vaults that match the
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-cloud-db-system-subscription.txt
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
"change-cloud-db-system-subscription"
|
|
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
|
+
Associate a cloud DB system with a different subscription.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci db system change-cloud-db-system-subscription [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--db-system-id [text]
|
|
33
|
+
|
|
34
|
+
The DB system OCID.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Optional Parameters
|
|
38
|
+
===================
|
|
39
|
+
|
|
40
|
+
--from-json [text]
|
|
41
|
+
|
|
42
|
+
Provide input to this command as a JSON document from a file using the
|
|
43
|
+
file://path-to/file syntax.
|
|
44
|
+
|
|
45
|
+
The "--generate-full-command-json-input" option can be used to
|
|
46
|
+
generate a sample json file to be used with this command option. The
|
|
47
|
+
key names are pre-populated and match the command option names
|
|
48
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
49
|
+
while the values of the keys need to be populated by the user before
|
|
50
|
+
using the sample file as an input to this command. For any command
|
|
51
|
+
option that accepts multiple values, the value of the key can be a
|
|
52
|
+
JSON array.
|
|
53
|
+
|
|
54
|
+
Options can still be provided on the command line. If an option exists
|
|
55
|
+
in both the JSON document and the command line then the command line
|
|
56
|
+
specified value will be used.
|
|
57
|
+
|
|
58
|
+
For examples on usage of this option, please see our “using CLI with
|
|
59
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
60
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
61
|
+
|
|
62
|
+
--if-match [text]
|
|
63
|
+
|
|
64
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
65
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
66
|
+
previous GET or POST response for that resource. The resource will be
|
|
67
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
68
|
+
current etag value.
|
|
69
|
+
|
|
70
|
+
--is-default [boolean]
|
|
71
|
+
|
|
72
|
+
Indicates if the subscription is UCM or not.
|
|
73
|
+
|
|
74
|
+
--max-wait-seconds [integer]
|
|
75
|
+
|
|
76
|
+
The maximum time to wait for the work request to reach the state
|
|
77
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
78
|
+
|
|
79
|
+
--subscription-id [text]
|
|
80
|
+
|
|
81
|
+
The OCID of the subscription with which resource needs to be
|
|
82
|
+
associated with.
|
|
83
|
+
|
|
84
|
+
--wait-for-state [text]
|
|
85
|
+
|
|
86
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
87
|
+
and uses a work request to track the progress of the operation.
|
|
88
|
+
Specify this option to perform the action and then wait until the work
|
|
89
|
+
request reaches a certain state. Multiple states can be specified,
|
|
90
|
+
returning on the first state. For example, "--wait-for-state"
|
|
91
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
92
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
93
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
94
|
+
|
|
95
|
+
Accepted values are:
|
|
96
|
+
|
|
97
|
+
ACCEPTED, FAILED, IN_PROGRESS, SUCCEEDED
|
|
98
|
+
|
|
99
|
+
--wait-interval-seconds [integer]
|
|
100
|
+
|
|
101
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
102
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
103
|
+
seconds.
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
Global Parameters
|
|
107
|
+
=================
|
|
108
|
+
|
|
109
|
+
Use "oci --help" for help on global parameters.
|
|
110
|
+
|
|
111
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
112
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
113
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
114
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
115
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
116
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
117
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
118
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
Example using required parameter
|
|
122
|
+
================================
|
|
123
|
+
|
|
124
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
125
|
+
command by typing “bash example.sh” and replacing the example
|
|
126
|
+
parameters with your own.
|
|
127
|
+
|
|
128
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
129
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
130
|
+
security policies before trying the examples.
|
|
131
|
+
|
|
132
|
+
export db_system_id=<substitute-value-of-db_system_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/system/change-cloud-db-system-subscription.html#cmdoption-db-system-id
|
|
133
|
+
|
|
134
|
+
oci db system change-cloud-db-system-subscription --db-system-id $db_system_id
|
|
@@ -159,6 +159,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
159
159
|
cluster name can be no longer than 11 characters and is not case
|
|
160
160
|
sensitive.
|
|
161
161
|
|
|
162
|
+
--cluster-placement-group-id [text]
|
|
163
|
+
|
|
164
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
165
|
+
or Db System.
|
|
166
|
+
|
|
162
167
|
--compute-count [integer]
|
|
163
168
|
|
|
164
169
|
The number of compute servers for the DB system.
|
|
@@ -413,6 +418,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
413
418
|
example in a file, modifying it as needed and then passing it back in
|
|
414
419
|
via the file:// syntax.
|
|
415
420
|
|
|
421
|
+
--opc-dry-run [boolean]
|
|
422
|
+
|
|
423
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
424
|
+
request does not actually creating or updating a resource and is used
|
|
425
|
+
only to perform validation on the submitted data.
|
|
426
|
+
|
|
416
427
|
--private-ip [text]
|
|
417
428
|
|
|
418
429
|
A private IP address of your choice. Must be an available IP address
|
|
@@ -464,6 +475,11 @@ Accepted values are:
|
|
|
464
475
|
|
|
465
476
|
BALANCED, HIGH_PERFORMANCE
|
|
466
477
|
|
|
478
|
+
--subscription-id [text]
|
|
479
|
+
|
|
480
|
+
The OCID of the subscription with which resource needs to be
|
|
481
|
+
associated with.
|
|
482
|
+
|
|
467
483
|
--time-zone [text]
|
|
468
484
|
|
|
469
485
|
The time zone to use for the DB system. For details, see DB System
|
|
@@ -163,6 +163,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
163
163
|
cluster name can be no longer than 11 characters and is not case
|
|
164
164
|
sensitive.
|
|
165
165
|
|
|
166
|
+
--cluster-placement-group-id [text]
|
|
167
|
+
|
|
168
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
169
|
+
or Db System.
|
|
170
|
+
|
|
166
171
|
--compute-count [integer]
|
|
167
172
|
|
|
168
173
|
The number of compute servers for the DB system.
|
|
@@ -401,6 +406,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
401
406
|
example in a file, modifying it as needed and then passing it back in
|
|
402
407
|
via the file:// syntax.
|
|
403
408
|
|
|
409
|
+
--opc-dry-run [boolean]
|
|
410
|
+
|
|
411
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
412
|
+
request does not actually creating or updating a resource and is used
|
|
413
|
+
only to perform validation on the submitted data.
|
|
414
|
+
|
|
404
415
|
--private-ip [text]
|
|
405
416
|
|
|
406
417
|
A private IP address of your choice. Must be an available IP address
|
|
@@ -443,6 +454,11 @@ Accepted values are:
|
|
|
443
454
|
|
|
444
455
|
BALANCED, HIGH_PERFORMANCE
|
|
445
456
|
|
|
457
|
+
--subscription-id [text]
|
|
458
|
+
|
|
459
|
+
The OCID of the subscription with which resource needs to be
|
|
460
|
+
associated with.
|
|
461
|
+
|
|
446
462
|
--time-zone [text]
|
|
447
463
|
|
|
448
464
|
The time zone to use for the DB system. For details, see DB System
|
|
@@ -157,6 +157,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
157
157
|
cluster name can be no longer than 11 characters and is not case
|
|
158
158
|
sensitive.
|
|
159
159
|
|
|
160
|
+
--cluster-placement-group-id [text]
|
|
161
|
+
|
|
162
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
163
|
+
or Db System.
|
|
164
|
+
|
|
160
165
|
--compute-count [integer]
|
|
161
166
|
|
|
162
167
|
The number of compute servers for the DB system.
|
|
@@ -385,6 +390,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
385
390
|
example in a file, modifying it as needed and then passing it back in
|
|
386
391
|
via the file:// syntax.
|
|
387
392
|
|
|
393
|
+
--opc-dry-run [boolean]
|
|
394
|
+
|
|
395
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
396
|
+
request does not actually creating or updating a resource and is used
|
|
397
|
+
only to perform validation on the submitted data.
|
|
398
|
+
|
|
388
399
|
--private-ip [text]
|
|
389
400
|
|
|
390
401
|
A private IP address of your choice. Must be an available IP address
|
|
@@ -427,6 +438,11 @@ Accepted values are:
|
|
|
427
438
|
|
|
428
439
|
BALANCED, HIGH_PERFORMANCE
|
|
429
440
|
|
|
441
|
+
--subscription-id [text]
|
|
442
|
+
|
|
443
|
+
The OCID of the subscription with which resource needs to be
|
|
444
|
+
associated with.
|
|
445
|
+
|
|
430
446
|
--time-zone [text]
|
|
431
447
|
|
|
432
448
|
The time zone to use for the DB system. For details, see DB System
|
|
@@ -207,6 +207,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
207
207
|
cluster name can be no longer than 11 characters and is not case
|
|
208
208
|
sensitive.
|
|
209
209
|
|
|
210
|
+
--cluster-placement-group-id [text]
|
|
211
|
+
|
|
212
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
213
|
+
or Db System.
|
|
214
|
+
|
|
210
215
|
--compute-count [integer]
|
|
211
216
|
|
|
212
217
|
The number of compute servers for the DB system.
|
|
@@ -475,6 +480,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
475
480
|
example in a file, modifying it as needed and then passing it back in
|
|
476
481
|
via the file:// syntax.
|
|
477
482
|
|
|
483
|
+
--opc-dry-run [boolean]
|
|
484
|
+
|
|
485
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
486
|
+
request does not actually creating or updating a resource and is used
|
|
487
|
+
only to perform validation on the submitted data.
|
|
488
|
+
|
|
478
489
|
--pdb-name [text]
|
|
479
490
|
|
|
480
491
|
Pluggable database name. It must begin with an alphabetic character
|
|
@@ -543,6 +554,11 @@ Accepted values are:
|
|
|
543
554
|
|
|
544
555
|
BALANCED, HIGH_PERFORMANCE
|
|
545
556
|
|
|
557
|
+
--subscription-id [text]
|
|
558
|
+
|
|
559
|
+
The OCID of the subscription with which resource needs to be
|
|
560
|
+
associated with.
|
|
561
|
+
|
|
546
562
|
--tde-wallet-password [text]
|
|
547
563
|
|
|
548
564
|
The optional password to open the TDE wallet. The password must be at
|
|
@@ -210,6 +210,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
210
210
|
example in a file, modifying it as needed and then passing it back in
|
|
211
211
|
via the file:// syntax.
|
|
212
212
|
|
|
213
|
+
--opc-dry-run [boolean]
|
|
214
|
+
|
|
215
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
216
|
+
request does not actually creating or updating a resource and is used
|
|
217
|
+
only to perform validation on the submitted data.
|
|
218
|
+
|
|
213
219
|
--patch-action [text]
|
|
214
220
|
|
|
215
221
|
The action to perform on the patch.
|