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
|
@@ -146,6 +146,17 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
146
146
|
example in a file, modifying it as needed and then passing it back in
|
|
147
147
|
via the file:// syntax.
|
|
148
148
|
|
|
149
|
+
--tool-config-embedding-llm-customization [complex type]
|
|
150
|
+
|
|
151
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
152
|
+
be provided as a string on the command line or passed in as a file
|
|
153
|
+
using the file://path/to/file syntax.
|
|
154
|
+
|
|
155
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
156
|
+
example of the JSON which must be provided. We recommend storing this
|
|
157
|
+
example in a file, modifying it as needed and then passing it back in
|
|
158
|
+
via the file:// syntax.
|
|
159
|
+
|
|
149
160
|
--tool-config-generation-llm-customization [complex type]
|
|
150
161
|
|
|
151
162
|
This is a complex type whose value must be valid JSON. The value can
|
|
@@ -157,6 +168,32 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
157
168
|
example in a file, modifying it as needed and then passing it back in
|
|
158
169
|
via the file:// syntax.
|
|
159
170
|
|
|
171
|
+
--tool-config-reasoning-llm-customization [complex type]
|
|
172
|
+
|
|
173
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
174
|
+
be provided as a string on the command line or passed in as a file
|
|
175
|
+
using the file://path/to/file syntax.
|
|
176
|
+
|
|
177
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
178
|
+
example of the JSON which must be provided. We recommend storing this
|
|
179
|
+
example in a file, modifying it as needed and then passing it back in
|
|
180
|
+
via the file:// syntax.
|
|
181
|
+
|
|
182
|
+
--tool-config-reranking-llm-customization [complex type]
|
|
183
|
+
|
|
184
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
185
|
+
be provided as a string on the command line or passed in as a file
|
|
186
|
+
using the file://path/to/file syntax.
|
|
187
|
+
|
|
188
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
189
|
+
example of the JSON which must be provided. We recommend storing this
|
|
190
|
+
example in a file, modifying it as needed and then passing it back in
|
|
191
|
+
via the file:// syntax.
|
|
192
|
+
|
|
193
|
+
--tool-config-runtime-version [text]
|
|
194
|
+
|
|
195
|
+
The runtimeVersion of the system prompt.
|
|
196
|
+
|
|
160
197
|
--wait-for-state [text]
|
|
161
198
|
|
|
162
199
|
This operation asynchronously creates, modifies or deletes a resource
|
|
@@ -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 governance-rules-control-plane work-request work-request-log
|
|
27
|
+
oci governance-rules-control-plane work-request work-request-log list [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -125,6 +125,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
125
125
|
like shell. You need to set up the OCI configuration and appropriate
|
|
126
126
|
security policies before trying the examples.
|
|
127
127
|
|
|
128
|
-
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/governance-rules-control-plane/work-request/work-request-log
|
|
128
|
+
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/governance-rules-control-plane/work-request/work-request-log/list.html#cmdoption-work-request-id
|
|
129
129
|
|
|
130
|
-
oci governance-rules-control-plane work-request work-request-log
|
|
130
|
+
oci governance-rules-control-plane work-request work-request-log list --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
work-request-log
|
|
2
|
-
|
|
1
|
+
work-request-log
|
|
2
|
+
****************
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
Description
|
|
@@ -11,4 +11,4 @@ A log message from the execution of a work request.
|
|
|
11
11
|
Available Commands
|
|
12
12
|
==================
|
|
13
13
|
|
|
14
|
-
* list
|
|
14
|
+
* list
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
"list-node-shapes"
|
|
2
|
+
******************
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Optional Parameters
|
|
9
|
+
|
|
10
|
+
* Global Parameters
|
|
11
|
+
|
|
12
|
+
* Example using required parameter
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Description
|
|
16
|
+
===========
|
|
17
|
+
|
|
18
|
+
Returns the list of shapes allowed in the region.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
Usage
|
|
22
|
+
=====
|
|
23
|
+
|
|
24
|
+
oci kafka cluster list-node-shapes [OPTIONS]
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
Optional Parameters
|
|
28
|
+
===================
|
|
29
|
+
|
|
30
|
+
--all
|
|
31
|
+
|
|
32
|
+
Fetches all pages of results. If you provide this option, then you
|
|
33
|
+
cannot provide the "--limit" option.
|
|
34
|
+
|
|
35
|
+
--compartment-id, -c [text]
|
|
36
|
+
|
|
37
|
+
The OCID of the compartment in which to list resources.
|
|
38
|
+
|
|
39
|
+
--from-json [text]
|
|
40
|
+
|
|
41
|
+
Provide input to this command as a JSON document from a file using the
|
|
42
|
+
file://path-to/file syntax.
|
|
43
|
+
|
|
44
|
+
The "--generate-full-command-json-input" option can be used to
|
|
45
|
+
generate a sample json file to be used with this command option. The
|
|
46
|
+
key names are pre-populated and match the command option names
|
|
47
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
48
|
+
while the values of the keys need to be populated by the user before
|
|
49
|
+
using the sample file as an input to this command. For any command
|
|
50
|
+
option that accepts multiple values, the value of the key can be a
|
|
51
|
+
JSON array.
|
|
52
|
+
|
|
53
|
+
Options can still be provided on the command line. If an option exists
|
|
54
|
+
in both the JSON document and the command line then the command line
|
|
55
|
+
specified value will be used.
|
|
56
|
+
|
|
57
|
+
For examples on usage of this option, please see our “using CLI with
|
|
58
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
59
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
60
|
+
|
|
61
|
+
--limit [integer]
|
|
62
|
+
|
|
63
|
+
For list pagination. The maximum number of results per page, or items
|
|
64
|
+
to return in a paginated “List” call. For important details about how
|
|
65
|
+
pagination works, see List Pagination.
|
|
66
|
+
|
|
67
|
+
--name [text]
|
|
68
|
+
|
|
69
|
+
The name to filter on.
|
|
70
|
+
|
|
71
|
+
--page [text]
|
|
72
|
+
|
|
73
|
+
For list pagination. The value of the opc-next-page response header
|
|
74
|
+
from the previous “List” call. For important details about how
|
|
75
|
+
pagination works, see List Pagination.
|
|
76
|
+
|
|
77
|
+
--page-size [integer]
|
|
78
|
+
|
|
79
|
+
When fetching results, the number of results to fetch per call. Only
|
|
80
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
81
|
+
|
|
82
|
+
--sort-by [text]
|
|
83
|
+
|
|
84
|
+
The field to sort by. You can provide only one sort order. Default
|
|
85
|
+
order for *timeCreated* is descending. Default order for *displayName*
|
|
86
|
+
is ascending.
|
|
87
|
+
|
|
88
|
+
Accepted values are:
|
|
89
|
+
|
|
90
|
+
displayName, timeCreated
|
|
91
|
+
|
|
92
|
+
--sort-order [text]
|
|
93
|
+
|
|
94
|
+
The sort order to use, either ascending (*ASC*) or descending
|
|
95
|
+
(*DESC*).
|
|
96
|
+
|
|
97
|
+
Accepted values are:
|
|
98
|
+
|
|
99
|
+
ASC, DESC
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
Global Parameters
|
|
103
|
+
=================
|
|
104
|
+
|
|
105
|
+
Use "oci --help" for help on global parameters.
|
|
106
|
+
|
|
107
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
108
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
109
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
110
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
111
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
112
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
113
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
114
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
115
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
Example using required parameter
|
|
119
|
+
================================
|
|
120
|
+
|
|
121
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
122
|
+
command by typing “bash example.sh” and replacing the example
|
|
123
|
+
parameters with your own.
|
|
124
|
+
|
|
125
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
126
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
127
|
+
security policies before trying the examples.
|
|
128
|
+
|
|
129
|
+
oci kafka cluster list-node-shapes
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
"export"
|
|
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
|
+
Export logical data from a DB system backup to an Object Storage
|
|
21
|
+
bucket.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Usage
|
|
25
|
+
=====
|
|
26
|
+
|
|
27
|
+
oci mysql backup export [OPTIONS]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Required Parameters
|
|
31
|
+
===================
|
|
32
|
+
|
|
33
|
+
--backup-id [text]
|
|
34
|
+
|
|
35
|
+
The OCID of the Backup
|
|
36
|
+
|
|
37
|
+
--bucket-name [text]
|
|
38
|
+
|
|
39
|
+
The Object Storage bucket name.
|
|
40
|
+
|
|
41
|
+
--namespace-name [text]
|
|
42
|
+
|
|
43
|
+
The Object Storage namespace.
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
Optional Parameters
|
|
47
|
+
===================
|
|
48
|
+
|
|
49
|
+
--export-options [complex type]
|
|
50
|
+
|
|
51
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
52
|
+
be provided as a string on the command line or passed in as a file
|
|
53
|
+
using the file://path/to/file syntax.
|
|
54
|
+
|
|
55
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
56
|
+
example of the JSON which must be provided. We recommend storing this
|
|
57
|
+
example in a file, modifying it as needed and then passing it back in
|
|
58
|
+
via the file:// syntax.
|
|
59
|
+
|
|
60
|
+
--from-json [text]
|
|
61
|
+
|
|
62
|
+
Provide input to this command as a JSON document from a file using the
|
|
63
|
+
file://path-to/file syntax.
|
|
64
|
+
|
|
65
|
+
The "--generate-full-command-json-input" option can be used to
|
|
66
|
+
generate a sample json file to be used with this command option. The
|
|
67
|
+
key names are pre-populated and match the command option names
|
|
68
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
69
|
+
while the values of the keys need to be populated by the user before
|
|
70
|
+
using the sample file as an input to this command. For any command
|
|
71
|
+
option that accepts multiple values, the value of the key can be a
|
|
72
|
+
JSON array.
|
|
73
|
+
|
|
74
|
+
Options can still be provided on the command line. If an option exists
|
|
75
|
+
in both the JSON document and the command line then the command line
|
|
76
|
+
specified value will be used.
|
|
77
|
+
|
|
78
|
+
For examples on usage of this option, please see our “using CLI with
|
|
79
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
80
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
81
|
+
|
|
82
|
+
--max-wait-seconds [integer]
|
|
83
|
+
|
|
84
|
+
The maximum time to wait for the work request to reach the state
|
|
85
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
86
|
+
|
|
87
|
+
--subnet-id [text]
|
|
88
|
+
|
|
89
|
+
The OCID of the subnet which the temporary MySQL instance is
|
|
90
|
+
associated with. If not specified, the subnet OCID of the DB system
|
|
91
|
+
from which the backup is taken will be used by default. To export a
|
|
92
|
+
backup copied from another region, it is mandatory to specify a valid
|
|
93
|
+
subnet OCID in the current region.
|
|
94
|
+
|
|
95
|
+
--wait-for-state [text]
|
|
96
|
+
|
|
97
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
98
|
+
and uses a work request to track the progress of the operation.
|
|
99
|
+
Specify this option to perform the action and then wait until the work
|
|
100
|
+
request reaches a certain state. Multiple states can be specified,
|
|
101
|
+
returning on the first state. For example, "--wait-for-state"
|
|
102
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
103
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
104
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
105
|
+
|
|
106
|
+
Accepted values are:
|
|
107
|
+
|
|
108
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, SUCCEEDED
|
|
109
|
+
|
|
110
|
+
--wait-interval-seconds [integer]
|
|
111
|
+
|
|
112
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
113
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
114
|
+
seconds.
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
Global Parameters
|
|
118
|
+
=================
|
|
119
|
+
|
|
120
|
+
Use "oci --help" for help on global parameters.
|
|
121
|
+
|
|
122
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
123
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
124
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
125
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
126
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
127
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
128
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
129
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
130
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
Example using required parameter
|
|
134
|
+
================================
|
|
135
|
+
|
|
136
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
137
|
+
command by typing “bash example.sh” and replacing the example
|
|
138
|
+
parameters with your own.
|
|
139
|
+
|
|
140
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
141
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
142
|
+
security policies before trying the examples.
|
|
143
|
+
|
|
144
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/mysql/db-system/create.html#cmdoption-compartment-id
|
|
145
|
+
export shape_name=<substitute-value-of-shape_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/mysql/db-system/create.html#cmdoption-shape-name
|
|
146
|
+
export subnet_id=<substitute-value-of-subnet_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/mysql/db-system/create.html#cmdoption-subnet-id
|
|
147
|
+
export bucket_name=<substitute-value-of-bucket_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/mysql/backup/export.html#cmdoption-bucket-name
|
|
148
|
+
export namespace_name=<substitute-value-of-namespace_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/mysql/backup/export.html#cmdoption-namespace-name
|
|
149
|
+
|
|
150
|
+
db_system_id=$(oci mysql db-system create --compartment-id $compartment_id --shape-name $shape_name --subnet-id $subnet_id --query data.id --raw-output)
|
|
151
|
+
|
|
152
|
+
backup_id=$(oci mysql backup create --db-system-id $db_system_id --query data.id --raw-output)
|
|
153
|
+
|
|
154
|
+
oci mysql backup export --backup-id $backup_id --bucket-name $bucket_name --namespace-name $namespace_name
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
"cancel"
|
|
2
|
+
********
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Cancels a work request.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci mysql work-request cancel [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--work-request-id [text]
|
|
33
|
+
|
|
34
|
+
the ID of the WorkRequest
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Optional Parameters
|
|
38
|
+
===================
|
|
39
|
+
|
|
40
|
+
--force
|
|
41
|
+
|
|
42
|
+
Perform deletion without prompting for confirmation.
|
|
43
|
+
|
|
44
|
+
--from-json [text]
|
|
45
|
+
|
|
46
|
+
Provide input to this command as a JSON document from a file using the
|
|
47
|
+
file://path-to/file syntax.
|
|
48
|
+
|
|
49
|
+
The "--generate-full-command-json-input" option can be used to
|
|
50
|
+
generate a sample json file to be used with this command option. The
|
|
51
|
+
key names are pre-populated and match the command option names
|
|
52
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
53
|
+
while the values of the keys need to be populated by the user before
|
|
54
|
+
using the sample file as an input to this command. For any command
|
|
55
|
+
option that accepts multiple values, the value of the key can be a
|
|
56
|
+
JSON array.
|
|
57
|
+
|
|
58
|
+
Options can still be provided on the command line. If an option exists
|
|
59
|
+
in both the JSON document and the command line then the command line
|
|
60
|
+
specified value will be used.
|
|
61
|
+
|
|
62
|
+
For examples on usage of this option, please see our “using CLI with
|
|
63
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
64
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
65
|
+
|
|
66
|
+
--if-match [text]
|
|
67
|
+
|
|
68
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
69
|
+
resource, set the *If-Match* header to the value of the etag from a
|
|
70
|
+
previous GET or POST response for that resource. The resource will be
|
|
71
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
72
|
+
current etag value.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
Global Parameters
|
|
76
|
+
=================
|
|
77
|
+
|
|
78
|
+
Use "oci --help" for help on global parameters.
|
|
79
|
+
|
|
80
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
81
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
82
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
83
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
84
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
85
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
86
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
87
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
88
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
Example using required parameter
|
|
92
|
+
================================
|
|
93
|
+
|
|
94
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
95
|
+
command by typing “bash example.sh” and replacing the example
|
|
96
|
+
parameters with your own.
|
|
97
|
+
|
|
98
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
99
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
100
|
+
security policies before trying the examples.
|
|
101
|
+
|
|
102
|
+
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/mysql/work-request/cancel.html#cmdoption-work-request-id
|
|
103
|
+
|
|
104
|
+
oci mysql work-request cancel --work-request-id $work_request_id
|