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,332 @@
|
|
|
1
|
+
"list-library-application-usage"
|
|
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
|
+
List applications where a library has been detected filtered by query
|
|
21
|
+
parameters.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Usage
|
|
25
|
+
=====
|
|
26
|
+
|
|
27
|
+
oci jms library-application-usage-summary list-library-application-usage [OPTIONS]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Required Parameters
|
|
31
|
+
===================
|
|
32
|
+
|
|
33
|
+
--fleet-id [text]
|
|
34
|
+
|
|
35
|
+
The OCID of the Fleet.
|
|
36
|
+
|
|
37
|
+
--library-key [text]
|
|
38
|
+
|
|
39
|
+
The unique identifier of a Java library.
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
Optional Parameters
|
|
43
|
+
===================
|
|
44
|
+
|
|
45
|
+
--all
|
|
46
|
+
|
|
47
|
+
Fetches all pages of results. If you provide this option, then you
|
|
48
|
+
cannot provide the "--limit" option.
|
|
49
|
+
|
|
50
|
+
--application-id [text]
|
|
51
|
+
|
|
52
|
+
The Fleet-unique identifier of the application.
|
|
53
|
+
|
|
54
|
+
--application-name [text]
|
|
55
|
+
|
|
56
|
+
The name of the application.
|
|
57
|
+
|
|
58
|
+
--application-name-contains [text]
|
|
59
|
+
|
|
60
|
+
Filter the list with application name contains the given value.
|
|
61
|
+
|
|
62
|
+
--from-json [text]
|
|
63
|
+
|
|
64
|
+
Provide input to this command as a JSON document from a file using the
|
|
65
|
+
file://path-to/file syntax.
|
|
66
|
+
|
|
67
|
+
The "--generate-full-command-json-input" option can be used to
|
|
68
|
+
generate a sample json file to be used with this command option. The
|
|
69
|
+
key names are pre-populated and match the command option names
|
|
70
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
71
|
+
while the values of the keys need to be populated by the user before
|
|
72
|
+
using the sample file as an input to this command. For any command
|
|
73
|
+
option that accepts multiple values, the value of the key can be a
|
|
74
|
+
JSON array.
|
|
75
|
+
|
|
76
|
+
Options can still be provided on the command line. If an option exists
|
|
77
|
+
in both the JSON document and the command line then the command line
|
|
78
|
+
specified value will be used.
|
|
79
|
+
|
|
80
|
+
For examples on usage of this option, please see our “using CLI with
|
|
81
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
82
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
83
|
+
|
|
84
|
+
--limit [integer]
|
|
85
|
+
|
|
86
|
+
The maximum number of items to return.
|
|
87
|
+
|
|
88
|
+
--managed-instance-id [text]
|
|
89
|
+
|
|
90
|
+
The Fleet-unique identifier of the managed instance.
|
|
91
|
+
|
|
92
|
+
--page [text]
|
|
93
|
+
|
|
94
|
+
The page token representing the page at which to start retrieving
|
|
95
|
+
results. The token is usually retrieved from a previous list call.
|
|
96
|
+
|
|
97
|
+
--page-size [integer]
|
|
98
|
+
|
|
99
|
+
When fetching results, the number of results to fetch per call. Only
|
|
100
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
101
|
+
|
|
102
|
+
--sort-by [text]
|
|
103
|
+
|
|
104
|
+
The field to sort library application usage summaries. Only one sort
|
|
105
|
+
order may be provided. If no value is specified _lastSeenInClasspath_
|
|
106
|
+
is default.
|
|
107
|
+
|
|
108
|
+
Accepted values are:
|
|
109
|
+
|
|
110
|
+
applicationName, firstSeenInClasspath, lastDetectedDynamically, lastSeenInClasspath, managedInstanceCount
|
|
111
|
+
|
|
112
|
+
--sort-order [text]
|
|
113
|
+
|
|
114
|
+
The sort order, either ‘asc’ or ‘desc’.
|
|
115
|
+
|
|
116
|
+
Accepted values are:
|
|
117
|
+
|
|
118
|
+
ASC, DESC
|
|
119
|
+
|
|
120
|
+
--time-end [datetime]
|
|
121
|
+
|
|
122
|
+
The end of the time period during which resources are searched
|
|
123
|
+
(formatted according to RFC3339).
|
|
124
|
+
|
|
125
|
+
The following datetime formats are supported:
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
UTC with microseconds
|
|
129
|
+
---------------------
|
|
130
|
+
|
|
131
|
+
Format: YYYY-MM-DDTHH:mm:ss.ssssssTZD
|
|
132
|
+
Example: 2017-09-15T20:30:00.123456Z
|
|
133
|
+
|
|
134
|
+
UTC with milliseconds
|
|
135
|
+
***********************
|
|
136
|
+
.. code::
|
|
137
|
+
|
|
138
|
+
Format: YYYY-MM-DDTHH:mm:ss.sssTZD
|
|
139
|
+
Example: 2017-09-15T20:30:00.123Z
|
|
140
|
+
|
|
141
|
+
UTC without milliseconds
|
|
142
|
+
**************************
|
|
143
|
+
.. code::
|
|
144
|
+
|
|
145
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
146
|
+
Example: 2017-09-15T20:30:00Z
|
|
147
|
+
|
|
148
|
+
UTC with minute precision
|
|
149
|
+
**************************
|
|
150
|
+
.. code::
|
|
151
|
+
|
|
152
|
+
Format: YYYY-MM-DDTHH:mmTZD
|
|
153
|
+
Example: 2017-09-15T20:30Z
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
Timezone with microseconds
|
|
157
|
+
--------------------------
|
|
158
|
+
|
|
159
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
160
|
+
Example: 2017-09-15T12:30:00.456789-08:00, 2017-09-15T12:30:00.456789-0800
|
|
161
|
+
|
|
162
|
+
Timezone with milliseconds
|
|
163
|
+
***************************
|
|
164
|
+
.. code::
|
|
165
|
+
|
|
166
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
167
|
+
Example: 2017-09-15T12:30:00.456-08:00, 2017-09-15T12:30:00.456-0800
|
|
168
|
+
|
|
169
|
+
Timezone without milliseconds
|
|
170
|
+
*******************************
|
|
171
|
+
.. code::
|
|
172
|
+
|
|
173
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
174
|
+
Example: 2017-09-15T12:30:00-08:00, 2017-09-15T12:30:00-0800
|
|
175
|
+
|
|
176
|
+
Timezone with minute precision
|
|
177
|
+
*******************************
|
|
178
|
+
.. code::
|
|
179
|
+
|
|
180
|
+
Format: YYYY-MM-DDTHH:mmTZD
|
|
181
|
+
Example: 2017-09-15T12:30-08:00, 2017-09-15T12:30-0800
|
|
182
|
+
|
|
183
|
+
Short date and time
|
|
184
|
+
********************
|
|
185
|
+
The timezone for this date and time will be taken as UTC (Needs to be surrounded by single or double quotes)
|
|
186
|
+
|
|
187
|
+
.. code::
|
|
188
|
+
|
|
189
|
+
Format: 'YYYY-MM-DD HH:mm' or "YYYY-MM-DD HH:mm"
|
|
190
|
+
Example: '2017-09-15 17:25'
|
|
191
|
+
|
|
192
|
+
Date Only
|
|
193
|
+
**********
|
|
194
|
+
This date will be taken as midnight UTC of that day
|
|
195
|
+
|
|
196
|
+
.. code::
|
|
197
|
+
|
|
198
|
+
Format: YYYY-MM-DD
|
|
199
|
+
Example: 2017-09-15
|
|
200
|
+
|
|
201
|
+
Epoch seconds
|
|
202
|
+
**************
|
|
203
|
+
.. code::
|
|
204
|
+
|
|
205
|
+
Example: 1412195400
|
|
206
|
+
|
|
207
|
+
--time-start [datetime]
|
|
208
|
+
|
|
209
|
+
The start of the time period during which resources are searched
|
|
210
|
+
(formatted according to RFC3339).
|
|
211
|
+
|
|
212
|
+
The following datetime formats are supported:
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
UTC with microseconds
|
|
216
|
+
---------------------
|
|
217
|
+
|
|
218
|
+
Format: YYYY-MM-DDTHH:mm:ss.ssssssTZD
|
|
219
|
+
Example: 2017-09-15T20:30:00.123456Z
|
|
220
|
+
|
|
221
|
+
UTC with milliseconds
|
|
222
|
+
***********************
|
|
223
|
+
.. code::
|
|
224
|
+
|
|
225
|
+
Format: YYYY-MM-DDTHH:mm:ss.sssTZD
|
|
226
|
+
Example: 2017-09-15T20:30:00.123Z
|
|
227
|
+
|
|
228
|
+
UTC without milliseconds
|
|
229
|
+
**************************
|
|
230
|
+
.. code::
|
|
231
|
+
|
|
232
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
233
|
+
Example: 2017-09-15T20:30:00Z
|
|
234
|
+
|
|
235
|
+
UTC with minute precision
|
|
236
|
+
**************************
|
|
237
|
+
.. code::
|
|
238
|
+
|
|
239
|
+
Format: YYYY-MM-DDTHH:mmTZD
|
|
240
|
+
Example: 2017-09-15T20:30Z
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
Timezone with microseconds
|
|
244
|
+
--------------------------
|
|
245
|
+
|
|
246
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
247
|
+
Example: 2017-09-15T12:30:00.456789-08:00, 2017-09-15T12:30:00.456789-0800
|
|
248
|
+
|
|
249
|
+
Timezone with milliseconds
|
|
250
|
+
***************************
|
|
251
|
+
.. code::
|
|
252
|
+
|
|
253
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
254
|
+
Example: 2017-09-15T12:30:00.456-08:00, 2017-09-15T12:30:00.456-0800
|
|
255
|
+
|
|
256
|
+
Timezone without milliseconds
|
|
257
|
+
*******************************
|
|
258
|
+
.. code::
|
|
259
|
+
|
|
260
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
261
|
+
Example: 2017-09-15T12:30:00-08:00, 2017-09-15T12:30:00-0800
|
|
262
|
+
|
|
263
|
+
Timezone with minute precision
|
|
264
|
+
*******************************
|
|
265
|
+
.. code::
|
|
266
|
+
|
|
267
|
+
Format: YYYY-MM-DDTHH:mmTZD
|
|
268
|
+
Example: 2017-09-15T12:30-08:00, 2017-09-15T12:30-0800
|
|
269
|
+
|
|
270
|
+
Short date and time
|
|
271
|
+
********************
|
|
272
|
+
The timezone for this date and time will be taken as UTC (Needs to be surrounded by single or double quotes)
|
|
273
|
+
|
|
274
|
+
.. code::
|
|
275
|
+
|
|
276
|
+
Format: 'YYYY-MM-DD HH:mm' or "YYYY-MM-DD HH:mm"
|
|
277
|
+
Example: '2017-09-15 17:25'
|
|
278
|
+
|
|
279
|
+
Date Only
|
|
280
|
+
**********
|
|
281
|
+
This date will be taken as midnight UTC of that day
|
|
282
|
+
|
|
283
|
+
.. code::
|
|
284
|
+
|
|
285
|
+
Format: YYYY-MM-DD
|
|
286
|
+
Example: 2017-09-15
|
|
287
|
+
|
|
288
|
+
Epoch seconds
|
|
289
|
+
**************
|
|
290
|
+
.. code::
|
|
291
|
+
|
|
292
|
+
Example: 1412195400
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
Global Parameters
|
|
296
|
+
=================
|
|
297
|
+
|
|
298
|
+
Use "oci --help" for help on global parameters.
|
|
299
|
+
|
|
300
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
301
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
302
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
303
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
304
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
305
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
306
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
307
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
Example using required parameter
|
|
311
|
+
================================
|
|
312
|
+
|
|
313
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
314
|
+
example parameters with your own.
|
|
315
|
+
|
|
316
|
+
oci jms fleet create --generate-param-json-input inventory-log > inventory-log.json
|
|
317
|
+
|
|
318
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
319
|
+
command by typing “bash example.sh” and replacing the example
|
|
320
|
+
parameters with your own.
|
|
321
|
+
|
|
322
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
323
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
324
|
+
security policies before trying the examples.
|
|
325
|
+
|
|
326
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/jms/fleet/create.html#cmdoption-compartment-id
|
|
327
|
+
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/jms/fleet/create.html#cmdoption-display-name
|
|
328
|
+
export library_key=<substitute-value-of-library_key> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/jms/library-application-usage-summary/list-library-application-usage.html#cmdoption-library-key
|
|
329
|
+
|
|
330
|
+
fleet_id=$(oci jms fleet create --compartment-id $compartment_id --display-name $display_name --inventory-log file://inventory-log.json --query data.id --raw-output)
|
|
331
|
+
|
|
332
|
+
oci jms library-application-usage-summary list-library-application-usage --fleet-id $fleet_id --library-key $library_key
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
library-application-usage-summary
|
|
2
|
+
*********************************
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Description
|
|
6
|
+
===========
|
|
7
|
+
|
|
8
|
+
Summary of an application where a given library was detected
|
|
9
|
+
statically and/or dynamically. Contains the count of managed instances
|
|
10
|
+
where the library was detected with this application.
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
Available Commands
|
|
14
|
+
==================
|
|
15
|
+
|
|
16
|
+
* list-library-application-usage
|
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
"summarize"
|
|
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 the inventory of libraries in the specified fleet: Statically
|
|
21
|
+
detected library count, Dynamically detected library count,
|
|
22
|
+
Uncorrelated package count, High, Medium and Low severity library
|
|
23
|
+
count.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
Usage
|
|
27
|
+
=====
|
|
28
|
+
|
|
29
|
+
oci jms library-inventory summarize [OPTIONS]
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
Required Parameters
|
|
33
|
+
===================
|
|
34
|
+
|
|
35
|
+
--fleet-id [text]
|
|
36
|
+
|
|
37
|
+
The OCID of the Fleet.
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
Optional Parameters
|
|
41
|
+
===================
|
|
42
|
+
|
|
43
|
+
--application-id [text]
|
|
44
|
+
|
|
45
|
+
The Fleet-unique identifier of the application.
|
|
46
|
+
|
|
47
|
+
--from-json [text]
|
|
48
|
+
|
|
49
|
+
Provide input to this command as a JSON document from a file using the
|
|
50
|
+
file://path-to/file syntax.
|
|
51
|
+
|
|
52
|
+
The "--generate-full-command-json-input" option can be used to
|
|
53
|
+
generate a sample json file to be used with this command option. The
|
|
54
|
+
key names are pre-populated and match the command option names
|
|
55
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
56
|
+
while the values of the keys need to be populated by the user before
|
|
57
|
+
using the sample file as an input to this command. For any command
|
|
58
|
+
option that accepts multiple values, the value of the key can be a
|
|
59
|
+
JSON array.
|
|
60
|
+
|
|
61
|
+
Options can still be provided on the command line. If an option exists
|
|
62
|
+
in both the JSON document and the command line then the command line
|
|
63
|
+
specified value will be used.
|
|
64
|
+
|
|
65
|
+
For examples on usage of this option, please see our “using CLI with
|
|
66
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
67
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
68
|
+
|
|
69
|
+
--managed-instance-id [text]
|
|
70
|
+
|
|
71
|
+
The Fleet-unique identifier of the managed instance.
|
|
72
|
+
|
|
73
|
+
--time-end [datetime]
|
|
74
|
+
|
|
75
|
+
The end of the time period during which resources are searched
|
|
76
|
+
(formatted according to RFC3339).
|
|
77
|
+
|
|
78
|
+
The following datetime formats are supported:
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
UTC with microseconds
|
|
82
|
+
---------------------
|
|
83
|
+
|
|
84
|
+
Format: YYYY-MM-DDTHH:mm:ss.ssssssTZD
|
|
85
|
+
Example: 2017-09-15T20:30:00.123456Z
|
|
86
|
+
|
|
87
|
+
UTC with milliseconds
|
|
88
|
+
***********************
|
|
89
|
+
.. code::
|
|
90
|
+
|
|
91
|
+
Format: YYYY-MM-DDTHH:mm:ss.sssTZD
|
|
92
|
+
Example: 2017-09-15T20:30:00.123Z
|
|
93
|
+
|
|
94
|
+
UTC without milliseconds
|
|
95
|
+
**************************
|
|
96
|
+
.. code::
|
|
97
|
+
|
|
98
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
99
|
+
Example: 2017-09-15T20:30:00Z
|
|
100
|
+
|
|
101
|
+
UTC with minute precision
|
|
102
|
+
**************************
|
|
103
|
+
.. code::
|
|
104
|
+
|
|
105
|
+
Format: YYYY-MM-DDTHH:mmTZD
|
|
106
|
+
Example: 2017-09-15T20:30Z
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
Timezone with microseconds
|
|
110
|
+
--------------------------
|
|
111
|
+
|
|
112
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
113
|
+
Example: 2017-09-15T12:30:00.456789-08:00, 2017-09-15T12:30:00.456789-0800
|
|
114
|
+
|
|
115
|
+
Timezone with milliseconds
|
|
116
|
+
***************************
|
|
117
|
+
.. code::
|
|
118
|
+
|
|
119
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
120
|
+
Example: 2017-09-15T12:30:00.456-08:00, 2017-09-15T12:30:00.456-0800
|
|
121
|
+
|
|
122
|
+
Timezone without milliseconds
|
|
123
|
+
*******************************
|
|
124
|
+
.. code::
|
|
125
|
+
|
|
126
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
127
|
+
Example: 2017-09-15T12:30:00-08:00, 2017-09-15T12:30:00-0800
|
|
128
|
+
|
|
129
|
+
Timezone with minute precision
|
|
130
|
+
*******************************
|
|
131
|
+
.. code::
|
|
132
|
+
|
|
133
|
+
Format: YYYY-MM-DDTHH:mmTZD
|
|
134
|
+
Example: 2017-09-15T12:30-08:00, 2017-09-15T12:30-0800
|
|
135
|
+
|
|
136
|
+
Short date and time
|
|
137
|
+
********************
|
|
138
|
+
The timezone for this date and time will be taken as UTC (Needs to be surrounded by single or double quotes)
|
|
139
|
+
|
|
140
|
+
.. code::
|
|
141
|
+
|
|
142
|
+
Format: 'YYYY-MM-DD HH:mm' or "YYYY-MM-DD HH:mm"
|
|
143
|
+
Example: '2017-09-15 17:25'
|
|
144
|
+
|
|
145
|
+
Date Only
|
|
146
|
+
**********
|
|
147
|
+
This date will be taken as midnight UTC of that day
|
|
148
|
+
|
|
149
|
+
.. code::
|
|
150
|
+
|
|
151
|
+
Format: YYYY-MM-DD
|
|
152
|
+
Example: 2017-09-15
|
|
153
|
+
|
|
154
|
+
Epoch seconds
|
|
155
|
+
**************
|
|
156
|
+
.. code::
|
|
157
|
+
|
|
158
|
+
Example: 1412195400
|
|
159
|
+
|
|
160
|
+
--time-start [datetime]
|
|
161
|
+
|
|
162
|
+
The start of the time period during which resources are searched
|
|
163
|
+
(formatted according to RFC3339).
|
|
164
|
+
|
|
165
|
+
The following datetime formats are supported:
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
UTC with microseconds
|
|
169
|
+
---------------------
|
|
170
|
+
|
|
171
|
+
Format: YYYY-MM-DDTHH:mm:ss.ssssssTZD
|
|
172
|
+
Example: 2017-09-15T20:30:00.123456Z
|
|
173
|
+
|
|
174
|
+
UTC with milliseconds
|
|
175
|
+
***********************
|
|
176
|
+
.. code::
|
|
177
|
+
|
|
178
|
+
Format: YYYY-MM-DDTHH:mm:ss.sssTZD
|
|
179
|
+
Example: 2017-09-15T20:30:00.123Z
|
|
180
|
+
|
|
181
|
+
UTC without milliseconds
|
|
182
|
+
**************************
|
|
183
|
+
.. code::
|
|
184
|
+
|
|
185
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
186
|
+
Example: 2017-09-15T20:30:00Z
|
|
187
|
+
|
|
188
|
+
UTC with minute precision
|
|
189
|
+
**************************
|
|
190
|
+
.. code::
|
|
191
|
+
|
|
192
|
+
Format: YYYY-MM-DDTHH:mmTZD
|
|
193
|
+
Example: 2017-09-15T20:30Z
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
Timezone with microseconds
|
|
197
|
+
--------------------------
|
|
198
|
+
|
|
199
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
200
|
+
Example: 2017-09-15T12:30:00.456789-08:00, 2017-09-15T12:30:00.456789-0800
|
|
201
|
+
|
|
202
|
+
Timezone with milliseconds
|
|
203
|
+
***************************
|
|
204
|
+
.. code::
|
|
205
|
+
|
|
206
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
207
|
+
Example: 2017-09-15T12:30:00.456-08:00, 2017-09-15T12:30:00.456-0800
|
|
208
|
+
|
|
209
|
+
Timezone without milliseconds
|
|
210
|
+
*******************************
|
|
211
|
+
.. code::
|
|
212
|
+
|
|
213
|
+
Format: YYYY-MM-DDTHH:mm:ssTZD
|
|
214
|
+
Example: 2017-09-15T12:30:00-08:00, 2017-09-15T12:30:00-0800
|
|
215
|
+
|
|
216
|
+
Timezone with minute precision
|
|
217
|
+
*******************************
|
|
218
|
+
.. code::
|
|
219
|
+
|
|
220
|
+
Format: YYYY-MM-DDTHH:mmTZD
|
|
221
|
+
Example: 2017-09-15T12:30-08:00, 2017-09-15T12:30-0800
|
|
222
|
+
|
|
223
|
+
Short date and time
|
|
224
|
+
********************
|
|
225
|
+
The timezone for this date and time will be taken as UTC (Needs to be surrounded by single or double quotes)
|
|
226
|
+
|
|
227
|
+
.. code::
|
|
228
|
+
|
|
229
|
+
Format: 'YYYY-MM-DD HH:mm' or "YYYY-MM-DD HH:mm"
|
|
230
|
+
Example: '2017-09-15 17:25'
|
|
231
|
+
|
|
232
|
+
Date Only
|
|
233
|
+
**********
|
|
234
|
+
This date will be taken as midnight UTC of that day
|
|
235
|
+
|
|
236
|
+
.. code::
|
|
237
|
+
|
|
238
|
+
Format: YYYY-MM-DD
|
|
239
|
+
Example: 2017-09-15
|
|
240
|
+
|
|
241
|
+
Epoch seconds
|
|
242
|
+
**************
|
|
243
|
+
.. code::
|
|
244
|
+
|
|
245
|
+
Example: 1412195400
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
Global Parameters
|
|
249
|
+
=================
|
|
250
|
+
|
|
251
|
+
Use "oci --help" for help on global parameters.
|
|
252
|
+
|
|
253
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
254
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
255
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
256
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
257
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
258
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
259
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
260
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
Example using required parameter
|
|
264
|
+
================================
|
|
265
|
+
|
|
266
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
267
|
+
example parameters with your own.
|
|
268
|
+
|
|
269
|
+
oci jms fleet create --generate-param-json-input inventory-log > inventory-log.json
|
|
270
|
+
|
|
271
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
272
|
+
command by typing “bash example.sh” and replacing the example
|
|
273
|
+
parameters with your own.
|
|
274
|
+
|
|
275
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
276
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
277
|
+
security policies before trying the examples.
|
|
278
|
+
|
|
279
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/jms/fleet/create.html#cmdoption-compartment-id
|
|
280
|
+
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/jms/fleet/create.html#cmdoption-display-name
|
|
281
|
+
|
|
282
|
+
fleet_id=$(oci jms fleet create --compartment-id $compartment_id --display-name $display_name --inventory-log file://inventory-log.json --query data.id --raw-output)
|
|
283
|
+
|
|
284
|
+
oci jms library-inventory summarize --fleet-id $fleet_id
|