get_instance
Retrieve detailed information about a specific Oracle Cloud Infrastructure compute instance using its instance ID to manage and monitor cloud resources.
Instructions
Get details of a specific instance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instance_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"instance_id": {
"title": "Instance Id",
"type": "string"
}
},
"required": [
"instance_id"
],
"type": "object"
}