oci-cli 3.66.0__py3-none-any.whl → 3.66.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/cli_root.py +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/change-compartment.txt +133 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/create.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/update.txt +195 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection/list-ai-data-platforms.txt +155 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform.txt +28 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/cancel.txt +103 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/list.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry/list-work-request-logs.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request.txt +23 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform.txt +44 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-refreshable-clone.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/create.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/create.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-cloud-db-system-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-backup.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/update.txt +6 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db.txt +2 -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.txt → work-request-log-entry/list-work-request-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log.txt → work-request-log-entry.txt} +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +6 -12
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/{list-logs.txt → list-work-request-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt +1 -1
- 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/ocvs/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/help_text_producer/data_files/text/oci.txt +1 -1
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/METADATA +2 -2
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/RECORD +67 -41
- services/ai_data_platform/__init__.py +4 -0
- services/ai_data_platform/src/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/ai_data_platform_service_cli.py +14 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/aidataplatform_cli.py +676 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/client_mappings.py +14 -0
- services/ai_data_platform/tests/__init__.py +4 -0
- services/database/src/oci_cli_database/database_cli_extended.py +3 -1
- services/database/src/oci_cli_database/generated/database_cli.py +155 -10
- services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +1 -5
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/top_level.txt +0 -0
|
@@ -159,6 +159,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
159
159
|
cluster name can be no longer than 11 characters and is not case
|
|
160
160
|
sensitive.
|
|
161
161
|
|
|
162
|
+
--cluster-placement-group-id [text]
|
|
163
|
+
|
|
164
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
165
|
+
or Db System.
|
|
166
|
+
|
|
162
167
|
--compute-count [integer]
|
|
163
168
|
|
|
164
169
|
The number of compute servers for the DB system.
|
|
@@ -413,6 +418,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
413
418
|
example in a file, modifying it as needed and then passing it back in
|
|
414
419
|
via the file:// syntax.
|
|
415
420
|
|
|
421
|
+
--opc-dry-run [boolean]
|
|
422
|
+
|
|
423
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
424
|
+
request does not actually creating or updating a resource and is used
|
|
425
|
+
only to perform validation on the submitted data.
|
|
426
|
+
|
|
416
427
|
--private-ip [text]
|
|
417
428
|
|
|
418
429
|
A private IP address of your choice. Must be an available IP address
|
|
@@ -464,6 +475,11 @@ Accepted values are:
|
|
|
464
475
|
|
|
465
476
|
BALANCED, HIGH_PERFORMANCE
|
|
466
477
|
|
|
478
|
+
--subscription-id [text]
|
|
479
|
+
|
|
480
|
+
The OCID of the subscription with which resource needs to be
|
|
481
|
+
associated with.
|
|
482
|
+
|
|
467
483
|
--time-zone [text]
|
|
468
484
|
|
|
469
485
|
The time zone to use for the DB system. For details, see DB System
|
|
@@ -163,6 +163,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
163
163
|
cluster name can be no longer than 11 characters and is not case
|
|
164
164
|
sensitive.
|
|
165
165
|
|
|
166
|
+
--cluster-placement-group-id [text]
|
|
167
|
+
|
|
168
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
169
|
+
or Db System.
|
|
170
|
+
|
|
166
171
|
--compute-count [integer]
|
|
167
172
|
|
|
168
173
|
The number of compute servers for the DB system.
|
|
@@ -401,6 +406,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
401
406
|
example in a file, modifying it as needed and then passing it back in
|
|
402
407
|
via the file:// syntax.
|
|
403
408
|
|
|
409
|
+
--opc-dry-run [boolean]
|
|
410
|
+
|
|
411
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
412
|
+
request does not actually creating or updating a resource and is used
|
|
413
|
+
only to perform validation on the submitted data.
|
|
414
|
+
|
|
404
415
|
--private-ip [text]
|
|
405
416
|
|
|
406
417
|
A private IP address of your choice. Must be an available IP address
|
|
@@ -443,6 +454,11 @@ Accepted values are:
|
|
|
443
454
|
|
|
444
455
|
BALANCED, HIGH_PERFORMANCE
|
|
445
456
|
|
|
457
|
+
--subscription-id [text]
|
|
458
|
+
|
|
459
|
+
The OCID of the subscription with which resource needs to be
|
|
460
|
+
associated with.
|
|
461
|
+
|
|
446
462
|
--time-zone [text]
|
|
447
463
|
|
|
448
464
|
The time zone to use for the DB system. For details, see DB System
|
|
@@ -157,6 +157,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
157
157
|
cluster name can be no longer than 11 characters and is not case
|
|
158
158
|
sensitive.
|
|
159
159
|
|
|
160
|
+
--cluster-placement-group-id [text]
|
|
161
|
+
|
|
162
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
163
|
+
or Db System.
|
|
164
|
+
|
|
160
165
|
--compute-count [integer]
|
|
161
166
|
|
|
162
167
|
The number of compute servers for the DB system.
|
|
@@ -385,6 +390,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
385
390
|
example in a file, modifying it as needed and then passing it back in
|
|
386
391
|
via the file:// syntax.
|
|
387
392
|
|
|
393
|
+
--opc-dry-run [boolean]
|
|
394
|
+
|
|
395
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
396
|
+
request does not actually creating or updating a resource and is used
|
|
397
|
+
only to perform validation on the submitted data.
|
|
398
|
+
|
|
388
399
|
--private-ip [text]
|
|
389
400
|
|
|
390
401
|
A private IP address of your choice. Must be an available IP address
|
|
@@ -427,6 +438,11 @@ Accepted values are:
|
|
|
427
438
|
|
|
428
439
|
BALANCED, HIGH_PERFORMANCE
|
|
429
440
|
|
|
441
|
+
--subscription-id [text]
|
|
442
|
+
|
|
443
|
+
The OCID of the subscription with which resource needs to be
|
|
444
|
+
associated with.
|
|
445
|
+
|
|
430
446
|
--time-zone [text]
|
|
431
447
|
|
|
432
448
|
The time zone to use for the DB system. For details, see DB System
|
|
@@ -207,6 +207,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
207
207
|
cluster name can be no longer than 11 characters and is not case
|
|
208
208
|
sensitive.
|
|
209
209
|
|
|
210
|
+
--cluster-placement-group-id [text]
|
|
211
|
+
|
|
212
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
213
|
+
or Db System.
|
|
214
|
+
|
|
210
215
|
--compute-count [integer]
|
|
211
216
|
|
|
212
217
|
The number of compute servers for the DB system.
|
|
@@ -475,6 +480,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
475
480
|
example in a file, modifying it as needed and then passing it back in
|
|
476
481
|
via the file:// syntax.
|
|
477
482
|
|
|
483
|
+
--opc-dry-run [boolean]
|
|
484
|
+
|
|
485
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
486
|
+
request does not actually creating or updating a resource and is used
|
|
487
|
+
only to perform validation on the submitted data.
|
|
488
|
+
|
|
478
489
|
--pdb-name [text]
|
|
479
490
|
|
|
480
491
|
Pluggable database name. It must begin with an alphabetic character
|
|
@@ -543,6 +554,11 @@ Accepted values are:
|
|
|
543
554
|
|
|
544
555
|
BALANCED, HIGH_PERFORMANCE
|
|
545
556
|
|
|
557
|
+
--subscription-id [text]
|
|
558
|
+
|
|
559
|
+
The OCID of the subscription with which resource needs to be
|
|
560
|
+
associated with.
|
|
561
|
+
|
|
546
562
|
--tde-wallet-password [text]
|
|
547
563
|
|
|
548
564
|
The optional password to open the TDE wallet. The password must be at
|
|
@@ -210,6 +210,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
210
210
|
example in a file, modifying it as needed and then passing it back in
|
|
211
211
|
via the file:// syntax.
|
|
212
212
|
|
|
213
|
+
--opc-dry-run [boolean]
|
|
214
|
+
|
|
215
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
216
|
+
request does not actually creating or updating a resource and is used
|
|
217
|
+
only to perform validation on the submitted data.
|
|
218
|
+
|
|
213
219
|
--patch-action [text]
|
|
214
220
|
|
|
215
221
|
The action to perform on the patch.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ given ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci delegate-access-control work-request work-request-error list
|
|
27
|
+
oci delegate-access-control work-request work-request-error list [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -123,6 +123,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
123
123
|
like shell. You need to set up the OCI configuration and appropriate
|
|
124
124
|
security policies before trying the examples.
|
|
125
125
|
|
|
126
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list
|
|
126
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list.html#cmdoption-work-request-id
|
|
127
127
|
|
|
128
|
-
oci delegate-access-control work-request work-request-error list
|
|
128
|
+
oci delegate-access-control work-request work-request-error list --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list"
|
|
2
|
-
|
|
1
|
+
"list-work-request-logs"
|
|
2
|
+
************************
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci delegate-access-control work-request work-request-log list [OPTIONS]
|
|
27
|
+
oci delegate-access-control work-request work-request-log-entry list-work-request-logs [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -123,6 +123,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
123
123
|
like shell. You need to set up the OCI configuration and appropriate
|
|
124
124
|
security policies before trying the examples.
|
|
125
125
|
|
|
126
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log/list.html#cmdoption-work-request-id
|
|
126
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log-entry/list-work-request-logs.html#cmdoption-work-request-id
|
|
127
127
|
|
|
128
|
-
oci delegate-access-control work-request work-request-log list --work-request-id $work_request_id
|
|
128
|
+
oci delegate-access-control work-request work-request-log-entry list-work-request-logs --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
work-request-log
|
|
2
|
-
|
|
1
|
+
work-request-log-entry
|
|
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-work-request-logs
|
|
@@ -147,18 +147,12 @@ across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
|
|
|
147
147
|
|
|
148
148
|
Note:
|
|
149
149
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
*
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
If the IP address is IPv6, it is stored in the Ipv6 resource To
|
|
157
|
-
update the *hostnameLabel*, use *GetMountTarget* to obtain the OCIDs
|
|
158
|
-
of the mount target’s IPv6 address (*mountTargetIpv6Ids*). Then, you
|
|
159
|
-
can use UpdateIpv6 to update the *hostnameLabel* value.
|
|
160
|
-
|
|
161
|
-
For more information, see DNS in Your Virtual Cloud Network.
|
|
150
|
+
This attribute value is stored in the PrivateIp resource, not in the
|
|
151
|
+
*mountTarget* resource. To update the *hostnameLabel*, use
|
|
152
|
+
*GetMountTarget* to obtain the OCIDs of the mount target’s private IPs
|
|
153
|
+
(*privateIpIds*). Then, you can use UpdatePrivateIp to update the
|
|
154
|
+
*hostnameLabel* value. For more information, see DNS in Your Virtual
|
|
155
|
+
Cloud Network.
|
|
162
156
|
|
|
163
157
|
Example:
|
|
164
158
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ given ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci governance-rules-control-plane work-request work-request-error list
|
|
27
|
+
oci governance-rules-control-plane work-request work-request-error list [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -124,6 +124,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
124
124
|
like shell. You need to set up the OCI configuration and appropriate
|
|
125
125
|
security policies before trying the examples.
|
|
126
126
|
|
|
127
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-error/list
|
|
127
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-error/list.html#cmdoption-work-request-id
|
|
128
128
|
|
|
129
|
-
oci governance-rules-control-plane work-request work-request-error list
|
|
129
|
+
oci governance-rules-control-plane work-request work-request-error list --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list-logs"
|
|
2
|
-
|
|
1
|
+
"list-work-request-logs"
|
|
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-entry list-logs [OPTIONS]
|
|
27
|
+
oci governance-rules-control-plane work-request work-request-log-entry list-work-request-logs [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -124,6 +124,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
124
124
|
like shell. You need to set up the OCI configuration and appropriate
|
|
125
125
|
security policies before trying the examples.
|
|
126
126
|
|
|
127
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/list-logs.html#cmdoption-work-request-id
|
|
127
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/list-work-request-logs.html#cmdoption-work-request-id
|
|
128
128
|
|
|
129
|
-
oci governance-rules-control-plane work-request work-request-log-entry list-logs --work-request-id $work_request_id
|
|
129
|
+
oci governance-rules-control-plane work-request work-request-log-entry list-work-request-logs --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -23,7 +23,7 @@ Lists the errors for the specified work request.
|
|
|
23
23
|
Usage
|
|
24
24
|
=====
|
|
25
25
|
|
|
26
|
-
oci ocvs work-request-error list
|
|
26
|
+
oci ocvs work-request-error list [OPTIONS]
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Required Parameters
|
|
@@ -108,6 +108,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
108
108
|
like shell. You need to set up the OCI configuration and appropriate
|
|
109
109
|
security policies before trying the examples.
|
|
110
110
|
|
|
111
|
-
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/ocvs/work-request-error/list
|
|
111
|
+
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/ocvs/work-request-error/list.html#cmdoption-work-request-id
|
|
112
112
|
|
|
113
|
-
oci ocvs work-request-error list
|
|
113
|
+
oci ocvs work-request-error list --work-request-id $work_request_id
|
|
@@ -162,7 +162,7 @@ Prints latest released version.
|
|
|
162
162
|
--max-retries [integer]
|
|
163
163
|
|
|
164
164
|
Maximum number of retry calls to be made to the service. For most
|
|
165
|
-
commands,
|
|
165
|
+
commands, 7 attempts will be made. For operations with binary bodies,
|
|
166
166
|
retries are disabled
|
|
167
167
|
|
|
168
168
|
--no-retry
|
oci_cli/service_mapping.py
CHANGED
oci_cli/version.py
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
3
3
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
4
|
|
|
5
|
-
__version__ = '3.66.
|
|
5
|
+
__version__ = '3.66.1'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: oci-cli
|
|
3
|
-
Version: 3.66.
|
|
3
|
+
Version: 3.66.1
|
|
4
4
|
Summary: Oracle Cloud Infrastructure CLI
|
|
5
5
|
Home-page: https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm
|
|
6
6
|
Author: Oracle
|
|
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.7
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.8
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
21
21
|
Requires-Python: >=3.6
|
|
22
|
-
Requires-Dist: oci (==2.160.
|
|
22
|
+
Requires-Dist: oci (==2.160.1)
|
|
23
23
|
Requires-Dist: arrow (>=1.0.0)
|
|
24
24
|
Requires-Dist: certifi (>=2025.1.31)
|
|
25
25
|
Requires-Dist: click (==8.0.4)
|