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
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
performance-tuning-analysis
|
|
2
|
+
***************************
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Description
|
|
6
|
+
===========
|
|
7
|
+
|
|
8
|
+
To use any of the API operations, you must be authorized by an IAM
|
|
9
|
+
policy. If you’re not authorized, talk to an administrator. If you’re
|
|
10
|
+
an administrator who needs to write policies to give users access, see
|
|
11
|
+
Getting Started with Policies.
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
Available Commands
|
|
15
|
+
==================
|
|
16
|
+
|
|
17
|
+
* delete
|
|
18
|
+
|
|
19
|
+
* get
|
|
20
|
+
|
|
21
|
+
* list
|
|
22
|
+
|
|
23
|
+
* request
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"get"
|
|
2
|
+
*****
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Optional Parameters
|
|
9
|
+
|
|
10
|
+
* Global Parameters
|
|
11
|
+
|
|
12
|
+
* Example using required parameter
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Description
|
|
16
|
+
===========
|
|
17
|
+
|
|
18
|
+
Returns the configuration for subscription acknowledgment.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
Usage
|
|
22
|
+
=====
|
|
23
|
+
|
|
24
|
+
oci jms-utils subscription-acknowledgment-configuration get [OPTIONS]
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
Optional Parameters
|
|
28
|
+
===================
|
|
29
|
+
|
|
30
|
+
--compartment-id, -c [text]
|
|
31
|
+
|
|
32
|
+
The OCID of the compartment in which to list resources.
|
|
33
|
+
|
|
34
|
+
--from-json [text]
|
|
35
|
+
|
|
36
|
+
Provide input to this command as a JSON document from a file using the
|
|
37
|
+
file://path-to/file syntax.
|
|
38
|
+
|
|
39
|
+
The "--generate-full-command-json-input" option can be used to
|
|
40
|
+
generate a sample json file to be used with this command option. The
|
|
41
|
+
key names are pre-populated and match the command option names
|
|
42
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
43
|
+
while the values of the keys need to be populated by the user before
|
|
44
|
+
using the sample file as an input to this command. For any command
|
|
45
|
+
option that accepts multiple values, the value of the key can be a
|
|
46
|
+
JSON array.
|
|
47
|
+
|
|
48
|
+
Options can still be provided on the command line. If an option exists
|
|
49
|
+
in both the JSON document and the command line then the command line
|
|
50
|
+
specified value will be used.
|
|
51
|
+
|
|
52
|
+
For examples on usage of this option, please see our “using CLI with
|
|
53
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
54
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
Global Parameters
|
|
58
|
+
=================
|
|
59
|
+
|
|
60
|
+
Use "oci --help" for help on global parameters.
|
|
61
|
+
|
|
62
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
63
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
64
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
65
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
66
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
67
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
68
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
69
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
Example using required parameter
|
|
73
|
+
================================
|
|
74
|
+
|
|
75
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
76
|
+
command by typing “bash example.sh” and replacing the example
|
|
77
|
+
parameters with your own.
|
|
78
|
+
|
|
79
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
80
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
81
|
+
security policies before trying the examples.
|
|
82
|
+
|
|
83
|
+
oci jms-utils subscription-acknowledgment-configuration get
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
"update"
|
|
2
|
+
********
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Optional Parameters
|
|
9
|
+
|
|
10
|
+
* Global Parameters
|
|
11
|
+
|
|
12
|
+
* Example using required parameter
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Description
|
|
16
|
+
===========
|
|
17
|
+
|
|
18
|
+
Updates the configuration for subscription acknowledgment.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
Usage
|
|
22
|
+
=====
|
|
23
|
+
|
|
24
|
+
oci jms-utils subscription-acknowledgment-configuration update [OPTIONS]
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
Optional Parameters
|
|
28
|
+
===================
|
|
29
|
+
|
|
30
|
+
--compartment-id, -c [text]
|
|
31
|
+
|
|
32
|
+
The OCID of the compartment in which to list resources.
|
|
33
|
+
|
|
34
|
+
--from-json [text]
|
|
35
|
+
|
|
36
|
+
Provide input to this command as a JSON document from a file using the
|
|
37
|
+
file://path-to/file syntax.
|
|
38
|
+
|
|
39
|
+
The "--generate-full-command-json-input" option can be used to
|
|
40
|
+
generate a sample json file to be used with this command option. The
|
|
41
|
+
key names are pre-populated and match the command option names
|
|
42
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
43
|
+
while the values of the keys need to be populated by the user before
|
|
44
|
+
using the sample file as an input to this command. For any command
|
|
45
|
+
option that accepts multiple values, the value of the key can be a
|
|
46
|
+
JSON array.
|
|
47
|
+
|
|
48
|
+
Options can still be provided on the command line. If an option exists
|
|
49
|
+
in both the JSON document and the command line then the command line
|
|
50
|
+
specified value will be used.
|
|
51
|
+
|
|
52
|
+
For examples on usage of this option, please see our “using CLI with
|
|
53
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
54
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
55
|
+
|
|
56
|
+
--if-match [text]
|
|
57
|
+
|
|
58
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
59
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
60
|
+
previous GET or POST response for that resource. The resource will be
|
|
61
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
62
|
+
current etag value.
|
|
63
|
+
|
|
64
|
+
--is-acknowledged [boolean]
|
|
65
|
+
|
|
66
|
+
Flag to determine whether the subscription was acknowledged or not.
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
Global Parameters
|
|
70
|
+
=================
|
|
71
|
+
|
|
72
|
+
Use "oci --help" for help on global parameters.
|
|
73
|
+
|
|
74
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
75
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
76
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
77
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
78
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
79
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
80
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
81
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
Example using required parameter
|
|
85
|
+
================================
|
|
86
|
+
|
|
87
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
88
|
+
command by typing “bash example.sh” and replacing the example
|
|
89
|
+
parameters with your own.
|
|
90
|
+
|
|
91
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
92
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
93
|
+
security policies before trying the examples.
|
|
94
|
+
|
|
95
|
+
oci jms-utils subscription-acknowledgment-configuration update
|
oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-item-summary/list-work-items.txt
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
"list-work-items"
|
|
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
|
+
Retrieve a paginated list of work items for a specified work request.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci jms-utils work-item-summary list-work-items [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--work-request-id [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the asynchronous work request.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Optional Parameters
|
|
38
|
+
===================
|
|
39
|
+
|
|
40
|
+
--all
|
|
41
|
+
|
|
42
|
+
Fetches all pages of results. If you provide this option, then you
|
|
43
|
+
cannot provide the "--limit" option.
|
|
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
|
+
--limit [integer]
|
|
68
|
+
|
|
69
|
+
The maximum number of items to return.
|
|
70
|
+
|
|
71
|
+
--page [text]
|
|
72
|
+
|
|
73
|
+
The page token representing the page at which to start retrieving
|
|
74
|
+
results. The token is usually retrieved from a previous list call.
|
|
75
|
+
|
|
76
|
+
--page-size [integer]
|
|
77
|
+
|
|
78
|
+
When fetching results, the number of results to fetch per call. Only
|
|
79
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
Global Parameters
|
|
83
|
+
=================
|
|
84
|
+
|
|
85
|
+
Use "oci --help" for help on global parameters.
|
|
86
|
+
|
|
87
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
88
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
89
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
90
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
91
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
92
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
93
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
94
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
Example using required parameter
|
|
98
|
+
================================
|
|
99
|
+
|
|
100
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
101
|
+
command by typing “bash example.sh” and replacing the example
|
|
102
|
+
parameters with your own.
|
|
103
|
+
|
|
104
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
105
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
106
|
+
security policies before trying the examples.
|
|
107
|
+
|
|
108
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/jms-utils/work-item-summary/list-work-items.html#cmdoption-work-request-id
|
|
109
|
+
|
|
110
|
+
oci jms-utils work-item-summary list-work-items --work-request-id $work_request_id
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"cancel"
|
|
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
|
+
Cancels a work request.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci jms-utils work-request cancel [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--work-request-id [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the asynchronous work request.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Optional Parameters
|
|
38
|
+
===================
|
|
39
|
+
|
|
40
|
+
--force
|
|
41
|
+
|
|
42
|
+
Perform deletion without prompting for confirmation.
|
|
43
|
+
|
|
44
|
+
--from-json [text]
|
|
45
|
+
|
|
46
|
+
Provide input to this command as a JSON document from a file using the
|
|
47
|
+
file://path-to/file syntax.
|
|
48
|
+
|
|
49
|
+
The "--generate-full-command-json-input" option can be used to
|
|
50
|
+
generate a sample json file to be used with this command option. The
|
|
51
|
+
key names are pre-populated and match the command option names
|
|
52
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
53
|
+
while the values of the keys need to be populated by the user before
|
|
54
|
+
using the sample file as an input to this command. For any command
|
|
55
|
+
option that accepts multiple values, the value of the key can be a
|
|
56
|
+
JSON array.
|
|
57
|
+
|
|
58
|
+
Options can still be provided on the command line. If an option exists
|
|
59
|
+
in both the JSON document and the command line then the command line
|
|
60
|
+
specified value will be used.
|
|
61
|
+
|
|
62
|
+
For examples on usage of this option, please see our “using CLI with
|
|
63
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
64
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
65
|
+
|
|
66
|
+
--if-match [text]
|
|
67
|
+
|
|
68
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
69
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
70
|
+
previous GET or POST response for that resource. The resource will be
|
|
71
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
72
|
+
current etag value.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
Global Parameters
|
|
76
|
+
=================
|
|
77
|
+
|
|
78
|
+
Use "oci --help" for help on global parameters.
|
|
79
|
+
|
|
80
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
81
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
82
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
83
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
84
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
85
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
86
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
87
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
Example using required parameter
|
|
91
|
+
================================
|
|
92
|
+
|
|
93
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
94
|
+
command by typing “bash example.sh” and replacing the example
|
|
95
|
+
parameters with your own.
|
|
96
|
+
|
|
97
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
98
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
99
|
+
security policies before trying the examples.
|
|
100
|
+
|
|
101
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/jms-utils/work-request/cancel.html#cmdoption-work-request-id
|
|
102
|
+
|
|
103
|
+
oci jms-utils work-request cancel --work-request-id $work_request_id
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"get"
|
|
2
|
+
*****
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Gets the details of a work request.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci jms-utils work-request get [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--work-request-id [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the asynchronous work request.
|
|
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
|
+
|
|
63
|
+
Global Parameters
|
|
64
|
+
=================
|
|
65
|
+
|
|
66
|
+
Use "oci --help" for help on global parameters.
|
|
67
|
+
|
|
68
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
69
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
70
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
71
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
72
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
73
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
74
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
75
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
Example using required parameter
|
|
79
|
+
================================
|
|
80
|
+
|
|
81
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
82
|
+
command by typing “bash example.sh” and replacing the example
|
|
83
|
+
parameters with your own.
|
|
84
|
+
|
|
85
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
86
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
87
|
+
security policies before trying the examples.
|
|
88
|
+
|
|
89
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/jms-utils/work-request/get.html#cmdoption-work-request-id
|
|
90
|
+
|
|
91
|
+
oci jms-utils work-request get --work-request-id $work_request_id
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Optional Parameters
|
|
9
|
+
|
|
10
|
+
* Global Parameters
|
|
11
|
+
|
|
12
|
+
* Example using required parameter
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Description
|
|
16
|
+
===========
|
|
17
|
+
|
|
18
|
+
Lists the work requests in a compartment.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
Usage
|
|
22
|
+
=====
|
|
23
|
+
|
|
24
|
+
oci jms-utils work-request list [OPTIONS]
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
Optional Parameters
|
|
28
|
+
===================
|
|
29
|
+
|
|
30
|
+
--all
|
|
31
|
+
|
|
32
|
+
Fetches all pages of results. If you provide this option, then you
|
|
33
|
+
cannot provide the "--limit" option.
|
|
34
|
+
|
|
35
|
+
--compartment-id, -c [text]
|
|
36
|
+
|
|
37
|
+
The OCID of the compartment in which to list resources.
|
|
38
|
+
|
|
39
|
+
--from-json [text]
|
|
40
|
+
|
|
41
|
+
Provide input to this command as a JSON document from a file using the
|
|
42
|
+
file://path-to/file syntax.
|
|
43
|
+
|
|
44
|
+
The "--generate-full-command-json-input" option can be used to
|
|
45
|
+
generate a sample json file to be used with this command option. The
|
|
46
|
+
key names are pre-populated and match the command option names
|
|
47
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
48
|
+
while the values of the keys need to be populated by the user before
|
|
49
|
+
using the sample file as an input to this command. For any command
|
|
50
|
+
option that accepts multiple values, the value of the key can be a
|
|
51
|
+
JSON array.
|
|
52
|
+
|
|
53
|
+
Options can still be provided on the command line. If an option exists
|
|
54
|
+
in both the JSON document and the command line then the command line
|
|
55
|
+
specified value will be used.
|
|
56
|
+
|
|
57
|
+
For examples on usage of this option, please see our “using CLI with
|
|
58
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
59
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
60
|
+
|
|
61
|
+
--limit [integer]
|
|
62
|
+
|
|
63
|
+
The maximum number of items to return.
|
|
64
|
+
|
|
65
|
+
--page [text]
|
|
66
|
+
|
|
67
|
+
The page token representing the page at which to start retrieving
|
|
68
|
+
results. The token is usually retrieved from a previous list call.
|
|
69
|
+
|
|
70
|
+
--page-size [integer]
|
|
71
|
+
|
|
72
|
+
When fetching results, the number of results to fetch per call. Only
|
|
73
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
74
|
+
|
|
75
|
+
--resource-id [text]
|
|
76
|
+
|
|
77
|
+
The OCID of the resource affected by the work request.
|
|
78
|
+
|
|
79
|
+
--sort-by [text]
|
|
80
|
+
|
|
81
|
+
The field to sort by. Only one sort order may be provided. Default
|
|
82
|
+
order for *timeAccepted* is descending.
|
|
83
|
+
|
|
84
|
+
Accepted values are:
|
|
85
|
+
|
|
86
|
+
timeAccepted
|
|
87
|
+
|
|
88
|
+
--sort-order [text]
|
|
89
|
+
|
|
90
|
+
The sort order to use, either ascending (*ASC*) or descending
|
|
91
|
+
(*DESC*).
|
|
92
|
+
|
|
93
|
+
Accepted values are:
|
|
94
|
+
|
|
95
|
+
ASC, DESC
|
|
96
|
+
|
|
97
|
+
--status [text]
|
|
98
|
+
|
|
99
|
+
A filter to return only the resources that match the given lifecycle
|
|
100
|
+
state.
|
|
101
|
+
|
|
102
|
+
Accepted values are:
|
|
103
|
+
|
|
104
|
+
ACCEPTED, CANCELLED, CANCELLING, FAILED, IN_PROGRESS, NEEDS_ATTENTION, SUCCEEDED, WAITING
|
|
105
|
+
|
|
106
|
+
--work-request-id [text]
|
|
107
|
+
|
|
108
|
+
The OCID of the asynchronous work request.
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
Global Parameters
|
|
112
|
+
=================
|
|
113
|
+
|
|
114
|
+
Use "oci --help" for help on global parameters.
|
|
115
|
+
|
|
116
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
117
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
118
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
119
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
120
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
121
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
122
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
123
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
Example using required parameter
|
|
127
|
+
================================
|
|
128
|
+
|
|
129
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
130
|
+
command by typing “bash example.sh” and replacing the example
|
|
131
|
+
parameters with your own.
|
|
132
|
+
|
|
133
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
134
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
135
|
+
security policies before trying the examples.
|
|
136
|
+
|
|
137
|
+
oci jms-utils work-request list
|