oci-cli 3.71.3__py3-none-any.whl → 3.71.4__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/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/{organizations/work-request-log-entry.txt → governance-rules-control-plane/work-request/work-request-log.txt} +2 -2
- 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/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/{work-request-log-entry → work-request-log}/list.txt +19 -1
- oci_cli/help_text_producer/data_files/text/cmdref/{governance-rules-control-plane/work-request/work-request-log-entry.txt → organizations/work-request-log.txt} +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
- oci_cli/version.py +1 -1
- {oci_cli-3.71.3.dist-info → oci_cli-3.71.4.dist-info}/METADATA +2 -2
- {oci_cli-3.71.3.dist-info → oci_cli-3.71.4.dist-info}/RECORD +20 -20
- {oci_cli-3.71.3.dist-info → oci_cli-3.71.4.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.71.3.dist-info → oci_cli-3.71.4.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.71.3.dist-info → oci_cli-3.71.4.dist-info}/WHEEL +0 -0
- {oci_cli-3.71.3.dist-info → oci_cli-3.71.4.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.71.3.dist-info → oci_cli-3.71.4.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci governance-rules-control-plane work-request work-request-log
|
|
27
|
+
oci governance-rules-control-plane work-request work-request-log list [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -125,6 +125,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
125
125
|
like shell. You need to set up the OCI configuration and appropriate
|
|
126
126
|
security policies before trying the examples.
|
|
127
127
|
|
|
128
|
-
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/governance-rules-control-plane/work-request/work-request-log
|
|
128
|
+
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/governance-rules-control-plane/work-request/work-request-log/list.html#cmdoption-work-request-id
|
|
129
129
|
|
|
130
|
-
oci governance-rules-control-plane work-request work-request-log
|
|
130
|
+
oci governance-rules-control-plane work-request work-request-log list --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list"
|
|
2
|
-
|
|
1
|
+
"list-errors"
|
|
2
|
+
*************
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -23,7 +23,7 @@ Lists the errors for the specified work request.
|
|
|
23
23
|
Usage
|
|
24
24
|
=====
|
|
25
25
|
|
|
26
|
-
oci ocvs work-request-error list [OPTIONS]
|
|
26
|
+
oci ocvs work-request-error list-errors [OPTIONS]
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Required Parameters
|
|
@@ -109,6 +109,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
109
109
|
like shell. You need to set up the OCI configuration and appropriate
|
|
110
110
|
security policies before trying the examples.
|
|
111
111
|
|
|
112
|
-
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/ocvs/work-request-error/list.html#cmdoption-work-request-id
|
|
112
|
+
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/ocvs/work-request-error/list-errors.html#cmdoption-work-request-id
|
|
113
113
|
|
|
114
|
-
oci ocvs work-request-error list --work-request-id $work_request_id
|
|
114
|
+
oci ocvs work-request-error list-errors --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list"
|
|
2
|
-
|
|
1
|
+
"list-errors"
|
|
2
|
+
*************
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -23,7 +23,7 @@ Return a (paginated) list of errors for a given work request.
|
|
|
23
23
|
Usage
|
|
24
24
|
=====
|
|
25
25
|
|
|
26
|
-
oci organizations work-request-error list [OPTIONS]
|
|
26
|
+
oci organizations work-request-error list-errors [OPTIONS]
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Required Parameters
|
|
@@ -114,6 +114,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
114
114
|
like shell. You need to set up the OCI configuration and appropriate
|
|
115
115
|
security policies before trying the examples.
|
|
116
116
|
|
|
117
|
-
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/organizations/work-request-error/list.html#cmdoption-work-request-id
|
|
117
|
+
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/organizations/work-request-error/list-errors.html#cmdoption-work-request-id
|
|
118
118
|
|
|
119
|
-
oci organizations work-request-error list --work-request-id $work_request_id
|
|
119
|
+
oci organizations work-request-error list-errors --work-request-id $work_request_id
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
|
|
12
12
|
* Global Parameters
|
|
13
13
|
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
14
16
|
|
|
15
17
|
Description
|
|
16
18
|
===========
|
|
@@ -21,7 +23,7 @@ Return a (paginated) list of logs for a given work request.
|
|
|
21
23
|
Usage
|
|
22
24
|
=====
|
|
23
25
|
|
|
24
|
-
oci organizations work-request-log
|
|
26
|
+
oci organizations work-request-log list [OPTIONS]
|
|
25
27
|
|
|
26
28
|
|
|
27
29
|
Required Parameters
|
|
@@ -99,3 +101,19 @@ retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
|
99
101
|
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
100
102
|
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
101
103
|
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
Example using required parameter
|
|
107
|
+
================================
|
|
108
|
+
|
|
109
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
110
|
+
command by typing “bash example.sh” and replacing the example
|
|
111
|
+
parameters with your own.
|
|
112
|
+
|
|
113
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
114
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
115
|
+
security policies before trying the examples.
|
|
116
|
+
|
|
117
|
+
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/organizations/work-request-log/list.html#cmdoption-work-request-id
|
|
118
|
+
|
|
119
|
+
oci organizations work-request-log list --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
work-request-log
|
|
2
|
-
|
|
1
|
+
work-request-log
|
|
2
|
+
****************
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
Description
|
|
@@ -11,4 +11,4 @@ A log message from the execution of a work request.
|
|
|
11
11
|
Available Commands
|
|
12
12
|
==================
|
|
13
13
|
|
|
14
|
-
* list
|
|
14
|
+
* list
|
oci_cli/version.py
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
3
3
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
4
|
|
|
5
|
-
__version__ = '3.71.
|
|
5
|
+
__version__ = '3.71.4'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: oci-cli
|
|
3
|
-
Version: 3.71.
|
|
3
|
+
Version: 3.71.4
|
|
4
4
|
Summary: Oracle Cloud Infrastructure CLI
|
|
5
5
|
Home-page: https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm
|
|
6
6
|
Author: Oracle
|
|
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Requires-Python: >=3.6
|
|
26
|
-
Requires-Dist: oci (==2.164.
|
|
26
|
+
Requires-Dist: oci (==2.164.2)
|
|
27
27
|
Requires-Dist: arrow (>=1.0.0)
|
|
28
28
|
Requires-Dist: certifi (>=2025.1.31)
|
|
29
29
|
Requires-Dist: click (==8.0.4)
|
|
@@ -35,7 +35,7 @@ oci_cli/oci_template.py,sha256=oTri7oxH6efITNW5IvQTRMUKVhbdjPtDPS14W8sf8zA,1466
|
|
|
35
35
|
oci_cli/raw_request_cli.py,sha256=47wpowcWbUYbvV7qvULJn3dN5DPfuhAybXa_j7VURvw,5614
|
|
36
36
|
oci_cli/service_mapping.py,sha256=VGqqd8amwGKuZCr7u0YAaE4pEimwQwu95QU8b4pRT-8,18227
|
|
37
37
|
oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
|
|
38
|
-
oci_cli/version.py,sha256=
|
|
38
|
+
oci_cli/version.py,sha256=qHGbOf3wU82cVLxwi-zPapr8Cb4uk3Vfm8hm4_1RWzE,366
|
|
39
39
|
oci_cli/aliasing/__init__.py,sha256=uJwxV0GYycBZsWaI-c4Ont8howS5O-mqFKp41dWAhUg,440
|
|
40
40
|
oci_cli/aliasing/command_group_with_alias.py,sha256=7CEDGeegZCby30KMxmempqhvgg3IWsGLZFVmjoWLGWY,3354
|
|
41
41
|
oci_cli/aliasing/parameter_alias.py,sha256=HAKD9P9dr8fQCJtto_7RuzIMwraP0xi349GTRIdVgH8,2420
|
|
@@ -242,7 +242,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256
|
|
|
242
242
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=fIv97C_nKwevrNn8O9boR-mQbxzxe5cRmcGdXPpH8f4,1689
|
|
243
243
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=-hnTzd2WYoUh6XQqxL3CxUVbl2RVH4Lwe5C3xcFqeuE,1846
|
|
244
244
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=CGx5uZVD-zW5d7Ni4pedSoJBi_0NKPgPHCiG3ocEWEU,4261
|
|
245
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=
|
|
245
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=Hri8tZdNGxYxTF7WiE-xLVpvxerm8YZG4w4_5YVIzAI,989
|
|
246
246
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
|
|
247
247
|
oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
|
|
248
248
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=oDFTKAjE5Lfq1ELVmvDt_eLrO8iahXOycxUk4YMkSJQ,6586
|
|
@@ -279,7 +279,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/nlb.txt,sha256=6Xxftcr815CSKp9
|
|
|
279
279
|
oci_cli/help_text_producer/data_files/text/cmdref/nosql.txt,sha256=3xc3L6zGK7xyNWYlw7uAtaEVUou1KaIGj2N6-RXhClM,771
|
|
280
280
|
oci_cli/help_text_producer/data_files/text/cmdref/occ.txt,sha256=vo_hGQnp3HyLcDtWYOa36Dbe3DYkHJu-8Lc1KMjte8Q,488
|
|
281
281
|
oci_cli/help_text_producer/data_files/text/cmdref/oce.txt,sha256=1Ik9gLpk6PS5-sT4MBTjujCIayo8jYRGrkIgtS6hN2I,405
|
|
282
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=
|
|
282
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=3XGsSOkgGBlO9NoE9myimvX8OZsl9wlTj1Gtw9QSDgA,1145
|
|
283
283
|
oci_cli/help_text_producer/data_files/text/cmdref/oda.txt,sha256=UsrajcmOwMFWhiIJgfowZGcyOLlgMMkwK6RoR3VP9Pw,3713
|
|
284
284
|
oci_cli/help_text_producer/data_files/text/cmdref/oma.txt,sha256=66xhqSlxkYwJ8VniVXKMjwuxnTyJFwZR0zis3ceQzd0,853
|
|
285
285
|
oci_cli/help_text_producer/data_files/text/cmdref/onesubscription.txt,sha256=kKBkOlZUGwQBnT50EmsPb_Irkx9qmAs4ym7epwcA9tA,705
|
|
@@ -289,7 +289,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opctl.txt,sha256=QQnMX7w2Fd6oC
|
|
|
289
289
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch.txt,sha256=RSGoRSnfkTKnXncj26oA70EtsUOx3LK8-jQMaiTh2gQ,635
|
|
290
290
|
oci_cli/help_text_producer/data_files/text/cmdref/opsi.txt,sha256=M1U7rderbrIosglDYEn00wr24MOEUsu2qC9Qa5XOQ4Y,7996
|
|
291
291
|
oci_cli/help_text_producer/data_files/text/cmdref/optimizer.txt,sha256=7ZqsrntO0cGbaXqZaRa23ajjuGa0WY7kfJZJ0IgdcvY,1070
|
|
292
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=
|
|
292
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=ia8dZawSO10_y1cSR3ybyiGUp5NaWJcEeVZtxximQEo,1278
|
|
293
293
|
oci_cli/help_text_producer/data_files/text/cmdref/os-management-hub.txt,sha256=Cpfr2MGdJq5kkjZWhXCLqsYB32bIFPFY85WlOakcK2s,4103
|
|
294
294
|
oci_cli/help_text_producer/data_files/text/cmdref/os.txt,sha256=-uPqa3rJdkdcB2TTzxSFTXEQuyvmvOQca9yViOd4waw,1146
|
|
295
295
|
oci_cli/help_text_producer/data_files/text/cmdref/osp-gateway.txt,sha256=sVmmKCSi43wxQNNn0HMZqthA7tgtg1mBGQZaHINDWxc,508
|
|
@@ -6104,7 +6104,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
|
|
|
6104
6104
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=mM7933GbwKuX0WkzM9ICcIlofLzF0dtEm1JEggY5S8w,3254
|
|
6105
6105
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=xjSUcQP-n638zxuoqC-Knb6LUZljV-Ei_Pkses53IxI,3264
|
|
6106
6106
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
|
|
6107
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=
|
|
6107
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=T9mb98Efr1yf1139kwH80nlRvEjKOKTgm_WcIanUJ3o,255
|
|
6108
6108
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
|
|
6109
6109
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
|
|
6110
6110
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
|
|
@@ -6132,13 +6132,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
|
|
|
6132
6132
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=F3anQhXRAyXnnBE88LCeU_lJe3SSc5ZvHc6onlWtvD0,3984
|
|
6133
6133
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=qa6p72Z1SkQKtz8UXQcxrQtd8aWPrarBgwKJnVUh0_A,4369
|
|
6134
6134
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
|
|
6135
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log
|
|
6135
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
6136
6136
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
|
|
6137
6137
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=2zgmz-dj-DtqA8oB4SldkITajH6RTedoLVHcY--4Cv4,3271
|
|
6138
6138
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=g2fubrQuDdXAR4-KFaWxwdwnVgeP5Z0QF26mzLGMivw,2879
|
|
6139
6139
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=joyihZemELpaWSYss6_8BYj8QPq2HP2vYa4pDUoIYtg,3669
|
|
6140
6140
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list.txt,sha256=YNfANKQer4QgsN500wXNOk3Sju9H__dpvUcmj4-i_eo,3698
|
|
6141
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log
|
|
6141
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log/list.txt,sha256=O5-fBGIDs1HjLYE9Z3-hCz_Dssg8518az1t0MBu5UBw,3690
|
|
6142
6142
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
|
|
6143
6143
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
|
|
6144
6144
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
|
|
@@ -8661,7 +8661,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/datastore-cluster.txt,sha
|
|
|
8661
8661
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/datastore.txt,sha256=vtqr5FJBwNni9kY0N3YIWZtTmcIpq7Y_rEbwsEmLujc,314
|
|
8662
8662
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host.txt,sha256=3XlzzgEm2_30zY7U1GLsczXjydpyaQPbhfQe0QZOyNk,595
|
|
8663
8663
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc.txt,sha256=CQIa9hSYJnwoobEX5L5exWya62jdTqef1MeFHPTHJfA,869
|
|
8664
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=
|
|
8664
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=ZxoepGdGREXWenGVP3Qyls1wdmx62TKkJKmerSEzXtk,205
|
|
8665
8665
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log.txt,sha256=fs9KJ3jJXaOETQPekNTmRBNWcIKD2RR73TqDpDwqg0w,186
|
|
8666
8666
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request.txt,sha256=JsRn0O40f8wgM-fzmtn9GwtokAjlBR-JxCZhkR4Gs7Q,138
|
|
8667
8667
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster/cluster-summary.txt,sha256=pLPiks81e3MqChnbwdgxDE7clmIpPTpXEFgIW6Ltmu0,142
|
|
@@ -8712,7 +8712,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/upgrade-hcx.txt,sha2
|
|
|
8712
8712
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/vmware-versions.txt,sha256=m4clNikhQUUKWlx82slj-0wdjduin6FUzPTa88PYGe8,3856
|
|
8713
8713
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/get.txt,sha256=z4e7OTgvFK4t5mQpO_pNfq4huGQkk7G-cbCxMpF_sJU,2753
|
|
8714
8714
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/list.txt,sha256=J1VajzU0sQ6K-JJhtrF9SA8jf7sgzYyK2Y9AiBp9MWI,3475
|
|
8715
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list.txt,sha256=
|
|
8715
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list-errors.txt,sha256=AKEsvDP_BPpwIpE7Uj4h05E0cHOIYw9_Tzc5B2YDX54,3477
|
|
8716
8716
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log/list.txt,sha256=CIPoPqMHZgo_nuB86av18RWXnjRPT7KrMirxGD9zS4I,3434
|
|
8717
8717
|
oci_cli/help_text_producer/data_files/text/cmdref/oda/instance.txt,sha256=_b_Ex624M19PWRxvuNsTxRZ0zFDgRrg5OTPEEZwfGQs,213
|
|
8718
8718
|
oci_cli/help_text_producer/data_files/text/cmdref/oda/management.txt,sha256=R6tp9PluDlG4rGspEEwcEPtlTVwc3es0AhfckcgoarM,2997
|
|
@@ -9315,8 +9315,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/recipient-invita
|
|
|
9315
9315
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/sender-invitation.txt,sha256=LvBcZIPE8MckCZXFt-eNFLe1BBKS1p_bAhnThYtLLwk,358
|
|
9316
9316
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping.txt,sha256=mbw2t-OP0ADliaCjfcdUOOBRjMz9PJ39gZbLC8ace5Q,178
|
|
9317
9317
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription.txt,sha256=lnJu1PYHCPCeSWdWV6inKAMLsAQY-Ww0gtXqNULrQ40,220
|
|
9318
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=
|
|
9319
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log
|
|
9318
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
9319
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
9320
9320
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request.txt,sha256=CqqYgMRHLcb9v40j_5zXV2wEzzXEkDylVzIvshuOTU4,318
|
|
9321
9321
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/get.txt,sha256=AwqErWMRoyk8tVVqwUBHvdLni7tP5X55ZBEvYFZ-Z2I,2897
|
|
9322
9322
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/list.txt,sha256=68x8wU_m5XO47QXn67lso55k-wkXyVE1xd-hTBEKVNQ,3944
|
|
@@ -9367,8 +9367,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-map
|
|
|
9367
9367
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping/list.txt,sha256=TiRDrCLQILEukUPVG0o6LozxBaPSGcfNQL-7T5N0BU8,4081
|
|
9368
9368
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/get.txt,sha256=u3xZcULvHfC8_00vtJMMFWyXLEwl0CyFJye5_00seXU,2792
|
|
9369
9369
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/list.txt,sha256=RfNH6PhTlDWmW8J2TMAE_TAiA7v9FTBs-zzMAqmbWgc,3388
|
|
9370
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list.txt,sha256=
|
|
9371
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log
|
|
9370
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list-errors.txt,sha256=M9zzXtZ611NgeYiUIr77AXPQeyi8otUhg7wvbIOjPAw,3445
|
|
9371
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt,sha256=VnTiyyEgLJH8GF-f5BrtfxkQYJtNLvLljv3zmTIFJyI,3402
|
|
9372
9372
|
oci_cli/help_text_producer/data_files/text/cmdref/os/bucket.txt,sha256=C_uqazUqUyr_c5g9WVWFuADexOW0phQcpxu6BUSq3N4,678
|
|
9373
9373
|
oci_cli/help_text_producer/data_files/text/cmdref/os/multipart.txt,sha256=0bzYywL0aSnkDEALLRBzGMur-kLC4MdpXEVSS60lFpM,109
|
|
9374
9374
|
oci_cli/help_text_producer/data_files/text/cmdref/os/ns.txt,sha256=pmjAwJtr2wPD5186FycBl7WEdMRbX6TNRef1jgXUgqw,806
|
|
@@ -12835,10 +12835,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
|
|
|
12835
12835
|
services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
|
|
12836
12836
|
services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
|
|
12837
12837
|
services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
|
|
12838
|
-
oci_cli-3.71.
|
|
12839
|
-
oci_cli-3.71.
|
|
12840
|
-
oci_cli-3.71.
|
|
12841
|
-
oci_cli-3.71.
|
|
12842
|
-
oci_cli-3.71.
|
|
12843
|
-
oci_cli-3.71.
|
|
12844
|
-
oci_cli-3.71.
|
|
12838
|
+
oci_cli-3.71.4.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
|
|
12839
|
+
oci_cli-3.71.4.dist-info/METADATA,sha256=ifGJSUH5vHYlT0Ceu2lgInQOoKjFP8jjT47iW3eJn-E,7272
|
|
12840
|
+
oci_cli-3.71.4.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
|
|
12841
|
+
oci_cli-3.71.4.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
12842
|
+
oci_cli-3.71.4.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
|
|
12843
|
+
oci_cli-3.71.4.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
|
|
12844
|
+
oci_cli-3.71.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|