list_instances
Retrieve all compute instances within a specified Oracle Cloud Infrastructure compartment to manage and monitor your virtual machine resources.
Instructions
List all instances in a compartment.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| compartment_id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "compartment_id": {
      "title": "Compartment Id",
      "type": "string"
    }
  },
  "required": [
    "compartment_id"
  ],
  "type": "object"
}