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
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Optional Parameters
|
|
9
|
+
|
|
10
|
+
* Global Parameters
|
|
11
|
+
|
|
12
|
+
* Example using required parameter
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Description
|
|
16
|
+
===========
|
|
17
|
+
|
|
18
|
+
Lists the work requests in a compartment.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
Usage
|
|
22
|
+
=====
|
|
23
|
+
|
|
24
|
+
oci ai-data-platform work-request list [OPTIONS]
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
Optional Parameters
|
|
28
|
+
===================
|
|
29
|
+
|
|
30
|
+
--all
|
|
31
|
+
|
|
32
|
+
Fetches all pages of results. If you provide this option, then you
|
|
33
|
+
cannot provide the "--limit" option.
|
|
34
|
+
|
|
35
|
+
--compartment-id, -c [text]
|
|
36
|
+
|
|
37
|
+
The OCID of the compartment in which to list resources.
|
|
38
|
+
|
|
39
|
+
--from-json [text]
|
|
40
|
+
|
|
41
|
+
Provide input to this command as a JSON document from a file using the
|
|
42
|
+
file://path-to/file syntax.
|
|
43
|
+
|
|
44
|
+
The "--generate-full-command-json-input" option can be used to
|
|
45
|
+
generate a sample json file to be used with this command option. The
|
|
46
|
+
key names are pre-populated and match the command option names
|
|
47
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
48
|
+
while the values of the keys need to be populated by the user before
|
|
49
|
+
using the sample file as an input to this command. For any command
|
|
50
|
+
option that accepts multiple values, the value of the key can be a
|
|
51
|
+
JSON array.
|
|
52
|
+
|
|
53
|
+
Options can still be provided on the command line. If an option exists
|
|
54
|
+
in both the JSON document and the command line then the command line
|
|
55
|
+
specified value will be used.
|
|
56
|
+
|
|
57
|
+
For examples on usage of this option, please see our “using CLI with
|
|
58
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
59
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
60
|
+
|
|
61
|
+
--limit [integer]
|
|
62
|
+
|
|
63
|
+
For list pagination. The maximum number of results per page, or items
|
|
64
|
+
to return in a paginated “List” call. For important details about how
|
|
65
|
+
pagination works, see List Pagination.
|
|
66
|
+
|
|
67
|
+
--page [text]
|
|
68
|
+
|
|
69
|
+
For list pagination. The value of the opc-next-page response header
|
|
70
|
+
from the previous “List” call. For important details about how
|
|
71
|
+
pagination works, see List Pagination.
|
|
72
|
+
|
|
73
|
+
--page-size [integer]
|
|
74
|
+
|
|
75
|
+
When fetching results, the number of results to fetch per call. Only
|
|
76
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
77
|
+
|
|
78
|
+
--resource-id [text]
|
|
79
|
+
|
|
80
|
+
The OCID of the resource affected by the work request.
|
|
81
|
+
|
|
82
|
+
--sort-by [text]
|
|
83
|
+
|
|
84
|
+
The field to sort by. Only one sort order may be provided. Default
|
|
85
|
+
order for *timeAccepted* is descending.
|
|
86
|
+
|
|
87
|
+
Accepted values are:
|
|
88
|
+
|
|
89
|
+
timeAccepted
|
|
90
|
+
|
|
91
|
+
--sort-order [text]
|
|
92
|
+
|
|
93
|
+
The sort order to use, either ascending (*ASC*) or descending
|
|
94
|
+
(*DESC*).
|
|
95
|
+
|
|
96
|
+
Accepted values are:
|
|
97
|
+
|
|
98
|
+
ASC, DESC
|
|
99
|
+
|
|
100
|
+
--status [text]
|
|
101
|
+
|
|
102
|
+
A filter to return only the resources that match the given lifecycle
|
|
103
|
+
state.
|
|
104
|
+
|
|
105
|
+
Accepted values are:
|
|
106
|
+
|
|
107
|
+
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, NEEDS_ATTENTION, SUCCEEDED, WAITING
|
|
108
|
+
|
|
109
|
+
--work-request-id [text]
|
|
110
|
+
|
|
111
|
+
The OCID of the asynchronous work request.
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
Global Parameters
|
|
115
|
+
=================
|
|
116
|
+
|
|
117
|
+
Use "oci --help" for help on global parameters.
|
|
118
|
+
|
|
119
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
120
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
121
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
122
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
123
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
124
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
125
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
126
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
Example using required parameter
|
|
130
|
+
================================
|
|
131
|
+
|
|
132
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
133
|
+
command by typing “bash example.sh” and replacing the example
|
|
134
|
+
parameters with your own.
|
|
135
|
+
|
|
136
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
137
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
138
|
+
security policies before trying the examples.
|
|
139
|
+
|
|
140
|
+
oci ai-data-platform work-request list
|
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error/list.txt
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Lists the errors for a work request.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci ai-data-platform work-request-error list [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 *timestamp* is descending.
|
|
88
|
+
|
|
89
|
+
Accepted values are:
|
|
90
|
+
|
|
91
|
+
timestamp
|
|
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", "--endpoint", "--generate-full-command-json-input", "
|
|
111
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
112
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
113
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
114
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
115
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
Example using required parameter
|
|
119
|
+
================================
|
|
120
|
+
|
|
121
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
122
|
+
command by typing “bash example.sh” and replacing the example
|
|
123
|
+
parameters with your own.
|
|
124
|
+
|
|
125
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
126
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
127
|
+
security policies before trying the examples.
|
|
128
|
+
|
|
129
|
+
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/ai-data-platform/work-request-error/list.html#cmdoption-work-request-id
|
|
130
|
+
|
|
131
|
+
oci ai-data-platform work-request-error list --work-request-id $work_request_id
|
|
@@ -0,0 +1,131 @@
|
|
|
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 ai-data-platform 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 *timestamp* is descending.
|
|
88
|
+
|
|
89
|
+
Accepted values are:
|
|
90
|
+
|
|
91
|
+
timestamp
|
|
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", "--endpoint", "--generate-full-command-json-input", "
|
|
111
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
112
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
113
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
114
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
115
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
Example using required parameter
|
|
119
|
+
================================
|
|
120
|
+
|
|
121
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
122
|
+
command by typing “bash example.sh” and replacing the example
|
|
123
|
+
parameters with your own.
|
|
124
|
+
|
|
125
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
126
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
127
|
+
security policies before trying the examples.
|
|
128
|
+
|
|
129
|
+
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/ai-data-platform/work-request-log-entry/list-work-request-logs.html#cmdoption-work-request-id
|
|
130
|
+
|
|
131
|
+
oci ai-data-platform work-request-log-entry list-work-request-logs --work-request-id $work_request_id
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* cancel
|
|
20
|
+
|
|
21
|
+
* get
|
|
22
|
+
|
|
23
|
+
* list
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
ai-data-platform
|
|
2
|
+
****************
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Description
|
|
6
|
+
===========
|
|
7
|
+
|
|
8
|
+
Use the AiDataPlatform Control Plane CLI to manage Data Lakes.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Available Commands
|
|
12
|
+
==================
|
|
13
|
+
|
|
14
|
+
* ai-data-platform
|
|
15
|
+
|
|
16
|
+
* change-compartment
|
|
17
|
+
|
|
18
|
+
* create
|
|
19
|
+
|
|
20
|
+
* delete
|
|
21
|
+
|
|
22
|
+
* get
|
|
23
|
+
|
|
24
|
+
* update
|
|
25
|
+
|
|
26
|
+
* ai-data-platform-collection
|
|
27
|
+
|
|
28
|
+
* list-ai-data-platforms
|
|
29
|
+
|
|
30
|
+
* work-request
|
|
31
|
+
|
|
32
|
+
* cancel
|
|
33
|
+
|
|
34
|
+
* get
|
|
35
|
+
|
|
36
|
+
* list
|
|
37
|
+
|
|
38
|
+
* work-request-error
|
|
39
|
+
|
|
40
|
+
* list
|
|
41
|
+
|
|
42
|
+
* work-request-log-entry
|
|
43
|
+
|
|
44
|
+
* list-work-request-logs
|
|
@@ -133,6 +133,14 @@ WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5,
|
|
|
133
133
|
ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS,
|
|
134
134
|
ZHT32TRIS
|
|
135
135
|
|
|
136
|
+
--clone-type [text]
|
|
137
|
+
|
|
138
|
+
The Autonomous Database clone type.
|
|
139
|
+
|
|
140
|
+
Accepted values are:
|
|
141
|
+
|
|
142
|
+
FULL, METADATA, PARTIAL
|
|
143
|
+
|
|
136
144
|
--compute-count [float]
|
|
137
145
|
|
|
138
146
|
The compute amount (CPUs) available to the database. Minimum and
|
|
@@ -76,6 +76,11 @@ current etag value.
|
|
|
76
76
|
The maximum time to wait for the work request to reach the state
|
|
77
77
|
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
78
78
|
|
|
79
|
+
--must-delete-associated-long-term-backups [boolean]
|
|
80
|
+
|
|
81
|
+
If set to true, terminating the Autonomous Database also deletes its
|
|
82
|
+
associated long-term backups if the retention lock is not enabled.
|
|
83
|
+
|
|
79
84
|
--opc-dry-run [boolean]
|
|
80
85
|
|
|
81
86
|
Indicates that the request is a dry run, if set to “true”. A dry run
|
|
@@ -38,6 +38,11 @@ cannot provide the "--limit" option.
|
|
|
38
38
|
|
|
39
39
|
The database OCID.
|
|
40
40
|
|
|
41
|
+
--backup-destination-id [text]
|
|
42
|
+
|
|
43
|
+
A filter to return only resources that have the given backup
|
|
44
|
+
destination id.
|
|
45
|
+
|
|
41
46
|
--compartment-id, -c [text]
|
|
42
47
|
|
|
43
48
|
The compartment OCID.
|
|
@@ -69,6 +74,19 @@ For examples on usage of this option, please see our “using CLI with
|
|
|
69
74
|
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
70
75
|
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
71
76
|
|
|
77
|
+
--infrastructure-type [text]
|
|
78
|
+
|
|
79
|
+
A filter to return only resources that match the given Infrastructure
|
|
80
|
+
Type.
|
|
81
|
+
|
|
82
|
+
Accepted values are:
|
|
83
|
+
|
|
84
|
+
CLOUD, CLOUD_AT_CUSTOMER
|
|
85
|
+
|
|
86
|
+
--key-store-id [text]
|
|
87
|
+
|
|
88
|
+
A filter to return only resources that have the given key store id.
|
|
89
|
+
|
|
72
90
|
--lifecycle-state [text]
|
|
73
91
|
|
|
74
92
|
A filter to return only resources that match the given lifecycle state
|
|
@@ -55,7 +55,8 @@ Optional Parameters
|
|
|
55
55
|
|
|
56
56
|
--cluster-placement-group-id [text]
|
|
57
57
|
|
|
58
|
-
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
58
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
59
|
+
or Db System.
|
|
59
60
|
|
|
60
61
|
--compute-count [integer]
|
|
61
62
|
|
|
@@ -56,7 +56,8 @@ Database Storage Vault.
|
|
|
56
56
|
|
|
57
57
|
--cluster-placement-group-id [text]
|
|
58
58
|
|
|
59
|
-
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
59
|
+
The OCID of the cluster placement group of the Exadata Infrastructure
|
|
60
|
+
or Db System.
|
|
60
61
|
|
|
61
62
|
--defined-tags [complex type]
|
|
62
63
|
|