get_instance_by_name
Retrieve detailed information about an OpenStack instance by providing its name. Returns instance details or an error if not found.
Instructions
Get detailed information for a specific instance by name.
Args: instance_name: Name of the instance to retrieve
Returns: Instance detailed information or error message if not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |