oci-cli 3.71.1__py3-none-any.whl → 3.71.2__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 +2 -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/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 → list-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +2 -2
- 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/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/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/cmdref/ocvs/work-request-error/{list.txt → list-errors.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.txt +1 -1
- 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.2.dist-info}/METADATA +2 -2
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/RECORD +130 -52
- 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.2.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/WHEEL +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
"create"
|
|
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
|
+
Creates a batch context.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci batch batch-context create [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--compartment-id, -c [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the compartment.
|
|
35
|
+
|
|
36
|
+
--fleets [complex type]
|
|
37
|
+
|
|
38
|
+
List of fleet configurations related to the batch context. This is a
|
|
39
|
+
complex type whose value must be valid JSON. The value can be provided
|
|
40
|
+
as a string on the command line or passed in as a file using the
|
|
41
|
+
file://path/to/file syntax.
|
|
42
|
+
|
|
43
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
44
|
+
example of the JSON which must be provided. We recommend storing this
|
|
45
|
+
example in a file, modifying it as needed and then passing it back in
|
|
46
|
+
via the file:// syntax.
|
|
47
|
+
|
|
48
|
+
--network [complex type]
|
|
49
|
+
|
|
50
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
51
|
+
be provided as a string on the command line or passed in as a file
|
|
52
|
+
using the file://path/to/file syntax.
|
|
53
|
+
|
|
54
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
55
|
+
example of the JSON which must be provided. We recommend storing this
|
|
56
|
+
example in a file, modifying it as needed and then passing it back in
|
|
57
|
+
via the file:// syntax.
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
Optional Parameters
|
|
61
|
+
===================
|
|
62
|
+
|
|
63
|
+
--defined-tags [complex type]
|
|
64
|
+
|
|
65
|
+
Defined tags for this resource. Each key is predefined and scoped to a
|
|
66
|
+
namespace. For more information, see Resource Tags.
|
|
67
|
+
|
|
68
|
+
Example:
|
|
69
|
+
|
|
70
|
+
{"Operations": {"CostCenter": "42"}}
|
|
71
|
+
|
|
72
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
73
|
+
be provided as a string on the command line or passed in as a file
|
|
74
|
+
using the file://path/to/file syntax.
|
|
75
|
+
|
|
76
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
77
|
+
example of the JSON which must be provided. We recommend storing this
|
|
78
|
+
example in a file, modifying it as needed and then passing it back in
|
|
79
|
+
via the file:// syntax.
|
|
80
|
+
|
|
81
|
+
--description [text]
|
|
82
|
+
|
|
83
|
+
Summarized information about the batch context.
|
|
84
|
+
|
|
85
|
+
--display-name [text]
|
|
86
|
+
|
|
87
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
88
|
+
If not specified or provided as null or empty string, it will be
|
|
89
|
+
generated as “<resourceType><timeCreated>”, where timeCreated
|
|
90
|
+
corresponds with the resource creation time in ISO 8601 basic format,
|
|
91
|
+
i.e. omitting separating punctuation, at second-level precision and no
|
|
92
|
+
UTC offset. Example: batchcontext20250914115623.
|
|
93
|
+
|
|
94
|
+
--entitlements [complex type]
|
|
95
|
+
|
|
96
|
+
Mapping of concurrent/shared resources used in job tasks to their
|
|
97
|
+
limits. This is a complex type whose value must be valid JSON. The
|
|
98
|
+
value can be provided as a string on the command line or passed in as
|
|
99
|
+
a file using the file://path/to/file syntax.
|
|
100
|
+
|
|
101
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
102
|
+
example of the JSON which must be provided. We recommend storing this
|
|
103
|
+
example in a file, modifying it as needed and then passing it back in
|
|
104
|
+
via the file:// syntax.
|
|
105
|
+
|
|
106
|
+
--freeform-tags [complex type]
|
|
107
|
+
|
|
108
|
+
Free-form tags for this resource. Each tag is a simple key-value pair
|
|
109
|
+
with no predefined name, type, or namespace. For more information, see
|
|
110
|
+
Resource Tags.
|
|
111
|
+
|
|
112
|
+
Example:
|
|
113
|
+
|
|
114
|
+
{"Department": "Finance"}
|
|
115
|
+
|
|
116
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
117
|
+
be provided as a string on the command line or passed in as a file
|
|
118
|
+
using the file://path/to/file syntax.
|
|
119
|
+
|
|
120
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
121
|
+
example of the JSON which must be provided. We recommend storing this
|
|
122
|
+
example in a file, modifying it as needed and then passing it back in
|
|
123
|
+
via the file:// syntax.
|
|
124
|
+
|
|
125
|
+
--from-json [text]
|
|
126
|
+
|
|
127
|
+
Provide input to this command as a JSON document from a file using the
|
|
128
|
+
file://path-to/file syntax.
|
|
129
|
+
|
|
130
|
+
The "--generate-full-command-json-input" option can be used to
|
|
131
|
+
generate a sample json file to be used with this command option. The
|
|
132
|
+
key names are pre-populated and match the command option names
|
|
133
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
134
|
+
while the values of the keys need to be populated by the user before
|
|
135
|
+
using the sample file as an input to this command. For any command
|
|
136
|
+
option that accepts multiple values, the value of the key can be a
|
|
137
|
+
JSON array.
|
|
138
|
+
|
|
139
|
+
Options can still be provided on the command line. If an option exists
|
|
140
|
+
in both the JSON document and the command line then the command line
|
|
141
|
+
specified value will be used.
|
|
142
|
+
|
|
143
|
+
For examples on usage of this option, please see our “using CLI with
|
|
144
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
145
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
146
|
+
|
|
147
|
+
--job-priority-configurations [complex type]
|
|
148
|
+
|
|
149
|
+
List of job priority configurations related to the batch context.
|
|
150
|
+
|
|
151
|
+
This option is a JSON list with items of type
|
|
152
|
+
JobPriorityConfiguration. For documentation on
|
|
153
|
+
JobPriorityConfiguration please see our API reference: https://docs.c
|
|
154
|
+
loud.oracle.com/api/#/en/batchcomputing/20251031/datatypes/JobPriorit
|
|
155
|
+
yConfiguration. This is a complex type whose value must be valid JSON.
|
|
156
|
+
The value can be provided as a string on the command line or passed in
|
|
157
|
+
as a file using the file://path/to/file syntax.
|
|
158
|
+
|
|
159
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
160
|
+
example of the JSON which must be provided. We recommend storing this
|
|
161
|
+
example in a file, modifying it as needed and then passing it back in
|
|
162
|
+
via the file:// syntax.
|
|
163
|
+
|
|
164
|
+
--logging-configuration [complex type]
|
|
165
|
+
|
|
166
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
167
|
+
be provided as a string on the command line or passed in as a file
|
|
168
|
+
using the file://path/to/file syntax.
|
|
169
|
+
|
|
170
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
171
|
+
example of the JSON which must be provided. We recommend storing this
|
|
172
|
+
example in a file, modifying it as needed and then passing it back in
|
|
173
|
+
via the file:// syntax.
|
|
174
|
+
|
|
175
|
+
--max-wait-seconds [integer]
|
|
176
|
+
|
|
177
|
+
The maximum time to wait for the work request to reach the state
|
|
178
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
179
|
+
|
|
180
|
+
--wait-for-state [text]
|
|
181
|
+
|
|
182
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
183
|
+
and uses a work request to track the progress of the operation.
|
|
184
|
+
Specify this option to perform the action and then wait until the work
|
|
185
|
+
request reaches a certain state. Multiple states can be specified,
|
|
186
|
+
returning on the first state. For example, "--wait-for-state"
|
|
187
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
188
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
189
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
190
|
+
|
|
191
|
+
Accepted values are:
|
|
192
|
+
|
|
193
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, NEEDS_ATTENTION, SUCCEEDED, WAITING
|
|
194
|
+
|
|
195
|
+
--wait-interval-seconds [integer]
|
|
196
|
+
|
|
197
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
198
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
199
|
+
seconds.
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
Global Parameters
|
|
203
|
+
=================
|
|
204
|
+
|
|
205
|
+
Use "oci --help" for help on global parameters.
|
|
206
|
+
|
|
207
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
208
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
209
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
210
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
211
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
212
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
213
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
214
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
215
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
Example using required parameter
|
|
219
|
+
================================
|
|
220
|
+
|
|
221
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
222
|
+
example parameters with your own.
|
|
223
|
+
|
|
224
|
+
oci batch batch-context create --generate-param-json-input fleets > fleets.json
|
|
225
|
+
oci batch batch-context create --generate-param-json-input network > network.json
|
|
226
|
+
|
|
227
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
228
|
+
command by typing “bash example.sh” and replacing the example
|
|
229
|
+
parameters with your own.
|
|
230
|
+
|
|
231
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
232
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
233
|
+
security policies before trying the examples.
|
|
234
|
+
|
|
235
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/batch/batch-context/create.html#cmdoption-compartment-id
|
|
236
|
+
|
|
237
|
+
oci batch batch-context create --compartment-id $compartment_id --fleets file://fleets.json --network file://network.json
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
"delete"
|
|
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
|
+
Deletes a batch context. All batch job pools associated with the batch
|
|
21
|
+
context must be deleted beforehand.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Usage
|
|
25
|
+
=====
|
|
26
|
+
|
|
27
|
+
oci batch batch-context delete [OPTIONS]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Required Parameters
|
|
31
|
+
===================
|
|
32
|
+
|
|
33
|
+
--batch-context-id [text]
|
|
34
|
+
|
|
35
|
+
The OCID of the batch context.
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
Optional Parameters
|
|
39
|
+
===================
|
|
40
|
+
|
|
41
|
+
--force
|
|
42
|
+
|
|
43
|
+
Perform deletion without prompting for confirmation.
|
|
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
|
+
--if-match [text]
|
|
68
|
+
|
|
69
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
70
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
71
|
+
previous GET or POST response for that resource. The resource will be
|
|
72
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
73
|
+
current etag value.
|
|
74
|
+
|
|
75
|
+
--max-wait-seconds [integer]
|
|
76
|
+
|
|
77
|
+
The maximum time to wait for the work request to reach the state
|
|
78
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
79
|
+
|
|
80
|
+
--wait-for-state [text]
|
|
81
|
+
|
|
82
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
83
|
+
and uses a work request to track the progress of the operation.
|
|
84
|
+
Specify this option to perform the action and then wait until the work
|
|
85
|
+
request reaches a certain state. Multiple states can be specified,
|
|
86
|
+
returning on the first state. For example, "--wait-for-state"
|
|
87
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
88
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
89
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
90
|
+
|
|
91
|
+
Accepted values are:
|
|
92
|
+
|
|
93
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, NEEDS_ATTENTION, SUCCEEDED, WAITING
|
|
94
|
+
|
|
95
|
+
--wait-interval-seconds [integer]
|
|
96
|
+
|
|
97
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
98
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
99
|
+
seconds.
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
Global Parameters
|
|
103
|
+
=================
|
|
104
|
+
|
|
105
|
+
Use "oci --help" for help on global parameters.
|
|
106
|
+
|
|
107
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
108
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
109
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
110
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
111
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
112
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
113
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
114
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
115
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
Example using required parameter
|
|
119
|
+
================================
|
|
120
|
+
|
|
121
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
122
|
+
example parameters with your own.
|
|
123
|
+
|
|
124
|
+
oci batch batch-context create --generate-param-json-input fleets > fleets.json
|
|
125
|
+
oci batch batch-context create --generate-param-json-input network > network.json
|
|
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/batch/batch-context/create.html#cmdoption-compartment-id
|
|
136
|
+
|
|
137
|
+
batch_context_id=$(oci batch batch-context create --compartment-id $compartment_id --fleets file://fleets.json --network file://network.json --query data.id --raw-output)
|
|
138
|
+
|
|
139
|
+
oci batch batch-context delete --batch-context-id $batch_context_id
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
"get"
|
|
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
|
+
Gets information about a batch context.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci batch batch-context get [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--batch-context-id [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the batch context.
|
|
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
|
+
|
|
63
|
+
Global Parameters
|
|
64
|
+
=================
|
|
65
|
+
|
|
66
|
+
Use "oci --help" for help on global parameters.
|
|
67
|
+
|
|
68
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
69
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
70
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
71
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
72
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
73
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
74
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
75
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
76
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
Example using required parameter
|
|
80
|
+
================================
|
|
81
|
+
|
|
82
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
83
|
+
example parameters with your own.
|
|
84
|
+
|
|
85
|
+
oci batch batch-context create --generate-param-json-input fleets > fleets.json
|
|
86
|
+
oci batch batch-context create --generate-param-json-input network > network.json
|
|
87
|
+
|
|
88
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
89
|
+
command by typing “bash example.sh” and replacing the example
|
|
90
|
+
parameters with your own.
|
|
91
|
+
|
|
92
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
93
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
94
|
+
security policies before trying the examples.
|
|
95
|
+
|
|
96
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/batch/batch-context/create.html#cmdoption-compartment-id
|
|
97
|
+
|
|
98
|
+
batch_context_id=$(oci batch batch-context create --compartment-id $compartment_id --fleets file://fleets.json --network file://network.json --query data.id --raw-output)
|
|
99
|
+
|
|
100
|
+
oci batch batch-context get --batch-context-id $batch_context_id
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Optional Parameters
|
|
9
|
+
|
|
10
|
+
* Global Parameters
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
Description
|
|
14
|
+
===========
|
|
15
|
+
|
|
16
|
+
Lists the batch contexts by compartment or context OCID. You can
|
|
17
|
+
filter and sort them by various properties like lifecycle state, name
|
|
18
|
+
and also ocid. All properties require an exact match. List operation
|
|
19
|
+
only provides a summary information, use GetBatchContext to get the
|
|
20
|
+
full details on a specific context
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci batch batch-context list [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Optional Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--all
|
|
33
|
+
|
|
34
|
+
Fetches all pages of results. If you provide this option, then you
|
|
35
|
+
cannot provide the "--limit" option.
|
|
36
|
+
|
|
37
|
+
--compartment-id, -c [text]
|
|
38
|
+
|
|
39
|
+
The OCID of the compartment in which to list resources.
|
|
40
|
+
|
|
41
|
+
--display-name [text]
|
|
42
|
+
|
|
43
|
+
A filter to return only resources that match the given display name
|
|
44
|
+
exactly.
|
|
45
|
+
|
|
46
|
+
--from-json [text]
|
|
47
|
+
|
|
48
|
+
Provide input to this command as a JSON document from a file using the
|
|
49
|
+
file://path-to/file syntax.
|
|
50
|
+
|
|
51
|
+
The "--generate-full-command-json-input" option can be used to
|
|
52
|
+
generate a sample json file to be used with this command option. The
|
|
53
|
+
key names are pre-populated and match the command option names
|
|
54
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
55
|
+
while the values of the keys need to be populated by the user before
|
|
56
|
+
using the sample file as an input to this command. For any command
|
|
57
|
+
option that accepts multiple values, the value of the key can be a
|
|
58
|
+
JSON array.
|
|
59
|
+
|
|
60
|
+
Options can still be provided on the command line. If an option exists
|
|
61
|
+
in both the JSON document and the command line then the command line
|
|
62
|
+
specified value will be used.
|
|
63
|
+
|
|
64
|
+
For examples on usage of this option, please see our “using CLI with
|
|
65
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
66
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
67
|
+
|
|
68
|
+
--id [text]
|
|
69
|
+
|
|
70
|
+
The OCID of the batch context.
|
|
71
|
+
|
|
72
|
+
--lifecycle-state [text]
|
|
73
|
+
|
|
74
|
+
A filter to return only resources that match the given lifecycle
|
|
75
|
+
state. The state value is case-insensitive.
|
|
76
|
+
|
|
77
|
+
Accepted values are:
|
|
78
|
+
|
|
79
|
+
ACTIVE, CREATING, DELETED, DELETING, FAILED, INACTIVE, NEEDS_ATTENTION, UPDATING
|
|
80
|
+
|
|
81
|
+
--limit [integer]
|
|
82
|
+
|
|
83
|
+
For list pagination. The maximum number of results per page, or items
|
|
84
|
+
to return in a paginated “List” call. For important details about how
|
|
85
|
+
pagination works, see List Pagination.
|
|
86
|
+
|
|
87
|
+
--page [text]
|
|
88
|
+
|
|
89
|
+
For list pagination. The value of the opc-next-page response header
|
|
90
|
+
from the previous “List” call. For important details about how
|
|
91
|
+
pagination works, see List Pagination.
|
|
92
|
+
|
|
93
|
+
--page-size [integer]
|
|
94
|
+
|
|
95
|
+
When fetching results, the number of results to fetch per call. Only
|
|
96
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
97
|
+
|
|
98
|
+
--sort-by [text]
|
|
99
|
+
|
|
100
|
+
The field to sort by. You can provide only one sort order. Default
|
|
101
|
+
order for *timeCreated* is descending. Default order for *displayName*
|
|
102
|
+
is ascending.
|
|
103
|
+
|
|
104
|
+
Accepted values are:
|
|
105
|
+
|
|
106
|
+
displayName, timeCreated
|
|
107
|
+
|
|
108
|
+
--sort-order [text]
|
|
109
|
+
|
|
110
|
+
The sort order to use, either ascending (*ASC*) or descending
|
|
111
|
+
(*DESC*).
|
|
112
|
+
|
|
113
|
+
Accepted values are:
|
|
114
|
+
|
|
115
|
+
ASC, DESC
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
Global Parameters
|
|
119
|
+
=================
|
|
120
|
+
|
|
121
|
+
Use "oci --help" for help on global parameters.
|
|
122
|
+
|
|
123
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
124
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
125
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
126
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
127
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
128
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
129
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
130
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
131
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|