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
|
@@ -35,7 +35,7 @@ List of services to be added for the stack.
|
|
|
35
35
|
|
|
36
36
|
Accepted values are:
|
|
37
37
|
|
|
38
|
-
ADB, DATAFLOW, GENAI, GGCS, OBJECTSTORAGE
|
|
38
|
+
ADB, AIDATAPLATFORM, DATAFLOW, GENAI, GGCS, OBJECTSTORAGE, OKE, OMK
|
|
39
39
|
|
|
40
40
|
--stack-id [text]
|
|
41
41
|
|
|
@@ -47,7 +47,7 @@ List of templates to be added for the stack.
|
|
|
47
47
|
|
|
48
48
|
Accepted values are:
|
|
49
49
|
|
|
50
|
-
AISERVICES, DATALAKE, DATAPIPELINE, DATATRANSFORMATION
|
|
50
|
+
AISERVICES, DATALAKE, DATAPIPELINE, DATATRANSFORMATION, DEVOPSTOOLKIT
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
Optional Parameters
|
|
@@ -69,6 +69,23 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
69
69
|
example in a file, modifying it as needed and then passing it back in
|
|
70
70
|
via the file:// syntax.
|
|
71
71
|
|
|
72
|
+
--aidataplatform [complex type]
|
|
73
|
+
|
|
74
|
+
AI Data Platform Details if aidataplatform is included in services to
|
|
75
|
+
be added.
|
|
76
|
+
|
|
77
|
+
This option is a JSON list with items of type AiDataPlatformDetail.
|
|
78
|
+
For documentation on AiDataPlatformDetail please see our API
|
|
79
|
+
reference: https://docs.cloud.oracle.com/api/#/en/stack/20250830/data
|
|
80
|
+
types/AiDataPlatformDetail. This is a complex type whose value must be
|
|
81
|
+
valid JSON. The value can be provided as a string on the command line
|
|
82
|
+
or passed in as a file using the file://path/to/file syntax.
|
|
83
|
+
|
|
84
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
85
|
+
example of the JSON which must be provided. We recommend storing this
|
|
86
|
+
example in a file, modifying it as needed and then passing it back in
|
|
87
|
+
via the file:// syntax.
|
|
88
|
+
|
|
72
89
|
--dataflow [complex type]
|
|
73
90
|
|
|
74
91
|
DATAFLOW details if dataflow is included in the services to be added.
|
|
@@ -169,6 +186,38 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
169
186
|
example in a file, modifying it as needed and then passing it back in
|
|
170
187
|
via the file:// syntax.
|
|
171
188
|
|
|
189
|
+
--oke [complex type]
|
|
190
|
+
|
|
191
|
+
OKE Details if oke is included in services to be added.
|
|
192
|
+
|
|
193
|
+
This option is a JSON list with items of type OkeDetail. For
|
|
194
|
+
documentation on OkeDetail please see our API reference: https://docs
|
|
195
|
+
.cloud.oracle.com/api/#/en/stack/20250830/datatypes/OkeDetail. This is
|
|
196
|
+
a complex type whose value must be valid JSON. The value can be
|
|
197
|
+
provided as a string on the command line or passed in as a file using
|
|
198
|
+
the file://path/to/file syntax.
|
|
199
|
+
|
|
200
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
201
|
+
example of the JSON which must be provided. We recommend storing this
|
|
202
|
+
example in a file, modifying it as needed and then passing it back in
|
|
203
|
+
via the file:// syntax.
|
|
204
|
+
|
|
205
|
+
--omk [complex type]
|
|
206
|
+
|
|
207
|
+
OMK Details if omk is included in services to be added.
|
|
208
|
+
|
|
209
|
+
This option is a JSON list with items of type OmkDetail. For
|
|
210
|
+
documentation on OmkDetail please see our API reference: https://docs
|
|
211
|
+
.cloud.oracle.com/api/#/en/stack/20250830/datatypes/OmkDetail. This is
|
|
212
|
+
a complex type whose value must be valid JSON. The value can be
|
|
213
|
+
provided as a string on the command line or passed in as a file using
|
|
214
|
+
the file://path/to/file syntax.
|
|
215
|
+
|
|
216
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
217
|
+
example of the JSON which must be provided. We recommend storing this
|
|
218
|
+
example in a file, modifying it as needed and then passing it back in
|
|
219
|
+
via the file:// syntax.
|
|
220
|
+
|
|
172
221
|
--wait-for-state [text]
|
|
173
222
|
|
|
174
223
|
This operation asynchronously creates, modifies or deletes a resource
|
|
@@ -44,7 +44,7 @@ List of services to be onboarded for the stack.
|
|
|
44
44
|
|
|
45
45
|
Accepted values are:
|
|
46
46
|
|
|
47
|
-
ADB, DATAFLOW, GENAI, GGCS, OBJECTSTORAGE
|
|
47
|
+
ADB, AIDATAPLATFORM, DATAFLOW, GENAI, GGCS, OBJECTSTORAGE, OKE, OMK
|
|
48
48
|
|
|
49
49
|
--stack-templates [text]
|
|
50
50
|
|
|
@@ -52,7 +52,7 @@ List of templates to be onboarded for the stack.
|
|
|
52
52
|
|
|
53
53
|
Accepted values are:
|
|
54
54
|
|
|
55
|
-
AISERVICES, DATALAKE, DATAPIPELINE, DATATRANSFORMATION
|
|
55
|
+
AISERVICES, DATALAKE, DATAPIPELINE, DATATRANSFORMATION, DEVOPSTOOLKIT
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
Optional Parameters
|
|
@@ -74,6 +74,22 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
74
74
|
example in a file, modifying it as needed and then passing it back in
|
|
75
75
|
via the file:// syntax.
|
|
76
76
|
|
|
77
|
+
--aidataplatform [complex type]
|
|
78
|
+
|
|
79
|
+
AI Data Platform Details if aidataplatform is included in services.
|
|
80
|
+
|
|
81
|
+
This option is a JSON list with items of type AiDataPlatformDetail.
|
|
82
|
+
For documentation on AiDataPlatformDetail please see our API
|
|
83
|
+
reference: https://docs.cloud.oracle.com/api/#/en/stack/20250830/data
|
|
84
|
+
types/AiDataPlatformDetail. This is a complex type whose value must be
|
|
85
|
+
valid JSON. The value can be provided as a string on the command line
|
|
86
|
+
or passed in as a file using the file://path/to/file syntax.
|
|
87
|
+
|
|
88
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
89
|
+
example of the JSON which must be provided. We recommend storing this
|
|
90
|
+
example in a file, modifying it as needed and then passing it back in
|
|
91
|
+
via the file:// syntax.
|
|
92
|
+
|
|
77
93
|
--dataflow [complex type]
|
|
78
94
|
|
|
79
95
|
DATAFLOW details if dataflow is included in the services.
|
|
@@ -206,6 +222,38 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
206
222
|
example in a file, modifying it as needed and then passing it back in
|
|
207
223
|
via the file:// syntax.
|
|
208
224
|
|
|
225
|
+
--oke [complex type]
|
|
226
|
+
|
|
227
|
+
OKE Details if oke is included in services.
|
|
228
|
+
|
|
229
|
+
This option is a JSON list with items of type OkeDetail. For
|
|
230
|
+
documentation on OkeDetail please see our API reference: https://docs
|
|
231
|
+
.cloud.oracle.com/api/#/en/stack/20250830/datatypes/OkeDetail. This is
|
|
232
|
+
a complex type whose value must be valid JSON. The value can be
|
|
233
|
+
provided as a string on the command line or passed in as a file using
|
|
234
|
+
the file://path/to/file syntax.
|
|
235
|
+
|
|
236
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
237
|
+
example of the JSON which must be provided. We recommend storing this
|
|
238
|
+
example in a file, modifying it as needed and then passing it back in
|
|
239
|
+
via the file:// syntax.
|
|
240
|
+
|
|
241
|
+
--omk [complex type]
|
|
242
|
+
|
|
243
|
+
OMK Details if omk is included in services.
|
|
244
|
+
|
|
245
|
+
This option is a JSON list with items of type OmkDetail. For
|
|
246
|
+
documentation on OmkDetail please see our API reference: https://docs
|
|
247
|
+
.cloud.oracle.com/api/#/en/stack/20250830/datatypes/OmkDetail. This is
|
|
248
|
+
a complex type whose value must be valid JSON. The value can be
|
|
249
|
+
provided as a string on the command line or passed in as a file using
|
|
250
|
+
the file://path/to/file syntax.
|
|
251
|
+
|
|
252
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
253
|
+
example of the JSON which must be provided. We recommend storing this
|
|
254
|
+
example in a file, modifying it as needed and then passing it back in
|
|
255
|
+
via the file:// syntax.
|
|
256
|
+
|
|
209
257
|
--wait-for-state [text]
|
|
210
258
|
|
|
211
259
|
This operation asynchronously creates, modifies or deletes a resource
|
|
@@ -31,11 +31,11 @@ Required Parameters
|
|
|
31
31
|
|
|
32
32
|
--services [text]
|
|
33
33
|
|
|
34
|
-
List of services to be
|
|
34
|
+
List of services where artifacts are to be deployed for the stack.
|
|
35
35
|
|
|
36
36
|
Accepted values are:
|
|
37
37
|
|
|
38
|
-
ADB, DATAFLOW, GENAI, GGCS, OBJECTSTORAGE
|
|
38
|
+
ADB, AIDATAPLATFORM, DATAFLOW, GENAI, GGCS, OBJECTSTORAGE, OKE, OMK
|
|
39
39
|
|
|
40
40
|
--stack-id [text]
|
|
41
41
|
|
|
@@ -43,11 +43,11 @@ The OCID of the Stack.
|
|
|
43
43
|
|
|
44
44
|
--stack-templates [text]
|
|
45
45
|
|
|
46
|
-
List of templates to be
|
|
46
|
+
List of templates where artifacts are to be deployed for the stack.
|
|
47
47
|
|
|
48
48
|
Accepted values are:
|
|
49
49
|
|
|
50
|
-
AISERVICES, DATALAKE, DATAPIPELINE, DATATRANSFORMATION
|
|
50
|
+
AISERVICES, DATALAKE, DATAPIPELINE, DATATRANSFORMATION, DEVOPSTOOLKIT
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
Optional Parameters
|
|
@@ -136,6 +136,38 @@ current etag value.
|
|
|
136
136
|
The maximum time to wait for the work request to reach the state
|
|
137
137
|
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
138
138
|
|
|
139
|
+
--oke [complex type]
|
|
140
|
+
|
|
141
|
+
Oke artifact details if oke is included in the services.
|
|
142
|
+
|
|
143
|
+
This option is a JSON list with items of type OkeArtifactsDetail. For
|
|
144
|
+
documentation on OkeArtifactsDetail please see our API reference: htt
|
|
145
|
+
ps://docs.cloud.oracle.com/api/#/en/stack/20250830/datatypes/OkeArtif
|
|
146
|
+
actsDetail. This is a complex type whose value must be valid JSON. The
|
|
147
|
+
value can be provided as a string on the command line or passed in as
|
|
148
|
+
a file using the file://path/to/file syntax.
|
|
149
|
+
|
|
150
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
151
|
+
example of the JSON which must be provided. We recommend storing this
|
|
152
|
+
example in a file, modifying it as needed and then passing it back in
|
|
153
|
+
via the file:// syntax.
|
|
154
|
+
|
|
155
|
+
--omk [complex type]
|
|
156
|
+
|
|
157
|
+
Omk artifact details if omk is included in the services.
|
|
158
|
+
|
|
159
|
+
This option is a JSON list with items of type OmkArtifactsDetail. For
|
|
160
|
+
documentation on OmkArtifactsDetail please see our API reference: htt
|
|
161
|
+
ps://docs.cloud.oracle.com/api/#/en/stack/20250830/datatypes/OmkArtif
|
|
162
|
+
actsDetail. This is a complex type whose value must be valid JSON. The
|
|
163
|
+
value can be provided as a string on the command line or passed in as
|
|
164
|
+
a file using the file://path/to/file syntax.
|
|
165
|
+
|
|
166
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
167
|
+
example of the JSON which must be provided. We recommend storing this
|
|
168
|
+
example in a file, modifying it as needed and then passing it back in
|
|
169
|
+
via the file:// syntax.
|
|
170
|
+
|
|
139
171
|
--subnet-id [text]
|
|
140
172
|
|
|
141
173
|
Subnet id for the Private Endpoint creation for artifact deployment.
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/create.txt
CHANGED
|
@@ -170,6 +170,17 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
170
170
|
example in a file, modifying it as needed and then passing it back in
|
|
171
171
|
via the file:// syntax.
|
|
172
172
|
|
|
173
|
+
--provisioned-capacity-config [complex type]
|
|
174
|
+
|
|
175
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
176
|
+
be provided as a string on the command line or passed in as a file
|
|
177
|
+
using the file://path/to/file syntax.
|
|
178
|
+
|
|
179
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
180
|
+
example of the JSON which must be provided. We recommend storing this
|
|
181
|
+
example in a file, modifying it as needed and then passing it back in
|
|
182
|
+
via the file:// syntax.
|
|
183
|
+
|
|
173
184
|
--session-config [complex type]
|
|
174
185
|
|
|
175
186
|
This is a complex type whose value must be valid JSON. The value can
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/update.txt
CHANGED
|
@@ -178,6 +178,17 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
178
178
|
example in a file, modifying it as needed and then passing it back in
|
|
179
179
|
via the file:// syntax.
|
|
180
180
|
|
|
181
|
+
--provisioned-capacity-config [complex type]
|
|
182
|
+
|
|
183
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
184
|
+
be provided as a string on the command line or passed in as a file
|
|
185
|
+
using the file://path/to/file syntax.
|
|
186
|
+
|
|
187
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
188
|
+
example of the JSON which must be provided. We recommend storing this
|
|
189
|
+
example in a file, modifying it as needed and then passing it back in
|
|
190
|
+
via the file:// syntax.
|
|
191
|
+
|
|
181
192
|
--session-config [complex type]
|
|
182
193
|
|
|
183
194
|
This is a complex type whose value must be valid JSON. The value can
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
"change-compartment"
|
|
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
|
+
Moves a provisioned capacity into a different compartment within the
|
|
21
|
+
same tenancy. For information about moving resources between
|
|
22
|
+
compartments, see Moving Resources to a Different Compartment.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
Usage
|
|
26
|
+
=====
|
|
27
|
+
|
|
28
|
+
oci generative-ai-agent provisioned-capacity change-compartment [OPTIONS]
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
Required Parameters
|
|
32
|
+
===================
|
|
33
|
+
|
|
34
|
+
--compartment-id, -c [text]
|
|
35
|
+
|
|
36
|
+
The OCID of the compartment to move the ProvisionedCapacity to.
|
|
37
|
+
|
|
38
|
+
--provisioned-capacity-id [text]
|
|
39
|
+
|
|
40
|
+
The OCID of the provisioned capacity.
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
Optional Parameters
|
|
44
|
+
===================
|
|
45
|
+
|
|
46
|
+
--from-json [text]
|
|
47
|
+
|
|
48
|
+
Provide input to this command as a JSON document from a file using the
|
|
49
|
+
file://path-to/file syntax.
|
|
50
|
+
|
|
51
|
+
The "--generate-full-command-json-input" option can be used to
|
|
52
|
+
generate a sample json file to be used with this command option. The
|
|
53
|
+
key names are pre-populated and match the command option names
|
|
54
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
55
|
+
while the values of the keys need to be populated by the user before
|
|
56
|
+
using the sample file as an input to this command. For any command
|
|
57
|
+
option that accepts multiple values, the value of the key can be a
|
|
58
|
+
JSON array.
|
|
59
|
+
|
|
60
|
+
Options can still be provided on the command line. If an option exists
|
|
61
|
+
in both the JSON document and the command line then the command line
|
|
62
|
+
specified value will be used.
|
|
63
|
+
|
|
64
|
+
For examples on usage of this option, please see our “using CLI with
|
|
65
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
66
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
67
|
+
|
|
68
|
+
--if-match [text]
|
|
69
|
+
|
|
70
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
71
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
72
|
+
previous GET or POST response for that resource. The resource will be
|
|
73
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
74
|
+
current etag value.
|
|
75
|
+
|
|
76
|
+
--max-wait-seconds [integer]
|
|
77
|
+
|
|
78
|
+
The maximum time to wait for the work request to reach the state
|
|
79
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
80
|
+
|
|
81
|
+
--wait-for-state [text]
|
|
82
|
+
|
|
83
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
84
|
+
and uses a work request to track the progress of the operation.
|
|
85
|
+
Specify this option to perform the action and then wait until the work
|
|
86
|
+
request reaches a certain state. Multiple states can be specified,
|
|
87
|
+
returning on the first state. For example, "--wait-for-state"
|
|
88
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
89
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
90
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
91
|
+
|
|
92
|
+
Accepted values are:
|
|
93
|
+
|
|
94
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, NEEDS_ATTENTION, SUCCEEDED, WAITING
|
|
95
|
+
|
|
96
|
+
--wait-interval-seconds [integer]
|
|
97
|
+
|
|
98
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
99
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
100
|
+
seconds.
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
Global Parameters
|
|
104
|
+
=================
|
|
105
|
+
|
|
106
|
+
Use "oci --help" for help on global parameters.
|
|
107
|
+
|
|
108
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
109
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
110
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
111
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
112
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
113
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
114
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
115
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
116
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
Example using required parameter
|
|
120
|
+
================================
|
|
121
|
+
|
|
122
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
123
|
+
command by typing “bash example.sh” and replacing the example
|
|
124
|
+
parameters with your own.
|
|
125
|
+
|
|
126
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
127
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
128
|
+
security policies before trying the examples.
|
|
129
|
+
|
|
130
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai-agent/provisioned-capacity/create.html#cmdoption-compartment-id
|
|
131
|
+
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai-agent/provisioned-capacity/create.html#cmdoption-display-name
|
|
132
|
+
export number_of_units=<substitute-value-of-number_of_units> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai-agent/provisioned-capacity/create.html#cmdoption-number-of-units
|
|
133
|
+
|
|
134
|
+
provisioned_capacity_id=$(oci generative-ai-agent provisioned-capacity create --compartment-id $compartment_id --display-name $display_name --number-of-units $number_of_units --query data.id --raw-output)
|
|
135
|
+
|
|
136
|
+
oci generative-ai-agent provisioned-capacity change-compartment --compartment-id $compartment_id --provisioned-capacity-id $provisioned_capacity_id
|
|
@@ -0,0 +1,170 @@
|
|
|
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 provisioned capacity.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci generative-ai-agent provisioned-capacity create [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--compartment-id, -c [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the compartment to create the endpoint in.
|
|
35
|
+
|
|
36
|
+
--display-name [text]
|
|
37
|
+
|
|
38
|
+
The name of the provisioned capacity.
|
|
39
|
+
|
|
40
|
+
--number-of-units [integer]
|
|
41
|
+
|
|
42
|
+
Provisioned Capacity Unit corresponds to the amount of characters
|
|
43
|
+
processed per minute.
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
Optional Parameters
|
|
47
|
+
===================
|
|
48
|
+
|
|
49
|
+
--defined-tags [complex type]
|
|
50
|
+
|
|
51
|
+
Defined tags for this resource. Each key is predefined and scoped to a
|
|
52
|
+
namespace. For more information, see Resource Tags.
|
|
53
|
+
|
|
54
|
+
Example:
|
|
55
|
+
|
|
56
|
+
{"Operations": {"CostCenter": "42"}}
|
|
57
|
+
|
|
58
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
59
|
+
be provided as a string on the command line or passed in as a file
|
|
60
|
+
using the file://path/to/file syntax.
|
|
61
|
+
|
|
62
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
63
|
+
example of the JSON which must be provided. We recommend storing this
|
|
64
|
+
example in a file, modifying it as needed and then passing it back in
|
|
65
|
+
via the file:// syntax.
|
|
66
|
+
|
|
67
|
+
--description [text]
|
|
68
|
+
|
|
69
|
+
An optional description of the provisioned capacity.
|
|
70
|
+
|
|
71
|
+
--freeform-tags [complex type]
|
|
72
|
+
|
|
73
|
+
Free-form tags for this resource. Each tag is a simple key-value pair
|
|
74
|
+
with no predefined name, type, or namespace. For more information, see
|
|
75
|
+
Resource Tags.
|
|
76
|
+
|
|
77
|
+
Example:
|
|
78
|
+
|
|
79
|
+
{"Department": "Finance"}
|
|
80
|
+
|
|
81
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
82
|
+
be provided as a string on the command line or passed in as a file
|
|
83
|
+
using the file://path/to/file syntax.
|
|
84
|
+
|
|
85
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
86
|
+
example of the JSON which must be provided. We recommend storing this
|
|
87
|
+
example in a file, modifying it as needed and then passing it back in
|
|
88
|
+
via the file:// syntax.
|
|
89
|
+
|
|
90
|
+
--from-json [text]
|
|
91
|
+
|
|
92
|
+
Provide input to this command as a JSON document from a file using the
|
|
93
|
+
file://path-to/file syntax.
|
|
94
|
+
|
|
95
|
+
The "--generate-full-command-json-input" option can be used to
|
|
96
|
+
generate a sample json file to be used with this command option. The
|
|
97
|
+
key names are pre-populated and match the command option names
|
|
98
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
99
|
+
while the values of the keys need to be populated by the user before
|
|
100
|
+
using the sample file as an input to this command. For any command
|
|
101
|
+
option that accepts multiple values, the value of the key can be a
|
|
102
|
+
JSON array.
|
|
103
|
+
|
|
104
|
+
Options can still be provided on the command line. If an option exists
|
|
105
|
+
in both the JSON document and the command line then the command line
|
|
106
|
+
specified value will be used.
|
|
107
|
+
|
|
108
|
+
For examples on usage of this option, please see our “using CLI with
|
|
109
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
110
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
111
|
+
|
|
112
|
+
--max-wait-seconds [integer]
|
|
113
|
+
|
|
114
|
+
The maximum time to wait for the work request to reach the state
|
|
115
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
116
|
+
|
|
117
|
+
--wait-for-state [text]
|
|
118
|
+
|
|
119
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
120
|
+
and uses a work request to track the progress of the operation.
|
|
121
|
+
Specify this option to perform the action and then wait until the work
|
|
122
|
+
request reaches a certain state. Multiple states can be specified,
|
|
123
|
+
returning on the first state. For example, "--wait-for-state"
|
|
124
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
125
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
126
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
127
|
+
|
|
128
|
+
Accepted values are:
|
|
129
|
+
|
|
130
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, NEEDS_ATTENTION, SUCCEEDED, WAITING
|
|
131
|
+
|
|
132
|
+
--wait-interval-seconds [integer]
|
|
133
|
+
|
|
134
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
135
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
136
|
+
seconds.
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
Global Parameters
|
|
140
|
+
=================
|
|
141
|
+
|
|
142
|
+
Use "oci --help" for help on global parameters.
|
|
143
|
+
|
|
144
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
145
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
146
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
147
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
148
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
149
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
150
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
151
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
152
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
Example using required parameter
|
|
156
|
+
================================
|
|
157
|
+
|
|
158
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
159
|
+
command by typing “bash example.sh” and replacing the example
|
|
160
|
+
parameters with your own.
|
|
161
|
+
|
|
162
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
163
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
164
|
+
security policies before trying the examples.
|
|
165
|
+
|
|
166
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai-agent/provisioned-capacity/create.html#cmdoption-compartment-id
|
|
167
|
+
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai-agent/provisioned-capacity/create.html#cmdoption-display-name
|
|
168
|
+
export number_of_units=<substitute-value-of-number_of_units> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai-agent/provisioned-capacity/create.html#cmdoption-number-of-units
|
|
169
|
+
|
|
170
|
+
oci generative-ai-agent provisioned-capacity create --compartment-id $compartment_id --display-name $display_name --number-of-units $number_of_units
|