list_hosts
Retrieve and filter hosts in Apache CloudStack based on zone, type, state, or hypervisor. Manage cloud infrastructure efficiently with this MCP tool.
Instructions
List hosts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hypervisor | No | Hypervisor type | |
state | No | Host state | |
type | No | Host type (Routing, Storage, etc.) | |
zoneid | No | Zone ID to filter hosts |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"hypervisor": {
"description": "Hypervisor type",
"type": "string"
},
"state": {
"description": "Host state",
"type": "string"
},
"type": {
"description": "Host type (Routing, Storage, etc.)",
"type": "string"
},
"zoneid": {
"description": "Zone ID to filter hosts",
"type": "string"
}
},
"type": "object"
}