oci-cli 3.65.1__py3-none-any.whl → 3.66.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci_cli/bin/email.psm1 +23 -11
- oci_cli/cli_root.py +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/change-compartment.txt +133 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/create.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/update.txt +195 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection/list-ai-data-platforms.txt +155 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform.txt +28 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/cancel.txt +103 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/list.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry/list-work-request-logs.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request.txt +23 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform.txt +44 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-refreshable-clone.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/delete.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/list.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/create.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/create.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-cloud-db-system-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-backup.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-storage-performances.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/update.txt +6 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/add.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/change-compartment.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/remove.txt +138 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/add.txt +150 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/remove.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/add.txt +151 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/change-compartment.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/remove.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +6 -5
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list.txt → list-errors.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/{work-request-log-entry → work-request-log}/list.txt +19 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/{work-request-log-entry.txt → work-request-log.txt} +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/help_text_producer/data_files/text/oci.txt +1 -1
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/METADATA +2 -2
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/RECORD +83 -51
- services/ai_data_platform/__init__.py +4 -0
- services/ai_data_platform/src/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/ai_data_platform_service_cli.py +14 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/aidataplatform_cli.py +676 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/client_mappings.py +14 -0
- services/ai_data_platform/tests/__init__.py +4 -0
- services/database/src/oci_cli_database/database_cli_extended.py +3 -1
- services/database/src/oci_cli_database/generated/database_cli.py +170 -13
- services/email/src/oci_cli_email/generated/email_cli.py +422 -8
- services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +2 -2
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/top_level.txt +0 -0
oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-cloud-db-system-subscription.txt
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
"change-cloud-db-system-subscription"
|
|
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
|
+
Associate a cloud DB system with a different subscription.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci db system change-cloud-db-system-subscription [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--db-system-id [text]
|
|
33
|
+
|
|
34
|
+
The DB system OCID.
|
|
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
|
+
--is-default [boolean]
|
|
71
|
+
|
|
72
|
+
Indicates if the subscription is UCM or not.
|
|
73
|
+
|
|
74
|
+
--max-wait-seconds [integer]
|
|
75
|
+
|
|
76
|
+
The maximum time to wait for the work request to reach the state
|
|
77
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
78
|
+
|
|
79
|
+
--subscription-id [text]
|
|
80
|
+
|
|
81
|
+
The OCID of the subscription with which resource needs to be
|
|
82
|
+
associated with.
|
|
83
|
+
|
|
84
|
+
--wait-for-state [text]
|
|
85
|
+
|
|
86
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
87
|
+
and uses a work request to track the progress of the operation.
|
|
88
|
+
Specify this option to perform the action and then wait until the work
|
|
89
|
+
request reaches a certain state. Multiple states can be specified,
|
|
90
|
+
returning on the first state. For example, "--wait-for-state"
|
|
91
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
92
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
93
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
94
|
+
|
|
95
|
+
Accepted values are:
|
|
96
|
+
|
|
97
|
+
ACCEPTED, FAILED, IN_PROGRESS, SUCCEEDED
|
|
98
|
+
|
|
99
|
+
--wait-interval-seconds [integer]
|
|
100
|
+
|
|
101
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
102
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
103
|
+
seconds.
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
Global Parameters
|
|
107
|
+
=================
|
|
108
|
+
|
|
109
|
+
Use "oci --help" for help on global parameters.
|
|
110
|
+
|
|
111
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
112
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
113
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
114
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
115
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
116
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
117
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
118
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
Example using required parameter
|
|
122
|
+
================================
|
|
123
|
+
|
|
124
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
125
|
+
command by typing “bash example.sh” and replacing the example
|
|
126
|
+
parameters with your own.
|
|
127
|
+
|
|
128
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
129
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
130
|
+
security policies before trying the examples.
|
|
131
|
+
|
|
132
|
+
export db_system_id=<substitute-value-of-db_system_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/system/change-cloud-db-system-subscription.html#cmdoption-db-system-id
|
|
133
|
+
|
|
134
|
+
oci db system change-cloud-db-system-subscription --db-system-id $db_system_id
|
|
@@ -159,6 +159,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
159
159
|
cluster name can be no longer than 11 characters and is not case
|
|
160
160
|
sensitive.
|
|
161
161
|
|
|
162
|
+
--cluster-placement-group-id [text]
|
|
163
|
+
|
|
164
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
165
|
+
or Db System.
|
|
166
|
+
|
|
162
167
|
--compute-count [integer]
|
|
163
168
|
|
|
164
169
|
The number of compute servers for the DB system.
|
|
@@ -413,6 +418,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
413
418
|
example in a file, modifying it as needed and then passing it back in
|
|
414
419
|
via the file:// syntax.
|
|
415
420
|
|
|
421
|
+
--opc-dry-run [boolean]
|
|
422
|
+
|
|
423
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
424
|
+
request does not actually creating or updating a resource and is used
|
|
425
|
+
only to perform validation on the submitted data.
|
|
426
|
+
|
|
416
427
|
--private-ip [text]
|
|
417
428
|
|
|
418
429
|
A private IP address of your choice. Must be an available IP address
|
|
@@ -464,6 +475,11 @@ Accepted values are:
|
|
|
464
475
|
|
|
465
476
|
BALANCED, HIGH_PERFORMANCE
|
|
466
477
|
|
|
478
|
+
--subscription-id [text]
|
|
479
|
+
|
|
480
|
+
The OCID of the subscription with which resource needs to be
|
|
481
|
+
associated with.
|
|
482
|
+
|
|
467
483
|
--time-zone [text]
|
|
468
484
|
|
|
469
485
|
The time zone to use for the DB system. For details, see DB System
|
|
@@ -163,6 +163,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
163
163
|
cluster name can be no longer than 11 characters and is not case
|
|
164
164
|
sensitive.
|
|
165
165
|
|
|
166
|
+
--cluster-placement-group-id [text]
|
|
167
|
+
|
|
168
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
169
|
+
or Db System.
|
|
170
|
+
|
|
166
171
|
--compute-count [integer]
|
|
167
172
|
|
|
168
173
|
The number of compute servers for the DB system.
|
|
@@ -401,6 +406,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
401
406
|
example in a file, modifying it as needed and then passing it back in
|
|
402
407
|
via the file:// syntax.
|
|
403
408
|
|
|
409
|
+
--opc-dry-run [boolean]
|
|
410
|
+
|
|
411
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
412
|
+
request does not actually creating or updating a resource and is used
|
|
413
|
+
only to perform validation on the submitted data.
|
|
414
|
+
|
|
404
415
|
--private-ip [text]
|
|
405
416
|
|
|
406
417
|
A private IP address of your choice. Must be an available IP address
|
|
@@ -443,6 +454,11 @@ Accepted values are:
|
|
|
443
454
|
|
|
444
455
|
BALANCED, HIGH_PERFORMANCE
|
|
445
456
|
|
|
457
|
+
--subscription-id [text]
|
|
458
|
+
|
|
459
|
+
The OCID of the subscription with which resource needs to be
|
|
460
|
+
associated with.
|
|
461
|
+
|
|
446
462
|
--time-zone [text]
|
|
447
463
|
|
|
448
464
|
The time zone to use for the DB system. For details, see DB System
|
|
@@ -157,6 +157,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
157
157
|
cluster name can be no longer than 11 characters and is not case
|
|
158
158
|
sensitive.
|
|
159
159
|
|
|
160
|
+
--cluster-placement-group-id [text]
|
|
161
|
+
|
|
162
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
163
|
+
or Db System.
|
|
164
|
+
|
|
160
165
|
--compute-count [integer]
|
|
161
166
|
|
|
162
167
|
The number of compute servers for the DB system.
|
|
@@ -385,6 +390,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
385
390
|
example in a file, modifying it as needed and then passing it back in
|
|
386
391
|
via the file:// syntax.
|
|
387
392
|
|
|
393
|
+
--opc-dry-run [boolean]
|
|
394
|
+
|
|
395
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
396
|
+
request does not actually creating or updating a resource and is used
|
|
397
|
+
only to perform validation on the submitted data.
|
|
398
|
+
|
|
388
399
|
--private-ip [text]
|
|
389
400
|
|
|
390
401
|
A private IP address of your choice. Must be an available IP address
|
|
@@ -427,6 +438,11 @@ Accepted values are:
|
|
|
427
438
|
|
|
428
439
|
BALANCED, HIGH_PERFORMANCE
|
|
429
440
|
|
|
441
|
+
--subscription-id [text]
|
|
442
|
+
|
|
443
|
+
The OCID of the subscription with which resource needs to be
|
|
444
|
+
associated with.
|
|
445
|
+
|
|
430
446
|
--time-zone [text]
|
|
431
447
|
|
|
432
448
|
The time zone to use for the DB system. For details, see DB System
|
|
@@ -207,6 +207,11 @@ may contain hyphens (-). Underscores (_) are not permitted. The
|
|
|
207
207
|
cluster name can be no longer than 11 characters and is not case
|
|
208
208
|
sensitive.
|
|
209
209
|
|
|
210
|
+
--cluster-placement-group-id [text]
|
|
211
|
+
|
|
212
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
213
|
+
or Db System.
|
|
214
|
+
|
|
210
215
|
--compute-count [integer]
|
|
211
216
|
|
|
212
217
|
The number of compute servers for the DB system.
|
|
@@ -475,6 +480,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
475
480
|
example in a file, modifying it as needed and then passing it back in
|
|
476
481
|
via the file:// syntax.
|
|
477
482
|
|
|
483
|
+
--opc-dry-run [boolean]
|
|
484
|
+
|
|
485
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
486
|
+
request does not actually creating or updating a resource and is used
|
|
487
|
+
only to perform validation on the submitted data.
|
|
488
|
+
|
|
478
489
|
--pdb-name [text]
|
|
479
490
|
|
|
480
491
|
Pluggable database name. It must begin with an alphabetic character
|
|
@@ -543,6 +554,11 @@ Accepted values are:
|
|
|
543
554
|
|
|
544
555
|
BALANCED, HIGH_PERFORMANCE
|
|
545
556
|
|
|
557
|
+
--subscription-id [text]
|
|
558
|
+
|
|
559
|
+
The OCID of the subscription with which resource needs to be
|
|
560
|
+
associated with.
|
|
561
|
+
|
|
546
562
|
--tde-wallet-password [text]
|
|
547
563
|
|
|
548
564
|
The optional password to open the TDE wallet. The password must be at
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-storage-performances.txt
CHANGED
|
@@ -57,12 +57,12 @@ The compartment OCID.
|
|
|
57
57
|
--database-edition [text]
|
|
58
58
|
|
|
59
59
|
The database edition of quota (STANDARD_EDITION/ENTERPRISE_EDITION/EN
|
|
60
|
-
TERPRISE_EDITION_HIGH_PERFORMANCE/
|
|
61
|
-
|
|
60
|
+
TERPRISE_EDITION_HIGH_PERFORMANCE/ENTERPRISE_EDITION_EXTREME_PERFORMA
|
|
61
|
+
NCE/ENTERPRISE_EDITION_DEVELOPER)
|
|
62
62
|
|
|
63
63
|
Accepted values are:
|
|
64
64
|
|
|
65
|
-
ENTERPRISE_EDITION, ENTERPRISE_EDITION_DEVELOPER,
|
|
65
|
+
ENTERPRISE_EDITION, ENTERPRISE_EDITION_DEVELOPER, ENTERPRISE_EDITION_EXTREME_PERFORMANCE, ENTERPRISE_EDITION_HIGH_PERFORMANCE, STANDARD_EDITION
|
|
66
66
|
|
|
67
67
|
--from-json [text]
|
|
68
68
|
|
|
@@ -210,6 +210,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
210
210
|
example in a file, modifying it as needed and then passing it back in
|
|
211
211
|
via the file:// syntax.
|
|
212
212
|
|
|
213
|
+
--opc-dry-run [boolean]
|
|
214
|
+
|
|
215
|
+
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
216
|
+
request does not actually creating or updating a resource and is used
|
|
217
|
+
only to perform validation on the submitted data.
|
|
218
|
+
|
|
213
219
|
--patch-action [text]
|
|
214
220
|
|
|
215
221
|
The action to perform on the patch.
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
"add"
|
|
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
|
+
Adds a lock to a resource.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci email domain add [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--email-domain-id [text]
|
|
33
|
+
|
|
34
|
+
The OCID of this email domain.
|
|
35
|
+
|
|
36
|
+
--type [text]
|
|
37
|
+
|
|
38
|
+
Lock type.
|
|
39
|
+
|
|
40
|
+
Accepted values are:
|
|
41
|
+
|
|
42
|
+
DELETE, FULL
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
Optional Parameters
|
|
46
|
+
===================
|
|
47
|
+
|
|
48
|
+
--compartment-id, -c [text]
|
|
49
|
+
|
|
50
|
+
The lock compartment ID.
|
|
51
|
+
|
|
52
|
+
--from-json [text]
|
|
53
|
+
|
|
54
|
+
Provide input to this command as a JSON document from a file using the
|
|
55
|
+
file://path-to/file syntax.
|
|
56
|
+
|
|
57
|
+
The "--generate-full-command-json-input" option can be used to
|
|
58
|
+
generate a sample json file to be used with this command option. The
|
|
59
|
+
key names are pre-populated and match the command option names
|
|
60
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
61
|
+
while the values of the keys need to be populated by the user before
|
|
62
|
+
using the sample file as an input to this command. For any command
|
|
63
|
+
option that accepts multiple values, the value of the key can be a
|
|
64
|
+
JSON array.
|
|
65
|
+
|
|
66
|
+
Options can still be provided on the command line. If an option exists
|
|
67
|
+
in both the JSON document and the command line then the command line
|
|
68
|
+
specified value will be used.
|
|
69
|
+
|
|
70
|
+
For examples on usage of this option, please see our “using CLI with
|
|
71
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
72
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
73
|
+
|
|
74
|
+
--if-match [text]
|
|
75
|
+
|
|
76
|
+
Used for optimistic concurrency control. In the update or delete call
|
|
77
|
+
for a resource, set the *if-match* parameter to the value of the etag
|
|
78
|
+
from a previous get, create, or update response for that resource.
|
|
79
|
+
The resource will be updated or deleted only if the etag you provide
|
|
80
|
+
matches the resource’s current etag value.
|
|
81
|
+
|
|
82
|
+
--max-wait-seconds [integer]
|
|
83
|
+
|
|
84
|
+
The maximum time to wait for the resource to reach the lifecycle state
|
|
85
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
86
|
+
|
|
87
|
+
--message [text]
|
|
88
|
+
|
|
89
|
+
A message added by the lock creator. The message typically gives an
|
|
90
|
+
indication of why the resource is locked.
|
|
91
|
+
|
|
92
|
+
--related-resource-id [text]
|
|
93
|
+
|
|
94
|
+
The resource ID that is locking this resource. Indicates that deleting
|
|
95
|
+
this resource removes the lock.
|
|
96
|
+
|
|
97
|
+
--wait-for-state [text]
|
|
98
|
+
|
|
99
|
+
This operation creates, modifies or deletes a resource that has a
|
|
100
|
+
defined lifecycle state. Specify this option to perform the action and
|
|
101
|
+
then wait until the resource reaches a given lifecycle state. Multiple
|
|
102
|
+
states can be specified, returning on the first state. For example, "
|
|
103
|
+
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
104
|
+
whichever lifecycle state is reached first. If timeout is reached, a
|
|
105
|
+
return code of 2 is returned. For any other error, a return code of 1
|
|
106
|
+
is returned.
|
|
107
|
+
|
|
108
|
+
Accepted values are:
|
|
109
|
+
|
|
110
|
+
ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
|
|
111
|
+
|
|
112
|
+
--wait-interval-seconds [integer]
|
|
113
|
+
|
|
114
|
+
Check every "--wait-interval-seconds" to see whether the resource has
|
|
115
|
+
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
116
|
+
30 seconds.
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
Global Parameters
|
|
120
|
+
=================
|
|
121
|
+
|
|
122
|
+
Use "oci --help" for help on global parameters.
|
|
123
|
+
|
|
124
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
125
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
126
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
127
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
128
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
129
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
130
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
131
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
Example using required parameter
|
|
135
|
+
================================
|
|
136
|
+
|
|
137
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
138
|
+
command by typing “bash example.sh” and replacing the example
|
|
139
|
+
parameters with your own.
|
|
140
|
+
|
|
141
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
142
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
143
|
+
security policies before trying the examples.
|
|
144
|
+
|
|
145
|
+
export email_domain_id=<substitute-value-of-email_domain_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/email/domain/add.html#cmdoption-email-domain-id
|
|
146
|
+
export type=<substitute-value-of-type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/email/domain/add.html#cmdoption-type
|
|
147
|
+
|
|
148
|
+
oci email domain add --email-domain-id $email_domain_id --type $type
|
|
@@ -77,6 +77,10 @@ from a previous get, create, or update response for that resource.
|
|
|
77
77
|
The resource will be updated or deleted only if the etag you provide
|
|
78
78
|
matches the resource’s current etag value.
|
|
79
79
|
|
|
80
|
+
--is-lock-override [boolean]
|
|
81
|
+
|
|
82
|
+
Whether to override locks (if any exist).
|
|
83
|
+
|
|
80
84
|
--max-wait-seconds [integer]
|
|
81
85
|
|
|
82
86
|
The maximum time to wait for the work request to reach the state
|
|
@@ -71,6 +71,10 @@ from a previous get, create, or update response for that resource.
|
|
|
71
71
|
The resource will be updated or deleted only if the etag you provide
|
|
72
72
|
matches the resource’s current etag value.
|
|
73
73
|
|
|
74
|
+
--is-lock-override [boolean]
|
|
75
|
+
|
|
76
|
+
Whether to override locks (if any exist).
|
|
77
|
+
|
|
74
78
|
--max-wait-seconds [integer]
|
|
75
79
|
|
|
76
80
|
The maximum time to wait for the work request to reach the state
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
"remove"
|
|
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
|
+
Remove a lock to a resource.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci email domain remove [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--email-domain-id [text]
|
|
33
|
+
|
|
34
|
+
The OCID of this email domain.
|
|
35
|
+
|
|
36
|
+
--type [text]
|
|
37
|
+
|
|
38
|
+
Lock type.
|
|
39
|
+
|
|
40
|
+
Accepted values are:
|
|
41
|
+
|
|
42
|
+
DELETE, FULL
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
Optional Parameters
|
|
46
|
+
===================
|
|
47
|
+
|
|
48
|
+
--compartment-id, -c [text]
|
|
49
|
+
|
|
50
|
+
The lock compartment ID.
|
|
51
|
+
|
|
52
|
+
--from-json [text]
|
|
53
|
+
|
|
54
|
+
Provide input to this command as a JSON document from a file using the
|
|
55
|
+
file://path-to/file syntax.
|
|
56
|
+
|
|
57
|
+
The "--generate-full-command-json-input" option can be used to
|
|
58
|
+
generate a sample json file to be used with this command option. The
|
|
59
|
+
key names are pre-populated and match the command option names
|
|
60
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
61
|
+
while the values of the keys need to be populated by the user before
|
|
62
|
+
using the sample file as an input to this command. For any command
|
|
63
|
+
option that accepts multiple values, the value of the key can be a
|
|
64
|
+
JSON array.
|
|
65
|
+
|
|
66
|
+
Options can still be provided on the command line. If an option exists
|
|
67
|
+
in both the JSON document and the command line then the command line
|
|
68
|
+
specified value will be used.
|
|
69
|
+
|
|
70
|
+
For examples on usage of this option, please see our “using CLI with
|
|
71
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
72
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
73
|
+
|
|
74
|
+
--if-match [text]
|
|
75
|
+
|
|
76
|
+
Used for optimistic concurrency control. In the update or delete call
|
|
77
|
+
for a resource, set the *if-match* parameter to the value of the etag
|
|
78
|
+
from a previous get, create, or update response for that resource.
|
|
79
|
+
The resource will be updated or deleted only if the etag you provide
|
|
80
|
+
matches the resource’s current etag value.
|
|
81
|
+
|
|
82
|
+
--max-wait-seconds [integer]
|
|
83
|
+
|
|
84
|
+
The maximum time to wait for the resource to reach the lifecycle state
|
|
85
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
86
|
+
|
|
87
|
+
--wait-for-state [text]
|
|
88
|
+
|
|
89
|
+
This operation creates, modifies or deletes a resource that has a
|
|
90
|
+
defined lifecycle state. Specify this option to perform the action and
|
|
91
|
+
then wait until the resource reaches a given lifecycle state. Multiple
|
|
92
|
+
states can be specified, returning on the first state. For example, "
|
|
93
|
+
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
94
|
+
whichever lifecycle state is reached first. If timeout is reached, a
|
|
95
|
+
return code of 2 is returned. For any other error, a return code of 1
|
|
96
|
+
is returned.
|
|
97
|
+
|
|
98
|
+
Accepted values are:
|
|
99
|
+
|
|
100
|
+
ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
|
|
101
|
+
|
|
102
|
+
--wait-interval-seconds [integer]
|
|
103
|
+
|
|
104
|
+
Check every "--wait-interval-seconds" to see whether the resource has
|
|
105
|
+
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
106
|
+
30 seconds.
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
Global Parameters
|
|
110
|
+
=================
|
|
111
|
+
|
|
112
|
+
Use "oci --help" for help on global parameters.
|
|
113
|
+
|
|
114
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
115
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
116
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
117
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
118
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
119
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
120
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
121
|
+
info", "--request-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 email_domain_id=<substitute-value-of-email_domain_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/email/domain/remove.html#cmdoption-email-domain-id
|
|
136
|
+
export type=<substitute-value-of-type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/email/domain/remove.html#cmdoption-type
|
|
137
|
+
|
|
138
|
+
oci email domain remove --email-domain-id $email_domain_id --type $type
|
|
@@ -119,6 +119,10 @@ from a previous get, create, or update response for that resource.
|
|
|
119
119
|
The resource will be updated or deleted only if the etag you provide
|
|
120
120
|
matches the resource’s current etag value.
|
|
121
121
|
|
|
122
|
+
--is-lock-override [boolean]
|
|
123
|
+
|
|
124
|
+
Whether to override locks (if any exist).
|
|
125
|
+
|
|
122
126
|
--max-wait-seconds [integer]
|
|
123
127
|
|
|
124
128
|
The maximum time to wait for the work request to reach the state
|