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
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
"update-subordinate-ca-managed-internally-issued-by-external-ca"
|
|
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
|
+
Updates the properties of the specified certificate authority (CA).
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci certs-mgmt certificate-authority update-subordinate-ca-managed-internally-issued-by-external-ca [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--action-details [complex type]
|
|
33
|
+
|
|
34
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
35
|
+
be provided as a string on the command line or passed in as a file
|
|
36
|
+
using the file://path/to/file syntax.
|
|
37
|
+
|
|
38
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
39
|
+
example of the JSON which must be provided. We recommend storing this
|
|
40
|
+
example in a file, modifying it as needed and then passing it back in
|
|
41
|
+
via the file:// syntax.
|
|
42
|
+
|
|
43
|
+
--certificate-authority-id [text]
|
|
44
|
+
|
|
45
|
+
The OCID of the certificate authority (CA).
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
Optional Parameters
|
|
49
|
+
===================
|
|
50
|
+
|
|
51
|
+
--certificate-authority-rules [complex type]
|
|
52
|
+
|
|
53
|
+
A list of rules that control how the CA is used and managed.
|
|
54
|
+
|
|
55
|
+
This option is a JSON list with items of type
|
|
56
|
+
CertificateAuthorityRule. For documentation on
|
|
57
|
+
CertificateAuthorityRule please see our API reference: https://docs.c
|
|
58
|
+
loud.oracle.com/api/#/en/certificatesmanagement/20210224/datatypes/Ce
|
|
59
|
+
rtificateAuthorityRule. This is a complex type whose value must be
|
|
60
|
+
valid JSON. The value can be provided as a string on the command line
|
|
61
|
+
or passed in as a file using the file://path/to/file syntax.
|
|
62
|
+
|
|
63
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
64
|
+
example of the JSON which must be provided. We recommend storing this
|
|
65
|
+
example in a file, modifying it as needed and then passing it back in
|
|
66
|
+
via the file:// syntax.
|
|
67
|
+
|
|
68
|
+
--certificate-revocation-list-details [complex type]
|
|
69
|
+
|
|
70
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
71
|
+
be provided as a string on the command line or passed in as a file
|
|
72
|
+
using the file://path/to/file syntax.
|
|
73
|
+
|
|
74
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
75
|
+
example of the JSON which must be provided. We recommend storing this
|
|
76
|
+
example in a file, modifying it as needed and then passing it back in
|
|
77
|
+
via the file:// syntax.
|
|
78
|
+
|
|
79
|
+
--current-version-number [integer]
|
|
80
|
+
|
|
81
|
+
Makes this version the current version. This property can’t be updated
|
|
82
|
+
in combination with any other properties.
|
|
83
|
+
|
|
84
|
+
--defined-tags [complex type]
|
|
85
|
+
|
|
86
|
+
Usage of predefined tag keys. These predefined keys are scoped to
|
|
87
|
+
namespaces. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
|
|
88
|
+
a complex type whose value must be valid JSON. The value can be
|
|
89
|
+
provided as a string on the command line or passed in as a file using
|
|
90
|
+
the file://path/to/file syntax.
|
|
91
|
+
|
|
92
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
93
|
+
example of the JSON which must be provided. We recommend storing this
|
|
94
|
+
example in a file, modifying it as needed and then passing it back in
|
|
95
|
+
via the file:// syntax.
|
|
96
|
+
|
|
97
|
+
--description [text]
|
|
98
|
+
|
|
99
|
+
A brief description of the CA. Avoid entering confidential
|
|
100
|
+
information.
|
|
101
|
+
|
|
102
|
+
--external-key-description [text]
|
|
103
|
+
|
|
104
|
+
For externally managed CAs, a description of the externally managed
|
|
105
|
+
key. Avoid entering confidential information.
|
|
106
|
+
|
|
107
|
+
--force
|
|
108
|
+
|
|
109
|
+
Perform update without prompting for confirmation.
|
|
110
|
+
|
|
111
|
+
--freeform-tags [complex type]
|
|
112
|
+
|
|
113
|
+
Simple key-value pair that is applied without any predefined name,
|
|
114
|
+
type or scope. Exists for cross-compatibility only. Example: *{“bar-
|
|
115
|
+
key”: “value”}* This is a complex type whose value must be valid JSON.
|
|
116
|
+
The value can be provided as a string on the command line or passed in
|
|
117
|
+
as a file using the file://path/to/file syntax.
|
|
118
|
+
|
|
119
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
120
|
+
example of the JSON which must be provided. We recommend storing this
|
|
121
|
+
example in a file, modifying it as needed and then passing it back in
|
|
122
|
+
via the file:// syntax.
|
|
123
|
+
|
|
124
|
+
--from-json [text]
|
|
125
|
+
|
|
126
|
+
Provide input to this command as a JSON document from a file using the
|
|
127
|
+
file://path-to/file syntax.
|
|
128
|
+
|
|
129
|
+
The "--generate-full-command-json-input" option can be used to
|
|
130
|
+
generate a sample json file to be used with this command option. The
|
|
131
|
+
key names are pre-populated and match the command option names
|
|
132
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
133
|
+
while the values of the keys need to be populated by the user before
|
|
134
|
+
using the sample file as an input to this command. For any command
|
|
135
|
+
option that accepts multiple values, the value of the key can be a
|
|
136
|
+
JSON array.
|
|
137
|
+
|
|
138
|
+
Options can still be provided on the command line. If an option exists
|
|
139
|
+
in both the JSON document and the command line then the command line
|
|
140
|
+
specified value will be used.
|
|
141
|
+
|
|
142
|
+
For examples on usage of this option, please see our “using CLI with
|
|
143
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
144
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
145
|
+
|
|
146
|
+
--if-match [text]
|
|
147
|
+
|
|
148
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
149
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
150
|
+
previous GET or POST response for that resource. The resource will be
|
|
151
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
152
|
+
current etag value.
|
|
153
|
+
|
|
154
|
+
--max-wait-seconds [integer]
|
|
155
|
+
|
|
156
|
+
The maximum time to wait for the resource to reach the lifecycle state
|
|
157
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
158
|
+
|
|
159
|
+
--stage [text]
|
|
160
|
+
|
|
161
|
+
The rotation state of the CA. The default is *PENDING*, meaning that
|
|
162
|
+
the CA is staged and available for use. A CA version that you mark as
|
|
163
|
+
*CURRENT* is currently in use, but you don’t yet want to rotate it
|
|
164
|
+
into current, active use. For example, you might create or update a CA
|
|
165
|
+
and mark its rotation state as *PENDING* if you haven’t yet updated
|
|
166
|
+
the certificate on the target system.
|
|
167
|
+
|
|
168
|
+
Accepted values are:
|
|
169
|
+
|
|
170
|
+
CURRENT, PENDING
|
|
171
|
+
|
|
172
|
+
--version-name [text]
|
|
173
|
+
|
|
174
|
+
The name of the CA version. When the value is not null, a name is
|
|
175
|
+
unique across versions of a given CA.
|
|
176
|
+
|
|
177
|
+
--wait-for-state [text]
|
|
178
|
+
|
|
179
|
+
This operation creates, modifies or deletes a resource that has a
|
|
180
|
+
defined lifecycle state. Specify this option to perform the action and
|
|
181
|
+
then wait until the resource reaches a given lifecycle state. Multiple
|
|
182
|
+
states can be specified, returning on the first state. For example, "
|
|
183
|
+
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
184
|
+
whichever lifecycle state is reached first. If timeout is reached, a
|
|
185
|
+
return code of 2 is returned. For any other error, a return code of 1
|
|
186
|
+
is returned.
|
|
187
|
+
|
|
188
|
+
Accepted values are:
|
|
189
|
+
|
|
190
|
+
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_ACTIVATION, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
191
|
+
|
|
192
|
+
--wait-interval-seconds [integer]
|
|
193
|
+
|
|
194
|
+
Check every "--wait-interval-seconds" to see whether the resource has
|
|
195
|
+
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
196
|
+
30 seconds.
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
Global Parameters
|
|
200
|
+
=================
|
|
201
|
+
|
|
202
|
+
Use "oci --help" for help on global parameters.
|
|
203
|
+
|
|
204
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
205
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
206
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
207
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
208
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
209
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
210
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
211
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
212
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
Example using required parameter
|
|
216
|
+
================================
|
|
217
|
+
|
|
218
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
219
|
+
example parameters with your own.
|
|
220
|
+
|
|
221
|
+
oci certs-mgmt certificate-authority update-subordinate-ca-managed-internally-issued-by-external-ca --generate-param-json-input action-details > action-details.json
|
|
222
|
+
|
|
223
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
224
|
+
command by typing “bash example.sh” and replacing the example
|
|
225
|
+
parameters with your own.
|
|
226
|
+
|
|
227
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
228
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
229
|
+
security policies before trying the examples.
|
|
230
|
+
|
|
231
|
+
export certificate_authority_id=<substitute-value-of-certificate_authority_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/update-subordinate-ca-managed-internally-issued-by-external-ca.html#cmdoption-certificate-authority-id
|
|
232
|
+
|
|
233
|
+
oci certs-mgmt certificate-authority update-subordinate-ca-managed-internally-issued-by-external-ca --action-details file://action-details.json --certificate-authority-id $certificate_authority_id
|
|
@@ -18,8 +18,12 @@ Available Commands
|
|
|
18
18
|
|
|
19
19
|
* create-root-ca-by-generating-config-details
|
|
20
20
|
|
|
21
|
+
* create-root-ca-managed-externally
|
|
22
|
+
|
|
21
23
|
* create-subordinate-ca-issued-by-internal-ca
|
|
22
24
|
|
|
25
|
+
* create-subordinate-ca-managed-internally-issued-by-external-ca
|
|
26
|
+
|
|
23
27
|
* get
|
|
24
28
|
|
|
25
29
|
* list
|
|
@@ -28,4 +32,8 @@ Available Commands
|
|
|
28
32
|
|
|
29
33
|
* update-root-ca-by-generating-config-details
|
|
30
34
|
|
|
35
|
+
* update-root-ca-managed-externally
|
|
36
|
+
|
|
31
37
|
* update-subordinate-ca-issued-by-internal-ca
|
|
38
|
+
|
|
39
|
+
* update-subordinate-ca-managed-internally-issued-by-external-ca
|
|
@@ -65,8 +65,12 @@ Available Commands
|
|
|
65
65
|
|
|
66
66
|
* create-root-ca-by-generating-config-details
|
|
67
67
|
|
|
68
|
+
* create-root-ca-managed-externally
|
|
69
|
+
|
|
68
70
|
* create-subordinate-ca-issued-by-internal-ca
|
|
69
71
|
|
|
72
|
+
* create-subordinate-ca-managed-internally-issued-by-external-ca
|
|
73
|
+
|
|
70
74
|
* get
|
|
71
75
|
|
|
72
76
|
* list
|
|
@@ -75,8 +79,12 @@ Available Commands
|
|
|
75
79
|
|
|
76
80
|
* update-root-ca-by-generating-config-details
|
|
77
81
|
|
|
82
|
+
* update-root-ca-managed-externally
|
|
83
|
+
|
|
78
84
|
* update-subordinate-ca-issued-by-internal-ca
|
|
79
85
|
|
|
86
|
+
* update-subordinate-ca-managed-internally-issued-by-external-ca
|
|
87
|
+
|
|
80
88
|
* certificate-authority-version
|
|
81
89
|
|
|
82
90
|
* cancel-deletion
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt
CHANGED
|
@@ -68,32 +68,6 @@ previous GET or POST response for that resource. The resource will be
|
|
|
68
68
|
updated or deleted only if the etag you provide matches the resource’s
|
|
69
69
|
current etag value.
|
|
70
70
|
|
|
71
|
-
--max-wait-seconds [integer]
|
|
72
|
-
|
|
73
|
-
The maximum time to wait for the resource to reach the lifecycle state
|
|
74
|
-
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
75
|
-
|
|
76
|
-
--wait-for-state [text]
|
|
77
|
-
|
|
78
|
-
This operation creates, modifies or deletes a resource that has a
|
|
79
|
-
defined lifecycle state. Specify this option to perform the action and
|
|
80
|
-
then wait until the resource reaches a given lifecycle state. Multiple
|
|
81
|
-
states can be specified, returning on the first state. For example, "
|
|
82
|
-
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
83
|
-
whichever lifecycle state is reached first. If timeout is reached, a
|
|
84
|
-
return code of 2 is returned. For any other error, a return code of 1
|
|
85
|
-
is returned.
|
|
86
|
-
|
|
87
|
-
Accepted values are:
|
|
88
|
-
|
|
89
|
-
AVAILABLE, OCCUPIED, PROVISIONING, REPAIR, UNAVAILABLE
|
|
90
|
-
|
|
91
|
-
--wait-interval-seconds [integer]
|
|
92
|
-
|
|
93
|
-
Check every "--wait-interval-seconds" to see whether the resource has
|
|
94
|
-
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
95
|
-
30 seconds.
|
|
96
|
-
|
|
97
71
|
|
|
98
72
|
Global Parameters
|
|
99
73
|
=================
|
|
@@ -71,32 +71,6 @@ previous GET or POST response for that resource. The resource will be
|
|
|
71
71
|
updated or deleted only if the etag you provide matches the resource’s
|
|
72
72
|
current etag value.
|
|
73
73
|
|
|
74
|
-
--max-wait-seconds [integer]
|
|
75
|
-
|
|
76
|
-
The maximum time to wait for the resource to reach the lifecycle state
|
|
77
|
-
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
78
|
-
|
|
79
|
-
--wait-for-state [text]
|
|
80
|
-
|
|
81
|
-
This operation creates, modifies or deletes a resource that has a
|
|
82
|
-
defined lifecycle state. Specify this option to perform the action and
|
|
83
|
-
then wait until the resource reaches a given lifecycle state. Multiple
|
|
84
|
-
states can be specified, returning on the first state. For example, "
|
|
85
|
-
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
86
|
-
whichever lifecycle state is reached first. If timeout is reached, a
|
|
87
|
-
return code of 2 is returned. For any other error, a return code of 1
|
|
88
|
-
is returned.
|
|
89
|
-
|
|
90
|
-
Accepted values are:
|
|
91
|
-
|
|
92
|
-
AVAILABLE, OCCUPIED, PROVISIONING, REPAIR, UNAVAILABLE
|
|
93
|
-
|
|
94
|
-
--wait-interval-seconds [integer]
|
|
95
|
-
|
|
96
|
-
Check every "--wait-interval-seconds" to see whether the resource has
|
|
97
|
-
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
98
|
-
30 seconds.
|
|
99
|
-
|
|
100
74
|
|
|
101
75
|
Global Parameters
|
|
102
76
|
=================
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt
CHANGED
|
@@ -68,32 +68,6 @@ previous GET or POST response for that resource. The resource will be
|
|
|
68
68
|
updated or deleted only if the etag you provide matches the resource’s
|
|
69
69
|
current etag value.
|
|
70
70
|
|
|
71
|
-
--max-wait-seconds [integer]
|
|
72
|
-
|
|
73
|
-
The maximum time to wait for the resource to reach the lifecycle state
|
|
74
|
-
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
75
|
-
|
|
76
|
-
--wait-for-state [text]
|
|
77
|
-
|
|
78
|
-
This operation creates, modifies or deletes a resource that has a
|
|
79
|
-
defined lifecycle state. Specify this option to perform the action and
|
|
80
|
-
then wait until the resource reaches a given lifecycle state. Multiple
|
|
81
|
-
states can be specified, returning on the first state. For example, "
|
|
82
|
-
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
83
|
-
whichever lifecycle state is reached first. If timeout is reached, a
|
|
84
|
-
return code of 2 is returned. For any other error, a return code of 1
|
|
85
|
-
is returned.
|
|
86
|
-
|
|
87
|
-
Accepted values are:
|
|
88
|
-
|
|
89
|
-
AVAILABLE, OCCUPIED, PROVISIONING, REPAIR, UNAVAILABLE
|
|
90
|
-
|
|
91
|
-
--wait-interval-seconds [integer]
|
|
92
|
-
|
|
93
|
-
Check every "--wait-interval-seconds" to see whether the resource has
|
|
94
|
-
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
95
|
-
30 seconds.
|
|
96
|
-
|
|
97
71
|
|
|
98
72
|
Global Parameters
|
|
99
73
|
=================
|
|
@@ -61,6 +61,12 @@ dedicated capacity customers.
|
|
|
61
61
|
Optional Parameters
|
|
62
62
|
===================
|
|
63
63
|
|
|
64
|
+
--capacity-config [text]
|
|
65
|
+
|
|
66
|
+
The capacity configuration selected to be configured for the Dedicated
|
|
67
|
+
Virtual Machine host. Run ListDedicatedVmHostShapes API first to see
|
|
68
|
+
the capacity configuration options.
|
|
69
|
+
|
|
64
70
|
--defined-tags [complex type]
|
|
65
71
|
|
|
66
72
|
Defined tags for this resource. Each key is predefined and scoped to a
|
|
@@ -141,6 +147,12 @@ For examples on usage of this option, please see our “using CLI with
|
|
|
141
147
|
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
142
148
|
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
143
149
|
|
|
150
|
+
--is-memory-encryption-enabled [boolean]
|
|
151
|
+
|
|
152
|
+
Specifies if the Dedicated Virtual Machine Host (DVMH) is restricted
|
|
153
|
+
to running only Confidential VMs. If *true*, only Confidential VMs can
|
|
154
|
+
be launched. If *false*, Confidential VMs cannot be launched.
|
|
155
|
+
|
|
144
156
|
--max-wait-seconds [integer]
|
|
145
157
|
|
|
146
158
|
The maximum time to wait for the resource to reach the lifecycle state
|
|
@@ -61,6 +61,12 @@ dedicated capacity customers.
|
|
|
61
61
|
Optional Parameters
|
|
62
62
|
===================
|
|
63
63
|
|
|
64
|
+
--capacity-config [text]
|
|
65
|
+
|
|
66
|
+
The capacity configuration selected to be configured for the Dedicated
|
|
67
|
+
Virtual Machine host. Run ListDedicatedVmHostShapes API first to see
|
|
68
|
+
the capacity configuration options.
|
|
69
|
+
|
|
64
70
|
--defined-tags [complex type]
|
|
65
71
|
|
|
66
72
|
Defined tags for this resource. Each key is predefined and scoped to a
|
|
@@ -141,6 +147,12 @@ For examples on usage of this option, please see our “using CLI with
|
|
|
141
147
|
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
142
148
|
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
143
149
|
|
|
150
|
+
--is-memory-encryption-enabled [boolean]
|
|
151
|
+
|
|
152
|
+
Specifies if the Dedicated Virtual Machine Host (DVMH) is restricted
|
|
153
|
+
to running only Confidential VMs. If *true*, only Confidential VMs can
|
|
154
|
+
be launched. If *false*, Confidential VMs cannot be launched.
|
|
155
|
+
|
|
144
156
|
--max-wait-seconds [integer]
|
|
145
157
|
|
|
146
158
|
The maximum time to wait for the resource to reach the lifecycle state
|
|
@@ -56,6 +56,12 @@ on the dedicated virtual machine host.
|
|
|
56
56
|
Optional Parameters
|
|
57
57
|
===================
|
|
58
58
|
|
|
59
|
+
--capacity-config [text]
|
|
60
|
+
|
|
61
|
+
The capacity configuration selected to be configured for the Dedicated
|
|
62
|
+
Virtual Machine host. Run ListDedicatedVmHostShapes API first to see
|
|
63
|
+
the capacity configuration options.
|
|
64
|
+
|
|
59
65
|
--defined-tags [complex type]
|
|
60
66
|
|
|
61
67
|
Defined tags for this resource. Each key is predefined and scoped to a
|
|
@@ -136,6 +142,12 @@ For examples on usage of this option, please see our “using CLI with
|
|
|
136
142
|
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
137
143
|
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
138
144
|
|
|
145
|
+
--is-memory-encryption-enabled [boolean]
|
|
146
|
+
|
|
147
|
+
Specifies if the Dedicated Virtual Machine Host (DVMH) is restricted
|
|
148
|
+
to running only Confidential VMs. If *true*, only Confidential VMs can
|
|
149
|
+
be launched. If *false*, Confidential VMs cannot be launched.
|
|
150
|
+
|
|
139
151
|
--max-wait-seconds [integer]
|
|
140
152
|
|
|
141
153
|
The maximum time to wait for the resource to reach the lifecycle state
|
|
@@ -86,6 +86,11 @@ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
|
86
86
|
|
|
87
87
|
The name for the instance’s shape.
|
|
88
88
|
|
|
89
|
+
--is-memory-encryption-enabled [boolean]
|
|
90
|
+
|
|
91
|
+
A filter to return only confidential Dedicated VM hosts (DVMH) or
|
|
92
|
+
confidential VM instances on DVMH.
|
|
93
|
+
|
|
89
94
|
--lifecycle-state [text]
|
|
90
95
|
|
|
91
96
|
A filter to only return resources that match the given lifecycle
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt
CHANGED
|
@@ -77,6 +77,11 @@ For examples on usage of this option, please see our “using CLI with
|
|
|
77
77
|
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
78
78
|
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
79
79
|
|
|
80
|
+
--is-memory-encryption-enabled [boolean]
|
|
81
|
+
|
|
82
|
+
A filter to return only confidential Dedicated VM hosts (DVMH) or
|
|
83
|
+
confidential VM instances on DVMH.
|
|
84
|
+
|
|
80
85
|
--limit [integer]
|
|
81
86
|
|
|
82
87
|
For list pagination. The maximum number of results per page, or items
|
|
@@ -97,6 +97,10 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
97
97
|
example in a file, modifying it as needed and then passing it back in
|
|
98
98
|
via the file:// syntax.
|
|
99
99
|
|
|
100
|
+
--opc-compute-cluster-id [text]
|
|
101
|
+
|
|
102
|
+
The OCID of the compute cluster that the instance will be created in.
|
|
103
|
+
|
|
100
104
|
--secondary-vnics [complex type]
|
|
101
105
|
|
|
102
106
|
Secondary VNIC parameters.
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/create.txt
CHANGED
|
@@ -49,10 +49,11 @@ placement configuration for each availability domain.
|
|
|
49
49
|
|
|
50
50
|
To use the instance pool with a regional subnet, provide a placement
|
|
51
51
|
configuration for each availability domain, and include the regional
|
|
52
|
-
subnet in each placement configuration.
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
52
|
+
subnet in each placement configuration. To use compute cluster with
|
|
53
|
+
instance pool, provide a single placement configuration. This is a
|
|
54
|
+
complex type whose value must be valid JSON. The value can be provided
|
|
55
|
+
as a string on the command line or passed in as a file using the
|
|
56
|
+
file://path/to/file syntax.
|
|
56
57
|
|
|
57
58
|
The "--generate-param-json-input" option can be used to generate an
|
|
58
59
|
example of the JSON which must be provided. We recommend storing this
|
|
@@ -67,6 +67,10 @@ previous GET or POST response for that resource. The resource will be
|
|
|
67
67
|
updated or deleted only if the etag you provide matches the resource’s
|
|
68
68
|
current etag value.
|
|
69
69
|
|
|
70
|
+
--is-online-restart [boolean]
|
|
71
|
+
|
|
72
|
+
If provided, an online restart will be triggered.
|
|
73
|
+
|
|
70
74
|
--max-wait-seconds [integer]
|
|
71
75
|
|
|
72
76
|
The maximum time to wait for the resource to reach the lifecycle state
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ given ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci delegate-access-control work-request work-request-error list
|
|
27
|
+
oci delegate-access-control work-request work-request-error list [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -124,6 +124,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
124
124
|
like shell. You need to set up the OCI configuration and appropriate
|
|
125
125
|
security policies before trying the examples.
|
|
126
126
|
|
|
127
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list
|
|
127
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list.html#cmdoption-work-request-id
|
|
128
128
|
|
|
129
|
-
oci delegate-access-control work-request work-request-error list
|
|
129
|
+
oci delegate-access-control work-request work-request-error list --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci delegate-access-control work-request work-request-log list
|
|
27
|
+
oci delegate-access-control work-request work-request-log list [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -124,6 +124,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
124
124
|
like shell. You need to set up the OCI configuration and appropriate
|
|
125
125
|
security policies before trying the examples.
|
|
126
126
|
|
|
127
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log/list
|
|
127
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log/list.html#cmdoption-work-request-id
|
|
128
128
|
|
|
129
|
-
oci delegate-access-control work-request work-request-log list
|
|
129
|
+
oci delegate-access-control work-request work-request-log list --work-request-id $work_request_id
|