oci-cli 3.71.1__py3-none-any.whl → 3.71.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci_cli/bin/batch.psm1 +122 -0
- oci_cli/bin/integration.psm1 +6 -2
- oci_cli/cli_util.py +0 -4
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/change-compartment.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create-oci-logging-configuration.txt +210 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create.txt +237 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/delete.txt +139 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/get.txt +100 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/start.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/stop.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/update.txt +213 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection/list.txt +101 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context.txt +35 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/cancel.txt +144 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/change-compartment.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/create.txt +215 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/get.txt +106 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/list.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/pause.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/unpause.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/update.txt +191 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/change-compartment.txt +142 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/create.txt +180 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/delete.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/get.txt +102 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/list.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/start.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/stop.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/update.txt +186 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job.txt +35 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/get.txt +111 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list-batch-tasks.txt +125 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/change-compartment.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/create.txt +207 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/delete.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/get.txt +95 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/update.txt +179 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/change-compartment.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/create.txt +178 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/get.txt +96 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/update.txt +180 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile.txt +30 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/get.txt +92 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/list.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error/list.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry/list-work-request-logs.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request.txt +21 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch.txt +123 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt +14 -13
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt +127 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt +127 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/get.txt +92 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/list.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle.txt +17 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/shape/list.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute.txt +10 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/list.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/update.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/get.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/list.txt +190 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/patch.txt +177 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/put.txt +385 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/search.txt +199 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute.txt +22 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/convert-instance.txt +144 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disable-process-automation.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration.txt +4 -0
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/METADATA +2 -2
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/RECORD +112 -34
- services/batch/__init__.py +4 -0
- services/batch/src/__init__.py +4 -0
- services/batch/src/oci_cli_batch_computing/__init__.py +4 -0
- services/batch/src/oci_cli_batch_computing/batchcomputing_cli_extended.py +93 -0
- services/batch/src/oci_cli_batch_computing/generated/__init__.py +4 -0
- services/batch/src/oci_cli_batch_computing/generated/batchcomputing_cli.py +2855 -0
- services/batch/src/oci_cli_batch_computing/generated/client_mappings.py +14 -0
- services/batch/tests/__init__.py +4 -0
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +3 -5
- services/core/src/oci_cli_compute/computepic_cli_extended.py +9 -0
- services/core/src/oci_cli_compute/generated/compute_cli.py +201 -1
- services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +4 -1
- services/disaster_recovery/src/oci_cli_disaster_recovery/generated/disasterrecovery_cli.py +1 -1
- services/identity_domains/src/oci_cli_identity_domains/generated/identitydomains_cli.py +371 -0
- services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py +259 -7
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/WHEEL +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"get"
|
|
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
|
+
Returns the Firmware Bundle matching the provided firmwareBundleId.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci compute firmware-bundle get [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--firmware-bundle-id [text]
|
|
33
|
+
|
|
34
|
+
Unique identifier for the firmware bundle.
|
|
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
|
+
|
|
63
|
+
Global Parameters
|
|
64
|
+
=================
|
|
65
|
+
|
|
66
|
+
Use "oci --help" for help on global parameters.
|
|
67
|
+
|
|
68
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
69
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
70
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
71
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
72
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
73
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
74
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
75
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
76
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
Example using required parameter
|
|
80
|
+
================================
|
|
81
|
+
|
|
82
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
83
|
+
command by typing “bash example.sh” and replacing the example
|
|
84
|
+
parameters with your own.
|
|
85
|
+
|
|
86
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
87
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
88
|
+
security policies before trying the examples.
|
|
89
|
+
|
|
90
|
+
export firmware_bundle_id=<substitute-value-of-firmware_bundle_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/compute/firmware-bundle/get.html#cmdoption-firmware-bundle-id
|
|
91
|
+
|
|
92
|
+
oci compute firmware-bundle get --firmware-bundle-id $firmware_bundle_id
|
|
@@ -0,0 +1,134 @@
|
|
|
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
|
+
Gets a list of all Firmware Bundles in a compartment for specified
|
|
21
|
+
platform. Can filter results to include only the default (recommended)
|
|
22
|
+
Firmware Bundle for the given platform.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
Usage
|
|
26
|
+
=====
|
|
27
|
+
|
|
28
|
+
oci compute firmware-bundle list [OPTIONS]
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
Required Parameters
|
|
32
|
+
===================
|
|
33
|
+
|
|
34
|
+
--platform [text]
|
|
35
|
+
|
|
36
|
+
platform name
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
Optional Parameters
|
|
40
|
+
===================
|
|
41
|
+
|
|
42
|
+
--all
|
|
43
|
+
|
|
44
|
+
Fetches all pages of results. If you provide this option, then you
|
|
45
|
+
cannot provide the "--limit" option.
|
|
46
|
+
|
|
47
|
+
--compartment-id, -c [text]
|
|
48
|
+
|
|
49
|
+
The OCID of the compartment.
|
|
50
|
+
|
|
51
|
+
--from-json [text]
|
|
52
|
+
|
|
53
|
+
Provide input to this command as a JSON document from a file using the
|
|
54
|
+
file://path-to/file syntax.
|
|
55
|
+
|
|
56
|
+
The "--generate-full-command-json-input" option can be used to
|
|
57
|
+
generate a sample json file to be used with this command option. The
|
|
58
|
+
key names are pre-populated and match the command option names
|
|
59
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
60
|
+
while the values of the keys need to be populated by the user before
|
|
61
|
+
using the sample file as an input to this command. For any command
|
|
62
|
+
option that accepts multiple values, the value of the key can be a
|
|
63
|
+
JSON array.
|
|
64
|
+
|
|
65
|
+
Options can still be provided on the command line. If an option exists
|
|
66
|
+
in both the JSON document and the command line then the command line
|
|
67
|
+
specified value will be used.
|
|
68
|
+
|
|
69
|
+
For examples on usage of this option, please see our “using CLI with
|
|
70
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
71
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
72
|
+
|
|
73
|
+
--is-default-bundle [boolean]
|
|
74
|
+
|
|
75
|
+
If true, return only the default firmware bundle for a given platform.
|
|
76
|
+
Default is false.
|
|
77
|
+
|
|
78
|
+
--lifecycle-state [text]
|
|
79
|
+
|
|
80
|
+
A filter to return only resources that match the given lifecycle state
|
|
81
|
+
name exactly.
|
|
82
|
+
|
|
83
|
+
--limit [integer]
|
|
84
|
+
|
|
85
|
+
For list pagination. The maximum number of results per page, or items
|
|
86
|
+
to return in a paginated “List” call. For important details about how
|
|
87
|
+
pagination works, see List Pagination.
|
|
88
|
+
|
|
89
|
+
Example:
|
|
90
|
+
|
|
91
|
+
50
|
|
92
|
+
|
|
93
|
+
--page [text]
|
|
94
|
+
|
|
95
|
+
For list pagination. The value of the *opc-next-page* response header
|
|
96
|
+
from the previous “List” call. For important details about how
|
|
97
|
+
pagination works, see List Pagination.
|
|
98
|
+
|
|
99
|
+
--page-size [integer]
|
|
100
|
+
|
|
101
|
+
When fetching results, the number of results to fetch per call. Only
|
|
102
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
Global Parameters
|
|
106
|
+
=================
|
|
107
|
+
|
|
108
|
+
Use "oci --help" for help on global parameters.
|
|
109
|
+
|
|
110
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
111
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
112
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
113
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
114
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
115
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
116
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
117
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
118
|
+
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 platform=<substitute-value-of-platform> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/compute/firmware-bundle/list.html#cmdoption-platform
|
|
133
|
+
|
|
134
|
+
oci compute firmware-bundle list --platform $platform
|
|
@@ -99,6 +99,10 @@ pagination works, see List Pagination.
|
|
|
99
99
|
When fetching results, the number of results to fetch per call. Only
|
|
100
100
|
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
101
101
|
|
|
102
|
+
--shape [text]
|
|
103
|
+
|
|
104
|
+
Shape name.
|
|
105
|
+
|
|
102
106
|
|
|
103
107
|
Global Parameters
|
|
104
108
|
=================
|
|
@@ -117,10 +117,14 @@ Available Commands
|
|
|
117
117
|
|
|
118
118
|
* compute-host
|
|
119
119
|
|
|
120
|
+
* apply-host-configuration
|
|
121
|
+
|
|
120
122
|
* attach
|
|
121
123
|
|
|
122
124
|
* change-compartment
|
|
123
125
|
|
|
126
|
+
* check-host-configuration
|
|
127
|
+
|
|
124
128
|
* detach
|
|
125
129
|
|
|
126
130
|
* get
|
|
@@ -192,6 +196,12 @@ Available Commands
|
|
|
192
196
|
|
|
193
197
|
* list-instance
|
|
194
198
|
|
|
199
|
+
* firmware-bundle
|
|
200
|
+
|
|
201
|
+
* get
|
|
202
|
+
|
|
203
|
+
* list
|
|
204
|
+
|
|
195
205
|
* global-image-capability-schema
|
|
196
206
|
|
|
197
207
|
* get
|
oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/list.txt
CHANGED
|
@@ -94,6 +94,10 @@ unique MlApplication identifier
|
|
|
94
94
|
|
|
95
95
|
unique MlApplicationImplementation identifier
|
|
96
96
|
|
|
97
|
+
--ml-application-instance-id [text]
|
|
98
|
+
|
|
99
|
+
unique MlApplicationInstance identifier
|
|
100
|
+
|
|
97
101
|
--page [text]
|
|
98
102
|
|
|
99
103
|
For list pagination. The value of the *opc-next-page* response header
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
"get"
|
|
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
|
+
Get Attribute Mappings for a Mapped Attribute
|
|
21
|
+
|
|
22
|
+
The top level –endpoint parameter must be supplied for this operation.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
Usage
|
|
26
|
+
=====
|
|
27
|
+
|
|
28
|
+
oci identity-domains mapped-attribute get [OPTIONS]
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
Required Parameters
|
|
32
|
+
===================
|
|
33
|
+
|
|
34
|
+
--mapped-attribute-id [text]
|
|
35
|
+
|
|
36
|
+
ID of the resource
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
Optional Parameters
|
|
40
|
+
===================
|
|
41
|
+
|
|
42
|
+
--attribute-sets [text]
|
|
43
|
+
|
|
44
|
+
A multi-valued list of strings indicating the return type of attribute
|
|
45
|
+
definition. The specified set of attributes can be fetched by the
|
|
46
|
+
return type of the attribute. One or more values can be given together
|
|
47
|
+
to fetch more than one group of attributes. If ‘attributes’ query
|
|
48
|
+
parameter is also available, union of the two is fetched. Valid values
|
|
49
|
+
- all, always, never, request, default. Values are case-insensitive.
|
|
50
|
+
|
|
51
|
+
Accepted values are:
|
|
52
|
+
|
|
53
|
+
all, always, default, never, request
|
|
54
|
+
|
|
55
|
+
--attributes [text]
|
|
56
|
+
|
|
57
|
+
A comma-delimited string that specifies the names of resource
|
|
58
|
+
attributes that should be returned in the response. By default, a
|
|
59
|
+
response that contains resource attributes contains only attributes
|
|
60
|
+
that are defined in the schema for that resource type as
|
|
61
|
+
returned=always or returned=default. An attribute that is defined as
|
|
62
|
+
returned=request is returned in a response only if the request
|
|
63
|
+
specifies its name in the value of this query parameter. If a request
|
|
64
|
+
specifies this query parameter, the response contains the attributes
|
|
65
|
+
that this query parameter specifies, as well as any attribute that is
|
|
66
|
+
defined as returned=always.
|
|
67
|
+
|
|
68
|
+
--authorization [text]
|
|
69
|
+
|
|
70
|
+
The Authorization field value consists of credentials containing the
|
|
71
|
+
authentication information of the user agent for the realm of the
|
|
72
|
+
resource being requested.
|
|
73
|
+
|
|
74
|
+
--from-json [text]
|
|
75
|
+
|
|
76
|
+
Provide input to this command as a JSON document from a file using the
|
|
77
|
+
file://path-to/file syntax.
|
|
78
|
+
|
|
79
|
+
The "--generate-full-command-json-input" option can be used to
|
|
80
|
+
generate a sample json file to be used with this command option. The
|
|
81
|
+
key names are pre-populated and match the command option names
|
|
82
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
83
|
+
while the values of the keys need to be populated by the user before
|
|
84
|
+
using the sample file as an input to this command. For any command
|
|
85
|
+
option that accepts multiple values, the value of the key can be a
|
|
86
|
+
JSON array.
|
|
87
|
+
|
|
88
|
+
Options can still be provided on the command line. If an option exists
|
|
89
|
+
in both the JSON document and the command line then the command line
|
|
90
|
+
specified value will be used.
|
|
91
|
+
|
|
92
|
+
For examples on usage of this option, please see our “using CLI with
|
|
93
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
94
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
95
|
+
|
|
96
|
+
--resource-type-schema-version [text]
|
|
97
|
+
|
|
98
|
+
An endpoint-specific schema version number to use in the Request.
|
|
99
|
+
Allowed version values are Earliest Version or Latest Version as
|
|
100
|
+
specified in each REST API endpoint description, or any sequential
|
|
101
|
+
number inbetween. All schema attributes/body parameters are a part of
|
|
102
|
+
version 1. After version 1, any attributes added or deprecated will be
|
|
103
|
+
tagged with the version that they were added to or deprecated in. If
|
|
104
|
+
no version is provided, the latest schema version is returned.
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
Global Parameters
|
|
108
|
+
=================
|
|
109
|
+
|
|
110
|
+
Use "oci --help" for help on global parameters.
|
|
111
|
+
|
|
112
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
113
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
114
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
115
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
116
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
117
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
118
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
119
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
120
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
Example using required parameter
|
|
124
|
+
================================
|
|
125
|
+
|
|
126
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
127
|
+
command by typing “bash example.sh” and replacing the example
|
|
128
|
+
parameters with your own.
|
|
129
|
+
|
|
130
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
131
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
132
|
+
security policies before trying the examples.
|
|
133
|
+
|
|
134
|
+
export mapped_attribute_id=<substitute-value-of-mapped_attribute_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/identity-domains/mapped-attribute/get.html#cmdoption-mapped-attribute-id
|
|
135
|
+
|
|
136
|
+
oci identity-domains mapped-attribute get --mapped-attribute-id $mapped_attribute_id
|
|
@@ -0,0 +1,190 @@
|
|
|
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
|
+
Search Mapped Attributes
|
|
19
|
+
|
|
20
|
+
The top level –endpoint parameter must be supplied for this operation.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci identity-domains mapped-attribute list [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Optional Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--all
|
|
33
|
+
|
|
34
|
+
Fetches all pages of results. If you provide this option, then you
|
|
35
|
+
cannot provide the "--limit" option.
|
|
36
|
+
|
|
37
|
+
--attribute-sets [text]
|
|
38
|
+
|
|
39
|
+
A multi-valued list of strings indicating the return type of attribute
|
|
40
|
+
definition. The specified set of attributes can be fetched by the
|
|
41
|
+
return type of the attribute. One or more values can be given together
|
|
42
|
+
to fetch more than one group of attributes. If ‘attributes’ query
|
|
43
|
+
parameter is also available, union of the two is fetched. Valid values
|
|
44
|
+
- all, always, never, request, default. Values are case-insensitive.
|
|
45
|
+
|
|
46
|
+
Accepted values are:
|
|
47
|
+
|
|
48
|
+
all, always, default, never, request
|
|
49
|
+
|
|
50
|
+
--attributes [text]
|
|
51
|
+
|
|
52
|
+
A comma-delimited string that specifies the names of resource
|
|
53
|
+
attributes that should be returned in the response. By default, a
|
|
54
|
+
response that contains resource attributes contains only attributes
|
|
55
|
+
that are defined in the schema for that resource type as
|
|
56
|
+
returned=always or returned=default. An attribute that is defined as
|
|
57
|
+
returned=request is returned in a response only if the request
|
|
58
|
+
specifies its name in the value of this query parameter. If a request
|
|
59
|
+
specifies this query parameter, the response contains the attributes
|
|
60
|
+
that this query parameter specifies, as well as any attribute that is
|
|
61
|
+
defined as returned=always.
|
|
62
|
+
|
|
63
|
+
--authorization [text]
|
|
64
|
+
|
|
65
|
+
The Authorization field value consists of credentials containing the
|
|
66
|
+
authentication information of the user agent for the realm of the
|
|
67
|
+
resource being requested.
|
|
68
|
+
|
|
69
|
+
--count [integer]
|
|
70
|
+
|
|
71
|
+
OPTIONAL. An integer that indicates the desired maximum number of
|
|
72
|
+
query results per page. 1000 is the largest value that you can use.
|
|
73
|
+
See the Pagination section of the System for Cross-Domain Identity
|
|
74
|
+
Management Protocol specification for more information. (Section
|
|
75
|
+
3.4.2.4).
|
|
76
|
+
|
|
77
|
+
--filter [text]
|
|
78
|
+
|
|
79
|
+
OPTIONAL. The filter string that is used to request a subset of
|
|
80
|
+
resources. The filter string MUST be a valid filter expression. See
|
|
81
|
+
the Filtering section of the SCIM specification for more information
|
|
82
|
+
(Section 3.4.2.2). The string should contain at least one condition
|
|
83
|
+
that each item must match in order to be returned in the search
|
|
84
|
+
results. Each condition specifies an attribute, an operator, and a
|
|
85
|
+
value. Conditions within a filter can be connected by logical
|
|
86
|
+
operators (such as AND and OR). Sets of conditions can be grouped
|
|
87
|
+
together using parentheses.
|
|
88
|
+
|
|
89
|
+
--from-json [text]
|
|
90
|
+
|
|
91
|
+
Provide input to this command as a JSON document from a file using the
|
|
92
|
+
file://path-to/file syntax.
|
|
93
|
+
|
|
94
|
+
The "--generate-full-command-json-input" option can be used to
|
|
95
|
+
generate a sample json file to be used with this command option. The
|
|
96
|
+
key names are pre-populated and match the command option names
|
|
97
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
98
|
+
while the values of the keys need to be populated by the user before
|
|
99
|
+
using the sample file as an input to this command. For any command
|
|
100
|
+
option that accepts multiple values, the value of the key can be a
|
|
101
|
+
JSON array.
|
|
102
|
+
|
|
103
|
+
Options can still be provided on the command line. If an option exists
|
|
104
|
+
in both the JSON document and the command line then the command line
|
|
105
|
+
specified value will be used.
|
|
106
|
+
|
|
107
|
+
For examples on usage of this option, please see our “using CLI with
|
|
108
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
109
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
110
|
+
|
|
111
|
+
--limit [integer]
|
|
112
|
+
|
|
113
|
+
The maximum number of items to return in a paginated ‘List’ call.
|
|
114
|
+
|
|
115
|
+
--page [text]
|
|
116
|
+
|
|
117
|
+
The value of the *opc-next-page* response header from the previous
|
|
118
|
+
‘List’ call.
|
|
119
|
+
|
|
120
|
+
--page-size [integer]
|
|
121
|
+
|
|
122
|
+
When fetching results, the number of results to fetch per call. Only
|
|
123
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
124
|
+
|
|
125
|
+
--resource-type-schema-version [text]
|
|
126
|
+
|
|
127
|
+
An endpoint-specific schema version number to use in the Request.
|
|
128
|
+
Allowed version values are Earliest Version or Latest Version as
|
|
129
|
+
specified in each REST API endpoint description, or any sequential
|
|
130
|
+
number inbetween. All schema attributes/body parameters are a part of
|
|
131
|
+
version 1. After version 1, any attributes added or deprecated will be
|
|
132
|
+
tagged with the version that they were added to or deprecated in. If
|
|
133
|
+
no version is provided, the latest schema version is returned.
|
|
134
|
+
|
|
135
|
+
--sort-by [text]
|
|
136
|
+
|
|
137
|
+
OPTIONAL. A string that indicates the attribute whose value SHALL be
|
|
138
|
+
used to order the returned responses. The sortBy attribute MUST be in
|
|
139
|
+
standard attribute notation form. See the Attribute Notation section
|
|
140
|
+
of the SCIM specification for more information (Section 3.10). Also,
|
|
141
|
+
see the Sorting section of the SCIM specification for more information
|
|
142
|
+
(Section 3.4.2.3).
|
|
143
|
+
|
|
144
|
+
--sort-order [text]
|
|
145
|
+
|
|
146
|
+
A string that indicates the order in which the sortBy parameter is
|
|
147
|
+
applied. Allowed values are ‘ascending’ and ‘descending’. See (Sorting
|
|
148
|
+
Section). OPTIONAL.
|
|
149
|
+
|
|
150
|
+
Accepted values are:
|
|
151
|
+
|
|
152
|
+
ASCENDING, DESCENDING
|
|
153
|
+
|
|
154
|
+
--start-index [integer]
|
|
155
|
+
|
|
156
|
+
OPTIONAL. An integer that indicates the 1-based index of the first
|
|
157
|
+
query result. See the Pagination section of the SCIM specification for
|
|
158
|
+
more information. (Section 3.4.2.4). The number of results pages to
|
|
159
|
+
return. The first page is 1. Specify 2 to access the second page of
|
|
160
|
+
results, and so on.
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
Global Parameters
|
|
164
|
+
=================
|
|
165
|
+
|
|
166
|
+
Use "oci --help" for help on global parameters.
|
|
167
|
+
|
|
168
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
169
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
170
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
171
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
172
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
173
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
174
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
175
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
176
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
Example using required parameter
|
|
180
|
+
================================
|
|
181
|
+
|
|
182
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
183
|
+
command by typing “bash example.sh” and replacing the example
|
|
184
|
+
parameters with your own.
|
|
185
|
+
|
|
186
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
187
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
188
|
+
security policies before trying the examples.
|
|
189
|
+
|
|
190
|
+
oci identity-domains mapped-attribute list
|