oci-cli 3.72.1__py3-none-any.whl → 3.73.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci_cli/bin/dif.psm1 +3 -3
- oci_cli/bin/mysql.psm1 +6 -2
- oci_cli/bin/opensearch.psm1 +2 -2
- oci_cli/bin/queue.psm1 +23 -11
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/ca-bundle/get.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle/get.txt +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle-version/list.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-bundle/get.txt +6 -5
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-root-ca-by-generating-config-details.txt +12 -8
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-root-ca-managed-externally.txt +206 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-issued-by-internal-ca.txt +12 -8
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-managed-internally-issued-by-external-ca.txt +229 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-root-ca-by-generating-config-details.txt +8 -2
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-root-ca-managed-externally.txt +222 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-subordinate-ca-issued-by-internal-ca.txt +8 -2
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-subordinate-ca-managed-internally-issued-by-external-ca.txt +233 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt +0 -26
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/attach.txt +0 -26
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt +0 -26
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-host-group-placement-constraint-details.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/list.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-configuration/launch-compute-instance.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/create.txt +5 -4
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/restart.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/{list-logs.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/add.txt +51 -2
- oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/create.txt +50 -2
- oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/deploy-artifacts.txt +36 -4
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/create.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/update.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/change-compartment.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/create.txt +170 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/delete.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/get.txt +96 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/list.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/update.txt +184 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-rag-tool-config.txt +37 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-sql-tool-config.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-rag-tool-config.txt +37 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-sql-tool-config.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
- 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/kafka/cluster/list-node-shapes.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/kafka.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/export.txt +154 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request/cancel.txt +104 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/create.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/update.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/create.txt +205 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/delete.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/get.txt +108 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/list.txt +160 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/update.txt +217 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance.txt +22 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance.txt +25 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/queue/channels/list-channels.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/delete-message.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/delete-messages.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/get-messages.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/get-stats.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/update-message.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/update-messages.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/create.txt +169 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/get.txt +97 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/update.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group-collection/list-consumer-groups.txt +142 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group-collection.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group.txt +20 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/create.txt +18 -2
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/purge.txt +19 -6
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/update.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue.txt +14 -0
- 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/version.py +1 -1
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/METADATA +2 -2
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/RECORD +134 -102
- services/certificates/src/oci_cli_certificates/generated/certificates_cli.py +6 -6
- services/certificates_management/src/oci_cli_certificates_management/certificatesmanagement_cli_extended.py +126 -0
- services/certificates_management/src/oci_cli_certificates_management/generated/certificatesmanagement_cli.py +447 -25
- services/core/src/oci_cli_compute/generated/compute_cli.py +126 -174
- services/core/src/oci_cli_compute_management/generated/computemanagement_cli.py +13 -4
- services/core/src/oci_cli_virtual_network/generated/virtualnetwork_cli.py +2 -2
- services/database/src/oci_cli_database/generated/database_cli.py +4 -1
- services/dif/src/oci_cli_stack/generated/stack_cli.py +65 -17
- services/dif/src/oci_cli_stack/stack_cli_extended.py +9 -9
- services/generative_ai_agent/src/oci_cli_generative_ai_agent/generated/generativeaiagent_cli.py +435 -16
- services/managed_kafka/src/oci_cli_kafka_cluster/generated/kafkacluster_cli.py +56 -0
- services/mysql/src/oci_cli_db_backups/generated/dbbackups_cli.py +70 -0
- services/mysql/src/oci_cli_work_requests/generated/workrequests_cli.py +26 -0
- services/ocvp/src/oci_cli_management_appliance/__init__.py +4 -0
- services/ocvp/src/oci_cli_management_appliance/generated/__init__.py +4 -0
- services/ocvp/src/oci_cli_management_appliance/generated/client_mappings.py +14 -0
- services/ocvp/src/oci_cli_management_appliance/generated/managementappliance_cli.py +341 -0
- services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py +16 -8
- services/queue/src/oci_cli_queue/generated/queue_cli.py +28 -7
- services/queue/src/oci_cli_queue_admin/generated/queueadmin_cli.py +343 -10
- services/queue/src/oci_cli_queue_admin/queueadmin_cli_extended.py +54 -7
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/top_level.txt +0 -0
oci_cli/bin/dif.psm1
CHANGED
|
@@ -16,11 +16,11 @@ function GetOciSubcommands_dif() {
|
|
|
16
16
|
|
|
17
17
|
function GetOciCommandsToLongParams_dif() {
|
|
18
18
|
$ociCommandsToLongParams = @{
|
|
19
|
-
'dif stack add' = 'adb dataflow from-json genai ggcs help if-match max-wait-seconds objectstorage services stack-id stack-templates wait-for-state wait-interval-seconds'
|
|
19
|
+
'dif stack add' = 'adb aidataplatform dataflow from-json genai ggcs help if-match max-wait-seconds objectstorage oke omk services stack-id stack-templates wait-for-state wait-interval-seconds'
|
|
20
20
|
'dif stack change-compartment' = 'compartment-id from-json help if-match max-wait-seconds stack-id wait-for-state wait-interval-seconds'
|
|
21
|
-
'dif stack create' = 'adb compartment-id dataflow defined-tags display-name freeform-tags from-json genai ggcs help max-wait-seconds notification-email objectstorage services stack-templates wait-for-state wait-interval-seconds'
|
|
21
|
+
'dif stack create' = 'adb aidataplatform compartment-id dataflow defined-tags display-name freeform-tags from-json genai ggcs help max-wait-seconds notification-email objectstorage oke omk services stack-templates wait-for-state wait-interval-seconds'
|
|
22
22
|
'dif stack delete' = 'force from-json help if-match max-wait-seconds stack-id wait-for-state wait-interval-seconds'
|
|
23
|
-
'dif stack deploy-artifacts' = 'adb dataflow from-json ggcs help if-match max-wait-seconds services stack-id stack-templates subnet-id wait-for-state wait-interval-seconds'
|
|
23
|
+
'dif stack deploy-artifacts' = 'adb dataflow from-json ggcs help if-match max-wait-seconds oke omk services stack-id stack-templates subnet-id wait-for-state wait-interval-seconds'
|
|
24
24
|
'dif stack get' = 'from-json help stack-id'
|
|
25
25
|
'dif stack update' = 'adb dataflow defined-tags force freeform-tags from-json genai ggcs help if-match max-wait-seconds notification-email objectstorage services stack-id stack-templates wait-for-state wait-interval-seconds'
|
|
26
26
|
'dif stack-collection list-stacks' = 'all compartment-id display-name from-json help id lifecycle-state limit page page-size sort-by sort-order'
|
oci_cli/bin/mysql.psm1
CHANGED
|
@@ -5,7 +5,7 @@ function GetOciTopLevelCommand_mysql() {
|
|
|
5
5
|
function GetOciSubcommands_mysql() {
|
|
6
6
|
$ociSubcommands = @{
|
|
7
7
|
'mysql' = 'backup channel configuration db-system replica shape version work-request work-request-error work-request-log-entry'
|
|
8
|
-
'mysql backup' = 'cancel-backup-deletion change-compartment copy create delete get list update validate'
|
|
8
|
+
'mysql backup' = 'cancel-backup-deletion change-compartment copy create delete export get list update validate'
|
|
9
9
|
'mysql channel' = 'create-from-mysql delete get list reset resume update-from-mysql'
|
|
10
10
|
'mysql configuration' = 'create delete get list update'
|
|
11
11
|
'mysql db-system' = 'clone create delete get heatwave-cluster heatwave-cluster-memory-estimate import list restart start stop update'
|
|
@@ -14,7 +14,7 @@ function GetOciSubcommands_mysql() {
|
|
|
14
14
|
'mysql replica' = 'create delete get list update'
|
|
15
15
|
'mysql shape' = 'list'
|
|
16
16
|
'mysql version' = 'list'
|
|
17
|
-
'mysql work-request' = 'get list'
|
|
17
|
+
'mysql work-request' = 'cancel get list'
|
|
18
18
|
'mysql work-request-error' = 'list'
|
|
19
19
|
'mysql work-request-log-entry' = 'list'
|
|
20
20
|
}
|
|
@@ -28,6 +28,7 @@ function GetOciCommandsToLongParams_mysql() {
|
|
|
28
28
|
'mysql backup copy' = 'backup-copy-retention-in-days compartment-id description display-name encrypt-data from-json help if-match max-wait-seconds source-backup-id source-region wait-for-state wait-interval-seconds'
|
|
29
29
|
'mysql backup create' = 'backup-type db-system-id defined-tags description display-name freeform-tags from-json help max-wait-seconds retention-in-days soft-delete wait-for-state wait-interval-seconds'
|
|
30
30
|
'mysql backup delete' = 'backup-id force from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
31
|
+
'mysql backup export' = 'backup-id bucket-name export-options from-json help max-wait-seconds namespace-name subnet-id wait-for-state wait-interval-seconds'
|
|
31
32
|
'mysql backup get' = 'backup-id from-json help if-none-match'
|
|
32
33
|
'mysql backup list' = 'all backup-id backup-preparation-status compartment-id creation-type db-system-id display-name from-json help lifecycle-state limit page page-size soft-delete sort-by sort-order validation-status'
|
|
33
34
|
'mysql backup update' = 'backup-id defined-tags description display-name force freeform-tags from-json help if-match max-wait-seconds retention-in-days soft-delete wait-for-state wait-interval-seconds'
|
|
@@ -70,6 +71,7 @@ function GetOciCommandsToLongParams_mysql() {
|
|
|
70
71
|
'mysql replica update' = 'defined-tags description display-name force freeform-tags from-json help if-match is-delete-protected max-wait-seconds replica-id replica-overrides wait-for-state wait-interval-seconds'
|
|
71
72
|
'mysql shape list' = 'all availability-domain compartment-id from-json help is-supported-for name'
|
|
72
73
|
'mysql version list' = 'all compartment-id from-json help'
|
|
74
|
+
'mysql work-request cancel' = 'force from-json help if-match work-request-id'
|
|
73
75
|
'mysql work-request get' = 'from-json help if-none-match work-request-id'
|
|
74
76
|
'mysql work-request list' = 'all compartment-id from-json help limit page page-size sort-by sort-order'
|
|
75
77
|
'mysql work-request-error list' = 'all from-json help limit page page-size work-request-id'
|
|
@@ -85,6 +87,7 @@ function GetOciCommandsToShortParams_mysql() {
|
|
|
85
87
|
'mysql backup copy' = '? c h'
|
|
86
88
|
'mysql backup create' = '? h'
|
|
87
89
|
'mysql backup delete' = '? h'
|
|
90
|
+
'mysql backup export' = '? h'
|
|
88
91
|
'mysql backup get' = '? h'
|
|
89
92
|
'mysql backup list' = '? c h'
|
|
90
93
|
'mysql backup update' = '? h'
|
|
@@ -127,6 +130,7 @@ function GetOciCommandsToShortParams_mysql() {
|
|
|
127
130
|
'mysql replica update' = '? h'
|
|
128
131
|
'mysql shape list' = '? c h'
|
|
129
132
|
'mysql version list' = '? c h'
|
|
133
|
+
'mysql work-request cancel' = '? h'
|
|
130
134
|
'mysql work-request get' = '? h'
|
|
131
135
|
'mysql work-request list' = '? c h'
|
|
132
136
|
'mysql work-request-error list' = '? h'
|
oci_cli/bin/opensearch.psm1
CHANGED
|
@@ -24,7 +24,7 @@ function GetOciCommandsToLongParams_opensearch() {
|
|
|
24
24
|
'opensearch backup update' = 'defined-tags display-name force freeform-tags from-json help if-match max-wait-seconds opensearch-cluster-backup-id wait-for-state wait-interval-seconds'
|
|
25
25
|
'opensearch cluster backup' = 'compartment-id display-name from-json help if-match max-wait-seconds opensearch-cluster-id wait-for-state wait-interval-seconds'
|
|
26
26
|
'opensearch cluster configureoutboundcluster' = 'from-json help if-match inbound-cluster-ids max-wait-seconds opensearch-cluster-id wait-for-state wait-interval-seconds'
|
|
27
|
-
'opensearch cluster create' = 'backup-policy certificate-config compartment-id data-node-count data-node-host-bare-metal-shape data-node-host-memory-gb data-node-host-ocpu-count data-node-host-shape data-node-host-type data-node-storage-gb defined-tags display-name freeform-tags from-json help inbound-cluster-ids maintenance-details master-node-count master-node-host-bare-metal-shape master-node-host-memory-gb master-node-host-ocpu-count master-node-host-shape master-node-host-type max-wait-seconds nsg-id opendashboard-node-count opendashboard-node-host-memory-gb opendashboard-node-host-ocpu-count opendashboard-node-host-shape outbound-cluster-config reverse-connection-endpoint-customer-ips search-node-count search-node-host-memory-gb search-node-host-ocpu-count search-node-host-shape search-node-host-type search-node-storage-gb security-attributes security-master-user-name security-master-user-password-hash security-mode security-saml-config software-version subnet-compartment-id subnet-id system-tags vcn-compartment-id vcn-id wait-for-state wait-interval-seconds'
|
|
27
|
+
'opensearch cluster create' = 'backup-policy certificate-config compartment-id data-node-count data-node-host-bare-metal-shape data-node-host-memory-gb data-node-host-ocpu-count data-node-host-shape data-node-host-type data-node-storage-gb defined-tags display-name freeform-tags from-json help inbound-cluster-ids load-balancer-config maintenance-details master-node-count master-node-host-bare-metal-shape master-node-host-memory-gb master-node-host-ocpu-count master-node-host-shape master-node-host-type max-wait-seconds nsg-id opendashboard-node-count opendashboard-node-host-memory-gb opendashboard-node-host-ocpu-count opendashboard-node-host-shape outbound-cluster-config reverse-connection-endpoint-customer-ips search-node-count search-node-host-memory-gb search-node-host-ocpu-count search-node-host-shape search-node-host-type search-node-storage-gb security-attributes security-master-user-name security-master-user-password-hash security-mode security-saml-config software-version subnet-compartment-id subnet-id system-tags vcn-compartment-id vcn-id wait-for-state wait-interval-seconds'
|
|
28
28
|
'opensearch cluster delete' = 'force from-json help if-match max-wait-seconds opensearch-cluster-id wait-for-state wait-interval-seconds'
|
|
29
29
|
'opensearch cluster get' = 'from-json help opensearch-cluster-id'
|
|
30
30
|
'opensearch cluster list' = 'all compartment-id display-name from-json help id lifecycle-state limit page page-size sort-by sort-order'
|
|
@@ -33,7 +33,7 @@ function GetOciCommandsToLongParams_opensearch() {
|
|
|
33
33
|
'opensearch cluster resizevertical' = 'data-node-host-memory-gb data-node-host-ocpu-count data-node-host-shape data-node-storage-gb defined-tags freeform-tags from-json help if-match master-node-host-memory-gb master-node-host-ocpu-count master-node-host-shape max-wait-seconds opendashboard-node-host-memory-gb opendashboard-node-host-ocpu-count opendashboard-node-host-shape opensearch-cluster-id search-node-host-memory-gb search-node-host-ocpu-count search-node-host-shape search-node-storage-gb wait-for-state wait-interval-seconds'
|
|
34
34
|
'opensearch cluster restore' = 'compartment-id from-json help if-match max-wait-seconds opensearch-cluster-backup-id opensearch-cluster-id prefix wait-for-state wait-interval-seconds'
|
|
35
35
|
'opensearch cluster shapes-details list' = 'all compartment-id from-json help'
|
|
36
|
-
'opensearch cluster update' = 'backup-policy certificate-config defined-tags display-name force freeform-tags from-json help if-match maintenance-details max-wait-seconds opensearch-cluster-id outbound-cluster-config reverse-connection-endpoint-customer-ips security-attributes security-master-user-name security-master-user-password-hash security-mode security-saml-config software-version wait-for-state wait-interval-seconds'
|
|
36
|
+
'opensearch cluster update' = 'backup-policy certificate-config defined-tags display-name force freeform-tags from-json help if-match load-balancer-config maintenance-details max-wait-seconds opensearch-cluster-id outbound-cluster-config reverse-connection-endpoint-customer-ips security-attributes security-master-user-name security-master-user-password-hash security-mode security-saml-config software-version wait-for-state wait-interval-seconds'
|
|
37
37
|
'opensearch cluster upgrade' = 'defined-tags desired-software-version freeform-tags from-json help if-match is-clone max-wait-seconds opensearch-cluster-id original-cluster-display-name security-attributes system-tags upgrade-type wait-for-state wait-interval-seconds'
|
|
38
38
|
'opensearch cluster work-request get' = 'from-json help work-request-id'
|
|
39
39
|
'opensearch cluster work-request list' = 'all compartment-id from-json help limit page page-size source-resource-id work-request-id'
|
oci_cli/bin/queue.psm1
CHANGED
|
@@ -7,7 +7,9 @@ function GetOciSubcommands_queue() {
|
|
|
7
7
|
'queue' = 'channels messages queue-admin'
|
|
8
8
|
'queue channels' = 'list-channels'
|
|
9
9
|
'queue messages' = 'delete-message delete-messages get-messages get-stats put-messages update-message update-messages'
|
|
10
|
-
'queue queue-admin' = 'queue work-request work-request-error work-request-log'
|
|
10
|
+
'queue queue-admin' = 'consumer-group consumer-group-collection queue work-request work-request-error work-request-log'
|
|
11
|
+
'queue queue-admin consumer-group' = 'create delete get update'
|
|
12
|
+
'queue queue-admin consumer-group-collection' = 'list-consumer-groups'
|
|
11
13
|
'queue queue-admin queue' = 'change-compartment create delete get list purge update'
|
|
12
14
|
'queue queue-admin work-request' = 'get list'
|
|
13
15
|
'queue queue-admin work-request-error' = 'list'
|
|
@@ -18,21 +20,26 @@ function GetOciSubcommands_queue() {
|
|
|
18
20
|
|
|
19
21
|
function GetOciCommandsToLongParams_queue() {
|
|
20
22
|
$ociCommandsToLongParams = @{
|
|
21
|
-
'queue channels list-channels' = 'all channel-filter from-json help limit page page-size queue-id'
|
|
22
|
-
'queue messages delete-message' = 'force from-json help message-receipt queue-id'
|
|
23
|
-
'queue messages delete-messages' = 'entries from-json help queue-id'
|
|
24
|
-
'queue messages get-messages' = 'channel-filter from-json help limit queue-id timeout-in-seconds visibility-in-seconds'
|
|
25
|
-
'queue messages get-stats' = 'channel-id from-json help queue-id'
|
|
23
|
+
'queue channels list-channels' = 'all channel-filter consumer-group-id from-json help limit page page-size queue-id'
|
|
24
|
+
'queue messages delete-message' = 'consumer-group-id force from-json help message-receipt queue-id'
|
|
25
|
+
'queue messages delete-messages' = 'consumer-group-id entries from-json help queue-id'
|
|
26
|
+
'queue messages get-messages' = 'channel-filter consumer-group-id from-json help limit queue-id timeout-in-seconds visibility-in-seconds'
|
|
27
|
+
'queue messages get-stats' = 'channel-id consumer-group-id from-json help queue-id'
|
|
26
28
|
'queue messages put-messages' = 'from-json help messages queue-id'
|
|
27
|
-
'queue messages update-message' = 'from-json help message-receipt queue-id visibility-in-seconds'
|
|
28
|
-
'queue messages update-messages' = 'entries from-json help queue-id'
|
|
29
|
+
'queue messages update-message' = 'consumer-group-id from-json help message-receipt queue-id visibility-in-seconds'
|
|
30
|
+
'queue messages update-messages' = 'consumer-group-id entries from-json help queue-id'
|
|
31
|
+
'queue queue-admin consumer-group create' = 'defined-tags display-name dlq-delivery-count filter freeform-tags from-json help is-enabled max-wait-seconds queue-id wait-for-state wait-interval-seconds'
|
|
32
|
+
'queue queue-admin consumer-group delete' = 'consumer-group-id force from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
33
|
+
'queue queue-admin consumer-group get' = 'consumer-group-id from-json help'
|
|
34
|
+
'queue queue-admin consumer-group update' = 'consumer-group-id defined-tags display-name dlq-delivery-count filter force freeform-tags from-json help if-match is-enabled max-wait-seconds wait-for-state wait-interval-seconds'
|
|
35
|
+
'queue queue-admin consumer-group-collection list-consumer-groups' = 'all display-name from-json help id lifecycle-state limit page page-size queue-id sort-by sort-order'
|
|
29
36
|
'queue queue-admin queue change-compartment' = 'compartment-id from-json help if-match max-wait-seconds queue-id wait-for-state wait-interval-seconds'
|
|
30
|
-
'queue queue-admin queue create' = 'channel-consumption-limit compartment-id custom-key defined-tags display-name dlq-delivery-count freeform-tags from-json help max-wait-seconds retention-in-seconds timeout-in-seconds visibility-in-seconds wait-for-state wait-interval-seconds'
|
|
37
|
+
'queue queue-admin queue create' = 'capabilities channel-consumption-limit compartment-id custom-key defined-tags display-name dlq-delivery-count freeform-tags from-json help max-wait-seconds retention-in-seconds timeout-in-seconds visibility-in-seconds wait-for-state wait-interval-seconds'
|
|
31
38
|
'queue queue-admin queue delete' = 'force from-json help if-match max-wait-seconds queue-id wait-for-state wait-interval-seconds'
|
|
32
39
|
'queue queue-admin queue get' = 'from-json help queue-id'
|
|
33
40
|
'queue queue-admin queue list' = 'all compartment-id display-name from-json help id lifecycle-state limit page page-size sort-by sort-order'
|
|
34
|
-
'queue queue-admin queue purge' = 'channel-ids from-json help if-match max-wait-seconds purge-type queue-id wait-for-state wait-interval-seconds'
|
|
35
|
-
'queue queue-admin queue update' = 'channel-consumption-limit custom-key defined-tags display-name dlq-delivery-count force freeform-tags from-json help if-match max-wait-seconds queue-id timeout-in-seconds visibility-in-seconds wait-for-state wait-interval-seconds'
|
|
41
|
+
'queue queue-admin queue purge' = 'channel-ids consumer-group-id from-json help if-match max-wait-seconds purge-type queue-id wait-for-state wait-interval-seconds'
|
|
42
|
+
'queue queue-admin queue update' = 'capabilities channel-consumption-limit custom-key defined-tags display-name dlq-delivery-count force freeform-tags from-json help if-match max-wait-seconds queue-id timeout-in-seconds visibility-in-seconds wait-for-state wait-interval-seconds'
|
|
36
43
|
'queue queue-admin work-request get' = 'from-json help work-request-id'
|
|
37
44
|
'queue queue-admin work-request list' = 'all compartment-id from-json help limit page page-size work-request-id'
|
|
38
45
|
'queue queue-admin work-request-error list' = 'all from-json help limit page page-size work-request-id'
|
|
@@ -51,6 +58,11 @@ function GetOciCommandsToShortParams_queue() {
|
|
|
51
58
|
'queue messages put-messages' = '? h'
|
|
52
59
|
'queue messages update-message' = '? h'
|
|
53
60
|
'queue messages update-messages' = '? h'
|
|
61
|
+
'queue queue-admin consumer-group create' = '? h'
|
|
62
|
+
'queue queue-admin consumer-group delete' = '? h'
|
|
63
|
+
'queue queue-admin consumer-group get' = '? h'
|
|
64
|
+
'queue queue-admin consumer-group update' = '? h'
|
|
65
|
+
'queue queue-admin consumer-group-collection list-consumer-groups' = '? h'
|
|
54
66
|
'queue queue-admin queue change-compartment' = '? c h'
|
|
55
67
|
'queue queue-admin queue create' = '? c h'
|
|
56
68
|
'queue queue-admin queue delete' = '? h'
|
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle/get.txt
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Gets a certificate authority
|
|
21
|
-
*stage*, *name*, or *versionNumber* parameter. If none of
|
|
22
|
-
parameters are provided, the bundle for the
|
|
23
|
-
|
|
20
|
+
Gets a bundle for a certificate authority (CA) that matches either the
|
|
21
|
+
specified *stage*, *name*, or *versionNumber* parameter. If none of
|
|
22
|
+
these parameters are provided, the bundle for the CA version marked as
|
|
23
|
+
*CURRENT* is returned.
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
Usage
|
|
@@ -68,7 +68,7 @@ The rotation state of the certificate version.
|
|
|
68
68
|
|
|
69
69
|
Accepted values are:
|
|
70
70
|
|
|
71
|
-
CURRENT, DEPRECATED, LATEST, PENDING, PREVIOUS
|
|
71
|
+
CURRENT, DEPRECATED, LATEST, PENDING, PENDING_ACTIVATION, PREVIOUS
|
|
72
72
|
|
|
73
73
|
--version-name [text]
|
|
74
74
|
|
|
@@ -20,12 +20,13 @@ Description
|
|
|
20
20
|
Gets a certificate bundle that matches either the specified *stage*,
|
|
21
21
|
*versionName*, or *versionNumber* parameter. If none of these
|
|
22
22
|
parameters are provided, the bundle for the certificate version marked
|
|
23
|
-
as *CURRENT*
|
|
23
|
+
as *CURRENT* is returned.
|
|
24
24
|
|
|
25
|
-
By default, the private key is not included in the query result, and
|
|
26
|
-
|
|
27
|
-
use the CertificateBundleTypeQueryParam
|
|
28
|
-
|
|
25
|
+
By default, the private key is not included in the query result, and
|
|
26
|
+
only the certificate bundle is returned. If you also need the private
|
|
27
|
+
key, you can use the parameter *CertificateBundleTypeQueryParam* to
|
|
28
|
+
indicate that you want a certificate bundle along with its private key
|
|
29
|
+
as a response to your request.
|
|
29
30
|
|
|
30
31
|
|
|
31
32
|
Usage
|
|
@@ -34,11 +34,6 @@ Required Parameters
|
|
|
34
34
|
|
|
35
35
|
The compartment in which you want to create the CA.
|
|
36
36
|
|
|
37
|
-
--kms-key-id [text]
|
|
38
|
-
|
|
39
|
-
The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt
|
|
40
|
-
the CA.
|
|
41
|
-
|
|
42
37
|
--name [text]
|
|
43
38
|
|
|
44
39
|
A user-friendly name for the CA. Names are unique within a
|
|
@@ -106,6 +101,11 @@ via the file:// syntax.
|
|
|
106
101
|
|
|
107
102
|
A brief description of the CA.
|
|
108
103
|
|
|
104
|
+
--external-key-description [text]
|
|
105
|
+
|
|
106
|
+
For externally managed CAs, a description of the externally managed
|
|
107
|
+
private key. Avoid entering confidential information.
|
|
108
|
+
|
|
109
109
|
--freeform-tags [complex type]
|
|
110
110
|
|
|
111
111
|
Simple key-value pair that is applied without any predefined name,
|
|
@@ -141,6 +141,11 @@ For examples on usage of this option, please see our “using CLI with
|
|
|
141
141
|
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
142
142
|
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
143
143
|
|
|
144
|
+
--kms-key-id [text]
|
|
145
|
+
|
|
146
|
+
The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt
|
|
147
|
+
the CA.
|
|
148
|
+
|
|
144
149
|
--max-wait-seconds [integer]
|
|
145
150
|
|
|
146
151
|
The maximum time to wait for the resource to reach the lifecycle state
|
|
@@ -183,7 +188,7 @@ is returned.
|
|
|
183
188
|
|
|
184
189
|
Accepted values are:
|
|
185
190
|
|
|
186
|
-
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
191
|
+
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_ACTIVATION, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
187
192
|
|
|
188
193
|
--wait-interval-seconds [integer]
|
|
189
194
|
|
|
@@ -225,7 +230,6 @@ like shell. You need to set up the OCI configuration and appropriate
|
|
|
225
230
|
security policies before trying the examples.
|
|
226
231
|
|
|
227
232
|
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-root-ca-by-generating-config-details.html#cmdoption-compartment-id
|
|
228
|
-
export kms_key_id=<substitute-value-of-kms_key_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-root-ca-by-generating-config-details.html#cmdoption-kms-key-id
|
|
229
233
|
export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-root-ca-by-generating-config-details.html#cmdoption-name
|
|
230
234
|
|
|
231
|
-
oci certs-mgmt certificate-authority create-root-ca-by-generating-config-details --compartment-id $compartment_id --
|
|
235
|
+
oci certs-mgmt certificate-authority create-root-ca-by-generating-config-details --compartment-id $compartment_id --name $name --subject file://subject.json
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
"create-root-ca-managed-externally"
|
|
2
|
+
***********************************
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Creates a new certificate authority (CA) according to the details of
|
|
21
|
+
the request.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Usage
|
|
25
|
+
=====
|
|
26
|
+
|
|
27
|
+
oci certs-mgmt certificate-authority create-root-ca-managed-externally [OPTIONS]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Required Parameters
|
|
31
|
+
===================
|
|
32
|
+
|
|
33
|
+
--certificate-pem [text]
|
|
34
|
+
|
|
35
|
+
The externally signed certificate (in PEM format) for the imported
|
|
36
|
+
root CA.
|
|
37
|
+
|
|
38
|
+
--compartment-id, -c [text]
|
|
39
|
+
|
|
40
|
+
The compartment in which you want to create the CA.
|
|
41
|
+
|
|
42
|
+
--name [text]
|
|
43
|
+
|
|
44
|
+
A user-friendly name for the CA. Names are unique within a
|
|
45
|
+
compartment. Avoid entering confidential information. Valid characters
|
|
46
|
+
include uppercase or lowercase letters, numbers, hyphens, underscores,
|
|
47
|
+
and periods.
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
Optional Parameters
|
|
51
|
+
===================
|
|
52
|
+
|
|
53
|
+
--certificate-authority-rules [complex type]
|
|
54
|
+
|
|
55
|
+
A list of rules that control how the CA is used and managed.
|
|
56
|
+
|
|
57
|
+
This option is a JSON list with items of type
|
|
58
|
+
CertificateAuthorityRule. For documentation on
|
|
59
|
+
CertificateAuthorityRule please see our API reference: https://docs.c
|
|
60
|
+
loud.oracle.com/api/#/en/certificatesmanagement/20210224/datatypes/Ce
|
|
61
|
+
rtificateAuthorityRule. This is a complex type whose value must be
|
|
62
|
+
valid JSON. The value can be provided as a string on the command line
|
|
63
|
+
or passed in as a file using the file://path/to/file syntax.
|
|
64
|
+
|
|
65
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
66
|
+
example of the JSON which must be provided. We recommend storing this
|
|
67
|
+
example in a file, modifying it as needed and then passing it back in
|
|
68
|
+
via the file:// syntax.
|
|
69
|
+
|
|
70
|
+
--certificate-revocation-list-details [complex type]
|
|
71
|
+
|
|
72
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
73
|
+
be provided as a string on the command line or passed in as a file
|
|
74
|
+
using the file://path/to/file syntax.
|
|
75
|
+
|
|
76
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
77
|
+
example of the JSON which must be provided. We recommend storing this
|
|
78
|
+
example in a file, modifying it as needed and then passing it back in
|
|
79
|
+
via the file:// syntax.
|
|
80
|
+
|
|
81
|
+
--defined-tags [complex type]
|
|
82
|
+
|
|
83
|
+
Usage of predefined tag keys. These predefined keys are scoped to
|
|
84
|
+
namespaces. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
|
|
85
|
+
a complex type whose value must be valid JSON. The value can be
|
|
86
|
+
provided as a string on the command line or passed in as a file using
|
|
87
|
+
the file://path/to/file syntax.
|
|
88
|
+
|
|
89
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
90
|
+
example of the JSON which must be provided. We recommend storing this
|
|
91
|
+
example in a file, modifying it as needed and then passing it back in
|
|
92
|
+
via the file:// syntax.
|
|
93
|
+
|
|
94
|
+
--description [text]
|
|
95
|
+
|
|
96
|
+
A brief description of the CA.
|
|
97
|
+
|
|
98
|
+
--external-key-description [text]
|
|
99
|
+
|
|
100
|
+
For externally managed CAs, a description of the externally managed
|
|
101
|
+
private key. Avoid entering confidential information.
|
|
102
|
+
|
|
103
|
+
--freeform-tags [complex type]
|
|
104
|
+
|
|
105
|
+
Simple key-value pair that is applied without any predefined name,
|
|
106
|
+
type or scope. Exists for cross-compatibility only. Example: *{“bar-
|
|
107
|
+
key”: “value”}* This is a complex type whose value must be valid JSON.
|
|
108
|
+
The value can be provided as a string on the command line or passed in
|
|
109
|
+
as a file using the file://path/to/file syntax.
|
|
110
|
+
|
|
111
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
112
|
+
example of the JSON which must be provided. We recommend storing this
|
|
113
|
+
example in a file, modifying it as needed and then passing it back in
|
|
114
|
+
via the file:// syntax.
|
|
115
|
+
|
|
116
|
+
--from-json [text]
|
|
117
|
+
|
|
118
|
+
Provide input to this command as a JSON document from a file using the
|
|
119
|
+
file://path-to/file syntax.
|
|
120
|
+
|
|
121
|
+
The "--generate-full-command-json-input" option can be used to
|
|
122
|
+
generate a sample json file to be used with this command option. The
|
|
123
|
+
key names are pre-populated and match the command option names
|
|
124
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
125
|
+
while the values of the keys need to be populated by the user before
|
|
126
|
+
using the sample file as an input to this command. For any command
|
|
127
|
+
option that accepts multiple values, the value of the key can be a
|
|
128
|
+
JSON array.
|
|
129
|
+
|
|
130
|
+
Options can still be provided on the command line. If an option exists
|
|
131
|
+
in both the JSON document and the command line then the command line
|
|
132
|
+
specified value will be used.
|
|
133
|
+
|
|
134
|
+
For examples on usage of this option, please see our “using CLI with
|
|
135
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
136
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
137
|
+
|
|
138
|
+
--kms-key-id [text]
|
|
139
|
+
|
|
140
|
+
The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt
|
|
141
|
+
the CA.
|
|
142
|
+
|
|
143
|
+
--max-wait-seconds [integer]
|
|
144
|
+
|
|
145
|
+
The maximum time to wait for the resource to reach the lifecycle state
|
|
146
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
147
|
+
|
|
148
|
+
--version-name [text]
|
|
149
|
+
|
|
150
|
+
The name of the CA version. When the value is not null, a name is
|
|
151
|
+
unique across versions of a given CA.
|
|
152
|
+
|
|
153
|
+
--wait-for-state [text]
|
|
154
|
+
|
|
155
|
+
This operation creates, modifies or deletes a resource that has a
|
|
156
|
+
defined lifecycle state. Specify this option to perform the action and
|
|
157
|
+
then wait until the resource reaches a given lifecycle state. Multiple
|
|
158
|
+
states can be specified, returning on the first state. For example, "
|
|
159
|
+
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
160
|
+
whichever lifecycle state is reached first. If timeout is reached, a
|
|
161
|
+
return code of 2 is returned. For any other error, a return code of 1
|
|
162
|
+
is returned.
|
|
163
|
+
|
|
164
|
+
Accepted values are:
|
|
165
|
+
|
|
166
|
+
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_ACTIVATION, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
167
|
+
|
|
168
|
+
--wait-interval-seconds [integer]
|
|
169
|
+
|
|
170
|
+
Check every "--wait-interval-seconds" to see whether the resource has
|
|
171
|
+
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
172
|
+
30 seconds.
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
Global Parameters
|
|
176
|
+
=================
|
|
177
|
+
|
|
178
|
+
Use "oci --help" for help on global parameters.
|
|
179
|
+
|
|
180
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
181
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
182
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
183
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
184
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
185
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
186
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
187
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
188
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
Example using required parameter
|
|
192
|
+
================================
|
|
193
|
+
|
|
194
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
195
|
+
command by typing “bash example.sh” and replacing the example
|
|
196
|
+
parameters with your own.
|
|
197
|
+
|
|
198
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
199
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
200
|
+
security policies before trying the examples.
|
|
201
|
+
|
|
202
|
+
export certificate_pem=<substitute-value-of-certificate_pem> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-root-ca-managed-externally.html#cmdoption-certificate-pem
|
|
203
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-root-ca-managed-externally.html#cmdoption-compartment-id
|
|
204
|
+
export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-root-ca-managed-externally.html#cmdoption-name
|
|
205
|
+
|
|
206
|
+
oci certs-mgmt certificate-authority create-root-ca-managed-externally --certificate-pem $certificate_pem --compartment-id $compartment_id --name $name
|
|
@@ -38,11 +38,6 @@ The compartment in which you want to create the CA.
|
|
|
38
38
|
|
|
39
39
|
The OCID of the private CA.
|
|
40
40
|
|
|
41
|
-
--kms-key-id [text]
|
|
42
|
-
|
|
43
|
-
The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt
|
|
44
|
-
the CA.
|
|
45
|
-
|
|
46
41
|
--name [text]
|
|
47
42
|
|
|
48
43
|
A user-friendly name for the CA. Names are unique within a
|
|
@@ -110,6 +105,11 @@ via the file:// syntax.
|
|
|
110
105
|
|
|
111
106
|
A brief description of the CA.
|
|
112
107
|
|
|
108
|
+
--external-key-description [text]
|
|
109
|
+
|
|
110
|
+
For externally managed CAs, a description of the externally managed
|
|
111
|
+
private key. Avoid entering confidential information.
|
|
112
|
+
|
|
113
113
|
--freeform-tags [complex type]
|
|
114
114
|
|
|
115
115
|
Simple key-value pair that is applied without any predefined name,
|
|
@@ -145,6 +145,11 @@ For examples on usage of this option, please see our “using CLI with
|
|
|
145
145
|
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
146
146
|
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
147
147
|
|
|
148
|
+
--kms-key-id [text]
|
|
149
|
+
|
|
150
|
+
The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt
|
|
151
|
+
the CA.
|
|
152
|
+
|
|
148
153
|
--max-wait-seconds [integer]
|
|
149
154
|
|
|
150
155
|
The maximum time to wait for the resource to reach the lifecycle state
|
|
@@ -187,7 +192,7 @@ is returned.
|
|
|
187
192
|
|
|
188
193
|
Accepted values are:
|
|
189
194
|
|
|
190
|
-
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
195
|
+
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_ACTIVATION, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
191
196
|
|
|
192
197
|
--wait-interval-seconds [integer]
|
|
193
198
|
|
|
@@ -230,7 +235,6 @@ security policies before trying the examples.
|
|
|
230
235
|
|
|
231
236
|
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-issued-by-internal-ca.html#cmdoption-compartment-id
|
|
232
237
|
export issuer_certificate_authority_id=<substitute-value-of-issuer_certificate_authority_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-issued-by-internal-ca.html#cmdoption-issuer-certificate-authority-id
|
|
233
|
-
export kms_key_id=<substitute-value-of-kms_key_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-issued-by-internal-ca.html#cmdoption-kms-key-id
|
|
234
238
|
export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-issued-by-internal-ca.html#cmdoption-name
|
|
235
239
|
|
|
236
|
-
oci certs-mgmt certificate-authority create-subordinate-ca-issued-by-internal-ca --compartment-id $compartment_id --issuer-certificate-authority-id $issuer_certificate_authority_id --
|
|
240
|
+
oci certs-mgmt certificate-authority create-subordinate-ca-issued-by-internal-ca --compartment-id $compartment_id --issuer-certificate-authority-id $issuer_certificate_authority_id --name $name --subject file://subject.json
|