list_clusters
Retrieve a list of clusters in the CloudStack MCP Server, filtered by zone ID or hypervisor type, to manage and monitor cloud resources efficiently.
Instructions
List clusters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hypervisor | No | Hypervisor type | |
zoneid | No | Zone ID to filter clusters |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"hypervisor": {
"description": "Hypervisor type",
"type": "string"
},
"zoneid": {
"description": "Zone ID to filter clusters",
"type": "string"
}
},
"type": "object"
}