list_capacity
Retrieve system capacity details including memory, CPU, and storage for specific zones using CloudStack MCP Server's query tool.
Instructions
List system capacity information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
type | No | Capacity type (0=Memory, 1=CPU, 2=Storage, etc.) | |
zoneid | No | Zone ID to filter capacity |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"type": {
"description": "Capacity type (0=Memory, 1=CPU, 2=Storage, etc.)",
"type": "number"
},
"zoneid": {
"description": "Zone ID to filter capacity",
"type": "string"
}
},
"type": "object"
}