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.
Files changed (67) hide show
  1. oci_cli/cli_root.py +2 -2
  2. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/change-compartment.txt +133 -0
  3. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/create.txt +185 -0
  4. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/delete.txt +135 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/get.txt +93 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/update.txt +195 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection/list-ai-data-platforms.txt +155 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection.txt +15 -0
  9. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform.txt +28 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/cancel.txt +103 -0
  11. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/get.txt +91 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/list.txt +140 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error/list.txt +131 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error.txt +15 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry/list-work-request-logs.txt +131 -0
  16. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry.txt +15 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request.txt +23 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform.txt +44 -0
  19. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-refreshable-clone.txt +8 -0
  20. oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/create.txt +2 -1
  21. oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/create.txt +2 -1
  22. oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-cloud-db-system-subscription.txt +134 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-backup.txt +16 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database.txt +16 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt +16 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt +16 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/db/system/update.txt +6 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/db/system.txt +2 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/db.txt +2 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
  31. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  32. 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
  33. 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
  34. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
  35. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
  36. oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +6 -12
  37. 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
  38. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
  39. 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
  40. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt +1 -1
  41. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
  42. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
  43. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list-errors.txt → list.txt} +5 -5
  44. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
  45. oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
  46. oci_cli/help_text_producer/data_files/text/index.txt +2 -0
  47. oci_cli/help_text_producer/data_files/text/oci.txt +1 -1
  48. oci_cli/service_mapping.py +5 -0
  49. oci_cli/version.py +1 -1
  50. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/METADATA +2 -2
  51. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/RECORD +67 -41
  52. services/ai_data_platform/__init__.py +4 -0
  53. services/ai_data_platform/src/__init__.py +4 -0
  54. services/ai_data_platform/src/oci_cli_ai_data_platform/__init__.py +4 -0
  55. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/__init__.py +4 -0
  56. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/ai_data_platform_service_cli.py +14 -0
  57. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/aidataplatform_cli.py +676 -0
  58. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/client_mappings.py +14 -0
  59. services/ai_data_platform/tests/__init__.py +4 -0
  60. services/database/src/oci_cli_database/database_cli_extended.py +3 -1
  61. services/database/src/oci_cli_database/generated/database_cli.py +155 -10
  62. services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +1 -5
  63. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/LICENSE.txt +0 -0
  64. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  65. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/WHEEL +0 -0
  66. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/entry_points.txt +0 -0
  67. {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.
@@ -23,6 +23,8 @@ information when you supply string values using the API.
23
23
  Available Commands
24
24
  ==================
25
25
 
26
+ * change-cloud-db-system-subscription
27
+
26
28
  * change-compartment
27
29
 
28
30
  * get
@@ -1012,6 +1012,8 @@ Available Commands
1012
1012
 
1013
1013
  * system
1014
1014
 
1015
+ * change-cloud-db-system-subscription
1016
+
1015
1017
  * change-compartment
1016
1018
 
1017
1019
  * get
@@ -1,5 +1,5 @@
1
- "list-errors"
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-errors [OPTIONS]
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-errors.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-error/list.html#cmdoption-work-request-id
127
127
 
128
- oci delegate-access-control work-request work-request-error list-errors --work-request-id $work_request_id
128
+ oci delegate-access-control work-request work-request-error list --work-request-id $work_request_id
@@ -11,4 +11,4 @@ An error encountered while executing a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list-errors
14
+ * list
@@ -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
@@ -28,8 +28,8 @@ Available Commands
28
28
 
29
29
  * work-request-error
30
30
 
31
- * list-errors
31
+ * list
32
32
 
33
- * work-request-log
33
+ * work-request-log-entry
34
34
 
35
- * list
35
+ * list-work-request-logs
@@ -94,8 +94,8 @@ Available Commands
94
94
 
95
95
  * work-request-error
96
96
 
97
- * list-errors
97
+ * list
98
98
 
99
- * work-request-log
99
+ * work-request-log-entry
100
100
 
101
- * list
101
+ * 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
- If the IP address is IPv4, this attribute value is stored in the
151
- PrivateIp resource, not in the *mountTarget* resource. To update the
152
- *hostnameLabel*, use *GetMountTarget* to obtain the OCIDs of the mount
153
- target’s private IPs (*privateIpIds*). Then, you can use
154
- UpdatePrivateIp to update the *hostnameLabel* value.
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-errors"
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-errors [OPTIONS]
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-errors.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-error/list.html#cmdoption-work-request-id
128
128
 
129
- oci governance-rules-control-plane work-request work-request-error list-errors --work-request-id $work_request_id
129
+ oci governance-rules-control-plane work-request work-request-error list --work-request-id $work_request_id
@@ -11,4 +11,4 @@ An error encountered while executing a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list-errors
14
+ * list
@@ -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
@@ -11,4 +11,4 @@ A log message from the execution of a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list-logs
14
+ * list-work-request-logs
@@ -21,8 +21,8 @@ Available Commands
21
21
 
22
22
  * work-request-error
23
23
 
24
- * list-errors
24
+ * list
25
25
 
26
26
  * work-request-log-entry
27
27
 
28
- * list-logs
28
+ * list-work-request-logs
@@ -77,8 +77,8 @@ Available Commands
77
77
 
78
78
  * work-request-error
79
79
 
80
- * list-errors
80
+ * list
81
81
 
82
82
  * work-request-log-entry
83
83
 
84
- * list-logs
84
+ * list-work-request-logs
@@ -1,5 +1,5 @@
1
- "list-errors"
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-errors [OPTIONS]
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-errors.html#cmdoption-work-request-id
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-errors --work-request-id $work_request_id
113
+ oci ocvs work-request-error list --work-request-id $work_request_id
@@ -12,4 +12,4 @@ work request.
12
12
  Available Commands
13
13
  ==================
14
14
 
15
- * list-errors
15
+ * list
@@ -80,7 +80,7 @@ Available Commands
80
80
 
81
81
  * work-request-error
82
82
 
83
- * list-errors
83
+ * list
84
84
 
85
85
  * work-request-log
86
86
 
@@ -36,6 +36,8 @@ Available Service Commands
36
36
 
37
37
  * Access Governance (access-governance-cp)
38
38
 
39
+ * AiDataPlatform Control Plane (ai-data-platform)
40
+
39
41
  * Analytics (analytics)
40
42
 
41
43
  * Announcements Service (announce)
@@ -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, 5 attempts will be made. For operations with binary bodies,
165
+ commands, 7 attempts will be made. For operations with binary bodies,
166
166
  retries are disabled
167
167
 
168
168
  --no-retry
@@ -18,6 +18,11 @@ service_mapping = {
18
18
  "Language",
19
19
  "Analytics & AI"
20
20
  ],
21
+ "ai-data-platform": [
22
+ "ai_data_platform",
23
+ "AiDataPlatform Control Plane",
24
+ "Others"
25
+ ],
21
26
  "ai-document": [
22
27
  "ai_document",
23
28
  "Document Understanding",
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.0'
5
+ __version__ = '3.66.1'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oci-cli
3
- Version: 3.66.0
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.0)
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)