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,217 @@
|
|
|
1
|
+
"update"
|
|
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 management appliance specified.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci ocvs management-appliance management-appliance update [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--management-appliance-id [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the management appliance.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Optional Parameters
|
|
38
|
+
===================
|
|
39
|
+
|
|
40
|
+
--configuration [complex type]
|
|
41
|
+
|
|
42
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
43
|
+
be provided as a string on the command line or passed in as a file
|
|
44
|
+
using the file://path/to/file syntax.
|
|
45
|
+
|
|
46
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
47
|
+
example of the JSON which must be provided. We recommend storing this
|
|
48
|
+
example in a file, modifying it as needed and then passing it back in
|
|
49
|
+
via the file:// syntax.
|
|
50
|
+
|
|
51
|
+
--connections [complex type]
|
|
52
|
+
|
|
53
|
+
Array of connections for management appliance.
|
|
54
|
+
|
|
55
|
+
This option is a JSON list with items of type
|
|
56
|
+
ManagementApplianceConnection. For documentation on
|
|
57
|
+
ManagementApplianceConnection please see our API reference: https://d
|
|
58
|
+
ocs.cloud.oracle.com/api/#/en/managementappliance/20230701/datatypes/
|
|
59
|
+
ManagementApplianceConnection. This is a complex type whose value must
|
|
60
|
+
be valid JSON. The value can be provided as a string on the command
|
|
61
|
+
line 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
|
+
--defined-tags [complex type]
|
|
69
|
+
|
|
70
|
+
Defined tags for this resource. Each key is predefined and scoped to a
|
|
71
|
+
namespace. For more information, see Resource Tags.
|
|
72
|
+
|
|
73
|
+
Example:
|
|
74
|
+
|
|
75
|
+
{"Operations": {"CostCenter": "42"}}
|
|
76
|
+
|
|
77
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
78
|
+
be provided as a string on the command line or passed in as a file
|
|
79
|
+
using the file://path/to/file syntax.
|
|
80
|
+
|
|
81
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
82
|
+
example of the JSON which must be provided. We recommend storing this
|
|
83
|
+
example in a file, modifying it as needed and then passing it back in
|
|
84
|
+
via the file:// syntax.
|
|
85
|
+
|
|
86
|
+
--display-name [text]
|
|
87
|
+
|
|
88
|
+
A descriptive name for the management appliance. It must be unique,
|
|
89
|
+
start with a letter, and contain only letters, digits, whitespaces,
|
|
90
|
+
dashes and underscores. Avoid entering confidential information.
|
|
91
|
+
|
|
92
|
+
--force
|
|
93
|
+
|
|
94
|
+
Perform update without prompting for confirmation.
|
|
95
|
+
|
|
96
|
+
--freeform-tags [complex type]
|
|
97
|
+
|
|
98
|
+
Free-form tags for this resource. Each tag is a simple key-value pair
|
|
99
|
+
with no predefined name, type, or namespace. For more information, see
|
|
100
|
+
Resource Tags.
|
|
101
|
+
|
|
102
|
+
Example:
|
|
103
|
+
|
|
104
|
+
{"Department": "Finance"}
|
|
105
|
+
|
|
106
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
107
|
+
be provided as a string on the command line or passed in as a file
|
|
108
|
+
using the file://path/to/file syntax.
|
|
109
|
+
|
|
110
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
111
|
+
example of the JSON which must be provided. We recommend storing this
|
|
112
|
+
example in a file, modifying it as needed and then passing it back in
|
|
113
|
+
via the file:// syntax.
|
|
114
|
+
|
|
115
|
+
--from-json [text]
|
|
116
|
+
|
|
117
|
+
Provide input to this command as a JSON document from a file using the
|
|
118
|
+
file://path-to/file syntax.
|
|
119
|
+
|
|
120
|
+
The "--generate-full-command-json-input" option can be used to
|
|
121
|
+
generate a sample json file to be used with this command option. The
|
|
122
|
+
key names are pre-populated and match the command option names
|
|
123
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
124
|
+
while the values of the keys need to be populated by the user before
|
|
125
|
+
using the sample file as an input to this command. For any command
|
|
126
|
+
option that accepts multiple values, the value of the key can be a
|
|
127
|
+
JSON array.
|
|
128
|
+
|
|
129
|
+
Options can still be provided on the command line. If an option exists
|
|
130
|
+
in both the JSON document and the command line then the command line
|
|
131
|
+
specified value will be used.
|
|
132
|
+
|
|
133
|
+
For examples on usage of this option, please see our “using CLI with
|
|
134
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
135
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
136
|
+
|
|
137
|
+
--if-match [text]
|
|
138
|
+
|
|
139
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
140
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
141
|
+
previous GET or POST response for that resource. The resource will be
|
|
142
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
143
|
+
current etag value.
|
|
144
|
+
|
|
145
|
+
--max-wait-seconds [integer]
|
|
146
|
+
|
|
147
|
+
The maximum time to wait for the work request to reach the state
|
|
148
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
149
|
+
|
|
150
|
+
--wait-for-state [text]
|
|
151
|
+
|
|
152
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
153
|
+
and uses a work request to track the progress of the operation.
|
|
154
|
+
Specify this option to perform the action and then wait until the work
|
|
155
|
+
request reaches a certain state. Multiple states can be specified,
|
|
156
|
+
returning on the first state. For example, "--wait-for-state"
|
|
157
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
158
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
159
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
160
|
+
|
|
161
|
+
Accepted values are:
|
|
162
|
+
|
|
163
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, SUCCEEDED
|
|
164
|
+
|
|
165
|
+
--wait-interval-seconds [integer]
|
|
166
|
+
|
|
167
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
168
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
169
|
+
seconds.
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
Global Parameters
|
|
173
|
+
=================
|
|
174
|
+
|
|
175
|
+
Use "oci --help" for help on global parameters.
|
|
176
|
+
|
|
177
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
178
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
179
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
180
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
181
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
182
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
183
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
184
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
185
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
Example using required parameter
|
|
189
|
+
================================
|
|
190
|
+
|
|
191
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
192
|
+
example parameters with your own.
|
|
193
|
+
|
|
194
|
+
oci ocvs sddc create --generate-param-json-input initial-configuration > initial-configuration.json
|
|
195
|
+
|
|
196
|
+
oci ocvs management-appliance management-appliance create --generate-param-json-input configuration > configuration.json
|
|
197
|
+
oci ocvs management-appliance management-appliance create --generate-param-json-input connections > connections.json
|
|
198
|
+
|
|
199
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
200
|
+
command by typing “bash example.sh” and replacing the example
|
|
201
|
+
parameters with your own.
|
|
202
|
+
|
|
203
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
204
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
205
|
+
security policies before trying the examples.
|
|
206
|
+
|
|
207
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/sddc/create.html#cmdoption-compartment-id
|
|
208
|
+
export hcx_mode=<substitute-value-of-hcx_mode> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/sddc/create.html#cmdoption-hcx-mode
|
|
209
|
+
export ssh_authorized_keys=<substitute-value-of-ssh_authorized_keys> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/sddc/create.html#cmdoption-ssh-authorized-keys
|
|
210
|
+
export vmware_version=<substitute-value-of-vmware_version> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/sddc/create.html#cmdoption-vmware-version
|
|
211
|
+
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/management-appliance/management-appliance/create.html#cmdoption-display-name
|
|
212
|
+
|
|
213
|
+
sddc_id=$(oci ocvs sddc create --compartment-id $compartment_id --hcx-mode $hcx_mode --initial-configuration file://initial-configuration.json --ssh-authorized-keys $ssh_authorized_keys --vmware-version $vmware_version --query data.id --raw-output)
|
|
214
|
+
|
|
215
|
+
management_appliance_id=$(oci ocvs management-appliance management-appliance create --configuration file://configuration.json --connections file://connections.json --display-name $display_name --sddc-id $sddc_id --query data.id --raw-output)
|
|
216
|
+
|
|
217
|
+
oci ocvs management-appliance management-appliance update --management-appliance-id $management_appliance_id
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
management-appliance
|
|
2
|
+
********************
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Description
|
|
6
|
+
===========
|
|
7
|
+
|
|
8
|
+
Information about management appliance.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Available Commands
|
|
12
|
+
==================
|
|
13
|
+
|
|
14
|
+
* create
|
|
15
|
+
|
|
16
|
+
* delete
|
|
17
|
+
|
|
18
|
+
* get
|
|
19
|
+
|
|
20
|
+
* list
|
|
21
|
+
|
|
22
|
+
* update
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
management-appliance
|
|
2
|
+
********************
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Description
|
|
6
|
+
===========
|
|
7
|
+
|
|
8
|
+
Use the Oracle Cloud VMware CLI to create SDDCs and manage ESXi hosts
|
|
9
|
+
and software. For more information, see Oracle Cloud VMware Solution.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
Available Commands
|
|
13
|
+
==================
|
|
14
|
+
|
|
15
|
+
* management-appliance
|
|
16
|
+
|
|
17
|
+
* create
|
|
18
|
+
|
|
19
|
+
* delete
|
|
20
|
+
|
|
21
|
+
* get
|
|
22
|
+
|
|
23
|
+
* list
|
|
24
|
+
|
|
25
|
+
* update
|
|
@@ -212,6 +212,17 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
212
212
|
example in a file, modifying it as needed and then passing it back in
|
|
213
213
|
via the file:// syntax.
|
|
214
214
|
|
|
215
|
+
--load-balancer-config [complex type]
|
|
216
|
+
|
|
217
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
218
|
+
be provided as a string on the command line or passed in as a file
|
|
219
|
+
using the file://path/to/file syntax.
|
|
220
|
+
|
|
221
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
222
|
+
example of the JSON which must be provided. We recommend storing this
|
|
223
|
+
example in a file, modifying it as needed and then passing it back in
|
|
224
|
+
via the file:// syntax.
|
|
225
|
+
|
|
215
226
|
--maintenance-details [complex type]
|
|
216
227
|
|
|
217
228
|
This is a complex type whose value must be valid JSON. The value can
|
|
@@ -123,6 +123,17 @@ previous GET or POST response for that resource. The resource will be
|
|
|
123
123
|
updated or deleted only if the etag you provide matches the resource’s
|
|
124
124
|
current etag value.
|
|
125
125
|
|
|
126
|
+
--load-balancer-config [complex type]
|
|
127
|
+
|
|
128
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
129
|
+
be provided as a string on the command line or passed in as a file
|
|
130
|
+
using the file://path/to/file syntax.
|
|
131
|
+
|
|
132
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
133
|
+
example of the JSON which must be provided. We recommend storing this
|
|
134
|
+
example in a file, modifying it as needed and then passing it back in
|
|
135
|
+
via the file:// syntax.
|
|
136
|
+
|
|
126
137
|
--maintenance-details [complex type]
|
|
127
138
|
|
|
128
139
|
This is a complex type whose value must be valid JSON. The value can
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -23,7 +23,7 @@ Return a (paginated) list of errors for a given work request.
|
|
|
23
23
|
Usage
|
|
24
24
|
=====
|
|
25
25
|
|
|
26
|
-
oci organizations work-request-error list
|
|
26
|
+
oci organizations work-request-error list [OPTIONS]
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Required Parameters
|
|
@@ -114,6 +114,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
114
114
|
like shell. You need to set up the OCI configuration and appropriate
|
|
115
115
|
security policies before trying the examples.
|
|
116
116
|
|
|
117
|
-
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/organizations/work-request-error/list
|
|
117
|
+
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/organizations/work-request-error/list.html#cmdoption-work-request-id
|
|
118
118
|
|
|
119
|
-
oci organizations work-request-error list
|
|
119
|
+
oci organizations work-request-error list --work-request-id $work_request_id
|
|
@@ -52,6 +52,10 @@ cannot provide the "--limit" option.
|
|
|
52
52
|
|
|
53
53
|
Optional parameter to filter the channels.
|
|
54
54
|
|
|
55
|
+
--consumer-group-id [text]
|
|
56
|
+
|
|
57
|
+
Optional parameter to specify a consumer group.
|
|
58
|
+
|
|
55
59
|
--from-json [text]
|
|
56
60
|
|
|
57
61
|
Provide input to this command as a JSON document from a file using the
|
|
@@ -54,6 +54,10 @@ The unique queue identifier.
|
|
|
54
54
|
Optional Parameters
|
|
55
55
|
===================
|
|
56
56
|
|
|
57
|
+
--consumer-group-id [text]
|
|
58
|
+
|
|
59
|
+
Optional parameter to specify a consumer group.
|
|
60
|
+
|
|
57
61
|
--from-json [text]
|
|
58
62
|
|
|
59
63
|
Provide input to this command as a JSON document from a file using the
|
|
@@ -50,6 +50,10 @@ Optional Parameters
|
|
|
50
50
|
|
|
51
51
|
Optional parameter to filter the channels.
|
|
52
52
|
|
|
53
|
+
--consumer-group-id [text]
|
|
54
|
+
|
|
55
|
+
Optional parameter to specify a consumer group.
|
|
56
|
+
|
|
53
57
|
--from-json [text]
|
|
54
58
|
|
|
55
59
|
Provide input to this command as a JSON document from a file using the
|
|
@@ -50,6 +50,10 @@ the clock of the server receiving the request).
|
|
|
50
50
|
Optional Parameters
|
|
51
51
|
===================
|
|
52
52
|
|
|
53
|
+
--consumer-group-id [text]
|
|
54
|
+
|
|
55
|
+
Optional parameter to specify a consumer group.
|
|
56
|
+
|
|
53
57
|
--from-json [text]
|
|
54
58
|
|
|
55
59
|
Provide input to this command as a JSON document from a file using the
|
|
@@ -54,6 +54,10 @@ The unique queue identifier.
|
|
|
54
54
|
Optional Parameters
|
|
55
55
|
===================
|
|
56
56
|
|
|
57
|
+
--consumer-group-id [text]
|
|
58
|
+
|
|
59
|
+
Optional parameter to specify a consumer group.
|
|
60
|
+
|
|
57
61
|
--from-json [text]
|
|
58
62
|
|
|
59
63
|
Provide input to this command as a JSON document from a file using the
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
"create"
|
|
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 consumer group.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci queue queue-admin consumer-group create [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--display-name [text]
|
|
33
|
+
|
|
34
|
+
The user-friendly name of the consumer group.
|
|
35
|
+
|
|
36
|
+
--queue-id [text]
|
|
37
|
+
|
|
38
|
+
The OCID of the associated queue.
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
Optional Parameters
|
|
42
|
+
===================
|
|
43
|
+
|
|
44
|
+
--defined-tags [complex type]
|
|
45
|
+
|
|
46
|
+
Defined tags for this resource. Each key is predefined and scoped to a
|
|
47
|
+
namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
|
|
48
|
+
a complex type whose value must be valid JSON. The value can be
|
|
49
|
+
provided as a string on the command line or passed in as a file using
|
|
50
|
+
the file://path/to/file syntax.
|
|
51
|
+
|
|
52
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
53
|
+
example of the JSON which must be provided. We recommend storing this
|
|
54
|
+
example in a file, modifying it as needed and then passing it back in
|
|
55
|
+
via the file:// syntax.
|
|
56
|
+
|
|
57
|
+
--dlq-delivery-count [integer]
|
|
58
|
+
|
|
59
|
+
The number of times a message can be delivered to a consumer before
|
|
60
|
+
being moved to the dead letter queue. A value of 0 indicates that the
|
|
61
|
+
DLQ is not used. If the value isn’t specified, it will be using the
|
|
62
|
+
value defined at the queue level.
|
|
63
|
+
|
|
64
|
+
--filter [text]
|
|
65
|
+
|
|
66
|
+
The filter used by the consumer group. Only messages matching the
|
|
67
|
+
filter will be available by consumers of the group.
|
|
68
|
+
|
|
69
|
+
--freeform-tags [complex type]
|
|
70
|
+
|
|
71
|
+
Simple key-value pair that is applied without any predefined name,
|
|
72
|
+
type or scope. Exists for cross-compatibility only. Example: *{“bar-
|
|
73
|
+
key”: “value”}* This is a complex type whose value must be valid JSON.
|
|
74
|
+
The value can be provided as a string on the command line or passed in
|
|
75
|
+
as a file using the file://path/to/file syntax.
|
|
76
|
+
|
|
77
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
78
|
+
example of the JSON which must be provided. We recommend storing this
|
|
79
|
+
example in a file, modifying it as needed and then passing it back in
|
|
80
|
+
via the file:// syntax.
|
|
81
|
+
|
|
82
|
+
--from-json [text]
|
|
83
|
+
|
|
84
|
+
Provide input to this command as a JSON document from a file using the
|
|
85
|
+
file://path-to/file syntax.
|
|
86
|
+
|
|
87
|
+
The "--generate-full-command-json-input" option can be used to
|
|
88
|
+
generate a sample json file to be used with this command option. The
|
|
89
|
+
key names are pre-populated and match the command option names
|
|
90
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
91
|
+
while the values of the keys need to be populated by the user before
|
|
92
|
+
using the sample file as an input to this command. For any command
|
|
93
|
+
option that accepts multiple values, the value of the key can be a
|
|
94
|
+
JSON array.
|
|
95
|
+
|
|
96
|
+
Options can still be provided on the command line. If an option exists
|
|
97
|
+
in both the JSON document and the command line then the command line
|
|
98
|
+
specified value will be used.
|
|
99
|
+
|
|
100
|
+
For examples on usage of this option, please see our “using CLI with
|
|
101
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
102
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
103
|
+
|
|
104
|
+
--is-enabled [boolean]
|
|
105
|
+
|
|
106
|
+
Used to enable or disable the consumer group. An enabled consumer
|
|
107
|
+
group will have a lifecycle state of ACTIVE, while a disabled will
|
|
108
|
+
have its state as INACTIVE.
|
|
109
|
+
|
|
110
|
+
--max-wait-seconds [integer]
|
|
111
|
+
|
|
112
|
+
The maximum time to wait for the work request to reach the state
|
|
113
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
114
|
+
|
|
115
|
+
--wait-for-state [text]
|
|
116
|
+
|
|
117
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
118
|
+
and uses a work request to track the progress of the operation.
|
|
119
|
+
Specify this option to perform the action and then wait until the work
|
|
120
|
+
request reaches a certain state. Multiple states can be specified,
|
|
121
|
+
returning on the first state. For example, "--wait-for-state"
|
|
122
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
123
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
124
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
125
|
+
|
|
126
|
+
Accepted values are:
|
|
127
|
+
|
|
128
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, SUCCEEDED
|
|
129
|
+
|
|
130
|
+
--wait-interval-seconds [integer]
|
|
131
|
+
|
|
132
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
133
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
134
|
+
seconds.
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
Global Parameters
|
|
138
|
+
=================
|
|
139
|
+
|
|
140
|
+
Use "oci --help" for help on global parameters.
|
|
141
|
+
|
|
142
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
143
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
144
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
145
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
146
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
147
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
148
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
149
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
150
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
Example using required parameter
|
|
154
|
+
================================
|
|
155
|
+
|
|
156
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
157
|
+
command by typing “bash example.sh” and replacing the example
|
|
158
|
+
parameters with your own.
|
|
159
|
+
|
|
160
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
161
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
162
|
+
security policies before trying the examples.
|
|
163
|
+
|
|
164
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/queue/queue-admin/queue/create.html#cmdoption-compartment-id
|
|
165
|
+
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/queue/queue-admin/queue/create.html#cmdoption-display-name
|
|
166
|
+
|
|
167
|
+
queue_id=$(oci queue queue-admin queue create --compartment-id $compartment_id --display-name $display_name --query data.id --raw-output)
|
|
168
|
+
|
|
169
|
+
oci queue queue-admin consumer-group create --display-name $display_name --queue-id $queue_id
|