get_instances_by_status
Filter and retrieve OpenStack instances by their current status such as ACTIVE, SHUTOFF, or ERROR. Returns a list of matching instances.
Instructions
Get instances filtered by status.
Args: status: Instance status to filter by (ACTIVE, SHUTOFF, ERROR, BUILDING, etc.)
Returns: List of instances with the specified status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |