oci-cli 3.66.0__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.
Files changed (67) hide show
  1. oci_cli/cli_root.py +2 -2
  2. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/change-compartment.txt +133 -0
  3. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/create.txt +185 -0
  4. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/delete.txt +135 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/get.txt +93 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/update.txt +195 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection/list-ai-data-platforms.txt +155 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection.txt +15 -0
  9. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform.txt +28 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/cancel.txt +103 -0
  11. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/get.txt +91 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/list.txt +140 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error/list.txt +131 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error.txt +15 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry/list-work-request-logs.txt +131 -0
  16. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry.txt +15 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request.txt +23 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform.txt +44 -0
  19. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-refreshable-clone.txt +8 -0
  20. oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/create.txt +2 -1
  21. oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/create.txt +2 -1
  22. oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-cloud-db-system-subscription.txt +134 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-backup.txt +16 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database.txt +16 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt +16 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt +16 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/db/system/update.txt +6 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/db/system.txt +2 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/db.txt +2 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
  31. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  32. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log/list.txt → work-request-log-entry/list-work-request-logs.txt} +5 -5
  33. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log.txt → work-request-log-entry.txt} +3 -3
  34. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
  35. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
  36. oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +6 -12
  37. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
  38. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
  39. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/{list-logs.txt → list-work-request-logs.txt} +5 -5
  40. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt +1 -1
  41. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
  42. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
  43. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list-errors.txt → list.txt} +5 -5
  44. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
  45. oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
  46. oci_cli/help_text_producer/data_files/text/index.txt +2 -0
  47. oci_cli/help_text_producer/data_files/text/oci.txt +1 -1
  48. oci_cli/service_mapping.py +5 -0
  49. oci_cli/version.py +1 -1
  50. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/METADATA +2 -2
  51. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/RECORD +67 -41
  52. services/ai_data_platform/__init__.py +4 -0
  53. services/ai_data_platform/src/__init__.py +4 -0
  54. services/ai_data_platform/src/oci_cli_ai_data_platform/__init__.py +4 -0
  55. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/__init__.py +4 -0
  56. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/ai_data_platform_service_cli.py +14 -0
  57. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/aidataplatform_cli.py +676 -0
  58. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/client_mappings.py +14 -0
  59. services/ai_data_platform/tests/__init__.py +4 -0
  60. services/database/src/oci_cli_database/database_cli_extended.py +3 -1
  61. services/database/src/oci_cli_database/generated/database_cli.py +155 -10
  62. services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +1 -5
  63. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/LICENSE.txt +0 -0
  64. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  65. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/WHEEL +0 -0
  66. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/entry_points.txt +0 -0
  67. {oci_cli-3.66.0.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
@@ -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,15 @@
1
+ work-request-error
2
+ ******************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ An error encountered while performing an operation that is tracked by
9
+ a work request.
10
+
11
+
12
+ Available Commands
13
+ ==================
14
+
15
+ * list
@@ -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,15 @@
1
+ work-request-log-entry
2
+ **********************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ A log message from performing an operation that is tracked by a work
9
+ request.
10
+
11
+
12
+ Available Commands
13
+ ==================
14
+
15
+ * list-work-request-logs
@@ -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
@@ -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
 
@@ -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