oci-cli 3.71.1__py3-none-any.whl → 3.71.3__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/batch.psm1 +122 -0
- oci_cli/bin/integration.psm1 +6 -2
- oci_cli/cli_util.py +0 -4
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/change-compartment.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create-oci-logging-configuration.txt +210 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create.txt +237 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/delete.txt +139 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/get.txt +100 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/start.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/stop.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/update.txt +213 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection/list.txt +101 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context.txt +35 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/cancel.txt +144 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/change-compartment.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/create.txt +215 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/get.txt +106 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/list.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/pause.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/unpause.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/update.txt +191 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/change-compartment.txt +142 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/create.txt +180 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/delete.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/get.txt +102 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/list.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/start.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/stop.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/update.txt +186 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job.txt +35 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/get.txt +111 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list-batch-tasks.txt +125 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/change-compartment.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/create.txt +207 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/delete.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/get.txt +95 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/update.txt +179 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/change-compartment.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/create.txt +178 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/get.txt +96 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/update.txt +180 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile.txt +30 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/get.txt +92 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/list.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error/list.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry/list-work-request-logs.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request.txt +21 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch.txt +123 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt +14 -13
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt +127 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt +127 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/get.txt +92 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/list.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle.txt +17 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/shape/list.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute.txt +10 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/list.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/update.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/get.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/list.txt +190 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/patch.txt +177 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/put.txt +385 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/search.txt +199 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute.txt +22 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/convert-instance.txt +144 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disable-process-automation.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration.txt +4 -0
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/METADATA +2 -2
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/RECORD +112 -34
- services/batch/__init__.py +4 -0
- services/batch/src/__init__.py +4 -0
- services/batch/src/oci_cli_batch_computing/__init__.py +4 -0
- services/batch/src/oci_cli_batch_computing/batchcomputing_cli_extended.py +93 -0
- services/batch/src/oci_cli_batch_computing/generated/__init__.py +4 -0
- services/batch/src/oci_cli_batch_computing/generated/batchcomputing_cli.py +2855 -0
- services/batch/src/oci_cli_batch_computing/generated/client_mappings.py +14 -0
- services/batch/tests/__init__.py +4 -0
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +3 -5
- services/core/src/oci_cli_compute/computepic_cli_extended.py +9 -0
- services/core/src/oci_cli_compute/generated/compute_cli.py +201 -1
- services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +4 -1
- services/disaster_recovery/src/oci_cli_disaster_recovery/generated/disasterrecovery_cli.py +1 -1
- services/identity_domains/src/oci_cli_identity_domains/generated/identitydomains_cli.py +371 -0
- services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py +259 -7
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/WHEEL +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/top_level.txt +0 -0
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/search.txt
ADDED
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
"search"
|
|
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
|
+
Search Mapped Attributes Using POST
|
|
21
|
+
|
|
22
|
+
The top level –endpoint parameter must be supplied for this operation.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
Usage
|
|
26
|
+
=====
|
|
27
|
+
|
|
28
|
+
oci identity-domains mapped-attribute search [OPTIONS]
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
Required Parameters
|
|
32
|
+
===================
|
|
33
|
+
|
|
34
|
+
--schemas [complex type]
|
|
35
|
+
|
|
36
|
+
The schemas attribute is an array of Strings which allows
|
|
37
|
+
introspection of the supported schema version for a SCIM
|
|
38
|
+
representation as well any schema extensions supported by that
|
|
39
|
+
representation. Each String value must be a unique URI. Query requests
|
|
40
|
+
MUST be identified using the following URI:
|
|
41
|
+
“urn:ietf:params:scim:api:messages:2.0:SearchRequest” REQUIRED. This
|
|
42
|
+
is a complex type whose value must be valid JSON. The value can be
|
|
43
|
+
provided as a string on the command line or passed in as a file using
|
|
44
|
+
the file://path/to/file syntax.
|
|
45
|
+
|
|
46
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
47
|
+
example of the JSON which must be provided. We recommend storing this
|
|
48
|
+
example in a file, modifying it as needed and then passing it back in
|
|
49
|
+
via the file:// syntax.
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
Optional Parameters
|
|
53
|
+
===================
|
|
54
|
+
|
|
55
|
+
--attribute-sets [text]
|
|
56
|
+
|
|
57
|
+
A multi-valued list of strings indicating the return type of attribute
|
|
58
|
+
definition. The specified set of attributes can be fetched by the
|
|
59
|
+
return type of the attribute. One or more values can be given together
|
|
60
|
+
to fetch more than one group of attributes. If “attributes” query
|
|
61
|
+
parameter is also available, union of the two is fetched. Valid values
|
|
62
|
+
: all, always, never, request, default. Values are case-insensitive.
|
|
63
|
+
OPTIONAL.
|
|
64
|
+
|
|
65
|
+
Accepted values are:
|
|
66
|
+
|
|
67
|
+
all, always, default, never, request
|
|
68
|
+
|
|
69
|
+
--attributes [complex type]
|
|
70
|
+
|
|
71
|
+
A multi-valued list of strings indicating the names of resource
|
|
72
|
+
attributes to return in the response overriding the set of attributes
|
|
73
|
+
that would be returned by default. Attribute names MUST be in standard
|
|
74
|
+
attribute notation (Section 3.10) form. See (additional retrieval
|
|
75
|
+
query parameters). OPTIONAL. This is a complex type whose value must
|
|
76
|
+
be valid JSON. The value can be provided as a string on the command
|
|
77
|
+
line or passed in as a file using the file://path/to/file syntax.
|
|
78
|
+
|
|
79
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
80
|
+
example of the JSON which must be provided. We recommend storing this
|
|
81
|
+
example in a file, modifying it as needed and then passing it back in
|
|
82
|
+
via the file:// syntax.
|
|
83
|
+
|
|
84
|
+
--authorization [text]
|
|
85
|
+
|
|
86
|
+
The Authorization field value consists of credentials containing the
|
|
87
|
+
authentication information of the user agent for the realm of the
|
|
88
|
+
resource being requested.
|
|
89
|
+
|
|
90
|
+
--count [integer]
|
|
91
|
+
|
|
92
|
+
An integer that indicates the desired maximum number of query results
|
|
93
|
+
per page. 1000 is the largest value that you can use. See the
|
|
94
|
+
Pagination section of the System for Cross-Domain Identity Management
|
|
95
|
+
Protocol specification for more information. (Section 3.4.2.4).
|
|
96
|
+
OPTIONAL.
|
|
97
|
+
|
|
98
|
+
--filter [text]
|
|
99
|
+
|
|
100
|
+
The filter string that is used to request a subset of resources. The
|
|
101
|
+
filter string MUST be a valid filter expression. See Section 3.4.2.2.
|
|
102
|
+
OPTIONAL.
|
|
103
|
+
|
|
104
|
+
--from-json [text]
|
|
105
|
+
|
|
106
|
+
Provide input to this command as a JSON document from a file using the
|
|
107
|
+
file://path-to/file syntax.
|
|
108
|
+
|
|
109
|
+
The "--generate-full-command-json-input" option can be used to
|
|
110
|
+
generate a sample json file to be used with this command option. The
|
|
111
|
+
key names are pre-populated and match the command option names
|
|
112
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
113
|
+
while the values of the keys need to be populated by the user before
|
|
114
|
+
using the sample file as an input to this command. For any command
|
|
115
|
+
option that accepts multiple values, the value of the key can be a
|
|
116
|
+
JSON array.
|
|
117
|
+
|
|
118
|
+
Options can still be provided on the command line. If an option exists
|
|
119
|
+
in both the JSON document and the command line then the command line
|
|
120
|
+
specified value will be used.
|
|
121
|
+
|
|
122
|
+
For examples on usage of this option, please see our “using CLI with
|
|
123
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
124
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
125
|
+
|
|
126
|
+
--limit [integer]
|
|
127
|
+
|
|
128
|
+
The maximum number of items to return in a paginated ‘List’ call.
|
|
129
|
+
|
|
130
|
+
--page [text]
|
|
131
|
+
|
|
132
|
+
The value of the *opc-next-page* response header from the previous
|
|
133
|
+
‘List’ call.
|
|
134
|
+
|
|
135
|
+
--resource-type-schema-version [text]
|
|
136
|
+
|
|
137
|
+
An endpoint-specific schema version number to use in the Request.
|
|
138
|
+
Allowed version values are Earliest Version or Latest Version as
|
|
139
|
+
specified in each REST API endpoint description, or any sequential
|
|
140
|
+
number inbetween. All schema attributes/body parameters are a part of
|
|
141
|
+
version 1. After version 1, any attributes added or deprecated will be
|
|
142
|
+
tagged with the version that they were added to or deprecated in. If
|
|
143
|
+
no version is provided, the latest schema version is returned.
|
|
144
|
+
|
|
145
|
+
--sort-by [text]
|
|
146
|
+
|
|
147
|
+
A string that indicates the attribute whose value SHALL be used to
|
|
148
|
+
order the returned responses. The sortBy attribute MUST be in standard
|
|
149
|
+
attribute notation (Section 3.10) form. See Sorting section. OPTIONAL.
|
|
150
|
+
|
|
151
|
+
--sort-order [text]
|
|
152
|
+
|
|
153
|
+
A string that indicates the order in which the sortBy parameter is
|
|
154
|
+
applied. Allowed values are “ascending” and “descending”. See (Sorting
|
|
155
|
+
Section). OPTIONAL.
|
|
156
|
+
|
|
157
|
+
Accepted values are:
|
|
158
|
+
|
|
159
|
+
ASCENDING, DESCENDING
|
|
160
|
+
|
|
161
|
+
--start-index [integer]
|
|
162
|
+
|
|
163
|
+
An integer that indicates the 1-based index of the first query result.
|
|
164
|
+
See Pagination Section. OPTIONAL.
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
Global Parameters
|
|
168
|
+
=================
|
|
169
|
+
|
|
170
|
+
Use "oci --help" for help on global parameters.
|
|
171
|
+
|
|
172
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
173
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
174
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
175
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
176
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
177
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
178
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
179
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
180
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
Example using required parameter
|
|
184
|
+
================================
|
|
185
|
+
|
|
186
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
187
|
+
example parameters with your own.
|
|
188
|
+
|
|
189
|
+
oci identity-domains mapped-attribute search --generate-param-json-input schemas > schemas.json
|
|
190
|
+
|
|
191
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
192
|
+
command by typing “bash example.sh” and replacing the example
|
|
193
|
+
parameters with your own.
|
|
194
|
+
|
|
195
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
196
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
197
|
+
security policies before trying the examples.
|
|
198
|
+
|
|
199
|
+
oci identity-domains mapped-attribute search --schemas file://schemas.json
|
|
@@ -77,6 +77,11 @@ current etag value.
|
|
|
77
77
|
The maximum time to wait for the work request to reach the state
|
|
78
78
|
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
79
79
|
|
|
80
|
+
--private-endpoint-outbound-connection-is-all-outbound-traffic-private [boolean]
|
|
81
|
+
|
|
82
|
+
Indicates if all traffic should go through configured outbound
|
|
83
|
+
connection
|
|
84
|
+
|
|
80
85
|
--private-endpoint-outbound-connection-nsg-ids [complex type]
|
|
81
86
|
|
|
82
87
|
One or more Network security group Ids. This is an optional argument.
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
"convert-instance"
|
|
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
|
+
Integration instance identified by ID will be migrated to a new
|
|
21
|
+
Disaster Recovery enabled integration instance. If a given Integration
|
|
22
|
+
instance has certain features enabled which are not supported for
|
|
23
|
+
conversion/migration it will not be accepted for conversion.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
Usage
|
|
27
|
+
=====
|
|
28
|
+
|
|
29
|
+
oci integration integration-instance convert-instance [OPTIONS]
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
Required Parameters
|
|
33
|
+
===================
|
|
34
|
+
|
|
35
|
+
--conversion-type [text]
|
|
36
|
+
|
|
37
|
+
Convert given instance to specified DR instance
|
|
38
|
+
|
|
39
|
+
Accepted values are:
|
|
40
|
+
|
|
41
|
+
DISASTER_RECOVERY
|
|
42
|
+
|
|
43
|
+
--integration-instance-id [text]
|
|
44
|
+
|
|
45
|
+
Unique Integration Instance identifier.
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
Optional Parameters
|
|
49
|
+
===================
|
|
50
|
+
|
|
51
|
+
--from-json [text]
|
|
52
|
+
|
|
53
|
+
Provide input to this command as a JSON document from a file using the
|
|
54
|
+
file://path-to/file syntax.
|
|
55
|
+
|
|
56
|
+
The "--generate-full-command-json-input" option can be used to
|
|
57
|
+
generate a sample json file to be used with this command option. The
|
|
58
|
+
key names are pre-populated and match the command option names
|
|
59
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
60
|
+
while the values of the keys need to be populated by the user before
|
|
61
|
+
using the sample file as an input to this command. For any command
|
|
62
|
+
option that accepts multiple values, the value of the key can be a
|
|
63
|
+
JSON array.
|
|
64
|
+
|
|
65
|
+
Options can still be provided on the command line. If an option exists
|
|
66
|
+
in both the JSON document and the command line then the command line
|
|
67
|
+
specified value will be used.
|
|
68
|
+
|
|
69
|
+
For examples on usage of this option, please see our “using CLI with
|
|
70
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
71
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
72
|
+
|
|
73
|
+
--if-match [text]
|
|
74
|
+
|
|
75
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
76
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
77
|
+
previous GET or POST response for that resource. The resource will be
|
|
78
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
79
|
+
current etag value.
|
|
80
|
+
|
|
81
|
+
--max-wait-seconds [integer]
|
|
82
|
+
|
|
83
|
+
The maximum time to wait for the work request to reach the state
|
|
84
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
85
|
+
|
|
86
|
+
--wait-for-state [text]
|
|
87
|
+
|
|
88
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
89
|
+
and uses a work request to track the progress of the operation.
|
|
90
|
+
Specify this option to perform the action and then wait until the work
|
|
91
|
+
request reaches a certain state. Multiple states can be specified,
|
|
92
|
+
returning on the first state. For example, "--wait-for-state"
|
|
93
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
94
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
95
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
96
|
+
|
|
97
|
+
Accepted values are:
|
|
98
|
+
|
|
99
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, SUCCEEDED
|
|
100
|
+
|
|
101
|
+
--wait-interval-seconds [integer]
|
|
102
|
+
|
|
103
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
104
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
105
|
+
seconds.
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
Global Parameters
|
|
109
|
+
=================
|
|
110
|
+
|
|
111
|
+
Use "oci --help" for help on global parameters.
|
|
112
|
+
|
|
113
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
114
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
115
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
116
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
117
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
118
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
119
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
120
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
121
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
Example using required parameter
|
|
125
|
+
================================
|
|
126
|
+
|
|
127
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
128
|
+
command by typing “bash example.sh” and replacing the example
|
|
129
|
+
parameters with your own.
|
|
130
|
+
|
|
131
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
132
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
133
|
+
security policies before trying the examples.
|
|
134
|
+
|
|
135
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/create.html#cmdoption-compartment-id
|
|
136
|
+
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/create.html#cmdoption-display-name
|
|
137
|
+
export is_byol=<substitute-value-of-is_byol> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/create.html#cmdoption-is-byol
|
|
138
|
+
export message_packs=<substitute-value-of-message_packs> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/create.html#cmdoption-message-packs
|
|
139
|
+
export type=<substitute-value-of-type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/create.html#cmdoption-type
|
|
140
|
+
export conversion_type=<substitute-value-of-conversion_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/convert-instance.html#cmdoption-conversion-type
|
|
141
|
+
|
|
142
|
+
integration_instance_id=$(oci integration integration-instance create --compartment-id $compartment_id --display-name $display_name --is-byol $is_byol --message-packs $message_packs --type $type --query data.id --raw-output)
|
|
143
|
+
|
|
144
|
+
oci integration integration-instance convert-instance --conversion-type $conversion_type --integration-instance-id $integration_instance_id
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
"disable-process-automation"
|
|
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
|
+
Disable Process Automation for given Integration Instance
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci integration integration-instance disable-process-automation [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--integration-instance-id [text]
|
|
33
|
+
|
|
34
|
+
Unique Integration Instance identifier.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Optional Parameters
|
|
38
|
+
===================
|
|
39
|
+
|
|
40
|
+
--from-json [text]
|
|
41
|
+
|
|
42
|
+
Provide input to this command as a JSON document from a file using the
|
|
43
|
+
file://path-to/file syntax.
|
|
44
|
+
|
|
45
|
+
The "--generate-full-command-json-input" option can be used to
|
|
46
|
+
generate a sample json file to be used with this command option. The
|
|
47
|
+
key names are pre-populated and match the command option names
|
|
48
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
49
|
+
while the values of the keys need to be populated by the user before
|
|
50
|
+
using the sample file as an input to this command. For any command
|
|
51
|
+
option that accepts multiple values, the value of the key can be a
|
|
52
|
+
JSON array.
|
|
53
|
+
|
|
54
|
+
Options can still be provided on the command line. If an option exists
|
|
55
|
+
in both the JSON document and the command line then the command line
|
|
56
|
+
specified value will be used.
|
|
57
|
+
|
|
58
|
+
For examples on usage of this option, please see our “using CLI with
|
|
59
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
60
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
61
|
+
|
|
62
|
+
--if-match [text]
|
|
63
|
+
|
|
64
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
65
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
66
|
+
previous GET or POST response for that resource. The resource will be
|
|
67
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
68
|
+
current etag value.
|
|
69
|
+
|
|
70
|
+
--max-wait-seconds [integer]
|
|
71
|
+
|
|
72
|
+
The maximum time to wait for the work request to reach the state
|
|
73
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
74
|
+
|
|
75
|
+
--wait-for-state [text]
|
|
76
|
+
|
|
77
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
78
|
+
and uses a work request to track the progress of the operation.
|
|
79
|
+
Specify this option to perform the action and then wait until the work
|
|
80
|
+
request reaches a certain state. Multiple states can be specified,
|
|
81
|
+
returning on the first state. For example, "--wait-for-state"
|
|
82
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
83
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
84
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
85
|
+
|
|
86
|
+
Accepted values are:
|
|
87
|
+
|
|
88
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, SUCCEEDED
|
|
89
|
+
|
|
90
|
+
--wait-interval-seconds [integer]
|
|
91
|
+
|
|
92
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
93
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
94
|
+
seconds.
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
Global Parameters
|
|
98
|
+
=================
|
|
99
|
+
|
|
100
|
+
Use "oci --help" for help on global parameters.
|
|
101
|
+
|
|
102
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
103
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
104
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
105
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
106
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
107
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
108
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
109
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
110
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
Example using required parameter
|
|
114
|
+
================================
|
|
115
|
+
|
|
116
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
117
|
+
command by typing “bash example.sh” and replacing the example
|
|
118
|
+
parameters with your own.
|
|
119
|
+
|
|
120
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
121
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
122
|
+
security policies before trying the examples.
|
|
123
|
+
|
|
124
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/create.html#cmdoption-compartment-id
|
|
125
|
+
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/create.html#cmdoption-display-name
|
|
126
|
+
export is_byol=<substitute-value-of-is_byol> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/create.html#cmdoption-is-byol
|
|
127
|
+
export message_packs=<substitute-value-of-message_packs> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/create.html#cmdoption-message-packs
|
|
128
|
+
export type=<substitute-value-of-type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/integration/integration-instance/create.html#cmdoption-type
|
|
129
|
+
|
|
130
|
+
integration_instance_id=$(oci integration integration-instance create --compartment-id $compartment_id --display-name $display_name --is-byol $is_byol --message-packs $message_packs --type $type --query data.id --raw-output)
|
|
131
|
+
|
|
132
|
+
oci integration integration-instance disable-process-automation --integration-instance-id $integration_instance_id
|
|
@@ -24,10 +24,14 @@ Available Commands
|
|
|
24
24
|
* change-private-endpoint-outbound-connection-private-endpoint-
|
|
25
25
|
outbound-connection
|
|
26
26
|
|
|
27
|
+
* convert-instance
|
|
28
|
+
|
|
27
29
|
* create
|
|
28
30
|
|
|
29
31
|
* delete
|
|
30
32
|
|
|
33
|
+
* disable-process-automation
|
|
34
|
+
|
|
31
35
|
* disaster-recovery-failover
|
|
32
36
|
|
|
33
37
|
* enable-process-automation
|
|
@@ -27,10 +27,14 @@ Available Commands
|
|
|
27
27
|
* change-private-endpoint-outbound-connection-private-endpoint-
|
|
28
28
|
outbound-connection
|
|
29
29
|
|
|
30
|
+
* convert-instance
|
|
31
|
+
|
|
30
32
|
* create
|
|
31
33
|
|
|
32
34
|
* delete
|
|
33
35
|
|
|
36
|
+
* disable-process-automation
|
|
37
|
+
|
|
34
38
|
* disaster-recovery-failover
|
|
35
39
|
|
|
36
40
|
* enable-process-automation
|
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.71.
|
|
5
|
+
__version__ = '3.71.3'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: oci-cli
|
|
3
|
-
Version: 3.71.
|
|
3
|
+
Version: 3.71.3
|
|
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
|
|
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Requires-Python: >=3.6
|
|
26
|
-
Requires-Dist: oci (==2.164.
|
|
26
|
+
Requires-Dist: oci (==2.164.3)
|
|
27
27
|
Requires-Dist: arrow (>=1.0.0)
|
|
28
28
|
Requires-Dist: certifi (>=2025.1.31)
|
|
29
29
|
Requires-Dist: click (==8.0.4)
|