list_oci_profiles
Display available Oracle Cloud Infrastructure profiles from your local configuration file to select the appropriate profile before making OCI API calls.
Instructions
List all available OCI profiles from ~/.oci/config file.
Returns a list of profiles with their configuration details.
Use this when you need to select a profile before making OCI API calls.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}