oci-cli 3.65.1__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/bin/email.psm1 +23 -11
- 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/autonomous-database/delete.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/list.txt +18 -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/list-db-system-storage-performances.txt +3 -3
- 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/email/domain/add.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/change-compartment.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/remove.txt +138 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/add.txt +150 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/remove.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/add.txt +151 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/change-compartment.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/remove.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +6 -5
- 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/cmdref/organizations/work-request-error/{list.txt → list-errors.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/{work-request-log-entry → work-request-log}/list.txt +19 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/{work-request-log-entry.txt → work-request-log.txt} +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
- 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.65.1.dist-info → oci_cli-3.66.1.dist-info}/METADATA +2 -2
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/RECORD +83 -51
- 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 +170 -13
- services/email/src/oci_cli_email/generated/email_cli.py +422 -8
- services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +2 -2
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/top_level.txt +0 -0
|
@@ -29,6 +29,8 @@ Available Commands
|
|
|
29
29
|
|
|
30
30
|
* domain
|
|
31
31
|
|
|
32
|
+
* add
|
|
33
|
+
|
|
32
34
|
* change-compartment
|
|
33
35
|
|
|
34
36
|
* create
|
|
@@ -39,10 +41,14 @@ Available Commands
|
|
|
39
41
|
|
|
40
42
|
* list
|
|
41
43
|
|
|
44
|
+
* remove
|
|
45
|
+
|
|
42
46
|
* update
|
|
43
47
|
|
|
44
48
|
* email-return-path
|
|
45
49
|
|
|
50
|
+
* add
|
|
51
|
+
|
|
46
52
|
* create
|
|
47
53
|
|
|
48
54
|
* delete
|
|
@@ -51,10 +57,14 @@ Available Commands
|
|
|
51
57
|
|
|
52
58
|
* list
|
|
53
59
|
|
|
60
|
+
* remove
|
|
61
|
+
|
|
54
62
|
* update
|
|
55
63
|
|
|
56
64
|
* sender
|
|
57
65
|
|
|
66
|
+
* add
|
|
67
|
+
|
|
58
68
|
* change-compartment
|
|
59
69
|
|
|
60
70
|
* create
|
|
@@ -65,6 +75,8 @@ Available Commands
|
|
|
65
75
|
|
|
66
76
|
* list
|
|
67
77
|
|
|
78
|
+
* remove
|
|
79
|
+
|
|
68
80
|
* update
|
|
69
81
|
|
|
70
82
|
* suppression
|
|
@@ -145,13 +145,14 @@ address’s fully qualified domain name (FQDN). For example, *files-1*
|
|
|
145
145
|
in the FQDN *files-1.subnet123.vcn1.oraclevcn.com*. Must be unique
|
|
146
146
|
across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
|
|
147
147
|
|
|
148
|
-
Note:
|
|
149
|
-
|
|
148
|
+
Note:
|
|
149
|
+
|
|
150
|
+
This attribute value is stored in the PrivateIp resource, not in the
|
|
151
|
+
*mountTarget* resource. To update the *hostnameLabel*, use
|
|
150
152
|
*GetMountTarget* to obtain the OCIDs of the mount target’s private IPs
|
|
151
153
|
(*privateIpIds*). Then, you can use UpdatePrivateIp to update the
|
|
152
|
-
*hostnameLabel* value.
|
|
153
|
-
|
|
154
|
-
For more information, see DNS in Your Virtual Cloud Network.
|
|
154
|
+
*hostnameLabel* value. For more information, see DNS in Your Virtual
|
|
155
|
+
Cloud Network.
|
|
155
156
|
|
|
156
157
|
Example:
|
|
157
158
|
|
|
@@ -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
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list"
|
|
2
|
-
|
|
1
|
+
"list-errors"
|
|
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 [OPTIONS]
|
|
26
|
+
oci organizations work-request-error list-errors [OPTIONS]
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Required Parameters
|
|
@@ -113,6 +113,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
113
113
|
like shell. You need to set up the OCI configuration and appropriate
|
|
114
114
|
security policies before trying the examples.
|
|
115
115
|
|
|
116
|
-
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
|
|
116
|
+
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-errors.html#cmdoption-work-request-id
|
|
117
117
|
|
|
118
|
-
oci organizations work-request-error list --work-request-id $work_request_id
|
|
118
|
+
oci organizations work-request-error list-errors --work-request-id $work_request_id
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
|
|
12
12
|
* Global Parameters
|
|
13
13
|
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
14
16
|
|
|
15
17
|
Description
|
|
16
18
|
===========
|
|
@@ -21,7 +23,7 @@ Return a (paginated) list of logs for a given work request.
|
|
|
21
23
|
Usage
|
|
22
24
|
=====
|
|
23
25
|
|
|
24
|
-
oci organizations work-request-log
|
|
26
|
+
oci organizations work-request-log list [OPTIONS]
|
|
25
27
|
|
|
26
28
|
|
|
27
29
|
Required Parameters
|
|
@@ -98,3 +100,19 @@ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
|
98
100
|
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
99
101
|
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
100
102
|
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
Example using required parameter
|
|
106
|
+
================================
|
|
107
|
+
|
|
108
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
109
|
+
command by typing “bash example.sh” and replacing the example
|
|
110
|
+
parameters with your own.
|
|
111
|
+
|
|
112
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
113
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
114
|
+
security policies before trying the examples.
|
|
115
|
+
|
|
116
|
+
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-log/list.html#cmdoption-work-request-id
|
|
117
|
+
|
|
118
|
+
oci organizations work-request-log 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.
|
|
5
|
+
__version__ = '3.66.1'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: oci-cli
|
|
3
|
-
Version: 3.
|
|
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.
|
|
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)
|