oci-cli 3.65.1__py3-none-any.whl → 3.66.0__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/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/system/list-db-system-storage-performances.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.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-entry/list-work-request-logs.txt → work-request-log/list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/{organizations/work-request-log-entry.txt → delegate-access-control/work-request/work-request-log.txt} +2 -2
- 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/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 +12 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list.txt → list-errors.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-work-request-logs.txt → list-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/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/list.txt +118 -0
- oci_cli/help_text_producer/data_files/text/cmdref/{delegate-access-control/work-request/work-request-log-entry.txt → organizations/work-request-log.txt} +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
- oci_cli/version.py +1 -1
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/METADATA +2 -2
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/RECORD +51 -45
- services/database/src/oci_cli_database/generated/database_cli.py +15 -3
- services/email/src/oci_cli_email/generated/email_cli.py +422 -8
- services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +5 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt +0 -100
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/WHEEL +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.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,11 +145,18 @@ 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
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
*hostnameLabel*
|
|
148
|
+
Note:
|
|
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.
|
|
153
160
|
|
|
154
161
|
For more information, see DNS in Your Virtual Cloud Network.
|
|
155
162
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list"
|
|
2
|
-
|
|
1
|
+
"list-errors"
|
|
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 [OPTIONS]
|
|
27
|
+
oci governance-rules-control-plane work-request work-request-error list-errors [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.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-errors.html#cmdoption-work-request-id
|
|
128
128
|
|
|
129
|
-
oci governance-rules-control-plane work-request work-request-error list --work-request-id $work_request_id
|
|
129
|
+
oci governance-rules-control-plane work-request work-request-error list-errors --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list-
|
|
2
|
-
|
|
1
|
+
"list-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-
|
|
27
|
+
oci governance-rules-control-plane work-request work-request-log-entry list-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-
|
|
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
|
|
128
128
|
|
|
129
|
-
oci governance-rules-control-plane work-request work-request-log-entry list-
|
|
129
|
+
oci governance-rules-control-plane work-request work-request-log-entry list-logs --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
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
"list"
|
|
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
|
+
Return a (paginated) list of logs for a given work request.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci organizations work-request-log list [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--work-request-id [text]
|
|
33
|
+
|
|
34
|
+
The ID of the asynchronous request.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Optional Parameters
|
|
38
|
+
===================
|
|
39
|
+
|
|
40
|
+
--all
|
|
41
|
+
|
|
42
|
+
Fetches all pages of results. If you provide this option, then you
|
|
43
|
+
cannot provide the "--limit" option.
|
|
44
|
+
|
|
45
|
+
--from-json [text]
|
|
46
|
+
|
|
47
|
+
Provide input to this command as a JSON document from a file using the
|
|
48
|
+
file://path-to/file syntax.
|
|
49
|
+
|
|
50
|
+
The "--generate-full-command-json-input" option can be used to
|
|
51
|
+
generate a sample json file to be used with this command option. The
|
|
52
|
+
key names are pre-populated and match the command option names
|
|
53
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
54
|
+
while the values of the keys need to be populated by the user before
|
|
55
|
+
using the sample file as an input to this command. For any command
|
|
56
|
+
option that accepts multiple values, the value of the key can be a
|
|
57
|
+
JSON array.
|
|
58
|
+
|
|
59
|
+
Options can still be provided on the command line. If an option exists
|
|
60
|
+
in both the JSON document and the command line then the command line
|
|
61
|
+
specified value will be used.
|
|
62
|
+
|
|
63
|
+
For examples on usage of this option, please see our “using CLI with
|
|
64
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
65
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
66
|
+
|
|
67
|
+
--limit [integer]
|
|
68
|
+
|
|
69
|
+
The maximum number of items to return.
|
|
70
|
+
|
|
71
|
+
--page [text]
|
|
72
|
+
|
|
73
|
+
The page token representing the page at which to start retrieving
|
|
74
|
+
results. This is usually retrieved from a previous list call.
|
|
75
|
+
|
|
76
|
+
--page-size [integer]
|
|
77
|
+
|
|
78
|
+
When fetching results, the number of results to fetch per call. Only
|
|
79
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
80
|
+
|
|
81
|
+
--sort-order [text]
|
|
82
|
+
|
|
83
|
+
The sort order to use, whether ‘asc’ or ‘desc’.
|
|
84
|
+
|
|
85
|
+
Accepted values are:
|
|
86
|
+
|
|
87
|
+
ASC, DESC
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
Global Parameters
|
|
91
|
+
=================
|
|
92
|
+
|
|
93
|
+
Use "oci --help" for help on global parameters.
|
|
94
|
+
|
|
95
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
96
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
97
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
98
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
99
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
100
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
101
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
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
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
work-request-log
|
|
2
|
-
|
|
1
|
+
work-request-log
|
|
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
|
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.0'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: oci-cli
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.66.0
|
|
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.0)
|
|
23
23
|
Requires-Dist: arrow (>=1.0.0)
|
|
24
24
|
Requires-Dist: certifi (>=2025.1.31)
|
|
25
25
|
Requires-Dist: click (==8.0.4)
|