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,132 @@
|
|
|
1
|
+
"list-work-request-logs"
|
|
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
|
+
Lists the logs for a work request.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci batch work-request-log-entry list-work-request-logs [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--work-request-id [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the asynchronous work 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
|
+
For list pagination. The maximum number of results per page, or items
|
|
70
|
+
to return in a paginated “List” call. For important details about how
|
|
71
|
+
pagination works, see List Pagination.
|
|
72
|
+
|
|
73
|
+
--page [text]
|
|
74
|
+
|
|
75
|
+
For list pagination. The value of the opc-next-page response header
|
|
76
|
+
from the previous “List” call. For important details about how
|
|
77
|
+
pagination works, see List Pagination.
|
|
78
|
+
|
|
79
|
+
--page-size [integer]
|
|
80
|
+
|
|
81
|
+
When fetching results, the number of results to fetch per call. Only
|
|
82
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
83
|
+
|
|
84
|
+
--sort-by [text]
|
|
85
|
+
|
|
86
|
+
The field to sort by. Only one sort order may be provided. Default
|
|
87
|
+
order for *timeCreated* is descending.
|
|
88
|
+
|
|
89
|
+
Accepted values are:
|
|
90
|
+
|
|
91
|
+
timeCreated
|
|
92
|
+
|
|
93
|
+
--sort-order [text]
|
|
94
|
+
|
|
95
|
+
The sort order to use, either ascending (*ASC*) or descending
|
|
96
|
+
(*DESC*).
|
|
97
|
+
|
|
98
|
+
Accepted values are:
|
|
99
|
+
|
|
100
|
+
ASC, DESC
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
Global Parameters
|
|
104
|
+
=================
|
|
105
|
+
|
|
106
|
+
Use "oci --help" for help on global parameters.
|
|
107
|
+
|
|
108
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
109
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
110
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
111
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
112
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
113
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
114
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
115
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
116
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
Example using required parameter
|
|
120
|
+
================================
|
|
121
|
+
|
|
122
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
123
|
+
command by typing “bash example.sh” and replacing the example
|
|
124
|
+
parameters with your own.
|
|
125
|
+
|
|
126
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
127
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
128
|
+
security policies before trying the examples.
|
|
129
|
+
|
|
130
|
+
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/batch/work-request-log-entry/list-work-request-logs.html#cmdoption-work-request-id
|
|
131
|
+
|
|
132
|
+
oci batch work-request-log-entry list-work-request-logs --work-request-id $work_request_id
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
work-request
|
|
2
|
+
************
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Description
|
|
6
|
+
===========
|
|
7
|
+
|
|
8
|
+
An asynchronous work request. Work requests help you monitor long-
|
|
9
|
+
running operations. When you start a long-running operation, the
|
|
10
|
+
service creates a work request. A work request is an activity log that
|
|
11
|
+
lets you track each step in the operation’s progress. Each work
|
|
12
|
+
request has an OCID that lets you interact with it programmatically
|
|
13
|
+
and use it for automation.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
Available Commands
|
|
17
|
+
==================
|
|
18
|
+
|
|
19
|
+
* get
|
|
20
|
+
|
|
21
|
+
* list
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
batch
|
|
2
|
+
*****
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Description
|
|
6
|
+
===========
|
|
7
|
+
|
|
8
|
+
Use the Batch Control Plane CLI to encapsulate and manage all aspects
|
|
9
|
+
of computationally intensive jobs.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
Available Commands
|
|
13
|
+
==================
|
|
14
|
+
|
|
15
|
+
* batch-context
|
|
16
|
+
|
|
17
|
+
* change-compartment
|
|
18
|
+
|
|
19
|
+
* create
|
|
20
|
+
|
|
21
|
+
* create-oci-logging-configuration
|
|
22
|
+
|
|
23
|
+
* delete
|
|
24
|
+
|
|
25
|
+
* get
|
|
26
|
+
|
|
27
|
+
* list
|
|
28
|
+
|
|
29
|
+
* start
|
|
30
|
+
|
|
31
|
+
* stop
|
|
32
|
+
|
|
33
|
+
* update
|
|
34
|
+
|
|
35
|
+
* batch-context-shape-collection
|
|
36
|
+
|
|
37
|
+
* list
|
|
38
|
+
|
|
39
|
+
* batch-job
|
|
40
|
+
|
|
41
|
+
* cancel
|
|
42
|
+
|
|
43
|
+
* change-compartment
|
|
44
|
+
|
|
45
|
+
* create
|
|
46
|
+
|
|
47
|
+
* get
|
|
48
|
+
|
|
49
|
+
* list
|
|
50
|
+
|
|
51
|
+
* pause
|
|
52
|
+
|
|
53
|
+
* unpause
|
|
54
|
+
|
|
55
|
+
* update
|
|
56
|
+
|
|
57
|
+
* batch-job-pool
|
|
58
|
+
|
|
59
|
+
* change-compartment
|
|
60
|
+
|
|
61
|
+
* create
|
|
62
|
+
|
|
63
|
+
* delete
|
|
64
|
+
|
|
65
|
+
* get
|
|
66
|
+
|
|
67
|
+
* list
|
|
68
|
+
|
|
69
|
+
* start
|
|
70
|
+
|
|
71
|
+
* stop
|
|
72
|
+
|
|
73
|
+
* update
|
|
74
|
+
|
|
75
|
+
* batch-task
|
|
76
|
+
|
|
77
|
+
* get
|
|
78
|
+
|
|
79
|
+
* list
|
|
80
|
+
|
|
81
|
+
* list-batch-tasks
|
|
82
|
+
|
|
83
|
+
* batch-task-environment
|
|
84
|
+
|
|
85
|
+
* change-compartment
|
|
86
|
+
|
|
87
|
+
* create
|
|
88
|
+
|
|
89
|
+
* delete
|
|
90
|
+
|
|
91
|
+
* get
|
|
92
|
+
|
|
93
|
+
* list
|
|
94
|
+
|
|
95
|
+
* update
|
|
96
|
+
|
|
97
|
+
* batch-task-profile
|
|
98
|
+
|
|
99
|
+
* change-compartment
|
|
100
|
+
|
|
101
|
+
* create
|
|
102
|
+
|
|
103
|
+
* delete
|
|
104
|
+
|
|
105
|
+
* get
|
|
106
|
+
|
|
107
|
+
* list
|
|
108
|
+
|
|
109
|
+
* update
|
|
110
|
+
|
|
111
|
+
* work-request
|
|
112
|
+
|
|
113
|
+
* get
|
|
114
|
+
|
|
115
|
+
* list
|
|
116
|
+
|
|
117
|
+
* work-request-error
|
|
118
|
+
|
|
119
|
+
* list
|
|
120
|
+
|
|
121
|
+
* work-request-log-entry
|
|
122
|
+
|
|
123
|
+
* list-work-request-logs
|
|
@@ -57,6 +57,18 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
57
57
|
example in a file, modifying it as needed and then passing it back in
|
|
58
58
|
via the file:// syntax.
|
|
59
59
|
|
|
60
|
+
--pod-configuration [complex type]
|
|
61
|
+
|
|
62
|
+
The pod configuration for pods run on virtual nodes of this virtual
|
|
63
|
+
node pool. This is a complex type whose value must be valid JSON. The
|
|
64
|
+
value can be provided as a string on the command line or passed in as
|
|
65
|
+
a file using the file://path/to/file syntax.
|
|
66
|
+
|
|
67
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
68
|
+
example of the JSON which must be provided. We recommend storing this
|
|
69
|
+
example in a file, modifying it as needed and then passing it back in
|
|
70
|
+
via the file:// syntax.
|
|
71
|
+
|
|
60
72
|
--size [integer]
|
|
61
73
|
|
|
62
74
|
The number of Virtual Nodes that should be in the Virtual Node Pool.
|
|
@@ -152,18 +164,6 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
152
164
|
example in a file, modifying it as needed and then passing it back in
|
|
153
165
|
via the file:// syntax.
|
|
154
166
|
|
|
155
|
-
--pod-configuration [complex type]
|
|
156
|
-
|
|
157
|
-
The pod configuration for pods run on virtual nodes of this virtual
|
|
158
|
-
node pool. This is a complex type whose value must be valid JSON. The
|
|
159
|
-
value can be provided as a string on the command line or passed in as
|
|
160
|
-
a file using the file://path/to/file syntax.
|
|
161
|
-
|
|
162
|
-
The "--generate-param-json-input" option can be used to generate an
|
|
163
|
-
example of the JSON which must be provided. We recommend storing this
|
|
164
|
-
example in a file, modifying it as needed and then passing it back in
|
|
165
|
-
via the file:// syntax.
|
|
166
|
-
|
|
167
167
|
--taints [complex type]
|
|
168
168
|
|
|
169
169
|
A taint is a collection of <key, value, effect>. These taints will be
|
|
@@ -238,6 +238,7 @@ Copy and paste the following example into a JSON file, replacing the
|
|
|
238
238
|
example parameters with your own.
|
|
239
239
|
|
|
240
240
|
oci ce virtual-node-pool create --generate-param-json-input placement-configurations > placement-configurations.json
|
|
241
|
+
oci ce virtual-node-pool create --generate-param-json-input pod-configuration > pod-configuration.json
|
|
241
242
|
|
|
242
243
|
Copy the following CLI commands into a file named example.sh. Run the
|
|
243
244
|
command by typing “bash example.sh” and replacing the example
|
|
@@ -256,4 +257,4 @@ security policies before trying the examples.
|
|
|
256
257
|
|
|
257
258
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
258
259
|
|
|
259
|
-
oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size
|
|
260
|
+
oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --pod-configuration file://pod-configuration.json --size $size
|
|
@@ -133,6 +133,7 @@ Copy and paste the following example into a JSON file, replacing the
|
|
|
133
133
|
example parameters with your own.
|
|
134
134
|
|
|
135
135
|
oci ce virtual-node-pool create --generate-param-json-input placement-configurations > placement-configurations.json
|
|
136
|
+
oci ce virtual-node-pool create --generate-param-json-input pod-configuration > pod-configuration.json
|
|
136
137
|
|
|
137
138
|
Copy the following CLI commands into a file named example.sh. Run the
|
|
138
139
|
command by typing “bash example.sh” and replacing the example
|
|
@@ -151,6 +152,6 @@ security policies before trying the examples.
|
|
|
151
152
|
|
|
152
153
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
153
154
|
|
|
154
|
-
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size --query data.id --raw-output)
|
|
155
|
+
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --pod-configuration file://pod-configuration.json --size $size --query data.id --raw-output)
|
|
155
156
|
|
|
156
157
|
oci ce virtual-node-pool delete --virtual-node-pool-id $virtual_node_pool_id
|
|
@@ -87,6 +87,7 @@ Copy and paste the following example into a JSON file, replacing the
|
|
|
87
87
|
example parameters with your own.
|
|
88
88
|
|
|
89
89
|
oci ce virtual-node-pool create --generate-param-json-input placement-configurations > placement-configurations.json
|
|
90
|
+
oci ce virtual-node-pool create --generate-param-json-input pod-configuration > pod-configuration.json
|
|
90
91
|
|
|
91
92
|
Copy the following CLI commands into a file named example.sh. Run the
|
|
92
93
|
command by typing “bash example.sh” and replacing the example
|
|
@@ -106,6 +107,6 @@ security policies before trying the examples.
|
|
|
106
107
|
|
|
107
108
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
108
109
|
|
|
109
|
-
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size --query data.id --raw-output)
|
|
110
|
+
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --pod-configuration file://pod-configuration.json --size $size --query data.id --raw-output)
|
|
110
111
|
|
|
111
112
|
oci ce virtual-node-pool get-virtual-node --virtual-node-id $virtual_node_id --virtual-node-pool-id $virtual_node_pool_id
|
|
@@ -83,6 +83,7 @@ Copy and paste the following example into a JSON file, replacing the
|
|
|
83
83
|
example parameters with your own.
|
|
84
84
|
|
|
85
85
|
oci ce virtual-node-pool create --generate-param-json-input placement-configurations > placement-configurations.json
|
|
86
|
+
oci ce virtual-node-pool create --generate-param-json-input pod-configuration > pod-configuration.json
|
|
86
87
|
|
|
87
88
|
Copy the following CLI commands into a file named example.sh. Run the
|
|
88
89
|
command by typing “bash example.sh” and replacing the example
|
|
@@ -101,6 +102,6 @@ security policies before trying the examples.
|
|
|
101
102
|
|
|
102
103
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
103
104
|
|
|
104
|
-
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size --query data.id --raw-output)
|
|
105
|
+
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --pod-configuration file://pod-configuration.json --size $size --query data.id --raw-output)
|
|
105
106
|
|
|
106
107
|
oci ce virtual-node-pool get --virtual-node-pool-id $virtual_node_pool_id
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt
CHANGED
|
@@ -126,6 +126,7 @@ Copy and paste the following example into a JSON file, replacing the
|
|
|
126
126
|
example parameters with your own.
|
|
127
127
|
|
|
128
128
|
oci ce virtual-node-pool create --generate-param-json-input placement-configurations > placement-configurations.json
|
|
129
|
+
oci ce virtual-node-pool create --generate-param-json-input pod-configuration > pod-configuration.json
|
|
129
130
|
|
|
130
131
|
Copy the following CLI commands into a file named example.sh. Run the
|
|
131
132
|
command by typing “bash example.sh” and replacing the example
|
|
@@ -144,6 +145,6 @@ security policies before trying the examples.
|
|
|
144
145
|
|
|
145
146
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
146
147
|
|
|
147
|
-
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size --query data.id --raw-output)
|
|
148
|
+
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --pod-configuration file://pod-configuration.json --size $size --query data.id --raw-output)
|
|
148
149
|
|
|
149
150
|
oci ce virtual-node-pool list-virtual-nodes --virtual-node-pool-id $virtual_node_pool_id
|
|
@@ -250,6 +250,7 @@ Copy and paste the following example into a JSON file, replacing the
|
|
|
250
250
|
example parameters with your own.
|
|
251
251
|
|
|
252
252
|
oci ce virtual-node-pool create --generate-param-json-input placement-configurations > placement-configurations.json
|
|
253
|
+
oci ce virtual-node-pool create --generate-param-json-input pod-configuration > pod-configuration.json
|
|
253
254
|
|
|
254
255
|
Copy the following CLI commands into a file named example.sh. Run the
|
|
255
256
|
command by typing “bash example.sh” and replacing the example
|
|
@@ -268,6 +269,6 @@ security policies before trying the examples.
|
|
|
268
269
|
|
|
269
270
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
270
271
|
|
|
271
|
-
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size --query data.id --raw-output)
|
|
272
|
+
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --pod-configuration file://pod-configuration.json --size $size --query data.id --raw-output)
|
|
272
273
|
|
|
273
274
|
oci ce virtual-node-pool update --virtual-node-pool-id $virtual_node_pool_id
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
"apply-host-configuration"
|
|
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
|
+
Triggers the asynchronous process that applies the host’s target
|
|
21
|
+
configuration
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Usage
|
|
25
|
+
=====
|
|
26
|
+
|
|
27
|
+
oci compute compute-host apply-host-configuration [OPTIONS]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Required Parameters
|
|
31
|
+
===================
|
|
32
|
+
|
|
33
|
+
--compute-host-id [text]
|
|
34
|
+
|
|
35
|
+
The OCID of the compute host.
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
Optional Parameters
|
|
39
|
+
===================
|
|
40
|
+
|
|
41
|
+
--from-json [text]
|
|
42
|
+
|
|
43
|
+
Provide input to this command as a JSON document from a file using the
|
|
44
|
+
file://path-to/file syntax.
|
|
45
|
+
|
|
46
|
+
The "--generate-full-command-json-input" option can be used to
|
|
47
|
+
generate a sample json file to be used with this command option. The
|
|
48
|
+
key names are pre-populated and match the command option names
|
|
49
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
50
|
+
while the values of the keys need to be populated by the user before
|
|
51
|
+
using the sample file as an input to this command. For any command
|
|
52
|
+
option that accepts multiple values, the value of the key can be a
|
|
53
|
+
JSON array.
|
|
54
|
+
|
|
55
|
+
Options can still be provided on the command line. If an option exists
|
|
56
|
+
in both the JSON document and the command line then the command line
|
|
57
|
+
specified value will be used.
|
|
58
|
+
|
|
59
|
+
For examples on usage of this option, please see our “using CLI with
|
|
60
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
61
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
62
|
+
|
|
63
|
+
--if-match [text]
|
|
64
|
+
|
|
65
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
66
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
67
|
+
previous GET or POST response for that resource. The resource will be
|
|
68
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
69
|
+
current etag value.
|
|
70
|
+
|
|
71
|
+
--max-wait-seconds [integer]
|
|
72
|
+
|
|
73
|
+
The maximum time to wait for the resource to reach the lifecycle state
|
|
74
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
75
|
+
|
|
76
|
+
--wait-for-state [text]
|
|
77
|
+
|
|
78
|
+
This operation creates, modifies or deletes a resource that has a
|
|
79
|
+
defined lifecycle state. Specify this option to perform the action and
|
|
80
|
+
then wait until the resource reaches a given lifecycle state. Multiple
|
|
81
|
+
states can be specified, returning on the first state. For example, "
|
|
82
|
+
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
83
|
+
whichever lifecycle state is reached first. If timeout is reached, a
|
|
84
|
+
return code of 2 is returned. For any other error, a return code of 1
|
|
85
|
+
is returned.
|
|
86
|
+
|
|
87
|
+
Accepted values are:
|
|
88
|
+
|
|
89
|
+
AVAILABLE, OCCUPIED, PROVISIONING, REPAIR, UNAVAILABLE
|
|
90
|
+
|
|
91
|
+
--wait-interval-seconds [integer]
|
|
92
|
+
|
|
93
|
+
Check every "--wait-interval-seconds" to see whether the resource has
|
|
94
|
+
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
95
|
+
30 seconds.
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
Global Parameters
|
|
99
|
+
=================
|
|
100
|
+
|
|
101
|
+
Use "oci --help" for help on global parameters.
|
|
102
|
+
|
|
103
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
104
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
105
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
106
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
107
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
108
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
109
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
110
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
111
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
Example using required parameter
|
|
115
|
+
================================
|
|
116
|
+
|
|
117
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
118
|
+
command by typing “bash example.sh” and replacing the example
|
|
119
|
+
parameters with your own.
|
|
120
|
+
|
|
121
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
122
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
123
|
+
security policies before trying the examples.
|
|
124
|
+
|
|
125
|
+
export compute_host_id=<substitute-value-of-compute_host_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/compute/compute-host/apply-host-configuration.html#cmdoption-compute-host-id
|
|
126
|
+
|
|
127
|
+
oci compute compute-host apply-host-configuration --compute-host-id $compute_host_id
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
"check-host-configuration"
|
|
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
|
+
Marks the host to be checked for conformance to its target
|
|
21
|
+
configuration
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Usage
|
|
25
|
+
=====
|
|
26
|
+
|
|
27
|
+
oci compute compute-host check-host-configuration [OPTIONS]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Required Parameters
|
|
31
|
+
===================
|
|
32
|
+
|
|
33
|
+
--compute-host-id [text]
|
|
34
|
+
|
|
35
|
+
The OCID of the compute host.
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
Optional Parameters
|
|
39
|
+
===================
|
|
40
|
+
|
|
41
|
+
--from-json [text]
|
|
42
|
+
|
|
43
|
+
Provide input to this command as a JSON document from a file using the
|
|
44
|
+
file://path-to/file syntax.
|
|
45
|
+
|
|
46
|
+
The "--generate-full-command-json-input" option can be used to
|
|
47
|
+
generate a sample json file to be used with this command option. The
|
|
48
|
+
key names are pre-populated and match the command option names
|
|
49
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
50
|
+
while the values of the keys need to be populated by the user before
|
|
51
|
+
using the sample file as an input to this command. For any command
|
|
52
|
+
option that accepts multiple values, the value of the key can be a
|
|
53
|
+
JSON array.
|
|
54
|
+
|
|
55
|
+
Options can still be provided on the command line. If an option exists
|
|
56
|
+
in both the JSON document and the command line then the command line
|
|
57
|
+
specified value will be used.
|
|
58
|
+
|
|
59
|
+
For examples on usage of this option, please see our “using CLI with
|
|
60
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
61
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
62
|
+
|
|
63
|
+
--if-match [text]
|
|
64
|
+
|
|
65
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
66
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
67
|
+
previous GET or POST response for that resource. The resource will be
|
|
68
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
69
|
+
current etag value.
|
|
70
|
+
|
|
71
|
+
--max-wait-seconds [integer]
|
|
72
|
+
|
|
73
|
+
The maximum time to wait for the resource to reach the lifecycle state
|
|
74
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
75
|
+
|
|
76
|
+
--wait-for-state [text]
|
|
77
|
+
|
|
78
|
+
This operation creates, modifies or deletes a resource that has a
|
|
79
|
+
defined lifecycle state. Specify this option to perform the action and
|
|
80
|
+
then wait until the resource reaches a given lifecycle state. Multiple
|
|
81
|
+
states can be specified, returning on the first state. For example, "
|
|
82
|
+
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
83
|
+
whichever lifecycle state is reached first. If timeout is reached, a
|
|
84
|
+
return code of 2 is returned. For any other error, a return code of 1
|
|
85
|
+
is returned.
|
|
86
|
+
|
|
87
|
+
Accepted values are:
|
|
88
|
+
|
|
89
|
+
AVAILABLE, OCCUPIED, PROVISIONING, REPAIR, UNAVAILABLE
|
|
90
|
+
|
|
91
|
+
--wait-interval-seconds [integer]
|
|
92
|
+
|
|
93
|
+
Check every "--wait-interval-seconds" to see whether the resource has
|
|
94
|
+
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
95
|
+
30 seconds.
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
Global Parameters
|
|
99
|
+
=================
|
|
100
|
+
|
|
101
|
+
Use "oci --help" for help on global parameters.
|
|
102
|
+
|
|
103
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
104
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
105
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
106
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
107
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
108
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
109
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
110
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
111
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
Example using required parameter
|
|
115
|
+
================================
|
|
116
|
+
|
|
117
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
118
|
+
command by typing “bash example.sh” and replacing the example
|
|
119
|
+
parameters with your own.
|
|
120
|
+
|
|
121
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
122
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
123
|
+
security policies before trying the examples.
|
|
124
|
+
|
|
125
|
+
export compute_host_id=<substitute-value-of-compute_host_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/compute/compute-host/check-host-configuration.html#cmdoption-compute-host-id
|
|
126
|
+
|
|
127
|
+
oci compute compute-host check-host-configuration --compute-host-id $compute_host_id
|