Getting an Instance Configuration Details
Get information about a Compute instance configuration using the following steps.
- On the Instance Configuration list page, select a instance configuration to view its details page. If you need help, see Listing Instances.
-
The details page displays information about the instance configuration under Details, Networking, Storage, Security, Work Requests and tags tabs.
Use the
instance-configuration get
command and required parameters to get information about an instance configuration:oci compute-management instance-configuration get --instance-configuration-id <instance-configuration-OCID>
Or use a JSON file to set parameters:
oci compute-management instance-configuration get --from-json <file://path/to/file.json>
<file://path/to/file.json> is the path to a JSON file that defines the instance details. For information about how to generate an example of the JSON file, see Advanced JSON Options.
For a complete list of flags and variable options for the Compute service CLI commands, see the command line reference for Compute.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.
Use the GetInstanceConfiguration operation to get the instance configuration details.